| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed some merge bugs. #4077 | Eric Davis | 2009-10-21 | 5 | -8/+10 |
* | Added all list and boolean custom data fields to the Time Report. #4077 | Eric Davis | 2009-10-21 | 2 | -3/+12 |
* | When a specific TimeEntryActivity are change, associated TimeEntries will be | Eric Davis | 2009-10-21 | 4 | -13/+86 |
* | Added a Activities tab to Project Settings | Eric Davis | 2009-10-21 | 12 | -18/+314 |
* | Changed the Timelogs to use both the Systemwide and Project specific TimeEntr... | Eric Davis | 2009-10-21 | 5 | -4/+133 |
* | Added project specific Enumeration overrides. | Eric Davis | 2009-10-21 | 4 | -0/+50 |
* | Added an active field track if an Enumeration is active on the frontend view. | Eric Davis | 2009-10-21 | 9 | -6/+85 |
* | Enumerations can now have custom fields defined on them. #4077 | Eric Davis | 2009-10-21 | 12 | -4/+159 |
* | Updated the unit test so Enumerations are tested separately from the subclasses. | Eric Davis | 2009-10-21 | 1 | -1/+1 |
* | Contextual quick search (#3263). | Jean-Philippe Lang | 2009-10-21 | 11 | -0/+72 |
* | Change the order of checkboxes for boolean custom fields. | Eric Davis | 2009-10-21 | 1 | -1/+1 |
* | Renamed Project#public named_scope so it will not override Ruby's public method | Eric Davis | 2009-10-21 | 2 | -2/+2 |
* | Mocha is needed for tests. | Eric Davis | 2009-10-21 | 1 | -0/+1 |
* | Renamed the default "Assigned" status to "In Progress". #3605 | Eric Davis | 2009-10-20 | 36 | -39/+39 |
* | Moved object daddy helpers to their own module. | Eric Davis | 2009-10-20 | 2 | -30/+35 |
* | Updated some object_daddy exemplars for the Models. | Eric Davis | 2009-10-20 | 3 | -1/+42 |
* | Added shoulda macros to test Project's associations | Eric Davis | 2009-10-19 | 1 | -0/+24 |
* | Replaced a custom test with a shoulda macro. | Eric Davis | 2009-10-19 | 1 | -8/+7 |
* | Improved Project#copy to copy more data from the source Project. #3367 | Eric Davis | 2009-10-19 | 5 | -2/+139 |
* | Preselect the issue custom fields from the source project when copying. #4045 | Eric Davis | 2009-10-19 | 1 | -0/+1 |
* | Refactored duplicated test code to a setup. | Eric Davis | 2009-10-19 | 1 | -42/+26 |
* | Converted Project#copy test to use shoulda | Eric Davis | 2009-10-19 | 1 | -52/+55 |
* | Configured object_daddy to help generate test data instead of fixtures. #4004 | Eric Davis | 2009-10-18 | 14 | -0/+134 |
* | pt-BR update (#4040) | Azamat Hackimov | 2009-10-18 | 1 | -1/+1 |
* | Adding missing database indexes for foreign keys and STI fields. | Eric Davis | 2009-10-17 | 30 | -0/+312 |
* | Rename the wiki toolbar's JavaScript variable, 'toolbar' conflicts with | Eric Davis | 2009-10-17 | 1 | -1/+1 |
* | Fixed the generated test in the redmine_plugin_model. (#3927) | Eric Davis | 2009-10-17 | 1 | -1/+1 |
* | Setup shoulda for testing. (#4005) | Eric Davis | 2009-10-17 | 3 | -0/+48 |
* | Fixed: HTML entities displayed when editing an issue note (#3996). | Jean-Philippe Lang | 2009-10-11 | 1 | -2/+2 |
* | Makes migration scripts load tickets in batches (#4011). | Jean-Philippe Lang | 2009-10-11 | 2 | -2/+2 |
* | Fixes migration scripts broken by r2726. | Jean-Philippe Lang | 2009-10-11 | 2 | -2/+2 |
* | da locale updated (closes #3919). | Jean-Philippe Lang | 2009-10-11 | 2 | -53/+53 |
* | el locale updated (closes #3932). | Jean-Philippe Lang | 2009-10-11 | 1 | -15/+15 |
* | translation updates (closes #4016, #4017). | Jean-Philippe Lang | 2009-10-11 | 2 | -15/+15 |
* | ko locale updated (closes #3954). | Jean-Philippe Lang | 2009-10-11 | 1 | -29/+30 |
* | ro locale updated (closes #2900). | Jean-Philippe Lang | 2009-10-11 | 1 | -24/+24 |
* | Fixes project shortcut combo. | Jean-Philippe Lang | 2009-10-11 | 1 | -2/+2 |
* | Fixes MailHandler for ruby1.9. | Jean-Philippe Lang | 2009-10-10 | 1 | -2/+3 |
* | String#each removed in ruby1.9. | Jean-Philippe Lang | 2009-10-10 | 1 | -0/+1 |
* | Fixes some test failures due to Array#to_s behaviour in ruby1.9. | Jean-Philippe Lang | 2009-10-10 | 1 | -2/+2 |
* | Defines String#to_a (Object#to_a removed in ruby1.9). | Jean-Philippe Lang | 2009-10-10 | 1 | -0/+7 |
* | Fixes a wrong number of arguments error with ruby1.9. | Jean-Philippe Lang | 2009-10-10 | 1 | -1/+1 |
* | Sets file encoding to utf-8 for ruby 1.9. | Jean-Philippe Lang | 2009-10-10 | 4 | -0/+8 |
* | Renames uploaded_test_file helper. | Jean-Philippe Lang | 2009-10-10 | 6 | -8/+8 |
* | Change deprecated dbfile parameter. | Jean-Philippe Lang | 2009-10-10 | 1 | -6/+1 |
* | Completes r2856 (#3979). | Jean-Philippe Lang | 2009-10-10 | 36 | -45/+75 |
* | French locale update. | Jean-Philippe Lang | 2009-10-10 | 1 | -6/+6 |
* | Fixes User/CustomValue association broken by r2869 (#3978). | Jean-Philippe Lang | 2009-10-10 | 3 | -4/+19 |
* | Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocator | Eric Davis | 2009-10-07 | 2 | -2/+2 |
* | Fixes Repository#find_changeset_by_name with PostgreSQL (#3937). | Jean-Philippe Lang | 2009-10-02 | 1 | -1/+1 |