summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing labels on auth_source edit form.Jean-Philippe Lang2012-12-241-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-234-6/+14
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-235-62/+21
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-9/+7
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-10/+10
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-4/+4
* Code cleanup.Jean-Philippe Lang2012-12-222-10/+9
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-15/+17
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-223-11/+7
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-31/+28
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-1/+1
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-1/+2
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-135-60/+27
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-2/+2
* Fixed: clicking journal edit multiple times shows multiple forms (#12568).Jean-Philippe Lang2012-12-131-1/+7
* Moved javascript include tag to head.Jean-Philippe Lang2012-12-101-1/+3
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-105-15/+35
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-092-47/+44
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-0/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-1/+1
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-32/+13
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-4/+5
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-064-6/+20
* Preserve the "from" parameter in activity links.Jean-Philippe Lang2012-12-021-1/+1
* Adds helpers for retrieving my page data.Jean-Philippe Lang2012-12-027-31/+7
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-024-4/+4
* Fixed that repository identifier may not be displayed in project settings (#1...Jean-Philippe Lang2012-11-181-1/+1