summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to login via OpenID.Eric Davis2009-02-114-1/+10
* Fixes broken action url on time edit form (#2707).Jean-Philippe Lang2009-02-101-1/+1
* Added two new plugin hooks:Eric Davis2009-02-101-0/+2
* Added plugin hook :view_projects_roadmap_version_bottom. #2543Eric Davis2009-02-101-0/+1
* Fixed: path parameter is not an array when changing diff style (#2695), broke...Jean-Philippe Lang2009-02-071-6/+3
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-035-4/+4
* Adds a 'box' div around news comment form (#2632).Jean-Philippe Lang2009-02-021-2/+4
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+3
* Fixed: Contextual divs after attachments are placed incorrectly in FireFox (#...Jean-Philippe Lang2009-02-011-5/+5
* Fixed: issue details view discloses relations to issues that the user is not ...Jean-Philippe Lang2009-01-311-1/+1
* Updates footer year.Jean-Philippe Lang2009-01-311-1/+1
* Changes time related icons.Jean-Philippe Lang2009-01-304-5/+5
* Adds projects association on tracker form (#2578).Jean-Philippe Lang2009-01-293-5/+20
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-2916-74/+57
* Sort target versions list on bulk edit form (#2616).Jean-Philippe Lang2009-01-291-1/+1
* Fixed project news atom link broken by r2317.Jean-Philippe Lang2009-01-281-1/+1
* Fixing calendar and gantt links broken by r2317.Jean-Philippe Lang2009-01-281-6/+6
* Fixed calendar navigation links broken by r2317.Jean-Philippe Lang2009-01-281-6/+6
* Fixed user's activity atom feed broken by r2317.Jean-Philippe Lang2009-01-281-1/+1
* Fixed clearing the Issue filters in the issue list, broken by #2317Eric Davis2009-01-271-1/+2
* Fixed that 'My page' blocks may display issues that the user is no longer all...Jean-Philippe Lang2009-01-273-6/+6
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+9
* Fixes activity pagination broken by r2317.Jean-Philippe Lang2009-01-261-2/+2
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-264-4/+8
* Ability to bulk edit custom fields of type 'list' (#461).Jean-Philippe Lang2009-01-251-0/+7
* Render the project list as a tree on Move form.Jean-Philippe Lang2009-01-251-1/+1
* Removes spaces before colons.Jean-Philippe Lang2009-01-251-2/+2
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-0/+3
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-249-47/+24
* Automatically focus several form fields.Jean-Philippe Lang2009-01-224-3/+4
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-173-1/+6
* Moves a few settings to a "Display" panel.Jean-Philippe Lang2009-01-172-18/+24
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-0/+0
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-2/+3
* Project jump box fix.Jean-Philippe Lang2009-01-171-2/+2
* Do not show Category field when categories are not defined.Jean-Philippe Lang2009-01-171-0/+2
* Slight visual changes on the issue form.Jean-Philippe Lang2009-01-172-0/+4
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-22/+4
* Makes subject field get focus on 'New issue' form (#2522).Jean-Philippe Lang2009-01-161-0/+2
* Adds a 'Create and continue' button on the new issue form, that will create t...Jean-Philippe Lang2009-01-161-0/+1
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-072-2/+2
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-043-364/+0
* Moves flash messages rendering to a helper method.Jean-Philippe Lang2009-01-031-2/+1
* Fixed: syntax highlight doesn't appear in new ticket preview (#1976).Jean-Philippe Lang2009-01-031-0/+4
* Lower the project identifier limit to a minimum of two characters (#2003).Jean-Philippe Lang2009-01-031-1/+1
* Admin Info Screen: Display if plugin assets directory is writable (#2425).Jean-Philippe Lang2008-12-311-1/+2
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-2/+2
* Do not show a link to the current annotate or view page (#2367).Jean-Philippe Lang2008-12-271-2/+2
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-244-12/+12
* Escape query names (#2379).Jean-Philippe Lang2008-12-231-1/+1