summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: bazaar: add functional test of destroying invalid repository (#6713, #47...Toshi MARUYAMA2011-07-101-0/+26
* scm: bazaar: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+12
* scm: darcs: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+27
* scm: darcs: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+12
* scm: darcs: code clean up functional test.Toshi MARUYAMA2011-07-101-2/+4
* scm: subversion: code clean up functional test.Toshi MARUYAMA2011-07-101-6/+3
* scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...Toshi MARUYAMA2011-07-101-1/+5
* Keep invalid values and add validation error message.Jean-Philippe Lang2011-07-102-6/+5
* Reject non numeric values for numeric fields.Jean-Philippe Lang2011-07-102-1/+14
* Fixes filters on float values.Jean-Philippe Lang2011-07-102-12/+30
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-103-78/+153
* scm: subversion: add functional test of destroying invalid repository (#8458,...Toshi MARUYAMA2011-07-101-0/+26
* scm: subversion: add functional test of destroying valid repository (#8458, #...Toshi MARUYAMA2011-07-101-0/+14
* scm: mercurial: add missing "assert" changesets size at functional test.Toshi MARUYAMA2011-07-101-6/+6
* scm: git: add missing "assert" changesets and entries size at functional test.Toshi MARUYAMA2011-07-101-6/+6
* scm: cvs: add missing "assert" changesets size at functional test.Toshi MARUYAMA2011-07-101-1/+1
* scm: git: catch exception in model default_branch() (#8458, #6713).Toshi MARUYAMA2011-07-101-0/+3
* scm: mercurial: remove return value from model fetch_changesets().Toshi MARUYAMA2011-07-101-1/+0
* remove trailing white-spaces from fetch_changesets.rake.Toshi MARUYAMA2011-07-101-4/+4
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-1048-9/+94
* Fixes "less than", "greater than" filters on custom fields with postgres (#61...Jean-Philippe Lang2011-07-092-2/+33
* Cleanup select filter tag.Jean-Philippe Lang2011-07-091-3/+1
* Removed unused class.Jean-Philippe Lang2011-07-091-6/+6
* Numeric operators for custom fields in query filters (#6180).Jean-Philippe Lang2011-07-091-0/+2
* Adds a button to remove a file upload before submission (#5670).Jean-Philippe Lang2011-07-093-5/+19
* Simplifies javascript for adding a new file.Jean-Philippe Lang2011-07-091-20/+8
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-0946-9/+56
* Typo in api_key_auth deprecation code (#8773).Jean-Philippe Lang2011-07-091-2/+2
* Fixed: Wiki annotated page does not display author of version 1 (#8449).Jean-Philippe Lang2011-07-092-8/+22
* Adds visibility condition on parent project in API.Jean-Philippe Lang2011-07-093-2/+7
* Adds parent project to /projects/:id API (#8229).Jean-Philippe Lang2011-07-091-0/+1
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-094-13/+30
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-098-11/+19
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-0913-22/+70
* Icon cleanup.Jean-Philippe Lang2011-07-091-0/+0
* Fixed: context menu is being submitted twice per right click (#2109).Toshi MARUYAMA2011-07-081-3/+0
* scm: git: add unit adapter test of annotate invalid revision (#8767).Toshi MARUYAMA2011-07-081-0/+5