]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2012-10-01 Toshi MARUYAMAcode cleanup r10542 changes (#10937)
2012-10-01 Toshi MARUYAMAadd new user format "lastname" (#10937)
2012-10-01 Toshi MARUYAMApin user format order at setting panel (#10937)
2012-10-01 Toshi MARUYAMAfix replacing shoulda test name at r10540
2012-10-01 Toshi MARUYAMAreplace "User#before_create" and "User.login" shoulda...
2012-10-01 Toshi MARUYAMAfix 'object_daddy creation' test name at unit user...
2012-09-30 Jean-Philippe... Updates for 2.1.2 release.
2012-09-30 Jean-Philippe... Updates for 2.1.1 release.
2012-09-30 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#11995)
2012-09-29 Toshi MARUYAMABulgarian translation updated by Ivan Cenov (#11994)
2012-09-29 Jean-Philippe... Fixed that autocomplete results are not reset after...
2012-09-29 Jean-Philippe... Call sort for array with more than one element only.
2012-09-29 Jean-Philippe... Test failure.
2012-09-29 Jean-Philippe... Test failure.
2012-09-29 Etienne MassipJapanese translation updated (#11992).
2012-09-29 Jean-Philippe... Filling locales (#3239, #3265).
2012-09-29 Jean-Philippe... Display visible relations in API response.
2012-09-29 Jean-Philippe... Makes related issues available for display and filterin...
2012-09-28 Toshi MARUYAMAadd functional test of sub repository diff path (#11966)
2012-09-28 Toshi MARUYAMAadd functional test of main repository diff path (...
2012-09-28 Toshi MARUYAMAset user preference diff type nil at functional tests
2012-09-27 Toshi MARUYAMAscm: git: use with_settings instead of assigned setting...
2012-09-27 Toshi MARUYAMABulgarian translation updated by Ivan Cenov (#11974)
2012-09-27 Jean-Philippe... Missing fixtures.
2012-09-27 Jean-Philippe... Do not link copied issues when copying a project (...
2012-09-27 Jean-Philippe... Fixed that issue author is assigned with current user...
2012-09-27 Jean-Philippe... Don't display the dropdown if no transition is allowed.
2012-09-27 Jean-Philippe... Filling locales (#6899).
2012-09-27 Jean-Philippe... Adds a "Copied from/to" relation when copying issue...
2012-09-27 Toshi MARUYAMAexplicitly define route at scm diff view (#11966)
2012-09-27 Toshi MARUYAMAfix broken issue list filter (#11885)
2012-09-27 Toshi MARUYAMAfix javascript syntax mistake in application.js (#11885)
2012-09-26 Toshi MARUYAMAremove empty setup method from test/unit/changeset_test.rb
2012-09-26 Toshi MARUYAMAuse set_language_if_valid 'en' at test_parent_should_be...
2012-09-26 Toshi MARUYAMAset default_language en at test_commit_closing_a_subpro...
2012-09-26 Toshi MARUYAMAfix number_to_currency() raises exception on Rails3...
2012-09-26 Toshi MARUYAMAadd more error message if public/plugin_assets cannot...
2012-09-26 Toshi MARUYAMAfix "can't convert Errno::EACCES into String" in case...
2012-09-25 Toshi MARUYAMAcode layout cleanup app/views/issues/_list.html.erb
2012-09-25 Toshi MARUYAMAremove trailing white-spaces from app/models/query.rb
2012-09-25 Toshi MARUYAMAreplace tab to space at app/models/query.rb
2012-09-25 Jean-Philippe... Fixed JSON escaping of filters (#11929).
2012-09-22 Jean-Philippe... Use eager loaded #principal association instead of...
2012-09-22 Jean-Philippe... Use eager loaded #principal association instead of...
2012-09-22 Jean-Philippe... Avoid to run one SQL query per member on Project#assign...
2012-09-22 Jean-Philippe... ParseDate missing in Ruby 1.9x (#11290).
2012-09-22 Jean-Philippe... Potential can't dup NilClass error in UserPreference...
2012-09-20 Jean-Philippe... Anonymous users should always see public issues only...
2012-09-20 Jean-Philippe... New relation form Cancel link is broken with Chrome...
2012-09-20 Toshi MARUYAMATraditional Chinese translation updated by ChunChang...
2012-09-19 Jean-Philippe... Anonymous users should not see private issues with...
2012-09-19 Jean-Philippe... Slight changes to diff/file/annotate styles.
2012-09-19 Toshi MARUYAMAset svn:eol-style native to test/fixtures/files/hg...
2012-09-19 Toshi MARUYAMAremove empty setup method from test/unit/lib/redmine...
2012-09-19 Toshi MARUYAMAadd functional attachment test of mercurial export...
2012-09-19 Toshi MARUYAMAuse git diff format for all diff (#11868)
2012-09-18 Toshi MARUYAMAuse radio buttons instead of a select at attachment...
2012-09-18 Jean-Philippe... Use radio buttons instead of a select.
2012-09-18 Jean-Philippe... Remove trailing (revision nn) from filenames in subvers...
2012-09-18 Jean-Philippe... Fixed that git diff displays deleted files as /dev...
2012-09-18 Toshi MARUYAMAscm: bazaar: add more comment to non ASCII path tests...
2012-09-18 Toshi MARUYAMAscm: bazaar: do not call super initialize method at...
2012-09-18 Toshi MARUYAMAscm: bazaar: add non ASCII path test to unit model...
2012-09-18 Toshi MARUYAMAscm: bazaar: use log encoding as path encoding (#11834)
2012-09-18 Toshi MARUYAMAfix deprecation warning of the format in the template...
2012-09-17 Toshi MARUYAMAscm: bazaar: convert path encoding from @path_encoding...
2012-09-17 Toshi MARUYAMAscm: bazaar: convert path encoding from @path_encoding...
2012-09-17 Toshi MARUYAMAscm: bazaar: convert command line character encoding...
2012-09-17 Toshi MARUYAMAscm: bazaar: add @path_encoding instance value and...
2012-09-17 Toshi MARUYAMAscm: bazaar: update test repository (#11834)
2012-09-17 Jean-Philippe... Fixed: load_default_data task fails to print the error...
2012-09-17 Jean-Philippe... Fixed #onthefly_creation_failed broken by r9940 (#11850).
2012-09-17 Toshi MARUYAMAscm: bazaar: add entry test to unit lib test
2012-09-17 Toshi MARUYAMAscm: git: add entry test to unit lib test
2012-09-17 Toshi MARUYAMAscm: bazaar: code layout cleanup adapter revisions...
2012-09-17 Toshi MARUYAMAscm: bazaar: add revisions test to unit lib test
2012-09-16 Jean-Philippe... Added a test for JSON upload.
2012-09-16 Jean-Philippe... Removed test contexts.
2012-09-16 Jean-Philippe... Adds assertions on the confirmation form.
2012-09-16 Jean-Philippe... Adjust tests for new fixture.
2012-09-16 Jean-Philippe... Adds missing WikiContent fixture.
2012-09-16 Jean-Philippe... Updates macro description (#10789).
2012-09-16 Jean-Philippe... Adds a "depth" option to the child_pages macro (#10789).
2012-09-16 Jean-Philippe... Attachments should be available to the text formatter...
2012-09-16 Toshi MARUYAMAscm: bazaar: remove unused scm.revisions ":with_paths...
2012-09-16 Toshi MARUYAMAscm: bazaar: add asserting entries root path at unit...
2012-09-16 Jean-Philippe... Do not consider that versions that are due today are...
2012-09-16 Jean-Philippe... Accept float in inline styles.
2012-09-16 Jean-Philippe... Updates for 2.0.4 and 2.1.0 releases.
2012-09-16 Toshi MARUYAMAscm: mercurial: add test of diff from new to old revisi...
2012-09-16 Toshi MARUYAMAscm: bazaar: add diff test to unit lib test
2012-09-16 Toshi MARUYAMAscm: bazaar: separate constant repository path to repos...
2012-09-16 Toshi MARUYAMAscm: bazaar: do not use file:// for repository path...
2012-09-16 Toshi MARUYAMAscm: bazaar: add asserting entries subdirectory path...
2012-09-15 Toshi MARUYAMAscm: git: remove unnecessary encoding header from unit...
2012-09-15 Toshi MARUYAMAscm: git: change test author encoding in unit adapter...
2012-09-15 Toshi MARUYAMAremove unused "require 'redmine/codeset_util'" from...
2012-09-15 Toshi MARUYAMAremove redundant empty lines from RepositoriesHelper
2012-09-15 Toshi MARUYAMAremove unused "require 'iconv'" from RepositoriesHelper
2012-09-15 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#11836)
next