summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Merged r11159 from trunk (#12799).Jean-Philippe Lang2013-01-201-0/+14
* Merged r11126 from trunk (#12744).Jean-Philippe Lang2013-01-091-0/+6
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-271-0/+19
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-0/+11
* Makes Plugin#requires_redmine accept a range of versions (#12299).Jean-Philippe Lang2012-11-171-10/+25
* Makes Plugin#requires_redmine accept only major and minor version (#12299).Jean-Philippe Lang2012-11-171-0/+12
* Rewrites requires_redmine tests.Jean-Philippe Lang2012-11-171-17/+19
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-0/+76
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-0/+17
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+30
* Set proper locale.Jean-Philippe Lang2012-10-131-0/+2
* Tests cleanup.Jean-Philippe Lang2012-10-131-0/+16
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-3/+3
* fix number_to_currency() raises exception on Rails3 bs and de locale (#11922)Toshi MARUYAMA2012-09-261-0/+18
* remove empty setup method from test/unit/lib/redmine/unified_diff_test.rbToshi MARUYAMA2012-09-191-4/+0
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-191-0/+54
* 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: add revisions test to unit lib testToshi MARUYAMA2012-09-171-0/+16
* Adds a "depth" option to the child_pages macro (#10789).Jean-Philippe Lang2012-09-161-3/+15
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10
* scm: bazaar: add diff test to unit lib testToshi MARUYAMA2012-09-161-0/+7
* scm: git: remove unnecessary encoding header from unit adapter testToshi MARUYAMA2012-09-151-1/+0
* scm: git: change test author encoding in unit adapter test to ASCII-8BITToshi MARUYAMA2012-09-151-1/+1
* add copyright statement to test/unit/lib/redmine/scm/adapters/*.rbToshi MARUYAMA2012-09-146-0/+100
* gantt: remove redundant empty lines from unit gantt helper testToshi MARUYAMA2012-09-111-4/+0
* Fixed: New multi-line macros regexp is too eager (#11736).Jean-Philippe Lang2012-09-021-0/+19
* 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
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-5/+19
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-172-7/+107
* Use abbr_day_name to get the first letter of the day name (#9839).Jean-Philippe Lang2012-08-131-0/+16
* Slight change to the macro regexp.Jean-Philippe Lang2012-08-081-0/+11
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-3/+17
* Fixed tests broken by r10088.Jean-Philippe Lang2012-07-282-2/+2
* code layout cleanup test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2012-07-211-38/+21
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+20
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+10
* scm: git: fix unable to run unit lib test if git binary is not available on W...Toshi MARUYAMA2012-06-181-10/+10
* fix unit test fails on Ruby 1.8 and JRuby (#2190)Toshi MARUYAMA2012-06-171-1/+3
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-1/+27
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-0/+25
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-1/+1
* Change in Rails' for handling localized number precision (#11118).Jean-Philippe Lang2012-06-091-1/+2
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-4/+8
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-2/+2
* Copyright update.Jean-Philippe Lang2012-05-0524-24/+24
* Adds a simple script/about.Jean-Philippe Lang2012-05-011-0/+27
* Make sure that "today" does not change during tests.Jean-Philippe Lang2012-04-271-13/+13