summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
Commit message (Expand)AuthorAgeFilesLines
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+126
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+2
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-0/+26
* Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...Go MAEDA2019-05-061-1/+0
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-0/+12
* Redmine::SyntaxHighlighting.highlight_by_filename may not be able to determin...Go MAEDA2019-05-031-0/+53
* fix source code indents in GitAdapterTestToshi MARUYAMA2019-04-301-4/+4
* Raise an exception if the plugin directory name differs from the plugin id (#...Go MAEDA2019-04-191-0/+8
* Fix plugins test to use correct plugin name and directory (#31110).Go MAEDA2019-04-191-26/+29
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-0/+64
* code clean up GitAdapterTestToshi MARUYAMA2019-04-051-1/+1
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-0/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-4/+14
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-2114-14/+14
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-203-12/+12
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-197-72/+48
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-1642-42/+42
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-1/+0
* PluginRequirementError is now raised instead of PluginNotFound (#31030).Jean-Philippe Lang2019-03-151-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1556-72/+184
* Reverts r17891 (#30099).Go MAEDA2019-03-101-12/+0
* Allow collapse/expand in gantt chart (#6417).Go MAEDA2019-03-051-5/+8
* Multiple blank lines in pre tags are not preserved in Textile (#30099).Go MAEDA2019-02-201-0/+12
* "rake db:fixtures:load" does not work (#30811).Go MAEDA2019-02-191-5/+5
* Redmine::WikiFormattingTest#test_links_separated_with_line_break_should_link ...Go MAEDA2019-01-101-0/+1
* Remove trailing whitespaces from test/unit/lib/redmine/wiki_formatting_test.rbGo MAEDA2019-01-101-2/+2
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+2
* Test for r17763 (#30171).Go MAEDA2018-12-171-2/+3
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-168-0/+18
* Test failure.Jean-Philippe Lang2018-12-161-1/+1
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-1/+3
* Test failure.Jean-Philippe Lang2018-12-151-0/+1
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-011-1/+2
* Tests for #29674.Jean-Philippe Lang2018-11-283-0/+39
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-281-0/+9
* Tags start with 'pre' are handled as 'pre' tag in Textile (#8395).Go MAEDA2018-11-261-0/+16
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-031-0/+11
* \f or \v character in Textile markup may cause RegexpError exception (#29756).Go MAEDA2018-10-281-0/+6
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-111-1/+1
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-293-40/+3
* Support migration context for plugins (#28934).Jean-Philippe Lang2018-09-231-0/+9
* Fix typo in test name: s/highligth/highlight/ (#29440).Go MAEDA2018-08-261-1/+1
* Test that Redmine::MimeType.css_class_of, main_mimetype_of and is_type? are c...Go MAEDA2018-08-151-0/+3
* Test that Redmine::MimeType.of is case-insensitive (#29359).Go MAEDA2018-08-151-0/+1
* Fix: Textile phrase modifiers break wiki macros (#29247).Go MAEDA2018-07-211-0/+5
* Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email ad...Jean-Philippe Lang2018-06-171-0/+12
* Enable and add underline button to the toolbar for Markdown formatting (#28169).Jean-Philippe Lang2018-06-161-0/+4
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-1/+16
* Fix: Syntax highlighter does not work if language name is single-quoted (#284...Go MAEDA2018-05-021-0/+3
* Show renames in diff preview (#28295).Go MAEDA2018-04-271-0/+50