summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Resourcified custom fields.Jean-Philippe Lang2011-12-094-7/+7
* Removed TabularFormBuilder references in views.Jean-Philippe Lang2011-12-0912-20/+14
* Use #labelled_form_for instead of #labelled_tabular_form_for.Jean-Philippe Lang2011-12-0922-30/+30
* replace tabs to spaces at app/views/issues/_form.html.erbToshi MARUYAMA2011-12-081-4/+4
* Rails3: view: html_safe for timelog/_date_range.html.erbToshi MARUYAMA2011-12-071-1/+1
* code layout clean up app/views/gantts/show.html.erbToshi MARUYAMA2011-12-071-14/+14
* Removed the "more" link to edit additional properties of an issue (#7603).Jean-Philippe Lang2011-12-062-9/+11
* Issue forms cleanup.Jean-Philippe Lang2011-12-062-9/+4
* Parameter changed to issue_category in r7882 (#9724).Jean-Philippe Lang2011-12-051-1/+1
* Slight change to time report style.Jean-Philippe Lang2011-12-051-1/+1
* Removed open/closed percentage on the roadmap.Jean-Philippe Lang2011-12-041-3/+1
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-041-1/+1
* Rails3: view: html_safe for parents and children revisionsToshi MARUYAMA2011-12-031-2/+2
* Do not show warnings for disabled scm.Jean-Philippe Lang2011-12-021-2/+5
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-024-3/+3
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-022-21/+21
* scm: git: mercurial: not show revision graph in sub directory (#5501)Toshi MARUYAMA2011-12-011-4/+5
* Resourcified boards.Jean-Philippe Lang2011-12-016-13/+15
* Resourcified documents.Jean-Philippe Lang2011-11-306-38/+30
* Misplaced closing tbody tag.Jean-Philippe Lang2011-11-291-1/+1
* Adds an autoscroll div around time entry list and report (#8809).Jean-Philippe Lang2011-11-292-0/+4
* Removed delete button on enumeration edit form.Jean-Philippe Lang2011-11-281-4/+0
* Removed EnumerationsController#list action.Jean-Philippe Lang2011-11-281-0/+0
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-4/+4
* Fixed: Wiki export link doesn't work for users without :view_wiki_edits permi...Jean-Philippe Lang2011-11-281-3/+3
* Rails3: view: html_safe for login user linkToshi MARUYAMA2011-11-281-1/+4
* Resourcified attachments.Jean-Philippe Lang2011-11-272-4/+4
* Adds routes for group users.Jean-Philippe Lang2011-11-271-5/+4
* Replaced error_messages_for with #error_messages.Jean-Philippe Lang2011-11-271-1/+1
* View cleanup.Jean-Philippe Lang2011-11-263-3/+3
* Version routes cleanup in views.Jean-Philippe Lang2011-11-261-1/+1
* Version routes cleanup in views.Jean-Philippe Lang2011-11-263-3/+3
* Adds icon on new item links in project settings.Jean-Philippe Lang2011-11-263-3/+3
* Set style for tips in forms.Jean-Philippe Lang2011-11-261-4/+2
* CSS class for modal box buttons.Jean-Philippe Lang2011-11-261-1/+1
* Check attachment size when the user selects a file (#9667).Jean-Philippe Lang2011-11-251-1/+2
* Fixed: log time form not displayed on issue edit with :log_time permission on...Jean-Philippe Lang2011-11-251-1/+1
* Adds ids on rows in auth_sources/index view (#9659).Jean-Philippe Lang2011-11-251-1/+1
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-2/+2
* Use document project when formatting text on documents index (#9448).Jean-Philippe Lang2011-11-241-1/+1
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-233-3/+3
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-233-4/+3
* error_messages_for removed in Rails 3.Jean-Philippe Lang2011-11-231-1/+1
* Resourcified issue statuses.Jean-Philippe Lang2011-11-224-27/+17
* User forms cleanup.Jean-Philippe Lang2011-11-224-5/+5
* Resourcified trackers.Jean-Philippe Lang2011-11-223-9/+9
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-204-2/+18
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-205-7/+9
* Makes issue categories available in project REST API (#9553).Jean-Philippe Lang2011-11-201-0/+6
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-201-0/+10