summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-202-1/+15
* Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).Jean-Philippe Lang2010-11-202-5/+12
* Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-172-1/+9
* Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).Jean-Philippe Lang2010-11-161-9/+15
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-1419-57/+57
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-146-8/+8
* Replaced SessionStore :session_key with :key (#6887).Jean-Philippe Lang2010-11-142-2/+2
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-143-1/+7
* Updates mantis importer for new project name/identifier max lengths (#6446).Jean-Philippe Lang2010-11-141-5/+1
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-144-5/+26
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-133-3/+10
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-123-6/+65
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-123-2/+75
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-125-50/+59
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-113-17/+123
* Removes duplicate issue subject on gantt (#6763).Jean-Philippe Lang2010-11-111-2/+0
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-113-3/+2
* Fixed: Trunk not working with i18n gem 0.4.2 (#6784).Jean-Philippe Lang2010-11-091-1/+1
* Reverted r4381.Jean-Philippe Lang2010-11-074-3/+7
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-074-7/+40
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Fixed: User list not sorted on category form (#6760).Jean-Philippe Lang2010-11-071-1/+1
* Updated locales.Jean-Philippe Lang2010-11-0741-0/+82
* Make sure existing custom fields visibility is set to true.Jean-Philippe Lang2010-11-071-0/+1
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-0715-7/+62
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-074-7/+3
* Removed hardcoded links in my/page_layout (#6839).Jean-Philippe Lang2010-11-071-3/+3
* Render level 4 headings in TOC (#5494).Jean-Philippe Lang2010-11-071-1/+1
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-062-1/+23
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-063-21/+47
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-065-52/+64
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-063-2/+50
* Makes textile formatter accept 2 letters acronym (#6591).Jean-Philippe Lang2010-11-063-15/+9
* Fixed: URLs broken in wiki notifications (#6838).Jean-Philippe Lang2010-11-061-3/+3
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-062-0/+3
* Disable button to prevent accidental double click on project members (#6826).Jean-Philippe Lang2010-11-061-2/+4
* Clean up member_roles if needed.Jean-Philippe Lang2010-11-061-1/+2
* Adds a unique index on members (#6826).Jean-Philippe Lang2010-11-061-0/+20
* Rewrites UpdateMailNotificationValues migration to avoid model validations an...Jean-Philippe Lang2010-11-061-16/+3
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-052-19/+19
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-053-56/+77
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-053-56/+84
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-042-54/+76
* Refactor: convert API key tests using HTTP Basic to a shoulda macroEric Davis2010-11-032-59/+41
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-026-0/+26
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-024-1/+129
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-022-79/+57