]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2012-12-07 Jean-Baptiste... Use lambda form in model scopes (#12499)
2012-12-06 Jean-Philippe... Adds an option for displaying the issue description...
2012-12-06 Toshi MARUYAMALithuanian translation updated by Egidijus Zideckas...
2012-12-05 Jean-Philippe... Redmine::Scm::Base.all should return an empty array...
2012-12-05 Jean-Philippe... Prevents redmine/scm/base from being reloaded in dev...
2012-12-05 Toshi MARUYAMAremove trailing white-spaces from application.css
2012-12-04 Toshi MARUYAMAremove trailing white-space from app/models/issue_categ...
2012-12-04 Toshi MARUYAMABulgarian "button_submit" translation changed by Ivan...
2012-12-03 Jean-Philippe... Code cleanup.
2012-12-03 Jean-Philippe... Removed unused Redmine::About class.
2012-12-03 Jean-Philippe... Adds tests for when showing/deleting an invalid issue.
2012-12-03 Jean-Philippe... Functional tests cleanup.
2012-12-03 Jean-Philippe... Test case cleanup.
2012-12-03 Jean-Philippe... Add a test for my page with all blocks.
2012-12-03 Jean-Philippe... Code cleanup.
2012-12-03 Jean-Philippe... Removed unused helper.
2012-12-03 Jean-Philippe... Replaces find(:first/:all) calls.
2012-12-03 Jean-Philippe... Replaces find(:first) calls.
2012-12-03 Jean-Philippe... Replaces find(:first) calls in migrations.
2012-12-03 Jean-Philippe... Replaces find(:first) calls.
2012-12-02 Jean-Philippe... Replaces find(:all) calls in acts_as_searchable.
2012-12-02 Jean-Philippe... Preserve the "from" parameter in activity links.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Replaces find(:all) calls in classic_pagination.
2012-12-02 Jean-Philippe... Restores acts_as_tree instance methods removed in r10919.
2012-12-02 Jean-Philippe... Adds helpers for retrieving my page data.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Replaces acts_as_tree #roots class method with a scope.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Load RMagick before the gantt helper (#12097).
2012-12-02 Jean-Philippe... Replaces find(:all) calls.
2012-12-02 Jean-Philippe... Removed unused instance variable.
2012-12-02 Jean-Philippe... Fixed dependency loading for when running in dev mode...
2012-12-02 Jean-Philippe... Makes User.current thread safe (#12097).
2012-12-02 Jean-Philippe... Make the tests pass when config.threadsafe! is enabled...
2012-12-02 Jean-Philippe... Explicitly load dependencies for when running with...
2012-12-02 Jean-Philippe... Set version to 2.2.0.
2012-12-02 Jean-Philippe... Fixed find_issues logic.
2012-12-02 Jean-Philippe... Code cleanup.
2012-12-01 Jean-Philippe... Code cleanup.
2012-12-01 Jean-Philippe... Code cleanup.
2012-12-01 Jean-Philippe... Moved duplicate #options_for_membership_project_select...
2012-12-01 Jean-Philippe... Don't load all helpers.
2012-11-30 Jean-Philippe... Removes textarea resizer in favour of built-in browser...
2012-11-30 Jean-Philippe... Fixed that roles API should accept API auth for when...
2012-11-28 Toshi MARUYAMAfix comment of RMagcik font configuration (#4787)
2012-11-28 Toshi MARUYAMAremove trailing white-spaces from app/models/repository.rb
2012-11-28 Toshi MARUYAMAadd configuration of RMagcik font for CJK (Chinese...
2012-11-28 Toshi MARUYAMAcode layout cleanup app/models/issue_relation.rb
2012-11-27 Jean-Philippe... Code cleanup.
2012-11-27 Jean-Philippe... Code cleanup.
2012-11-27 Jean-Philippe... Use 8+ characters long passwords in tests.
2012-11-27 Jean-Philippe... Fixed that #extract_macro_options should not be greedy...
2012-11-27 Jean-Philippe... Set the default minimum password length to 8.
2012-11-27 Jean-Philippe... Validate email only if changed.
2012-11-27 Jean-Philippe... Code cleanup.
2012-11-27 Jean-Philippe... Code cleanup.
2012-11-24 Jean-Philippe... Fixed the behaviour for when rescheduling a parent... 1/head
2012-11-24 Jean-Philippe... Fixed that autolinks and textile links ending with...
2012-11-24 Jean-Philippe... Precede-Follow relation should move following issues...
2012-11-24 Jean-Philippe... Respond with 404 instead of 500 when requesting a wiki...
2012-11-24 Jean-Philippe... Updates for 2.1.4 release.
2012-11-23 Jean-Philippe... Removed duplicated test.
2012-11-23 Jean-Philippe... Use Project.rebuild_tree! instead of .rebuild! in migra...
2012-11-23 Jean-Philippe... Adds a Project.rebuild_tree! method to force the rebuil...
2012-11-23 Jean-Philippe... Fixed that Project.rebuild! sorts projects by id instea...
2012-11-23 Jean-Philippe... Do not create projects in alphabetical order in nested...
2012-11-21 Toshi MARUYAMAscm: git: change extra_report_last_commit type at unit...
2012-11-21 Jean-Philippe... Upgrade to Rails 3.2.9 (#12393).
2012-11-21 Toshi MARUYAMAscm: git: fix tests fail when extra_info is nil (#12409)
2012-11-21 Toshi MARUYAMAscm: git: fix changesets aren't read after clear_change...
2012-11-21 Toshi MARUYAMAsvn propset svn:eol-style native to fixtures (#12399)
2012-11-21 Toshi MARUYAMAfix non ASCII attachment filename encoding broken ...
2012-11-18 Toshi MARUYAMAremove trailing white-space from app/controllers/tracke...
2012-11-18 Jean-Philippe... Fixed that MailHandler raises an error when email has...
2012-11-18 Jean-Philippe... Adds copyright.
2012-11-18 Jean-Philippe... Symbols can not be sorted with ruby1.8.
2012-11-18 Jean-Philippe... Adds english names for several languages.
2012-11-18 Jean-Philippe... Cache languages names to avoid loading all translations...
2012-11-18 Jean-Philippe... Adds a custom i18n backend that lazily loads translatio...
2012-11-18 Jean-Philippe... Code cleanup.
2012-11-18 Jean-Philippe... Eager-load authors.
2012-11-18 Jean-Philippe... Pins mysql gem to ~> 2.8.1.
2012-11-18 Jean-Philippe... Removed unused i18n string (#8373).
2012-11-18 Jean-Philippe... Removed the limit of 75 pages when exporting wiki pages...
2012-11-18 Jean-Philippe... Fixed that repository identifier may not be displayed...
2012-11-18 Jean-Philippe... Fixed context menu for IE 7/8 (#12298).
2012-11-17 Jean-Philippe... Updates for 2.1.3 release.
2012-11-17 Jean-Philippe... 'None' grouped issue list section should be translated...
2012-11-17 Jean-Philippe... Fixes #requires_redmine comments (#12299).
2012-11-17 Jean-Philippe... Makes Plugin#requires_redmine accept a range of version...
2012-11-17 Jean-Philippe... Makes Plugin#requires_redmine accept only major and...
2012-11-17 Jean-Philippe... Rewrites requires_redmine tests.
2012-11-17 Jean-Philippe... Issue "Update" link broken focus (#12356).
2012-11-16 Toshi MARUYAMAreplace non ASCII characters to hexadecimals at unit...
2012-11-16 Toshi MARUYAMAsvn propset svn:eol-style native to fixtures (#12375)
2012-11-16 Toshi MARUYAMAfix receiving mail subject broken which does not begin...
next