summaryrefslogtreecommitdiffstats
path: root/test/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* code layout clean up test/helpers/application_helper_test.rbToshi MARUYAMA2019-11-091-2/+10
* code layout clean up test/helpers/application_helper_test.rbToshi MARUYAMA2019-11-091-10/+30
* Fix CSV export of projects (#29482).Jean-Philippe Lang2019-11-021-0/+35
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/helpers/applicatio...Toshi MARUYAMA2019-10-221-3/+3
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-11/+9
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-9/+7
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-19/+16
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-16/+14
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-10/+8
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-6/+5
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-19/+17
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-9/+6
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-8/+5
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in ApplicationHel...Toshi MARUYAMA2019-10-221-14/+13
* Return to version page after the issue is created (#28138).Jean-Philippe Lang2019-10-191-2/+2
* Display new issue link in version page (#28138).Jean-Philippe Lang2019-10-191-0/+56
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/appl...Toshi MARUYAMA2019-10-131-1/+1
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-042-2/+2
* Add a randomized name attribute to all form fields (#26604).Jean-Philippe Lang2019-06-201-0/+9
* Update Rouge to 3.4.1 (#31556).Go MAEDA2019-06-161-1/+1
* Fix that test_issue_due_date_details fails depending on time zone (#31499).Go MAEDA2019-06-091-2/+4
* Show "Due in X days" in issue details page (#31499).Go MAEDA2019-06-071-0/+19
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-2518-18/+18
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-192-81/+93
* Set an appropriate default type in New custom field page depending on the cur...Go MAEDA2019-05-111-0/+10
* Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).Go MAEDA2019-05-091-0/+32
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-0/+15
* Test for r18057 (#30441).Go MAEDA2019-04-121-6/+16
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-2/+2
* Simpler link syntax "#note-123" to make a link to a note of the current issue...Go MAEDA2019-03-201-1/+9
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-2/+2
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-1616-16/+16
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-163-6/+0
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+13
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1517-0/+34
* URLs end with "-" are rendered incorrectly in Textile (#30259).Go MAEDA2019-03-031-1/+6
* Cannot make cross-project wiki link if the project name includes square brack...Go MAEDA2019-02-271-0/+45
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-0/+7
* Line height is too large when previewing files with syntax highlighting if th...Go MAEDA2019-02-031-0/+4
* Filter issues after project status (#20081).Go MAEDA2018-10-291-1/+1
* Syntax highlighter: replace CodeRay with Rouge (#24681).Jean-Philippe Lang2018-09-291-4/+20
* Link to user in wiki syntax only works when login is written in lower case (#...Jean-Philippe Lang2018-09-231-0/+2
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-151-0/+46
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-081-0/+11
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-091-9/+9
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-081-1/+45
* Image filename for HDPI monitors (image@2x.jpg) are misrecognized as email ad...Jean-Philippe Lang2018-06-171-2/+2
* "attachment:filename" link syntax would not work if the file name contains "@...Jean-Philippe Lang2018-06-171-0/+16
* User link syntax (user:login) doesn't work for logins consisting of an email ...Jean-Philippe Lang2018-06-171-5/+38