summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds a optgroup for groups in users/groups select tags.Jean-Philippe Lang2011-07-236-5/+19
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-2311-38/+85
* 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-212-3/+8
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-212-2/+6
* 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-201-8/+10
* Refactor builtin roles creation.Jean-Philippe Lang2011-07-201-17/+14
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-201-0/+8
* Removed calls to deprecated Object#type.Jean-Philippe Lang2011-07-192-2/+2
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-184-9/+35
* More accurate date validation.Jean-Philippe Lang2011-07-111-1/+1
* Validate date filters values.Jean-Philippe Lang2011-07-111-0/+7
* 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: mercurial: do nothing in fetching if info is nil (#8777).Toshi MARUYAMA2011-07-111-0/+1
* Keep invalid values and add validation error message.Jean-Philippe Lang2011-07-101-5/+5
* Reject non numeric values for numeric fields.Jean-Philippe Lang2011-07-101-1/+5
* Fixes filters on float values.Jean-Philippe Lang2011-07-101-6/+7
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-102-78/+125
* 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
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-102-9/+31
* Fixes "less than", "greater than" filters on custom fields with postgres (#61...Jean-Philippe Lang2011-07-091-2/+10
* 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-091-3/+5
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-2/+2
* 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-091-1/+5
* 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-093-7/+9
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-096-7/+15
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-0913-22/+70
* Mitigates vulnerability in API authentication introduced in r3218.Jean-Philippe Lang2011-07-061-1/+1
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-063-4/+44
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-054-13/+28
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-055-7/+7
* Adds breadcrumb on all wiki page views.Jean-Philippe Lang2011-07-048-5/+23
* Removed leading dash in ruby code.Jean-Philippe Lang2011-07-041-2/+2
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-045-36/+101
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-043-2/+22
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-0/+2
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-2/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-045-13/+48
* Adds css for syntax highlight on welcome page (#8512).Jean-Philippe Lang2011-07-031-0/+1