summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc...Toshi MARUYAMA2019-08-041-1/+2
* rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer...Toshi MARUYAMA2019-08-031-2/+2
* rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercuria...Toshi MARUYAMA2019-07-291-1/+1
* Add missing fixtures in AttachmentFormatVisibilityTest (#31705).Go MAEDA2019-07-121-0/+1
* Test failure (#31444).Jean-Philippe Lang2019-06-201-0/+1
* Issue macro for flexible linking to issues (#29489).Jean-Philippe Lang2019-06-201-0/+10
* Add "<< me >>" option to user format issue custom fields (#31444).Jean-Philippe Lang2019-06-201-0/+8
* Text may unexpectedly be enclosed in pre tags when an issue is created via HT...Jean-Philippe Lang2019-06-201-0/+12
* Update Rouge to 3.4.1 (#31556).Go MAEDA2019-06-161-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-068-34/+34
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* Update copyright year.Go MAEDA2019-05-2556-56/+56
* 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-1641-41/+41
* 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-1555-72/+182
* 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