Commit Graph

  • 821f9eb390 HTML escaping (#4106). Jean-Philippe Lang 2009-10-25 13:28:36 +00:00
  • a3fcdfe391 Add translations for new permission. Jean-Philippe Lang 2009-10-25 12:13:51 +00:00
  • 97b4e75478 Add a permission to remove issue watchers (#2450). Jean-Philippe Lang 2009-10-25 12:11:53 +00:00
  • 6fedbf60d5 Allow project forums copy. Jean-Philippe Lang 2009-10-25 11:23:46 +00:00
  • 6dfe0395a5 Display stats about objects that can be copied. Jean-Philippe Lang 2009-10-25 11:10:35 +00:00
  • 1a1bfbfb07 Do not ignore parent project setting on project copy (#3386). Jean-Philippe Lang 2009-10-25 10:56:32 +00:00
  • a18676b669 Prevent mass-assignment warnings. Jean-Philippe Lang 2009-10-25 10:51:21 +00:00
  • 4e73685af7 Reset timestamps and wiki page hierarchy on project copy. Jean-Philippe Lang 2009-10-25 10:44:03 +00:00
  • 875eb47ad1 Prevent mass-assignment warnings. Jean-Philippe Lang 2009-10-25 10:35:59 +00:00
  • 2e675342cb Removes debug message. Jean-Philippe Lang 2009-10-25 10:31:01 +00:00
  • a9fb11c0f5 Fixes project wiki copy. Jean-Philippe Lang 2009-10-25 10:30:39 +00:00
  • eecec44ed2 Add a test that breaks before r2967 (broken project wiki copy). Jean-Philippe Lang 2009-10-25 10:11:06 +00:00
  • 9f12a14382 Wiki auto creation temporary disabled until project wiki copy is fixed (2 wikis created). Jean-Philippe Lang 2009-10-24 16:12:13 +00:00
  • 5b787785b4 Project copy: let the user choose what to copy from the source project (everything by default). Jean-Philippe Lang 2009-10-24 13:30:23 +00:00
  • 6842941adc Removes debug code. Jean-Philippe Lang 2009-10-24 12:33:34 +00:00
  • 383b2bd903 Small fix to HTML title. Jean-Philippe Lang 2009-10-24 12:33:08 +00:00
  • 83717a9b75 Add mail field to admin user search filter (#3882). Jean-Philippe Lang 2009-10-24 12:21:09 +00:00
  • 9233a07a23 Adds a test for attached image inside a link (#4033). Jean-Philippe Lang 2009-10-24 12:19:22 +00:00
  • de8dcc5b26 Sets proper content type for plain text mails (#3970). Jean-Philippe Lang 2009-10-24 11:57:01 +00:00
  • f206dfe9b5 Reverts r2770 (#3391). Jean-Philippe Lang 2009-10-24 11:35:35 +00:00
  • a68d8a7b32 Sets the current project as the default value of project jump box (#4053). Jean-Philippe Lang 2009-10-24 11:29:49 +00:00
  • 2cec9f87ab Translation updates (closes #4054, #4060, #4075). Jean-Philippe Lang 2009-10-24 11:22:06 +00:00
  • cabf052127 Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098). Jean-Philippe Lang 2009-10-24 11:08:09 +00:00
  • 2445250960 Fixes form buttons on projects/settings/activities (closes #4083). Jean-Philippe Lang 2009-10-22 17:51:23 +00:00
  • 6ffe1926ab Remove hard coded string in a view (closes #4076). Jean-Philippe Lang 2009-10-22 17:46:54 +00:00
  • 04ae25f6b0 Do not render hidden news edit form if user is not allowed to edit (closes #4068). Jean-Philippe Lang 2009-10-22 17:42:17 +00:00
  • e5c4cfc688 Add missing strings (rake locales:update). Jean-Philippe Lang 2009-10-22 17:39:12 +00:00
  • ff3d0fe4db Fixed some merge bugs. #4077 Eric Davis 2009-10-21 22:35:03 +00:00
  • 2e0cbd2840 Added all list and boolean custom data fields to the Time Report. #4077 Eric Davis 2009-10-21 22:34:57 +00:00
  • 37d401ac58 When a specific TimeEntryActivity are change, associated TimeEntries will be re-assigned to the correct record. Eric Davis 2009-10-21 22:34:52 +00:00
  • 5833ba9f81 Added a Activities tab to Project Settings Eric Davis 2009-10-21 22:34:45 +00:00
  • e615266e9a Changed the Timelogs to use both the Systemwide and Project specific TimeEntryActivities Eric Davis 2009-10-21 22:34:39 +00:00
  • 29301c8a38 Added project specific Enumeration overrides. Eric Davis 2009-10-21 22:34:34 +00:00
  • e76d4c5c4c Added an active field track if an Enumeration is active on the frontend view. Eric Davis 2009-10-21 22:34:28 +00:00
  • ac4937a767 Enumerations can now have custom fields defined on them. #4077 Eric Davis 2009-10-21 22:34:22 +00:00
  • 29ab7b4108 Updated the unit test so Enumerations are tested separately from the subclasses. Eric Davis 2009-10-21 22:34:17 +00:00
  • 07aa3c55bd Contextual quick search (#3263). Eg. when viewing issues, the quick search will search issues only. Jean-Philippe Lang 2009-10-21 17:07:18 +00:00
  • 739e11702a Change the order of checkboxes for boolean custom fields. Eric Davis 2009-10-21 03:31:20 +00:00
  • d40756d611 Renamed Project#public named_scope so it will not override Ruby's public method Eric Davis 2009-10-21 03:21:31 +00:00
  • 50bab8b429 Mocha is needed for tests. Eric Davis 2009-10-21 03:13:24 +00:00
  • a41ba2aed7 Renamed the default "Assigned" status to "In Progress". #3605 Eric Davis 2009-10-20 05:06:14 +00:00
  • b887cef7af Moved object daddy helpers to their own module. Eric Davis 2009-10-20 00:36:55 +00:00
  • 6456f7c4a4 Updated some object_daddy exemplars for the Models. Eric Davis 2009-10-20 00:36:51 +00:00
  • 61c09b6442 Added shoulda macros to test Project's associations Eric Davis 2009-10-19 00:27:13 +00:00
  • 257c92f8f9 Replaced a custom test with a shoulda macro. Eric Davis 2009-10-19 00:27:08 +00:00
  • a150689be9 Improved Project#copy to copy more data from the source Project. #3367 Eric Davis 2009-10-19 00:07:37 +00:00
  • 6531c3f887 Preselect the issue custom fields from the source project when copying. #4045 Eric Davis 2009-10-19 00:07:32 +00:00
  • 945ea9b01c Refactored duplicated test code to a setup. Eric Davis 2009-10-19 00:07:27 +00:00
  • 548d5a21f6 Converted Project#copy test to use shoulda Eric Davis 2009-10-19 00:07:23 +00:00
  • 35333367df Configured object_daddy to help generate test data instead of fixtures. #4004 Eric Davis 2009-10-18 22:25:00 +00:00
  • ee9c2d3d88 pt-BR update (#4040) Azamat Hackimov 2009-10-18 21:27:26 +00:00
  • 70118fb136 Adding missing database indexes for foreign keys and STI fields. Eric Davis 2009-10-17 22:23:29 +00:00
  • 07ffad4a7e Rename the wiki toolbar's JavaScript variable, 'toolbar' conflicts with the browser's variable. Eric Davis 2009-10-17 21:17:46 +00:00
  • 5e539c31b0 Fixed the generated test in the redmine_plugin_model. (#3927) Eric Davis 2009-10-17 21:08:33 +00:00
  • 4425acafff Setup shoulda for testing. (#4005) Eric Davis 2009-10-17 20:37:23 +00:00
  • afd2d4afc6 Fixed: HTML entities displayed when editing an issue note (#3996). Jean-Philippe Lang 2009-10-11 10:36:11 +00:00
  • 0b3e3471b0 Makes migration scripts load tickets in batches (#4011). Jean-Philippe Lang 2009-10-11 10:12:07 +00:00
  • 0ac07afc67 Fixes migration scripts broken by r2726. Jean-Philippe Lang 2009-10-11 10:08:22 +00:00
  • 6224f7caca da locale updated (closes #3919). Jean-Philippe Lang 2009-10-11 09:24:45 +00:00
  • 1088c7360b el locale updated (closes #3932). Jean-Philippe Lang 2009-10-11 09:20:57 +00:00
  • c5d8bbeb8c translation updates (closes #4016, #4017). Jean-Philippe Lang 2009-10-11 09:17:32 +00:00
  • 4c42e1a08f ko locale updated (closes #3954). Jean-Philippe Lang 2009-10-11 09:15:33 +00:00
  • ca250c1f2e ro locale updated (closes #2900). Jean-Philippe Lang 2009-10-11 08:33:46 +00:00
  • f65133093a Fixes project shortcut combo. Jean-Philippe Lang 2009-10-11 08:20:39 +00:00
  • d8ba5c2a06 Fixes MailHandler for ruby1.9. Jean-Philippe Lang 2009-10-10 15:25:34 +00:00
  • 4450e6f24b String#each removed in ruby1.9. Jean-Philippe Lang 2009-10-10 15:19:27 +00:00
  • 9cd662f8dc Fixes some test failures due to Array#to_s behaviour in ruby1.9. Jean-Philippe Lang 2009-10-10 15:14:08 +00:00
  • 22d3d5a3b0 Defines String#to_a (Object#to_a removed in ruby1.9). Jean-Philippe Lang 2009-10-10 15:09:19 +00:00
  • 531eb65557 Fixes a wrong number of arguments error with ruby1.9. Jean-Philippe Lang 2009-10-10 15:04:08 +00:00
  • 38dc4d1cf9 Sets file encoding to utf-8 for ruby 1.9. Jean-Philippe Lang 2009-10-10 15:00:28 +00:00
  • ac8a67191f Renames uploaded_test_file helper. Jean-Philippe Lang 2009-10-10 14:56:29 +00:00
  • 94d34887cc Change deprecated dbfile parameter. Jean-Philippe Lang 2009-10-10 14:37:47 +00:00
  • 8ffc61f66c Completes r2856 (#3979). Jean-Philippe Lang 2009-10-10 11:11:01 +00:00
  • 480ccbf045 French locale update. Jean-Philippe Lang 2009-10-10 10:30:21 +00:00
  • 6656d41a41 Fixes User/CustomValue association broken by r2869 (#3978). Jean-Philippe Lang 2009-10-10 10:16:00 +00:00
  • bcbf08017a Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocator Eric Davis 2009-10-07 16:43:50 +00:00
  • 4e811bebd1 Fixes Repository#find_changeset_by_name with PostgreSQL (#3937). Jean-Philippe Lang 2009-10-02 14:49:38 +00:00
  • 19df1b636c Fixed a bug where the form would POST causing a routing error. (#3918) Eric Davis 2009-09-25 00:39:02 +00:00
  • e6ac92487a Translation updates * Japanese (#3865) * Portuguese Brazilian (#3864) * Russian * Spanish (#3871) * Traditional Chinese (#3863) Azamat Hackimov 2009-09-24 15:03:23 +00:00
  • 3601c13b3b Updated CHANGELOG Eric Davis 2009-09-23 01:39:13 +00:00
  • 88c95e824f Merged r2818 and r2819 from trunk. Eric Davis 2009-09-23 01:38:15 +00:00
  • 30ad78e57d Fixed: RepositoriesController#revision may show wrong revision (#3779). Jean-Philippe Lang 2009-09-20 15:20:22 +00:00
  • e89d4825dd Set mime-type property (#3885). Jean-Philippe Lang 2009-09-20 14:25:48 +00:00
  • dd633322f9 Unexpected closing tag removed. Jean-Philippe Lang 2009-09-20 14:08:52 +00:00
  • 21e18c1eb4 Adds missing native eol properties. Jean-Philippe Lang 2009-09-20 14:06:57 +00:00
  • 52a6b0a21e Fixed: Custom values with a nil value cause error on (project|account)/show (#3705). Jean-Philippe Lang 2009-09-20 09:56:06 +00:00
  • 41cbd239c4 Makes timelog report work at issue level (#2935). Jean-Philippe Lang 2009-09-20 09:30:41 +00:00
  • b4c55ea4de Makes saved query filters visible (#2883). Jean-Philippe Lang 2009-09-20 07:39:53 +00:00
  • 3477ded32a Makes tickets and timelogs filters collapsible (UI). Jean-Philippe Lang 2009-09-20 07:24:16 +00:00
  • 6ecfcd84b7 Update version to 0.8.5. Jean-Philippe Lang 2009-09-17 17:49:48 +00:00
  • cc3c8a717c Update version to 0.8.5. Jean-Philippe Lang 2009-09-17 17:49:29 +00:00
  • d3691239fa Russian update (#3859) Azamat Hackimov 2009-09-13 17:41:36 +00:00
  • 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597) Eric Davis 2009-09-13 17:14:35 +00:00
  • 0bdef7d797 tagged version 0.8.5 0.8.5 Jean-Philippe Lang 2009-09-13 12:39:40 +00:00
  • d884cc3870 CHANGELOG update Jean-Philippe Lang 2009-09-13 12:01:35 +00:00
  • bdfee87349 Merged r2766 and r2783 from trunk. Jean-Philippe Lang 2009-09-13 11:58:48 +00:00
  • 2ec385858f Merged r2722, r2771, r2772 from trunk. Jean-Philippe Lang 2009-09-13 11:53:27 +00:00
  • 94488269d1 Merged r2768, r2773, r2774, r2775, r2796 from trunk. Jean-Philippe Lang 2009-09-13 11:46:39 +00:00
  • 3d0fbea9fd Merged r2797, r2804, r2814, r2820, r2837, r2838 from trunk. Jean-Philippe Lang 2009-09-13 11:36:09 +00:00
  • fb349dc4ab Translation updates * Korean (#3855) * Russian * Traditional Chinese (#3853) Azamat Hackimov 2009-09-12 17:26:06 +00:00