summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-2918-76/+65
* Fixed an error when downloading gantt png at global level.Jean-Philippe Lang2009-01-291-1/+1
* 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
* Fixes Issue sorting in a project, broken by #2317Eric Davis2009-01-271-0/+3
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-272-0/+5
* Fixed that 'My page' blocks may display issues that the user is no longer all...Jean-Philippe Lang2009-01-274-6/+9
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-274-0/+22
* 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-266-24/+33
* Ability to bulk edit custom fields of type 'list' (#461).Jean-Philippe Lang2009-01-252-0/+10
* Render the project list as a tree on Move form.Jean-Philippe Lang2009-01-252-2/+2
* Removes spaces before colons.Jean-Philippe Lang2009-01-251-2/+2
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-253-16/+28
* Fixed that the project jump box does not preserve current tab after r2304.Jean-Philippe Lang2009-01-251-1/+1
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-2/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-2421-103/+184
* Fixed: Details time log report CSV export doesn't honour date format from set...Jean-Philippe Lang2009-01-241-1/+3
* Automatically focus several form fields.Jean-Philippe Lang2009-01-224-3/+4
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-212-3/+6
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-191-0/+18
* Use In-Reply-To and References headers to handle replies by email.Jean-Philippe Lang2009-01-191-3/+22
* Fix in AttachmentsController#show.Jean-Philippe Lang2009-01-181-1/+1
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-181-1/+45
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-175-1/+15
* Moves a few settings to a "Display" panel.Jean-Philippe Lang2009-01-173-18/+25
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-172-14/+8
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-13/+8
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-172-6/+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-162-24/+13
* 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-162-1/+3
* Added two new plugin hooks to IssuesController:Eric Davis2009-01-121-0/+2
* Ability to sort the issue list by text, int and float custom fields (#1139).Jean-Philippe Lang2009-01-111-1/+9
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-113-1/+26
* Different icon for closed issues in search result (#992).Jean-Philippe Lang2009-01-111-1/+2
* Makes email adress uniqueness case-insensitive (#2473).Jean-Philippe Lang2009-01-101-1/+1
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-091-2/+2
* Adds 'closed' css class to closed issues in the issue list (#2458).Jean-Philippe Lang2009-01-071-0/+1
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-073-3/+3
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-042-3/+3
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-046-456/+4
* Fixed: email notification for changes I make still occurs when running Reposi...Jean-Philippe Lang2009-01-031-3/+5