summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'None' grouped issue list section should be translated (#12358).Jean-Philippe Lang2012-11-171-1/+1
* Issue "Update" link broken focus (#12356).Jean-Philippe Lang2012-11-171-1/+1
* Adds a div that wraps everything except the footer.Jean-Philippe Lang2012-11-081-0/+2
* Fixed source indentation (#8106).Jean-Philippe Lang2012-10-301-3/+3
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-301-6/+5
* Display non working days on gantt according to settings (#2161).Jean-Philippe Lang2012-10-291-2/+3
* Non working days is an array of strings (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-0/+2
* Hard-coded "Back" on 404 view (#12231).Jean-Philippe Lang2012-10-281-1/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-281-1/+1
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Adds ?include=attachments option when retrieving a wiki page with the REST AP...Jean-Philippe Lang2012-10-251-0/+6
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-252-0/+24