- 25 Jan, 2010 2 commits
-
-
Ruslan Zakirov authored
* if LinkValueTo starts with __CustomField__ then don't escape it, but make sure it's not a JS link * we must escape links using HTML escaping * don't check CF's LinkValueTo, just call value's method * don't wrap if link is empty
-
Ruslan Zakirov authored
-
- 22 Jan, 2010 5 commits
-
-
Shawn M Moore authored
-
Shawn M Moore authored
-
Shawn M Moore authored
-
Shawn M Moore authored
The reason for this change is that when your RowsPerPage search option is unset, it appears that the default is 50, rather than 20. And there also appears to be no system-wide default for RowsPerPage, so this is the next best thing.
-
Matt Zagrabelny authored
-
- 13 Jan, 2010 2 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
Trap that, overriding RT's die handler so we can give users a friendly error message
-
- 11 Jan, 2010 1 commit
-
-
Jesse Vincent authored
-
- 07 Jan, 2010 1 commit
-
-
Kevin Falcone authored
-
- 06 Jan, 2010 5 commits
-
-
Shawn M Moore authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
Conflicts: bin/fastcgi_server.in configure.ac
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
- 05 Jan, 2010 2 commits
-
-
Ruslan Zakirov authored
move this method into Overlay.pm bythe way
-
Ruslan Zakirov authored
-
- 03 Jan, 2010 1 commit
-
-
Ruslan Zakirov authored
-
- 02 Jan, 2010 1 commit
-
-
Ruslan Zakirov authored
-
- 31 Dec, 2009 5 commits
-
-
Shawn M Moore authored
-
Shawn M Moore authored
-
Shawn M Moore authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
- 30 Dec, 2009 1 commit
-
-
Ruslan Zakirov authored
Leave table, tr, th and td. We ignore thead, tbody and tfoot, don't see any good in these. The same applies to colgroup, col elements. colspan and rowspan attributes are limitted to number. align and valign attributes are limitted to values defined in HTML 4.01 spec.
-
- 29 Dec, 2009 1 commit
-
-
Ruslan Zakirov authored
-
- 28 Dec, 2009 1 commit
-
-
Ruslan Zakirov authored
-
- 26 Dec, 2009 1 commit
-
-
Ruslan Zakirov authored
if database is Pg or mysql but ApacheSessionClass option is set to ::File then sessions were storred in /tmp/
-
- 23 Dec, 2009 1 commit
-
-
Kevin Falcone authored
This does not address the fact that any other changes (status, owner, cfs, etc) are also lost.
-
- 22 Dec, 2009 1 commit
-
-
Kevin Falcone authored
Set up a global custom field on tickets and then search for tickets with id < 100 and click on the Spreadsheet link. If you don't have Queue in your search query, Parse::BooleanLogic is going to return [] and we'll _OpenParen and then _CloseParen without inserting clauses between them. DBIx::SearchBuilder::MayBeNull then goes into an infinite loop and you never get your tsv.
-
- 21 Dec, 2009 5 commits
-
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Kevin Falcone authored
-
- 18 Dec, 2009 4 commits
-
-
Ruslan Zakirov authored
latin1 is a special character set in perl, so every time we test support for unicode we should run all tests on latin1 only strings and some not-ascii+not-latin1 text
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-
Ruslan Zakirov authored
-