OSDN Git Service

redminele/redmine.git
2010-03-18 Eric DavisRefactor: Extract method to the Member model
2010-03-17 Jean-Philippe... Adds an helper for displaying the 'checked' image.
2010-03-17 Jean-Philippe... Do not query the database for project level on projects...
2010-03-17 Jean-Philippe... Accept issue links inside brackets (#4418).
2010-03-17 Eric DavisRefactor: Change the different find_object filters...
2010-03-17 Eric DavisFixes undefined method 'notes' error from r3594
2010-03-16 Jean-Philippe... Removes broken links in wiki syntax help page (#5081).
2010-03-16 Jean-Philippe... Inlines some code to speed up large ticket history...
2010-03-16 Jean-Philippe... Fixed: Wrong label in issue-journal for subtask-changes...
2010-03-16 Jean-Philippe... Upgrade CodeRay to 0.9.2 (#3359).
2010-03-16 Eric DavisRefactor: Split the find_object methods to prep for...
2010-03-15 Jean-Philippe... Close unclosed pre/code tags (#4265).
2010-03-15 Jean-Philippe... Do not parse redmine links inside pre/code tags (#1288).
2010-03-15 Jean-Philippe... Extract parsing of inline attachments, wiki links and...
2010-03-15 Jean-Philippe... Fixed closing tags in syntax highlighting tests.
2010-03-14 Jean-Philippe... Add background color to line numbers of highlighted...
2010-03-14 Jean-Philippe... Replace the hardcoded "CodeRay" css class name for...
2010-03-14 Jean-Philippe... Extract CodeRay calls to Redmine::SyntaxHighlighting...
2010-03-14 Jean-Philippe... Reverts r1476 that is no longer needed after r3582.
2010-03-14 Jean-Philippe... Do not html escape code that is going to be highlighted...
2010-03-14 Jean-Philippe... Optimization: load attachments when needed.
2010-03-13 Jean-Philippe... Enlarges the sidebar.
2010-03-13 Jean-Philippe... Move issue watchers to the sidebar.
2010-03-13 Jean-Philippe... Adds index on issues nested set columns.
2010-03-13 Jean-Philippe... Slight UI changes to the subtasks tree.
2010-03-13 Jean-Philippe... Add subtasking strings to locales.
2010-03-13 Jean-Philippe... Translations updates.
2010-03-13 Jean-Philippe... Makes subtasks rescheduled when a 'precedes' relation...
2010-03-13 Jean-Philippe... Adds subtasking (#443) including:
2010-03-12 Jean-Philippe... Do not reset session when a non logged in user request...
2010-03-12 Jean-Philippe... Fixed windows platform detection in reposman.rb (...
2010-03-12 Jean-Philippe... More detailed failures message.
2010-03-12 Jean-Philippe... Fixes a test failure.
2010-03-12 Jean-Philippe... Refactors textile formatting tests.
2010-03-12 Jean-Philippe... Fixed: inline code with less-then/greater-than produces...
2010-03-12 Jean-Philippe... Fixed: error while moving an issue to a project with...
2010-03-12 Jean-Philippe... Adds missing flash messages on project settings (#5043).
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...
next