summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed duplicate HTML element id (#12122).Jean-Philippe Lang2013-01-201-1/+1
* Gantt progress lines (#12122).Jean-Philippe Lang2013-01-201-1/+38
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-202-2/+4
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-186-14/+8
* Use route helper in #link_to_project.Jean-Philippe Lang2013-01-141-1/+1
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a message about disabling multiple values on custom field form (#12251).Jean-Philippe Lang2013-01-121-1/+6
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-1/+1
* Generate project identifier automatically with JavaScript (#9225).Jean-Philippe Lang2013-01-061-1/+7
* Store the other issue in a variable (#10916).Jean-Philippe Lang2013-01-051-6/+7
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-2/+21
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-1/+1
* replace tabs to spaces at app/views/timelog/_form.html.erbToshi MARUYAMA2012-12-271-16/+16
* Update the issue subject when choosing an issue from the drop down menu.Jean-Philippe Lang2012-12-261-2/+11
* Upgraded JQuery to 1.8.3 and JQuery UI to 1.9.2.Jean-Philippe Lang2012-12-261-1/+1
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+18