| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r10885 from trunk (#12451). | Jean-Philippe Lang | 2012-12-15 | 1 | -0/+19 |
* | Merged r10476 from trunk (#11922) | Toshi MARUYAMA | 2012-09-26 | 1 | -0/+18 |
* | gantt: remove redundant empty lines from unit gantt helper test | Toshi MARUYAMA | 2012-09-11 | 1 | -4/+0 |
* | Fixed: New multi-line macros regexp is too eager (#11736). | Jean-Philippe Lang | 2012-09-02 | 1 | -0/+19 |
* | add missing fixtures to test/unit/lib/redmine/hook_test.rb | Toshi MARUYAMA | 2012-09-01 | 1 | -2/+8 |
* | add missing fixture to test/unit/lib/redmine/safe_attributes_test.rb | Toshi MARUYAMA | 2012-09-01 | 1 | -0/+1 |
* | Let macros optionally accept a block of text (#3061). | Jean-Philippe Lang | 2012-08-18 | 1 | -5/+19 |
* | Macros processing overhaul (#3061, #11633). | Jean-Philippe Lang | 2012-08-17 | 2 | -7/+107 |
* | Use abbr_day_name to get the first letter of the day name (#9839). | Jean-Philippe Lang | 2012-08-13 | 1 | -0/+16 |
* | Slight change to the macro regexp. | Jean-Philippe Lang | 2012-08-08 | 1 | -0/+11 |
* | Adds an option to macro definition to disable arguments parsing (#11578). | Jean-Philippe Lang | 2012-08-08 | 1 | -3/+17 |
* | Fixed tests broken by r10088. | Jean-Philippe Lang | 2012-07-28 | 2 | -2/+2 |
* | code layout cleanup test/unit/lib/redmine/helpers/gantt_test.rb | Toshi MARUYAMA | 2012-07-21 | 1 | -38/+21 |
* | Adds a macro for inserting thumbnails in formatted text (#3510). | Jean-Philippe Lang | 2012-07-16 | 1 | -0/+20 |
* | Ability to close projects (read-only) (#3640). | Jean-Philippe Lang | 2012-06-25 | 1 | -0/+10 |
* | scm: git: fix unable to run unit lib test if git binary is not available on W... | Toshi MARUYAMA | 2012-06-18 | 1 | -10/+10 |
* | fix unit test fails on Ruby 1.8 and JRuby (#2190) | Toshi MARUYAMA | 2012-06-17 | 1 | -1/+3 |
* | Display dates using user's locale if available (#2190). | Etienne Massip | 2012-06-16 | 1 | -1/+27 |
* | Fixed that lines with spaces only before headings break wiki section extracti... | Jean-Philippe Lang | 2012-06-11 | 1 | -0/+25 |
* | Fixed that content_for does not work in Hook.render_on (#11105). | Jean-Philippe Lang | 2012-06-09 | 1 | -1/+1 |
* | Change in Rails' for handling localized number precision (#11118). | Jean-Philippe Lang | 2012-06-09 | 1 | -1/+2 |
* | scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10 | Toshi MARUYAMA | 2012-06-02 | 1 | -4/+8 |
* | replace Mailer deliver syntax to Rails3 style | Toshi MARUYAMA | 2012-05-05 | 1 | -2/+2 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 23 | -23/+23 |
* | Adds a simple script/about. | Jean-Philippe Lang | 2012-05-01 | 1 | -0/+27 |
* | Make sure that "today" does not change during tests. | Jean-Philippe Lang | 2012-04-27 | 1 | -13/+13 |
* | Fixed gantt_test, Date.today and 0.day.from_now may not be the same depending... | Jean-Philippe Lang | 2012-04-27 | 1 | -26/+30 |
* | scm: git: fix test revision value of unit lib test | Toshi MARUYAMA | 2012-04-27 | 1 | -5/+5 |
* | add fixtures to test/unit/lib/redmine/helpers/gantt_test.rb | Toshi MARUYAMA | 2012-04-27 | 1 | -1/+13 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 2 | -1/+2 |
* | Removed Query.generate_default! helper. | Jean-Philippe Lang | 2012-04-22 | 1 | -1/+1 |
* | Removed object_daddy dependency. | Jean-Philippe Lang | 2012-04-22 | 2 | -11/+10 |
* | Fixed that textile nested lists are not properly closed in output (#10642). | Jean-Philippe Lang | 2012-04-18 | 1 | -0/+30 |
* | Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442). | Jean-Philippe Lang | 2012-03-17 | 1 | -0/+9 |
* | remove hard-coded non ASCII literal from unit git lib test | Toshi MARUYAMA | 2012-03-14 | 1 | -7/+0 |
* | Adds an helper to get the body of an email in tests. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | Rails 3.1 compatibility. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | No need to delete fixtures. | Jean-Philippe Lang | 2012-03-04 | 1 | -4/+0 |
* | Extracted auto_link and auto_mailto to a module. | Jean-Philippe Lang | 2012-03-04 | 1 | -2/+2 |
* | Do not recognize invalid textile attributes. | Jean-Philippe Lang | 2012-02-17 | 1 | -1/+1 |
* | Fixed that partial diffs are done against html instead of original code (#9143). | Jean-Philippe Lang | 2012-02-15 | 1 | -0/+23 |
* | Allows custom styles in textile formatting using a white list of styles (#2416). | Jean-Philippe Lang | 2012-02-12 | 1 | -0/+44 |
* | scm: git: use default branch from HEAD (#10207) | Toshi MARUYAMA | 2012-02-12 | 1 | -0/+10 |
* | scm: git: update test repository (#10207) | Toshi MARUYAMA | 2012-02-12 | 1 | -4/+8 |
* | scm: git: raise exception if "git log" is error and block is given in lib rev... | Toshi MARUYAMA | 2012-02-10 | 1 | -11/+19 |
* | scm: git: add explicit :excludes option to calling revision method in "test_r... | Toshi MARUYAMA | 2012-02-09 | 1 | -1/+2 |
* | scm: git: add test of get revisions from disjointed histories to unit lib tes... | Toshi MARUYAMA | 2012-02-09 | 1 | -0/+17 |
* | scm: git: update test repository (#8857) | Toshi MARUYAMA | 2012-02-09 | 1 | -1/+5 |
* | scm: git: remove redundant comma from test_revisions_includes_master_two_revs... | Toshi MARUYAMA | 2012-02-09 | 1 | -1/+1 |
* | scm: git: code cleanup "test_branches" of unit lib test | Toshi MARUYAMA | 2012-02-09 | 1 | -12/+16 |