]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2014-12-20 Jean-Philippe... Cache search result ids for faster search pagination...
2014-12-20 Jean-Philippe... Moved search logic to Redmine::Search (#18631).
2014-12-20 Jean-Philippe... Plugin migration confuses two plugins with similar...
2014-12-15 Jean-Philippe... Restore accent insensitive search with mysql (#18537).
2014-12-14 Jean-Philippe... Use logger.info? (#18605).
2014-12-14 Jean-Philippe... Support for named route in project menu and a new ...
2014-12-14 Jean-Philippe... Code cleanup.
2014-12-14 Jean-Philippe... User detail : show user login to admins (#17354).
2014-12-14 Jean-Philippe... Adds table reference to textile help (#12734).
2014-12-14 Jean-Philippe... Missing test helper (#18537).
2014-12-14 Jean-Philippe... SQLite does not support case insensitive match for...
2014-12-14 Jean-Philippe... Use custom SQL for MySQL to behave like others DBMS...
2014-12-14 Toshi MARUYAMAadd missing fixtures to test/unit/search_test.rb
2014-12-13 Jean-Philippe... Mysql LIKE treats Ö and O the same (#18537).
2014-12-13 Jean-Philippe... Wiki formatting documentation for nested lists (#4518).
2014-12-13 Jean-Philippe... Removed debug stuff.
2014-12-13 Jean-Philippe... Don't use #downcase on search tokens, let the database...
2014-12-13 Jean-Philippe... HTML improvements on project landing page (#18565).
2014-12-13 Jean-Philippe... Merged datepicker.js into application.js.
2014-12-13 Toshi MARUYAMAadd missing fixtures to SearchControllerTest
2014-12-13 Jean-Philippe... Use a simple count query.
2014-12-13 Toshi MARUYAMAadd missing fixture to MembersHelperTest
2014-12-13 Jean-Philippe... Don't show roles without issue add/edit permission...
2014-12-13 Jean-Philippe... Don't consider roles without issue add/edit permissions...
2014-12-13 Jean-Philippe... Droped legacy behaviour that allows a user to edit...
2014-12-13 Jean-Philippe... Misc tests.
2014-12-13 Jean-Philippe... Use projects association.
2014-12-13 Jean-Philippe... Try to find out what causes a ruby bus error with ruby2...
2014-12-12 Jean-Philippe... Adds a test for editing a registered user.
2014-12-12 Jean-Philippe... Removed unused helper.
2014-12-12 Jean-Philippe... Removed unused method.
2014-12-12 Jean-Philippe... Rewrites search engine to properly paginate results...
2014-12-12 Toshi MARUYAMAignore X-Autoreply mails (#15999, #13425)
2014-12-11 Jean-Philippe... Revert r13736, test fails with mysql.
2014-12-11 Jean-Philippe... Adds a test for search with limited results.
2014-12-11 Jean-Philippe... Adds some helpers tests.
2014-12-08 Jean-Philippe... Misc tests.
2014-12-08 Jean-Philippe... Don't create a journal when creating an issue with...
2014-12-08 Jean-Philippe... Don't create a journal when creating an issue.
2014-12-07 Jean-Philippe... Misc tests.
2014-12-07 Toshi MARUYAMAfix ProjectNestedSetTest fails randomly
2014-12-06 Toshi MARUYAMApdf: use DejaVuSans font in Arabic and Persian (#16040...
2014-12-06 Toshi MARUYAMAGerman translation updated by Daniel Felix (#18563)
2014-12-06 Toshi MARUYAMAGerman translation updated by Daniel Felix (#18562)
2014-12-06 Toshi MARUYAMAGemfile: update rbpdf version to 1.18.3 (#16040, #18586...
2014-12-06 Jean-Philippe... Adds tests for Role#has_permissions?
2014-12-06 Jean-Philippe... Adds a test for Watcher.prune with :project option.
2014-12-06 Jean-Philippe... Skip some validations if attribute did not change.
2014-12-06 Jean-Philippe... Adds a test for #18584.
2014-12-05 Jean-Philippe... Specify the order for finding a setting.
2014-12-05 Jean-Philippe... Skip uniqueness validation when updating a setting...
2014-12-05 Jean-Philippe... Adds methods for loading and adding settings.
2014-12-05 Jean-Philippe... Adds a few functional tests.
2014-12-05 Jean-Philippe... Un-inline statement.
2014-12-05 Jean-Philippe... Removed dead code, Rails4 handles that in its attribute...
2014-12-05 Jean-Philippe... Removed unused scopes.
2014-12-05 Jean-Philippe... Make sure that Redmine::Thumbnail.generate is called.
2014-12-05 Jean-Philippe... Tab "New Issue" should not be displayed if a project...
2014-12-05 Jean-Philippe... Typo.
2014-12-05 Jean-Philippe... Removed unused and deprecated Issue#move_to_project...
2014-12-05 Jean-Philippe... Adds tests for searching private or archived projects.
2014-12-05 Jean-Philippe... Adds some Attachment tests.
2014-12-05 Jean-Philippe... Adds a test for invalid enumeration class parameter.
2014-12-05 Jean-Philippe... Adds tests for invalid parameters.
2014-12-05 Jean-Philippe... Use :only instead of :except option in IssueRelationsCo...
2014-12-05 Jean-Philippe... Adds a test for when link_copied_issue setting is set...
2014-12-05 Jean-Philippe... Removed unimplemented JournalsController#edit html...
2014-12-05 Jean-Philippe... Moved journal details generation to Journal model.
2014-12-04 Jean-Philippe... Removed unused helper.
2014-12-04 Jean-Philippe... Removed unused helper.
2014-12-04 Jean-Philippe... Removed unused helper.
2014-12-04 Jean-Philippe... Removed unused helper.
2014-12-04 Jean-Philippe... Removed unused helper.
2014-12-03 Jean-Philippe... Removed unused helper.
2014-12-03 Jean-Philippe... Rescue RecordNotSaved in #save_with_content.
2014-12-03 Jean-Philippe... Adds a few tests.
2014-12-02 Jean-Philippe... Get version ids with a single query (was n+1).
2014-12-02 Jean-Philippe... Removed broken and unused method added in r5313.
2014-12-02 Jean-Philippe... Use scope.
2014-12-02 Jean-Philippe... Use simplecov for code coverage, rcov does not support...
2014-12-02 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#18535)
2014-12-02 Toshi MARUYAMATraditional Chinese translation updated and changed...
2014-12-02 Toshi MARUYAMABulgarian translation updated by Ivan Cenov (#18507)
2014-12-02 Toshi MARUYAMAGalician (gl) translation updated by Adrián Chaves...
2014-12-02 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#18506)
2014-12-02 Toshi MARUYAMAGalician (gl) translation updated by Adrián Chaves...
2014-11-30 Jean-Philippe... Set notified events as expected.
2014-11-30 Jean-Philippe... Code cleanup.
2014-11-30 Jean-Philippe... Removed unneeded patch in tests.
2014-11-30 Jean-Philippe... Moved helpers for integration tests in a specific class.
2014-11-30 Jean-Philippe... Pull up #setup and #teardown in API tests.
2014-11-30 Jean-Philippe... Test cleanup.
2014-11-30 Jean-Philippe... Textile: ignore invalid lang attribute values (#18501).
2014-11-30 Jean-Philippe... Drop shoulda.
2014-11-30 Jean-Philippe... Test API authentification once.
2014-11-30 Jean-Philippe... Remove contexts in QueryTest.
2014-11-30 Jean-Philippe... Gantt unit tests cleanup.
2014-11-30 Jean-Philippe... Makes object argument optional and typo.
2014-11-30 Toshi MARUYAMAadd missing fixtures to test/functional/projects_contro...
2014-11-29 Jean-Philippe... Localisation not set correctly on authenticity token...
next