summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* replace tab to space at app/models/query.rbToshi MARUYAMA2012-09-251-1/+1
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-254-11/+24
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Use eager loaded #principal association instead of #user (#11904).Jean-Philippe Lang2012-09-221-1/+1
* Avoid to run one SQL query per member on Project#assignable_users (#11904).Jean-Philippe Lang2012-09-221-1/+1
* ParseDate missing in Ruby 1.9x (#11290).Jean-Philippe Lang2012-09-221-5/+2
* Potential can't dup NilClass error in UserPreference (#11905).Jean-Philippe Lang2012-09-222-1/+16
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-204-19/+34
* New relation form Cancel link is broken with Chrome 21 (#11036).Jean-Philippe Lang2012-09-201-1/+1
* Traditional Chinese translation updated by ChunChang Lo (#11897)Toshi MARUYAMA2012-09-201-1/+1
* Anonymous users should not see private issues with anonymous author (#11872).Jean-Philippe Lang2012-09-192-19/+29
* Slight changes to diff/file/annotate styles.Jean-Philippe Lang2012-09-191-4/+8
* set svn:eol-style native to test/fixtures/files/hg-export.diff (#11868)Toshi MARUYAMA2012-09-190-0/+0
* remove empty setup method from test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2012-09-191-4/+0
* add functional attachment test of mercurial export file (#11868)Toshi MARUYAMA2012-09-192-0/+28
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-193-5/+80
* use radio buttons instead of a select at attachment as same as r10426 repositoryToshi MARUYAMA2012-09-181-7/+5
* Use radio buttons instead of a select.Jean-Philippe Lang2012-09-181-5/+3
* Remove trailing (revision nn) from filenames in subversion diffs.Jean-Philippe Lang2012-09-182-2/+5
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-185-9/+37
* scm: bazaar: add more comment to non ASCII path tests at unit model test (#11...Toshi MARUYAMA2012-09-181-3/+3
* scm: bazaar: do not call super initialize method at adapter (#11834)Toshi MARUYAMA2012-09-181-1/+3
* scm: bazaar: add non ASCII path test to unit model test (#11834)Toshi MARUYAMA2012-09-181-0/+155
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-182-0/+26
* fix deprecation warning of the format in the template nameToshi MARUYAMA2012-09-182-2/+2
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...Toshi MARUYAMA2012-09-171-4/+8
* scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...Toshi MARUYAMA2012-09-171-1/+2
* scm: bazaar: convert command line character encoding to @path_encoding (#11834)Toshi MARUYAMA2012-09-171-2/+12
* scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...Toshi MARUYAMA2012-09-171-0/+5
* scm: bazaar: update test repository (#11834)Toshi MARUYAMA2012-09-171-0/+0
* Fixed: load_default_data task fails to print the error message if one occurs ...Jean-Philippe Lang2012-09-171-2/+2
* Fixed #onthefly_creation_failed broken by r9940 (#11850).Jean-Philippe Lang2012-09-171-1/+1
* scm: bazaar: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: git: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: bazaar: code layout cleanup adapter revisions methodToshi MARUYAMA2012-09-171-1/+4
* scm: bazaar: add revisions test to unit lib testToshi MARUYAMA2012-09-171-0/+16
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Adds assertions on the confirmation form.Jean-Philippe Lang2012-09-161-0/+5
* Adjust tests for new fixture.Jean-Philippe Lang2012-09-161-6/+6
* Adds missing WikiContent fixture.Jean-Philippe Lang2012-09-161-1/+8
* Updates macro description (#10789).Jean-Philippe Lang2012-09-161-0/+1
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-165-9/+53
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-164-4/+23
* scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe...Toshi MARUYAMA2012-09-161-1/+1
* scm: bazaar: add asserting entries root path at unit model testToshi MARUYAMA2012-09-161-0/+2
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-162-1/+6
* Accept float in inline styles.Jean-Philippe Lang2012-09-161-1/+1
* Updates for 2.0.4 and 2.1.0 releases.Jean-Philippe Lang2012-09-162-2/+104
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10