summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc update.Jean-Philippe Lang2012-09-021-0/+3
* Redmine.pm: HEAD is not considered as a read-only method (#11749).Jean-Philippe Lang2012-09-021-1/+1
* remove redundant empty lines from test/test_helper.rbToshi MARUYAMA2012-09-021-8/+0
* fix typo "MACROS_SUB_RE" (#11736)Toshi MARUYAMA2012-09-021-1/+1
* Fixed: New multi-line macros regexp is too eager (#11736).Jean-Philippe Lang2012-09-022-1/+20
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-0218-38/+38
* backout r10247Toshi MARUYAMA2012-09-011-1/+1
* code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTestToshi MARUYAMA2012-09-011-10/+10
* replace shoulder "with a due_date attribute" context of unit IssuesHelperTest...Toshi MARUYAMA2012-09-011-5/+17
* use date_format setting at unit IssuesHelperTest test_with_a_start_date_attri...Toshi MARUYAMA2012-09-011-2/+6
* add missing fixtures to test/unit/lib/redmine/hook_test.rbToshi MARUYAMA2012-09-011-2/+8
* add missing fixture to test/unit/lib/redmine/safe_attributes_test.rbToshi MARUYAMA2012-09-011-0/+1
* add unit query test of French labelToshi MARUYAMA2012-09-011-0/+8
* replace shoulder "with a start_date attribute" context of test/unit/helpers/i...Toshi MARUYAMA2012-09-011-9/+17
* scm: git: use with_settings at test_diff_truncated of functional test (#11752)Toshi MARUYAMA2012-09-011-7/+7
* scm: git: use diff_max_lines_displayed setting at test_diff_with_rev_and_path...Toshi MARUYAMA2012-09-011-16/+18
* set language en to test_label_for at test/unit/query_test.rbToshi MARUYAMA2012-09-011-0/+3
* Gemfile: pin i18n gem version 0.6.0Toshi MARUYAMA2012-08-311-1/+1
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2012-08-311-1/+1
* scm: git: add functional test of diff with revision and path (#11752)Toshi MARUYAMA2012-08-311-0/+24
* Updates test for r10243.Jean-Philippe Lang2012-08-271-3/+2
* Code cleanup: removed the obsolete with_limit scope.Jean-Philippe Lang2012-08-272-2/+1
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-272-3/+13
* Make sure we don't build an empty IN () statement (#11662).Jean-Philippe Lang2012-08-271-1/+1
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-263-2/+9
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-263-8/+20
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-264-5/+5
* Don't use tag helper in layout (#11704).Jean-Philippe Lang2012-08-261-1/+1
* MailHandler: Match assignee on the full display name (#11552).Jean-Philippe Lang2012-08-263-2/+13
* Reverted changes made to tests for r1893 (#11691).Etienne Massip2012-08-241-2/+2
* Use a back_url parameter instead of referrer to refresh the page after user d...Etienne Massip2012-08-243-3/+3
* remove empty setup method from unit enumeration testToshi MARUYAMA2012-08-221-4/+1
* add unit test that enumeration returns default in regardless of active or notToshi MARUYAMA2012-08-221-0/+11
* add check default document category is not defined on database in tests (#11665)Toshi MARUYAMA2012-08-221-0/+2
* use Rails3 Active Record syntax in DocumentCategory modelToshi MARUYAMA2012-08-221-3/+1
* add position to DocumentCategory in enumerations fixture (#11665)Toshi MARUYAMA2012-08-211-0/+4
* force set default document category if it is not set on database (#11665)Toshi MARUYAMA2012-08-212-0/+12
* add unit test to get default document category defined on database (#11665)Toshi MARUYAMA2012-08-211-0/+6
* add functional test to create non default document category (#11665)Toshi MARUYAMA2012-08-211-0/+17
* add missing fixtures to test/functional/documents_controller_test.rbToshi MARUYAMA2012-08-211-1/+3
* add missing fixtures to test/unit/document_test.rbToshi MARUYAMA2012-08-211-1/+4
* Updated macro documentation.Jean-Philippe Lang2012-08-181-32/+47
* Validate macro name and options.Jean-Philippe Lang2012-08-181-1/+7
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-183-15/+67
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-175-28/+171
* Prevents "Overwriting existing method Issue.open" warning (#11545).Jean-Philippe Lang2012-08-171-1/+5
* fix unit test fails on JRuby 1.6.7.2 (#11577)Toshi MARUYAMA2012-08-141-1/+1
* Fixed: Can't use non-latin anchor in wiki (#11577).Jean-Philippe Lang2012-08-132-1/+10
* Fixed that text email templates are escaped (#11355).Jean-Philippe Lang2012-08-132-1/+53
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-132-5/+15