summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-2361-41/+249
* Set menu item for IssueMovesController.Jean-Philippe Lang2011-07-231-0/+19
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-213-3/+15
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-213-2/+13
* Fixes assertions (#8836).Jean-Philippe Lang2011-07-201-2/+2
* Refactor: extract specific filter statements to methods.Jean-Philippe Lang2011-07-201-58/+63
* Fixed: additional workflow transitions not available when set to both author ...Jean-Philippe Lang2011-07-202-12/+14
* Refactor builtin roles creation.Jean-Philippe Lang2011-07-201-17/+14
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-202-2/+19
* Removed calls to deprecated Object#type.Jean-Philippe Lang2011-07-192-2/+2
* Removed a few assertions.Jean-Philippe Lang2011-07-181-24/+0
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-188-11/+144
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...Toshi MARUYAMA2011-07-151-1/+1
* scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: git: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...Toshi MARUYAMA2011-07-151-2/+5
* scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...Toshi MARUYAMA2011-07-151-1/+1
* scm: cvs: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: cvs: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: darcs: use "shell_quote_command" method at adapter for JRuby + Windows c...Toshi MARUYAMA2011-07-151-1/+1
* scm: subversion: use "shell_quote_command" method at adapter for JRuby + Wind...Toshi MARUYAMA2011-07-151-1/+1
* scm: add new method "shell_quote_command" at abstract adapter (#8825).Toshi MARUYAMA2011-07-151-0/+8
* remove trailing white-spaces from lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-9/+9
* replace newline LF to CRLF at lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-2/+2
* Traditional Chinese translation updated by ChunChang Lo (#8778).Toshi MARUYAMA2011-07-111-2/+2
* Traditional Chinese translation updated by ChunChang Lo (#8778).Toshi MARUYAMA2011-07-111-82/+82
* remove field_is_in_chlog from Traditional Chinese zh-TW.yml.Toshi MARUYAMA2011-07-111-1/+0
* More accurate date validation.Jean-Philippe Lang2011-07-112-1/+9
* Validate date filters values.Jean-Philippe Lang2011-07-112-0/+23
* Bulgarian translation updated by Ivan Cenov (#8779).Toshi MARUYAMA2011-07-111-3/+3
* Updates for 1.2.1 release.Jean-Philippe Lang2011-07-112-1/+27
* Enlarge numeric filter fields.Jean-Philippe Lang2011-07-111-2/+2
* Typo.Jean-Philippe Lang2011-07-111-1/+1
* Adds float case on filters partial.Jean-Philippe Lang2011-07-111-1/+1
* Fixes "=" filter on float values.Jean-Philippe Lang2011-07-111-13/+25
* scm: git: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+27
* scm: git: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+12
* scm: git: add instance variable @project at functional test.Toshi MARUYAMA2011-07-111-2/+3
* scm: mercurial: add functional test of destroying invalid repository (#8777, ...Toshi MARUYAMA2011-07-111-0/+27
* scm: mercurial: do nothing in fetching if info is nil (#8777).Toshi MARUYAMA2011-07-111-0/+1
* scm: mercurial: catch exception and return nil during getting info (#8777).Toshi MARUYAMA2011-07-111-0/+4
* scm: mercurial: add functional test of destroying valid repository (#8777, #6...Toshi MARUYAMA2011-07-111-0/+12
* scm: mercurial: add instance variable @project at functional test.Toshi MARUYAMA2011-07-111-1/+2
* scm: cvs: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+28
* scm: cvs: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+12
* scm: filesystem: add functional test of destroying invalid repository (#6713,...Toshi MARUYAMA2011-07-101-0/+21
* scm: filesystem: add functional test of destroying valid repository (#6713, #...Toshi MARUYAMA2011-07-101-0/+9
* scm: filesystem: add instance variable @project at functional test.Toshi MARUYAMA2011-07-101-1/+2