summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display a warning if some attachments were not saved (#2008).Jean-Philippe Lang2009-01-031-1/+5
* Moves flash messages rendering to a helper method.Jean-Philippe Lang2009-01-032-2/+10
* 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-032-2/+2
* Admin Info Screen: Display if plugin assets directory is writable (#2425).Jean-Philippe Lang2008-12-312-1/+3
* Do not escape back_url twice when login fails.Jean-Philippe Lang2008-12-311-0/+1
* Import custom fields values from emails (#2413).Jean-Philippe Lang2008-12-301-2/+9
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-302-2/+7
* Increment project files downloads.Jean-Philippe Lang2008-12-301-1/+3
* Mail handler: add watchers before sending notification (#2245).Jean-Philippe Lang2008-12-281-3/+2
* Do not show a link to the current annotate or view page (#2367).Jean-Philippe Lang2008-12-271-2/+2