summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-272-3/+3
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-2413-31/+52
* Escape query names (#2379).Jean-Philippe Lang2008-12-231-1/+1
* Escape wiki annotate lines content (#2380).Jean-Philippe Lang2008-12-231-1/+1
* Show view/annotate/download links on repositories/entries and repositories/an...Jean-Philippe Lang2008-12-225-10/+18
* Do not hardcode Watcher string in r2164.Jean-Philippe Lang2008-12-221-1/+1
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-223-1/+13
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-13/+13
* Escape textarea content when editing a issue note.Jean-Philippe Lang2008-12-191-2/+2
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-162-0/+6
* Adds a helper that returns issues css classes.Jean-Philippe Lang2008-12-164-3/+9
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-152-3/+9
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-11/+21
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-142-2/+2
* Make use of User.find_by_mailJean-Philippe Lang2008-12-121-1/+1
* Undo unwanted change.Jean-Philippe Lang2008-12-121-3/+0
* Rescue back_url param parsing on redirect.Jean-Philippe Lang2008-12-121-4/+11