]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2015-01-07 Jean-Philippe... Missing break (#18734).
2015-01-07 Jean-Philippe... Deprecates Project#set_allowed_parent!.
2015-01-07 Jean-Philippe... Fixed that project copy triggers a 500 error if project...
2015-01-07 Jean-Philippe... Cleans up parent project assignment in ProjectsController.
2015-01-07 Jean-Philippe... Move always possible for new records.
2015-01-07 Jean-Philippe... Use r13844 workaround for SQLServer only.
2015-01-07 Jean-Philippe... Fixed dead locks with SQLServer.
2015-01-07 Jean-Philippe... Moved Project#hierarchy to NestedSet::Traversing.
2015-01-07 Jean-Philippe... Insert children issues to respect same order as ids.
2015-01-07 Jean-Philippe... Replaces awesome_nested_set gem with a simple and more...
2015-01-04 Toshi MARUYAMAGemfile: pin pg version 0.17
2015-01-04 Toshi MARUYAMAremove duplicated :remote key from app/views/messages...
2015-01-04 Toshi MARUYAMAremove duplicated :id key from app/views/timelog/report...
2015-01-03 Toshi MARUYAMAfix Ruby 2.2 warning at lib/redmine/scm/adapters/cvs_ad...
2015-01-03 Toshi MARUYAMAGemfile: pin activerecord-jdbcsqlite3-adapter version...
2015-01-03 Toshi MARUYAMAadd jruby-21mode to .travis.yml
2015-01-03 Toshi MARUYAMAAdds table reference to textile help (#12734).
2015-01-03 Toshi MARUYAMAJapanese wiki_syntax_detailed.html translation updated...
2015-01-03 Toshi MARUYAMAWiki formatting documentation for nested lists in trans...
2015-01-03 Toshi MARUYAMArevert r13762 because character encodings are broken...
2015-01-03 Toshi MARUYAMAfix Japanese "label_sort_by" misspelling (#18671)
2015-01-03 Toshi MARUYAMASwedish translation updated by Khedron Wilk (#18587)
2014-12-30 Jean-Philippe... The descendant count in the issues delete confirmation...
2014-12-26 Jean-Philippe... Preload wiki page content for search results.
2014-12-26 Jean-Philippe... Fixed duplicate content_url tag introduced in r13806...
2014-12-26 Jean-Philippe... Updates comments for r13811.
2014-12-26 Jean-Philippe... Converts timestamps to integers in #search_result_ranks...
2014-12-26 Jean-Philippe... Force UTF-8 encoding of language names.
2014-12-26 Jean-Philippe... Allow attachment thumbnails from REST API (#18707).
2014-12-26 Toshi MARUYAMAadd Ruby 2.2 to .travis.yml
2014-12-24 Jean-Philippe... Do not truncate subissue/related issues titles on the...
2014-12-24 Jean-Philippe... Adds News and Forum link documentation (#13497).
2014-12-24 Jean-Philippe... Adds p/n access keys for previous/next links (#18692).
2014-12-22 Jean-Philippe... Use upload helper method.
2014-12-22 Jean-Philippe... Use raw request content in tests to make sure that...
2014-12-22 Jean-Philippe... Adds tests for creating an issue with multiple uploads.
2014-12-22 Jean-Philippe... XML parameters parser extracted to actionpack-xml_parse...
2014-12-21 Jean-Philippe... Set en locale in test (#18679).
2014-12-21 Jean-Philippe... Send the content type as parameter when uploading a...
2014-12-21 Jean-Philippe... Attachment content type not set when uploading attachme...
2014-12-21 Jean-Philippe... Fixed: LabelledFormBuilder#label outputs 2 label elemen...
2014-12-21 Jean-Philippe... Error when adding user to group where he is already...
2014-12-21 Jean-Philippe... Don't overwrite headers that were already set (#14699).
2014-12-21 Jean-Philippe... Leading slash required with Rails 4.2.
2014-12-21 Jean-Philippe... Subclasses may not be loaded when running the test.
2014-12-21 Jean-Philippe... Replaced "can't" with "cannot" in error messages.
2014-12-21 Jean-Philippe... PermissionsAttributeCoder.load called twice when mocha...
2014-12-21 Jean-Philippe... Use DOM assertion instead.
2014-12-20 Jean-Philippe... Use DOM assertions as attributes order changes from...
2014-12-20 Jean-Philippe... Make sure that themes are reloaded after test.
2014-12-20 Jean-Philippe... Rewrites assertions.
2014-12-20 Jean-Philippe... Removed that quote in a fixture subject.
2014-12-20 Jean-Philippe... Use a CustomFieldValue instead of CustomValue.
2014-12-20 Jean-Philippe... Removes test menu item after test.
2014-12-20 Jean-Philippe... Set locale for error messages.
2014-12-20 Jean-Philippe... Reset current user on each test.
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)
next