summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated locales.Jean-Philippe Lang2010-12-0541-0/+123
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-057-41/+188
* Changes russian CSV separator to ; (#7035).Jean-Philippe Lang2010-12-051-2/+2
* Fixed: class attribute with spaces on pre tags truncated (#7033).Jean-Philippe Lang2010-12-052-1/+4
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-042-3/+14
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-0414-15/+32
* Adds subtasks to GET /issues/:id API (#5338).Jean-Philippe Lang2010-12-043-0/+70
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-042-2/+13
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-042-1/+12
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-045-18/+228
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-035-7/+58
* Prevents random failure in XmlTest.Jean-Philippe Lang2010-12-031-3/+3
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-038-116/+116
* Projects API tests rewriting.Jean-Philippe Lang2010-12-031-79/+161
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-035-50/+49
* Adds a reusable method to render API response on validation failure.Jean-Philippe Lang2010-12-032-5/+15
* Dry Users API responders.Jean-Philippe Lang2010-12-032-8/+14
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-034-1/+317
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-039-1/+317
* Add responders to UsersController.Jean-Philippe Lang2010-12-031-11/+30
* Escapes attachment ids in TracMigrate (#6996).Jean-Philippe Lang2010-11-291-2/+2
* Updates for 1.0.4 release.Jean-Philippe Lang2010-11-282-7/+32
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-272-1/+7
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-272-9/+15
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-272-11/+15
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-272-15/+20
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-273-3/+73
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-273-4/+21
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-273-4/+14
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-273-1/+49
* Fixed: Layout problem in workflow overview (#6990).Jean-Philippe Lang2010-11-271-0/+2
* Translation updateAzamat Hackimov2010-11-251-16/+17
* Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...Azamat Hackimov2010-11-251-2/+2
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-212-5/+17
* Translation updateAzamat Hackimov2010-11-216-68/+67
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-212-8/+14
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-212-2/+14
* Fixed: Broken pipe error when browsing subversion repository (#6860).Jean-Philippe Lang2010-11-201-2/+2
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-202-8/+9
* Add assertions for #6929 in MailHandler tests.Jean-Philippe Lang2010-11-201-0/+2
* 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