summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-25457-5367/+20230
* Swedish translation updated by Nicklas Holm (#10750)Toshi MARUYAMA2012-04-241-56/+53
* Japanese translation updated by Go MAEDA (#10745)Toshi MARUYAMA2012-04-241-6/+6
* Traditional Chinese translation updated by ChunChang Lo (#10733)Toshi MARUYAMA2012-04-231-7/+7
* Methods moved.Jean-Philippe Lang2012-04-221-18/+18
* Removed Query.generate_default! helper.Jean-Philippe Lang2012-04-222-9/+1
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-225-36/+25
* Renamed object_daddy_helper and removed exemplars.Jean-Philippe Lang2012-04-2239-286/+3
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-2210-96/+149
* Use create!.Jean-Philippe Lang2012-04-221-9/+9
* No need to save journal details.Jean-Philippe Lang2012-04-221-11/+11
* Additional tests for IssuesHelper#show_detail.Jean-Philippe Lang2012-04-222-54/+50
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Rails3: helper: html_safe for watchers_checkboxes in WatchersHelperToshi MARUYAMA2012-04-221-2/+4
* Rails3: view: html_safe for principals_options_for_select in ApplicationHelperToshi MARUYAMA2012-04-211-1/+1
* Updates for 1.4.1 release.Jean-Philippe Lang2012-04-202-1/+12
* Fixed that date range fields don't get enabled when using the calendar popup ...Jean-Philippe Lang2012-04-191-1/+1
* Load Gemfile.local with absolute path.Jean-Philippe Lang2012-04-191-2/+3
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-192-1/+15
* Additional test for MailHandler.Jean-Philippe Lang2012-04-191-1/+11
* Additional test for memberships API.Jean-Philippe Lang2012-04-191-0/+8
* Additional tests for Principal scopes.Jean-Philippe Lang2012-04-191-0/+8
* Additional tests for the PDF export of an issue.Jean-Philippe Lang2012-04-191-0/+36
* Updated ru and uk locales (#10664).Jean-Philippe Lang2012-04-192-12/+8
* Fixed that "Create and continue" buttons are broken by r9391 (#10675).Jean-Philippe Lang2012-04-191-6/+9
* Additional test for TrackersController.Jean-Philippe Lang2012-04-181-1/+9
* Additional tests for TimelogController.Jean-Philippe Lang2012-04-181-0/+12
* Additional test for Tracker model.Jean-Philippe Lang2012-04-181-0/+4
* Additional test for MyController.Jean-Philippe Lang2012-04-181-1/+9
* Additional tests for CustomFieldsController.Jean-Philippe Lang2012-04-181-0/+17
* fix typo of German "text_account_destroy_confirmation" (#10693, #10664)Toshi MARUYAMA2012-04-181-1/+1
* Removed invalid css property.Jean-Philippe Lang2012-04-181-1/+1
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-182-1/+31
* German translation changed by Hannes Meier (#10693)Toshi MARUYAMA2012-04-171-3/+3
* German translation for #10664 updated by Hannes Meier (#10693)Toshi MARUYAMA2012-04-171-6/+4
* German translation for 1.4.0 updated by Hannes Meier (#10693)Toshi MARUYAMA2012-04-171-4/+4
* Bulgarian translation updated by Ivan Cenov (#10671, #10664)Toshi MARUYAMA2012-04-161-6/+4
* Cleanup in rake scripts.Jean-Philippe Lang2012-04-153-33/+12
* Adds a rake task to remove expired tokens: redmine:tokens:prune.Jean-Philippe Lang2012-04-151-2/+8
* Adds new strings to locales.Jean-Philippe Lang2012-04-1544-0/+264
* Fixed that Token.destroy_expired destroys API tokens.Jean-Philippe Lang2012-04-152-1/+24
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-152-4/+24
* Additional test for Watcher.prune.Jean-Philippe Lang2012-04-151-0/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-1514-8/+133
* French local update.Jean-Philippe Lang2012-04-141-1/+1
* Note about the mysql2 adapter in database.yml.example.Jean-Philippe Lang2012-04-141-1/+3
* Updated trunk CHANGELOG.Jean-Philippe Lang2012-04-141-3/+20
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-144-4/+57
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-144-33/+63