- 10 Sep, 2012 1 commit
-
-
Thomas Sibley authored
Empty templates are used to squash outgoing mail on a queue-by-queue basis.
-
- 31 Aug, 2012 1 commit
-
-
Alex Vandiver authored
-
- 29 Aug, 2012 2 commits
-
-
Kevin Falcone authored
-
Alex Vandiver authored
-
- 28 Aug, 2012 4 commits
-
-
Kevin Falcone authored
-
Alex Vandiver authored
Explicitly load log_config if it is not compiled-in; some apache2 binaries (for example, OS X's) do not include it by default.
-
Alex Vandiver authored
-
Alex Vandiver authored
As only some types of debugging benefit from running as a single process/thread, default to starting multiple, with the new --single option (or -X, to mirror apache) to revert to the old behavior.
-
- 27 Aug, 2012 11 commits
-
-
sunnavy authored
so extensions can change the headers before showing/localization
-
Alex Vandiver authored
-
Thomas Sibley authored
Request paths with double slashes will now correctly compare to the already canonicalized menu paths.
-
Thomas Sibley authored
The previous regex targeted a single failure case where the path is / and the parent's path is / and then we tacked on a trailing /. A more common case is the parent's path already containing a trailing slash, leading to a double slash which wasn't canonicalized away.
-
sunnavy authored
as we match the request path by m{^/...} in the following code, this canonizalization helps when user uses interesting urls like //Ticket/Display.html see #19723
-
Kevin Falcone authored
Conflicts: bin/webmux.pl.in etc/RT_Config.pm.in lib/RT/Interface/Web.pm sbin/rt-email-dashboards.in t/mail/gnupg-incoming.t
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 24 Aug, 2012 6 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 23 Aug, 2012 2 commits
-
-
Kevin Falcone authored
-
Kevin Falcone authored
-
- 22 Aug, 2012 2 commits
-
-
Kevin Falcone authored
Some initialdata files (including the test one I had lying around) rely on the crazy code in CustomField->Create that defaults LookupType to RT::Queue-RT::Ticket depending on other arguments. The most common way to trigger this is to say: Queue => 'General' rather than Queue => ['General'] You should specify LookupType, but this gives a better error if you forgot.
-
Kevin Falcone authored
Otherwise when we interpolate undef (after disabling a group) we warn
-
- 21 Aug, 2012 1 commit
-
-
Kevin Falcone authored
-
- 20 Aug, 2012 10 commits
-
-
Kevin Falcone authored
The spurious exit removed in 9365ae59 meant that 7 more tests are now running.
-
Kevin Falcone authored
The spurious exit removed in 9365ae59 meant that 7 more tests are now running.
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Alex Vandiver authored
-
Kevin Falcone authored
-
Kevin Falcone authored
-