OSDN Git Service

redminele/redmine.git
2010-11-16 Jean-Philippe... Fixed: Log Time link broken in issue context menu ...
2010-11-14 Jean-Philippe... Fixes a NoMethodError in tests with ruby 1.8.6.
2010-11-14 Jean-Philippe... Adds leading slash to all assert_redirected_to argument...
2010-11-14 Jean-Philippe... Use Object#tap instead of #returning (#6887).
2010-11-14 Jean-Philippe... Replaced SessionStore :session_key with :key (#6887).
2010-11-14 Jean-Philippe... MailHandler: ignore assignee if invalid.
2010-11-14 Jean-Philippe... Updates mantis importer for new project name/identifier...
2010-11-14 Jean-Philippe... Raised maximum length of project names and identifiers...
2010-11-13 Jean-Philippe... Makes projects API return XML description when creating...
2010-11-12 Jean-Philippe... Makes MailHandler ignore invalid keyword values to...
2010-11-12 Jean-Philippe... Makes MailHandler accept localized keywords for default...
2010-11-12 Jean-Philippe... Makes MailHandler accept all issue attributes and custo...
2010-11-11 Jean-Philippe... Moved some permission checks for issue update from...
2010-11-11 Jean-Philippe... Removes duplicate issue subject on gantt (#6763).
2010-11-11 Jean-Philippe... Allow non-unique names for projects (#630).
2010-11-09 Jean-Philippe... Fixed: Trunk not working with i18n gem 0.4.2 (#6784).
2010-11-07 Jean-Philippe... Reverted r4381.
2010-11-07 Jean-Philippe... Fixed: unchecking status filter on the issue list has...
2010-11-07 Jean-Baptiste... Added missing --no-color option in some git shell-outs...
2010-11-07 Jean-Philippe... Fixed: User list not sorted on category form (#6760).
2010-11-07 Jean-Philippe... Updated locales.
2010-11-07 Jean-Philippe... Make sure existing custom fields visibility is set...
2010-11-07 Jean-Philippe... Adds a "visible" option on User and Project custom...
2010-11-07 Jean-Philippe... Removed gantt and calendar menu items that do not fit...
2010-11-07 Jean-Philippe... Removed hardcoded links in my/page_layout (#6839).
2010-11-07 Jean-Philippe... Render level 4 headings in TOC (#5494).
2010-11-06 Jean-Philippe... Fixed: start date being filled with current date even...
2010-11-06 Jean-Philippe... Render TOC as nested lists (#1857).
2010-11-06 Jean-Philippe... Extract headings and TOC parsing from the textile forma...
2010-11-06 Jean-Philippe... Adds a combo to select parent on wiki page rename ...
2010-11-06 Jean-Philippe... Makes textile formatter accept 2 letters acronym (...
2010-11-06 Jean-Philippe... Fixed: URLs broken in wiki notifications (#6838).
2010-11-06 Jean-Philippe... Fixed: 'View difference' broken on wiki page history...
2010-11-06 Jean-Philippe... Disable button to prevent accidental double click on...
2010-11-06 Jean-Philippe... Clean up member_roles if needed.
2010-11-06 Jean-Philippe... Adds a unique index on members (#6826).
2010-11-06 Jean-Philippe... Rewrites UpdateMailNotificationValues migration to...
2010-11-05 Eric DavisAllow key authentication when deleting issues (with...
2010-11-05 Eric DavisAllow key authentication when updating issues (with...
2010-11-05 Eric DavisAllow key authentication when creating issues (with...
2010-11-04 Eric DavisRefactor: Convert the tests for Issues#index and #show...
2010-11-03 Eric DavisRefactor: convert API key tests using HTTP Basic to...
2010-11-02 Eric DavisAdd a Email Header setting. Useful for adding delimite...
2010-11-02 Eric DavisRemove email quotes (>) when searching for incoming...
2010-11-02 Eric DavisRefactor: convert username/password http basic auth...
2010-11-02 Jean-Baptiste... Use File#expand_path for require's in script/* for...
2010-11-01 Eric DavisRefactor: convert api key tests to shoulda macros for...
2010-11-01 Eric DavisMove all API tests into the ApiTest module to make...
2010-11-01 Jean-Philippe... Fixed: "Template is missing" error when validation...
2010-11-01 Jean-Philippe... Provides a default string for untranslated search types.
2010-11-01 Eric DavisBump version to 1.0.3
2010-11-01 Eric DavisUpdate changelog for v1.0.3
2010-10-30 Jean-Baptiste... Add a label for user and group search fields. #6521
2010-10-30 Jean-Baptiste... Added ability to create issue directly as a subtask...
2010-10-29 Jean-Baptiste... Force color to be disabled on git shell-outs. #5324
2010-10-29 Jean-Baptiste... Fixed Redmine.pm not working with LDAPS on a non-standa...
2010-10-29 Jean-Baptiste... Updated wiki-syntax help page to reflect new link optio...
2010-10-29 Jean-Baptiste... Fix wikilinks in project > settings > versions and...
2010-10-29 Jean-Baptiste... Fixed: disabling autologin not persisted. #6438
2010-10-28 Azamat HackimovTranslation update (zh-TW, #6765)
2010-10-28 Azamat HackimovTranslation update (he, #6569)
2010-10-28 Eric DavisRefactor: convert WikiController to a REST resource
2010-10-27 Jean-Baptiste... Fixed potential nil method errors when trying to access...
2010-10-27 Azamat HackimovTranslation update (ru)
2010-10-27 Azamat HackimovFixing "Kilobyte" prefix to kB (#6740)
2010-10-27 Azamat HackimovReadding string field_start_date (#6629)
2010-10-27 Azamat HackimovTranslation update (de, #6607)
2010-10-27 Azamat HackimovTranslation updates
2010-10-27 Eric DavisRefactor: use :id instead of :page when linking to...
2010-10-26 Eric DavisRefactor: convert WikiController#destroy to use HTTP...
2010-10-26 Eric DavisFix wiki links on the activity page. #6746
2010-10-25 Eric DavisAdd Redmine::Plugin.installed?(:name) method to check...
2010-10-25 Eric DavisAllow adding notes when moving issues
2010-10-25 Eric DavisAllow changing the Priority when moving issues.
2010-10-25 Eric DavisRefactor: Rename WikiController#page_index to #index
2010-10-25 Eric DavisFix the tests that were broken by r4286:
2010-10-24 Jean-Philippe... Adds a user-agent to reposman (#6735).
2010-10-23 Jean-Baptiste... Fixed: auto links ending with right angle bracket shoul...
2010-10-23 Jean-Philippe... Refactor: merged error rendering methods.
2010-10-23 Jean-Philippe... Improved error message when trying to access an archive...
2010-10-23 Jean-Philippe... Updated french translation.
2010-10-23 Jean-Philippe... Makes zoom buttons on gantt looks like the others.
2010-10-22 Eric DavisRefactor: move method to model with compatibility wrapper
2010-10-22 Jean-Philippe... Moves a method to the appropriate helper.
2010-10-22 Jean-Philippe... Fixed: error on gantt when no issue have a due date...
2010-10-22 Eric DavisTranslation update for en: field_member_of_group and...
2010-10-22 Eric DavisMark the failed test in r4276 as pending. Tests should...
2010-10-22 Jean-Philippe... Fixed: timelog link in the activity broken by recent...
2010-10-22 Jean-Philippe... Adds a failing test for #6350.
2010-10-22 Eric DavisAdd ids to some sections of the issue form
2010-10-22 Jean-Philippe... Fixed: file upload on wiki page broken by recent refact...
2010-10-22 Eric DavisAdd documentation about contributing to Redmine with git
2010-10-22 Eric DavisRefactor: split WikiController#edit into #update
2010-10-22 Jean-Philippe... Fixes display of archived child projects on the admin...
2010-10-22 Jean-Philippe... Removes description column from the admin project list...
2010-10-22 Jean-Philippe... Removes duplicate helper introduced in r4072.
2010-10-22 Jean-Philippe... Fixed: "Add file" link broken by recent refactoring...
2010-10-22 Jean-Philippe... Fixed: "Add news" link broken by recent refactoring...
2010-10-21 Eric DavisRefactor: rename WikiController#index to #show, it...
2010-10-20 Eric DavisRefactor: change :id on WikiController to use :project_id
next