OSDN Git Service

redminele/redmine.git
2009-11-04 Jean-Philippe... Set trunk version to 0.8.6
2009-11-04 Jean-Philippe... Fixed: inline images in wiki headings (#4112).
2009-11-03 Azamat HackimovLocales update
2009-10-31 Jean-Philippe... Translation updates (closes #4102, #4108, #4118).
2009-10-29 Jean-Philippe... Fixed a test failure.
2009-10-29 Jean-Philippe... Unified UsersController#list and #index.
2009-10-29 Jean-Philippe... Fixes users links.
2009-10-29 Jean-Philippe... Include missing fixtures.
2009-10-29 Jean-Philippe... AccountController#show (/account/show/:id) moved to...
2009-10-29 Jean-Philippe... Do not show user profile if no visible project or activ...
2009-10-29 Jean-Philippe... Typo fixed (#4134).
2009-10-29 Jean-Philippe... Fixed error on repository when there are no comments...
2009-10-25 Jean-Philippe... Add etag check on the activity view to avoid rendering...
2009-10-25 Jean-Philippe... Add indexes on various timestamps to speed up the activ...
2009-10-25 Jean-Philippe... IssuesController#destroy accepts POST only (#4107).
2009-10-25 Jean-Philippe... HTML escaping (#4106).
2009-10-25 Jean-Philippe... Add translations for new permission.
2009-10-25 Jean-Philippe... Add a permission to remove issue watchers (#2450).
2009-10-25 Jean-Philippe... Allow project forums copy.
2009-10-25 Jean-Philippe... Display stats about objects that can be copied.
2009-10-25 Jean-Philippe... Do not ignore parent project setting on project copy...
2009-10-25 Jean-Philippe... Prevent mass-assignment warnings.
2009-10-25 Jean-Philippe... Reset timestamps and wiki page hierarchy on project...
2009-10-25 Jean-Philippe... Prevent mass-assignment warnings.
2009-10-25 Jean-Philippe... Removes debug message.
2009-10-25 Jean-Philippe... Fixes project wiki copy.
2009-10-25 Jean-Philippe... Add a test that breaks before r2967 (broken project...
2009-10-24 Jean-Philippe... Wiki auto creation temporary disabled until project...
2009-10-24 Jean-Philippe... Project copy: let the user choose what to copy from...
2009-10-24 Jean-Philippe... Removes debug code.
2009-10-24 Jean-Philippe... Small fix to HTML title.
2009-10-24 Jean-Philippe... Add mail field to admin user search filter (#3882).
2009-10-24 Jean-Philippe... Adds a test for attached image inside a link (#4033).
2009-10-24 Jean-Philippe... Sets proper content type for plain text mails (#3970).
2009-10-24 Jean-Philippe... Reverts r2770 (#3391).
2009-10-24 Jean-Philippe... Sets the current project as the default value of projec...
2009-10-24 Jean-Philippe... Translation updates (closes #4054, #4060, #4075).
2009-10-24 Jean-Philippe... Prevent undefined method `<=>' for nil:NilClass in...
2009-10-22 Jean-Philippe... Fixes form buttons on projects/settings/activities...
2009-10-22 Jean-Philippe... Remove hard coded string in a view (closes #4076).
2009-10-22 Jean-Philippe... Do not render hidden news edit form if user is not...
2009-10-22 Jean-Philippe... Add missing strings (rake locales:update).
2009-10-21 Eric DavisFixed some merge bugs. #4077
2009-10-21 Eric DavisAdded all list and boolean custom data fields to the...
2009-10-21 Eric DavisWhen a specific TimeEntryActivity are change, associate...
2009-10-21 Eric DavisAdded a Activities tab to Project Settings
2009-10-21 Eric DavisChanged the Timelogs to use both the Systemwide and...
2009-10-21 Eric DavisAdded project specific Enumeration overrides.
2009-10-21 Eric DavisAdded an active field track if an Enumeration is active...
2009-10-21 Eric DavisEnumerations can now have custom fields defined on...
2009-10-21 Eric DavisUpdated the unit test so Enumerations are tested separa...
2009-10-21 Jean-Philippe... Contextual quick search (#3263).
2009-10-21 Eric DavisChange the order of checkboxes for boolean custom fields.
2009-10-21 Eric DavisRenamed Project#public named_scope so it will not overr...
2009-10-21 Eric DavisMocha is needed for tests.
2009-10-20 Eric DavisRenamed the default "Assigned" status to "In Progress...
2009-10-20 Eric DavisMoved object daddy helpers to their own module.
2009-10-20 Eric DavisUpdated some object_daddy exemplars for the Models.
2009-10-19 Eric DavisAdded shoulda macros to test Project's associations
2009-10-19 Eric DavisReplaced a custom test with a shoulda macro.
2009-10-19 Eric DavisImproved Project#copy to copy more data from the source...
2009-10-19 Eric DavisPreselect the issue custom fields from the source proje...
2009-10-19 Eric DavisRefactored duplicated test code to a setup.
2009-10-19 Eric DavisConverted Project#copy test to use shoulda
2009-10-18 Eric DavisConfigured object_daddy to help generate test data...
2009-10-18 Azamat Hackimovpt-BR update (#4040)
2009-10-17 Eric DavisAdding missing database indexes for foreign keys and...
2009-10-17 Eric DavisRename the wiki toolbar's JavaScript variable, 'toolbar...
2009-10-17 Eric DavisFixed the generated test in the redmine_plugin_model...
2009-10-17 Eric DavisSetup shoulda for testing. (#4005)
2009-10-11 Jean-Philippe... Fixed: HTML entities displayed when editing an issue...
2009-10-11 Jean-Philippe... Makes migration scripts load tickets in batches (#4011).
2009-10-11 Jean-Philippe... Fixes migration scripts broken by r2726.
2009-10-11 Jean-Philippe... da locale updated (closes #3919).
2009-10-11 Jean-Philippe... el locale updated (closes #3932).
2009-10-11 Jean-Philippe... translation updates (closes #4016, #4017).
2009-10-11 Jean-Philippe... ko locale updated (closes #3954).
2009-10-11 Jean-Philippe... ro locale updated (closes #2900).
2009-10-11 Jean-Philippe... Fixes project shortcut combo.
2009-10-10 Jean-Philippe... Fixes MailHandler for ruby1.9.
2009-10-10 Jean-Philippe... String#each removed in ruby1.9.
2009-10-10 Jean-Philippe... Fixes some test failures due to Array#to_s behaviour...
2009-10-10 Jean-Philippe... Defines String#to_a (Object#to_a removed in ruby1.9).
2009-10-10 Jean-Philippe... Fixes a wrong number of arguments error with ruby1.9.
2009-10-10 Jean-Philippe... Sets file encoding to utf-8 for ruby 1.9.
2009-10-10 Jean-Philippe... Renames uploaded_test_file helper.
2009-10-10 Jean-Philippe... Change deprecated dbfile parameter.
2009-10-10 Jean-Philippe... Completes r2856 (#3979).
2009-10-10 Jean-Philippe... French locale update.
2009-10-10 Jean-Philippe... Fixes User/CustomValue association broken by r2869...
2009-10-07 Eric DavisUpgrade the Engines plugin to get the bugfix for Rails...
2009-10-02 Jean-Philippe... Fixes Repository#find_changeset_by_name with PostgreSQL...
2009-09-25 Eric DavisFixed a bug where the form would POST causing a routing...
2009-09-24 Azamat HackimovTranslation updates
2009-09-20 Jean-Philippe... Fixed: RepositoriesController#revision may show wrong...
2009-09-20 Jean-Philippe... Set mime-type property (#3885).
2009-09-20 Jean-Philippe... Unexpected closing tag removed.
2009-09-20 Jean-Philippe... Adds missing native eol properties.
2009-09-20 Jean-Philippe... Fixed: Custom values with a nil value cause error on...
2009-09-20 Jean-Philippe... Makes timelog report work at issue level (#2935).
next