- 03 Sep, 2014 1 commit
-
-
Alex Vandiver authored
This is not only for code consistency, but also for consistency of output. Encode::encode_utf8(...) is equivalent to Encode::encode("utf8",...) which is the non-"strict" form of UTF-8. Strict UTF-8 encoding differs in that (from `perldoc Encode`): ...its range is much narrower (0 .. 0x10_FFFF to cover only 21 bits instead of 32 or 64 bits) and some sequences are not allowed, like those used in surrogate pairs, the 31 non-character code points 0xFDD0 .. 0xFDEF, the last two code points in any plane (0xXX_FFFE and 0xXX_FFFF), all non-shortest encodings, etc. RT deals with interchange with databases, email, and other systems. In dealing with encodings, it should ensure that it does not produce byte sequences that are invalid according to official Unicode standards.
-
- 06 Jan, 2014 2 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 14 Jan, 2013 1 commit
-
-
Alex Vandiver authored
For historical reasons, many parts of the RT code intermix hard tabs and siace-based indentation. This commit does not attempt to standardize indentation, merely the horrid intermixing of hard tabs and spaces. A few hard tabs remain in t/mail/mime_encoding.t and t/mail/outlook.t, as the tabs are within strings representing test data; they also remain in third-party source. Best viewed with the -w option to `git diff`.
-
- 07 Jan, 2013 1 commit
-
-
Kevin Falcone authored
-
- 01 Nov, 2012 1 commit
-
-
Alex Vandiver authored
-
- 10 Apr, 2012 2 commits
-
-
Alex Vandiver authored
This resolves part of CVE-2011-2083.
-
Alex Vandiver authored
This resolves part of CVE-2011-2083.
-
- 03 Jan, 2012 1 commit
-
-
Alex Vandiver authored
-
- 15 Feb, 2011 3 commits
-
-
Kevin Falcone authored
This updates our copyright to 2011, rewrites the email address and strips a lot of extra whitespace. These license blocks should now be identical to 4.0-trunk which will help significantly with merges.
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 08 Nov, 2010 1 commit
-
-
Alex Vandiver authored
-
- 03 Nov, 2010 1 commit
-
-
Jesse Vincent authored
-
- 19 Sep, 2010 1 commit
-
-
Jesse Vincent authored
-
- 17 Aug, 2010 1 commit
-
-
Thomas Sibley authored
jQuery interprets periods and colons as CSS selectors. This change will break existing cookies for people's hidden/shown preferences, but it'll be in a major release at least.
-
- 29 Jul, 2010 2 commits
-
-
Thomas Sibley authored
-
Thomas Sibley authored
-
- 07 Oct, 2009 1 commit
-
-
Guy Halse authored
Occasionally an id would contain = and this would break titlebox rollups when revisiting a ticket display page
-
- 06 Jan, 2009 2 commits
-
-
Kevin Falcone authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/branches/3.8.2-releng@17585 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Kevin Falcone authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/trunk@17581 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 12 Dec, 2008 1 commit
-
-
sunnavy authored
fix a bug that some titles of widgets can't be clickable in ie6: make </span> to follow </a> tightly(no newline). I hate ie6 git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/trunk@17185 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 04 Dec, 2008 1 commit
-
-
sunnavy authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/trunk@17095 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 14 Jul, 2008 1 commit
-
-
Thomas Sibley authored
Don't unfocus the rollup buttons when they are focused (and fix the CSS so they no longer have huge focus boxes visible now) git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/3.8/trunk@14063 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 09 Jun, 2008 5 commits
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@13102 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@13097 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@13085 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@13083 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Jacky Chang authored
RT-Update: correspond applied patch from Anton Yuzhaninov git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@13067 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 28 May, 2008 1 commit
-
-
Emmanuel Lacour authored
RT-Status: open RT-Update: correspond Add "'" and "\" to TitleBox Ids escaped chars to avoid breaking JS. git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@12710 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 14 May, 2008 1 commit
-
-
sunnavy authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@12308 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 11 Apr, 2008 2 commits
-
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.7-RTIR-RELENG@11689 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.6-RELEASE@11686 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 28 Mar, 2008 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@11256 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 17 Mar, 2008 1 commit
-
-
Jesse Vincent authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.8-TESTING@11073 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 28 Feb, 2008 1 commit
-
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.7-EXPERIMENTAL@10957 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 13 Nov, 2007 1 commit
-
-
Ruslan Zakirov authored
by defining them in the %ARGS block git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.6-RELEASE@9653 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 31 Oct, 2007 1 commit
-
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.7-RTIR-RELENG@9517 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
- 03 Sep, 2007 2 commits
-
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.7-EXPERIMENTAL@8876 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-
Ruslan Zakirov authored
git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/3.7-EXPERIMENTAL@8875 e417ac7c-1bcc-0310-8ffa-8f5827389a85
-