summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-021-0/+12
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-261-0/+4
* Fixed test failure (#16362).Jean-Philippe Lang2014-03-171-3/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-152-0/+39
* scm: mercurial: add one "closed" branch to test repository (#16177)Toshi MARUYAMA2014-02-261-2/+2
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-151-0/+16
* Rails4: fix time related git adapter test failuresToshi MARUYAMA2014-02-141-2/+2
* Rails4: replace hard-coded html with class at Redmine::WikiFormatting::Macros...Toshi MARUYAMA2014-02-131-6/+18
* replace shoulda context "#subjects" at GanttHelperTestToshi MARUYAMA2014-02-041-88/+75
* replace shoulda context "#number_of_rows_on_project" at GanttHelperTestToshi MARUYAMA2014-02-041-18/+15
* replace shoulda context "#number_of_rows" at GanttHelperTestToshi MARUYAMA2014-02-041-35/+29
* define as private GanttHelperTest helper methodsToshi MARUYAMA2014-02-041-0/+2
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-021-33/+33
* scm: mercurial: add adapter entry test (#14361)Toshi MARUYAMA2014-02-021-0/+41
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-31/+31
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-31/+31
* update copyright year (#15977)Toshi MARUYAMA2014-01-2942-42/+42
* Rails4: replace deprecated Relation#first with finder options at CipheringTestToshi MARUYAMA2014-01-091-4/+4
* Use the mime-types gem for getting mime types from filenames (#15790).Jean-Philippe Lang2014-01-051-0/+5
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-265-9/+0
* remove unneeded 'redmine/field_format' requirement from FieldFormatTestToshi MARUYAMA2013-12-261-1/+0
* fix Pagination helper test class nameToshi MARUYAMA2013-12-261-1/+1
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-231-0/+4
* Adds experimental support for Markdown formatting with redcarpet (#15520).Jean-Philippe Lang2013-12-231-0/+62
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-0/+4
* Adds support for links on values for various custom field formats (#1358).Jean-Philippe Lang2013-12-221-0/+21
* Add project identifier substitution option to the URL-pattern property of lin...Jean-Philippe Lang2013-12-151-0/+13
* Typos in test names (#15701).Jean-Philippe Lang2013-12-151-3/+3
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-145-0/+390
* Removed deferred tests.Jean-Philippe Lang2013-11-161-61/+0
* Gantt: sort versions like on the roadmap (#7335).Jean-Philippe Lang2013-11-091-19/+4
* Upgrade to Rails 3.2.15.Jean-Philippe Lang2013-11-091-4/+4
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-261-4/+4
* add unit test of Redmine::Helpers::Diff (#15105)Toshi MARUYAMA2013-10-111-0/+25
* scm: git: use "--encoding=UTF-8" for blame (#14931)Toshi MARUYAMA2013-09-181-0/+13
* scm: git: change non ASCII user name variable to instance variable (#14931)Toshi MARUYAMA2013-09-181-5/+3
* fix diff of CJK(Chinese/Japanese/Korean) is broken on Ruby 1.8 (#14562)Toshi MARUYAMA2013-07-281-0/+48
* CVS root_url not recognized when connection string does not include port (#14...Jean-Philippe Lang2013-07-151-2/+13
* Adds a test for CvsAdapter#root_url_path (#14422).Jean-Philippe Lang2013-07-131-0/+5
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-2/+2
* remove redundant empty lines from PluginTestToshi MARUYAMA2013-06-061-12/+0
* gantt: sort versions by start date (#7335)Toshi MARUYAMA2013-05-211-0/+25
* gantt: sort issues by start date (#7335)Toshi MARUYAMA2013-05-211-0/+47
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-216-6/+6
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-12/+10
* gantt: add test to sort issues by current logic (#7335)Toshi MARUYAMA2013-05-171-0/+20
* Fixed that ordered/unordered lists inside table cell are mangled (#14038).Jean-Philippe Lang2013-05-141-0/+36
* Add missing tests for Redmine::MenuManager::Mapper#initialize.Jean-Baptiste Barth2013-05-031-1/+12
* Add missing tests for Redmine::Helpers::Gantt#number_of_rows.Jean-Baptiste Barth2013-05-021-2/+17