summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Add a "Cancel" button to the "Delete" project page when deleting a project (#...Jean-Philippe Lang2013-03-191-0/+1
* replace tabs to spaces at app/views/repositories/_navigation.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erbToshi MARUYAMA2013-03-151-2/+2
* replace tabs to spaces at app/views/projects/settings/_boards.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces and code cleanup at app/views/repositories/_form.html.erbToshi MARUYAMA2013-03-151-6/+10
* replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erbToshi MARUYAMA2013-03-151-12/+12
* replace tabs to spaces and code cleanup at app/views/versions/_overview.html.erbToshi MARUYAMA2013-03-151-8/+15
* replace tabs to spaces at app/views/versions/index.html.erbToshi MARUYAMA2013-03-151-6/+6
* replace tabs to spaces at app/views/documents/index.html.erbToshi MARUYAMA2013-03-151-1/+1
* remove trailing tabs from app/views/context_menus/issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* replace tabs to spaces and fix indents at app/views/my/destroy.html.erbToshi MARUYAMA2013-03-151-3/+3
* replace tabs to spaces and fix indents at app/views/settings/_repositories.ht...Toshi MARUYAMA2013-03-151-13/+13
* replace tabs to spaces at app/views/settings/_issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* Fixing HTML in groups index viewToshi MARUYAMA2013-03-121-0/+1
* Always instanciate a relation.Jean-Philippe Lang2013-03-122-1/+2
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-103-5/+5
* Preserve gantt options when changing filters (#12122).Jean-Philippe Lang2013-03-091-2/+2
* move utf8 encoding from view to UnifiedDiff (#12641)Toshi MARUYAMA2013-03-071-5/+5
* remove unnecessary h() from diff filename (#12641)Toshi MARUYAMA2013-03-071-2/+2
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+1
* Use li tags for issue links in the sidebar (#13242).Jean-Philippe Lang2013-02-241-5/+9
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-0/+14
* Typo.Jean-Philippe Lang2013-02-231-1/+1
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-235-10/+8
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-5/+3
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-1/+15
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-1/+1
* Adds closed_on to issues API responses (#824).Jean-Philippe Lang2013-02-162-0/+2
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-0/+0
* Adds the date picker for the default value of date custom fields.Jean-Philippe Lang2013-02-151-0/+5
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-2/+8
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-0/+3
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-102-7/+10
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-078-8/+8
* Fixed: Can't clear custom field value through context menu in the issue list ...Jean-Philippe Lang2013-02-071-1/+1
* Don't display the warning to administrators (#5605).Jean-Philippe Lang2013-02-031-1/+1
* Adds a warning for when a user with inherited permissions disables inheritanc...Jean-Philippe Lang2013-02-031-0/+14
* Removed div around fieldset on project modules.Jean-Philippe Lang2013-02-021-4/+2
* Raises project description height.Jean-Philippe Lang2013-02-021-1/+1
* Typo that makes the checkbox not visible (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-4/+9
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+6
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-0/+3
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-0/+2
* fix typo "header_heigth" in gantt viewToshi MARUYAMA2013-01-241-7/+7
* Input fields restricted on length should have maxlength parameter set (#12833).Jean-Philippe Lang2013-01-202-2/+2
* Plugin settings div should perhaps have 'settings' CSS class (#12910).Jean-Philippe Lang2013-01-201-1/+1
* Changed fieldset legend and make it hidden by default like on the issue list ...Jean-Philippe Lang2013-01-201-3/+3