OSDN Git Service

redminele/redmine.git
2010-03-12 Jean-Philippe... Cleanup and warning added in database.yml.database...
2010-03-12 Jean-Philippe... Fixed: text formatting breaks when using parenthesis...
2010-03-12 Jean-Philippe... Fixed: avatar display breaks user profile page layout...
2010-03-11 Jean-Philippe... Fixed: some textile modifiers combinations don't work...
2010-03-11 Eric DavisRefactor: Extract method for setting the flash on bulk...
2010-03-10 Jean-Philippe... Removes broken javascript on wiki history.
2010-03-10 Eric DavisUse assert_select to check the download link. (#4204)
2010-03-10 Eric DavisAdds named scopes to replace custom finders.
2010-03-09 Azamat HackimovTranslation updates
2010-03-08 Jean-Philippe... Fixed: NoMethodError error on roadmap if no trackers...
2010-03-08 Eric DavisRefactor: Remove duplicated case statements.
2010-03-08 Eric DavisRefactor: Extract similar logic in IssuesHelper#show_de...
2010-03-08 Eric DavisAdded unit tests for IssuesHelper#show_detail
2010-03-06 Jean-Philippe... Moves scm adapters unit tests to a dedicated folder.
2010-03-06 Jean-Philippe... Makes test pass with Bazaar 2.1.0 (#5002).
2010-03-06 Jean-Philippe... Moves ProjectsController#add_issue_category to IssueCat...
2010-03-06 Jean-Philippe... Moves ProjectsController#add_version to VersionsControl...
2010-03-06 Jean-Philippe... Adds context menu to the roadmap issue lists.
2010-03-05 Eric DavisRemove double negative condition
2010-03-05 Eric DavisRefactor: Moved the contents of #issue_update into...
2010-03-04 Jean-Philippe... Unselect issues when clicking outside of the list.
2010-03-04 Jean-Philippe... Do not disable text selection in the issue list.
2010-03-04 Jean-Philippe... Adds an helper for creating the context menu.
2010-03-04 Jean-Philippe... Fixed: hard coded English string at the selection of...
2010-03-04 Eric DavisRefactor: Replace @journal with @issue.current_journal
2010-03-04 Eric DavisHide the main menu div if there isn't any items for...
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: Extract methods to before_filters
2010-03-04 Eric DavisRefactor: Split method
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: use the existing Issue#new_statuses_allowed_t...
2010-03-03 Jean-Philippe... Fixed: no email notification on new project/version...
2010-03-03 Jean-Philippe... Fixes git annotate (#3832).
2010-03-03 Jean-Philippe... Adds hooks on login view (#4978).
2010-03-03 Jean-Philippe... Filters collapsed by default for saved queries (#4623).
2010-03-03 Eric DavisRefactor: Decouple failed attachments and the flash...
2010-03-03 Eric DavisAdded test for when an attachment fails to save.
2010-03-03 Eric DavisFixes destroying attachments if the update fails. ...
2010-03-03 Eric DavisAllow multiple selected projects in #project_tree_optio...
2010-03-02 Jean-Philippe... Fixed: error while deleting an in-use enumeration ...
2010-03-02 Eric DavisRefactor: Moved ApplicationController#attach_files...
2010-03-02 Eric DavisFixes failing tests from r3521
2010-03-01 Jean-Philippe... Fixes some context menu links broken by r3478.
2010-03-01 Eric DavisVerify issues are updated by HTTP PUT only. Regression...
2010-03-01 Eric DavisRefactor: Decouple building Issue and TimeEntry objects...
2010-02-28 Jean-Philippe... Adds a test for not sending email without recipient...
2010-02-28 Jean-Philippe... Fixed: Trac importer creates duplicate wiki records...
2010-02-28 Jean-Philippe... Fixes bottom links placement in issue with associated...
2010-02-28 Jean-Philippe... Fixed: Plugin generators should display help if no...
2010-02-28 Jean-Philippe... Fixed: Git blame/annotate fails on moved files (#3832).
2010-02-28 Jean-Philippe... Adds 'Blocked by' (#1755) and 'Duplicated by' relation...
2010-02-28 Jean-Philippe... Fixed: attachments with the same name at the same time...
2010-02-28 Jean-Philippe... Allow project custom fields to be searchable (#4945).
2010-02-28 Jean-Philippe... Fixes a test failure due to a default custom field...
2010-02-28 Jean-Philippe... Adds missing fixtures.
2010-02-28 Jean-Philippe... Update for 0.9.3 release.
2010-02-28 Jean-Philippe... Adds attachments upload on wiki edit form (#1223).
2010-02-28 Jean-Philippe... Fixed: journal details duplicated when an issue is...
2010-02-28 Jean-Philippe... Fixed: Wrong link when "http" not included in project...
2010-02-26 Eric DavisRefactor: Extracted saving logic out of #update and...
2010-02-26 Jean-Philippe... Link to the user from the wiki history view.
2010-02-26 Jean-Philippe... Adds a link to the user profile from the administration...
2010-02-26 Jean-Philippe... Removes a useless assignment in Trac importer (#4931).
2010-02-26 Jean-Philippe... Let administrators see locked user profiles.
2010-02-26 Jean-Philippe... Makes AuthSource.authenticate return a hash instead...
2010-02-26 Jean-Philippe... Test that AuthSourceLdap#authenticate returns valid...
2010-02-26 Jean-Philippe... Moves the LDAP test server to a fixture.
2010-02-26 Jean-Philippe... Adds a sample test LDAP configuration file.
2010-02-26 Jean-Philippe... User model should not have to clean up LDAP attributes.
2010-02-25 Eric DavisRefactor: Extracted the duplication from the last commi...
2010-02-25 Eric DavisRefactor: Move the updating of an Issue to the #update...
2010-02-25 Eric DavisFix LDAP on the fly creation. The User object doesn...
2010-02-25 Eric DavisOptimize: Only select the name when getting the module...
2010-02-24 Jean-Philippe... Fixed: changing user/roles of project member not possib...
2010-02-24 Jean-Philippe... Fixed: projects are referenced by id in search results.
2010-02-24 Jean-Philippe... Makes project identifiers searchable (#4897).
2010-02-24 Eric DavisRefactor: Start to extract IssuesController#edit into...
2010-02-23 Jean-Philippe... Reduces spacing on the bulk edit form.
2010-02-23 Jean-Philippe... Bulk edit refactoring.
2010-02-23 Jean-Philippe... Move hardcoded calendar images to css classes.
2010-02-23 Jean-Philippe... Fixed view_issues_move_bottom hook arguments (#4893).
2010-02-23 Eric DavisRefactor: Extract Issue#bulk_edit from the IssuesController
2010-02-22 Eric DavisMoved the IssuesController routing tests to an integrat...
2010-02-21 Jean-Philippe... Avoid unnecessary SQL queries when loading changesets.
2010-02-21 Jean-Philippe... Memorize commit authors to speed up changesets loading.
2010-02-21 Jean-Philippe... Adds a missing index (speeds up changesets loading).
2010-02-21 Azamat HackimovTranslation updates
2010-02-21 Jean-Philippe... Wraps changeset creation inside a single transation.
2010-02-21 Jean-Philippe... Removes --find-copies-harder git option to retrieve...
2010-02-20 Jean-Philippe... Do not query git for tags and branches multiple times...
2010-02-20 Jean-Philippe... Remove invalid utf8 sequences from commit comments...
2010-02-20 Jean-Philippe... Cleanup.
2010-02-20 Jean-Philippe... Fixed: Links in Forum mails should redirect to message...
2010-02-19 Jean-Philippe... Adds a controller hook before issue move (#4850).
2010-02-19 Jean-Philippe... Adds a hook on issue move form (#4850).
2010-02-19 Jean-Philippe... Fixes INSTALL and UPGRADING steps order (#4848).
2010-02-19 Eric DavisRefactor: Extract #get_user_dn from AuthSourceLdap.
2010-02-19 Eric DavisRefactor: extract AuthSourceLdap#search_attributes
2010-02-18 Jean-Philippe... Escaping in html email templates (#4874).
next