| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r11706 and r11707 from trunk to 2.3-stable (#13644) | Toshi MARUYAMA | 2013-04-05 | 1 | -0/+64 |
* | Merged r11507 from trunk (#13329). | Jean-Philippe Lang | 2013-03-09 | 1 | -3/+3 |
* | Merged r11544, r11545, r11546, r11547, r11549 from trunk to 2.3-stable (#12641) | Toshi MARUYAMA | 2013-03-07 | 1 | -0/+23 |
* | Removed unused fixtures. | Jean-Philippe Lang | 2013-02-11 | 2 | -2/+1 |
* | Adds tests for Redmine::MenuManager. | Jean-Philippe Lang | 2013-01-20 | 1 | -4/+10 |
* | Don't use Iconv with ruby1.9 (#12787). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+0 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 35 | -35/+35 |
* | Fixed: Cannot edit a wiki section which title starts with a tab (#12799). | Jean-Philippe Lang | 2013-01-10 | 1 | -0/+14 |
* | Fixed that macros with uppercase letters can not be called (#12744). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+6 |
* | Split #per_page_links helper and moved test to specific test case. | Jean-Philippe Lang | 2012-12-17 | 1 | -0/+34 |
* | Replaces the classic_pagination plugin with a simple pagination module. | Jean-Philippe Lang | 2012-12-17 | 1 | -0/+94 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 1 | -1/+1 |
* | Make the tests pass when config.threadsafe! is enabled (#12097). | Jean-Philippe Lang | 2012-12-02 | 1 | -0/+1 |
* | Fixed that #extract_macro_options should not be greedy (#12451). | Jean-Philippe Lang | 2012-11-27 | 1 | -0/+19 |
* | Cache languages names to avoid loading all translations files. | Jean-Philippe Lang | 2012-11-18 | 1 | -0/+11 |
* | Makes Plugin#requires_redmine accept a range of versions (#12299). | Jean-Philippe Lang | 2012-11-17 | 1 | -10/+25 |
* | Makes Plugin#requires_redmine accept only major and minor version (#12299). | Jean-Philippe Lang | 2012-11-17 | 1 | -0/+12 |
* | Rewrites requires_redmine tests. | Jean-Philippe Lang | 2012-11-17 | 1 | -17/+19 |
* | Fixed some more test/unit/*_test.rb breaking when run alone (#12285) | Jean-Baptiste Barth | 2012-11-01 | 1 | -1/+1 |
* | Ignore non-working days when rescheduling an issue (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -0/+76 |
* | fix scm_iconv local variable name (#12228) | Toshi MARUYAMA | 2012-10-28 | 1 | -0/+17 |
* | Adds a macro for inserting collapsed text (#12167). | Jean-Philippe Lang | 2012-10-20 | 1 | -0/+30 |
* | Set proper locale. | Jean-Philippe Lang | 2012-10-13 | 1 | -0/+2 |
* | Tests cleanup. | Jean-Philippe Lang | 2012-10-13 | 1 | -0/+16 |
* | Remove Issue.generate_for_project! test helper and use Issue.generate! instead. | Jean-Philippe Lang | 2012-10-12 | 1 | -3/+3 |
* | fix number_to_currency() raises exception on Rails3 bs and de locale (#11922) | Toshi MARUYAMA | 2012-09-26 | 1 | -0/+18 |
* | remove empty setup method from test/unit/lib/redmine/unified_diff_test.rb | Toshi MARUYAMA | 2012-09-19 | 1 | -4/+0 |
* | use git diff format for all diff (#11868) | Toshi MARUYAMA | 2012-09-19 | 1 | -0/+54 |
* | scm: bazaar: add entry test to unit lib test | Toshi MARUYAMA | 2012-09-17 | 1 | -0/+31 |
* | scm: git: add entry test to unit lib test | Toshi MARUYAMA | 2012-09-17 | 1 | -0/+31 |
* | scm: bazaar: add revisions test to unit lib test | Toshi MARUYAMA | 2012-09-17 | 1 | -0/+16 |
* | Adds a "depth" option to the child_pages macro (#10789). | Jean-Philippe Lang | 2012-09-16 | 1 | -3/+15 |
* | scm: mercurial: add test of diff from new to old revision to unit lib test | Toshi MARUYAMA | 2012-09-16 | 1 | -1/+10 |
* | scm: bazaar: add diff test to unit lib test | Toshi MARUYAMA | 2012-09-16 | 1 | -0/+7 |
* | scm: git: remove unnecessary encoding header from unit adapter test | Toshi MARUYAMA | 2012-09-15 | 1 | -1/+0 |
* | scm: git: change test author encoding in unit adapter test to ASCII-8BIT | Toshi MARUYAMA | 2012-09-15 | 1 | -1/+1 |
* | add copyright statement to test/unit/lib/redmine/scm/adapters/*.rb | Toshi MARUYAMA | 2012-09-14 | 6 | -0/+100 |
* | 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 |