summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added project specific Enumeration overrides.Eric Davis2009-10-214-0/+50
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-219-6/+85
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-2112-4/+159
* Updated the unit test so Enumerations are tested separately from the subclasses.Eric Davis2009-10-211-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-2111-0/+72
* Change the order of checkboxes for boolean custom fields.Eric Davis2009-10-211-1/+1
* Renamed Project#public named_scope so it will not override Ruby's public methodEric Davis2009-10-212-2/+2
* Mocha is needed for tests.Eric Davis2009-10-211-0/+1
* Renamed the default "Assigned" status to "In Progress". #3605Eric Davis2009-10-2036-39/+39
* Moved object daddy helpers to their own module.Eric Davis2009-10-202-30/+35
* Updated some object_daddy exemplars for the Models.Eric Davis2009-10-203-1/+42
* Added shoulda macros to test Project's associationsEric Davis2009-10-191-0/+24
* Replaced a custom test with a shoulda macro.Eric Davis2009-10-191-8/+7
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-195-2/+139
* Preselect the issue custom fields from the source project when copying. #4045Eric Davis2009-10-191-0/+1
* Refactored duplicated test code to a setup.Eric Davis2009-10-191-42/+26
* Converted Project#copy test to use shouldaEric Davis2009-10-191-52/+55
* Configured object_daddy to help generate test data instead of fixtures. #4004Eric Davis2009-10-1814-0/+134
* pt-BR update (#4040)Azamat Hackimov2009-10-181-1/+1
* Adding missing database indexes for foreign keys and STI fields.Eric Davis2009-10-1730-0/+312
* Rename the wiki toolbar's JavaScript variable, 'toolbar' conflicts withEric Davis2009-10-171-1/+1
* Fixed the generated test in the redmine_plugin_model. (#3927)Eric Davis2009-10-171-1/+1
* Setup shoulda for testing. (#4005)Eric Davis2009-10-173-0/+48
* Fixed: HTML entities displayed when editing an issue note (#3996).Jean-Philippe Lang2009-10-111-2/+2
* Makes migration scripts load tickets in batches (#4011).Jean-Philippe Lang2009-10-112-2/+2
* Fixes migration scripts broken by r2726.Jean-Philippe Lang2009-10-112-2/+2
* da locale updated (closes #3919).Jean-Philippe Lang2009-10-112-53/+53
* el locale updated (closes #3932).Jean-Philippe Lang2009-10-111-15/+15
* translation updates (closes #4016, #4017).Jean-Philippe Lang2009-10-112-15/+15
* ko locale updated (closes #3954).Jean-Philippe Lang2009-10-111-29/+30
* ro locale updated (closes #2900).Jean-Philippe Lang2009-10-111-24/+24
* Fixes project shortcut combo.Jean-Philippe Lang2009-10-111-2/+2
* Fixes MailHandler for ruby1.9.Jean-Philippe Lang2009-10-101-2/+3
* String#each removed in ruby1.9.Jean-Philippe Lang2009-10-101-0/+1
* Fixes some test failures due to Array#to_s behaviour in ruby1.9.Jean-Philippe Lang2009-10-101-2/+2
* Defines String#to_a (Object#to_a removed in ruby1.9).Jean-Philippe Lang2009-10-101-0/+7
* Fixes a wrong number of arguments error with ruby1.9.Jean-Philippe Lang2009-10-101-1/+1
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-104-0/+8
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-106-8/+8
* Change deprecated dbfile parameter.Jean-Philippe Lang2009-10-101-6/+1
* Completes r2856 (#3979).Jean-Philippe Lang2009-10-1036-45/+75
* French locale update.Jean-Philippe Lang2009-10-101-6/+6
* Fixes User/CustomValue association broken by r2869 (#3978).Jean-Philippe Lang2009-10-103-4/+19
* Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocatorEric Davis2009-10-072-2/+2
* Fixes Repository#find_changeset_by_name with PostgreSQL (#3937).Jean-Philippe Lang2009-10-021-1/+1
* Fixed a bug where the form would POST causing a routing error. (#3918)Eric Davis2009-09-251-1/+2
* Translation updatesAzamat Hackimov2009-09-246-152/+153
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-208-6/+38
* Set mime-type property (#3885).Jean-Philippe Lang2009-09-200-0/+0
* Unexpected closing tag removed.Jean-Philippe Lang2009-09-201-1/+1