summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not recognize invalid textile attributes.Jean-Philippe Lang2012-02-171-1/+1
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-0/+23
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-0/+44
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-0/+10
* scm: git: update test repository (#10207)Toshi MARUYAMA2012-02-121-4/+8
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-11/+19
* scm: git: add explicit :excludes option to calling revision method in "test_r...Toshi MARUYAMA2012-02-091-1/+2
* scm: git: add test of get revisions from disjointed histories to unit lib tes...Toshi MARUYAMA2012-02-091-0/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-091-1/+5
* scm: git: remove redundant comma from test_revisions_includes_master_two_revs...Toshi MARUYAMA2012-02-091-1/+1
* scm: git: code cleanup "test_branches" of unit lib testToshi MARUYAMA2012-02-091-12/+16
* scm: git: add lib test to get master branch revisions from origin (#8857)Toshi MARUYAMA2012-02-091-0/+12
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-0/+56
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-11/+0
* scm: git: use explicit "master" instead of all for revisions method at unit l...Toshi MARUYAMA2012-02-081-2/+2
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* Support for nested array in API builder.Jean-Philippe Lang2012-01-292-0/+26
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-0/+9
* fix filename of test/unit/lib/redmine/wiki_formatting.rbToshi MARUYAMA2011-12-231-0/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* Test cleanup.Jean-Philippe Lang2011-12-181-122/+101
* Get rid of HelperTestcase.Jean-Philippe Lang2011-12-181-18/+11
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+1
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-141-1/+1
* Code cleanup.Jean-Philippe Lang2011-12-131-2/+16
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-9/+0
* Adds tests for plugin API.Jean-Philippe Lang2011-12-031-0/+30
* Adds a test for child_pages macro failure.Jean-Philippe Lang2011-12-031-0/+4
* Adds a test for macro registration.Jean-Philippe Lang2011-12-031-0/+11
* Adds a test for macro_list wiki macro.Jean-Philippe Lang2011-12-031-0/+5
* Fixed: crypting blank passwords raises an error (#9137).Jean-Philippe Lang2011-11-291-0/+8
* Fixed: Wiki section edit escapes pre tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Fixed: Wiki section edit escapes code tags inside pre blocks (#9673).Jean-Philippe Lang2011-11-281-0/+5
* Fixed: Angle brackets within 'pre' blocks are silently replaced by HTML entit...Jean-Philippe Lang2011-11-281-0/+10
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+37
* Fixed stub.Jean-Philippe Lang2011-11-231-1/+1
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-0/+10
* Wiki: allows single section edit (#2222).Jean-Philippe Lang2011-11-181-0/+105
* move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)Toshi MARUYAMA2011-11-181-0/+115
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-47/+17
* Fixed: Error when reading ciphered text from the database without cipher key ...Jean-Philippe Lang2011-11-111-0/+14
* add unit test of escaping image urls (#9245)Toshi MARUYAMA2011-11-021-0/+7
* scm: mercurial: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-9/+26
* scm: git: test: lib: update branches test for Branch class (#5501)Toshi MARUYAMA2011-10-281-6/+17
* scm: git: test: add test of parents to unit lib test (#5501)Toshi MARUYAMA2011-10-281-0/+26
* scm: mercurial: test: add test of parents to unit lib test (#5501)Toshi MARUYAMA2011-10-281-0/+15
* scm: mercurial: update test repository (#5501)Toshi MARUYAMA2011-10-281-3/+5