summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid selector in function displayTabsButtons() (#33392).Go MAEDA2020-05-031-1/+1
* Remove unused i18n key "notice_no_issue_selected" (#33393).Go MAEDA2020-05-0349-49/+0
* Use more efficient "exists?" instead of "first" in tests when checking the ex...Go MAEDA2020-05-038-22/+22
* Japanese translation update (#33388).Go MAEDA2020-05-031-1/+1
* Possible values field in list format custom field form is not marked as requi...Go MAEDA2020-05-021-1/+1
* Update locales (#33347).Go MAEDA2020-05-0248-0/+48
* Include updated_on and passwd_changed_on columns when exporting users to CSV ...Go MAEDA2020-05-023-1/+8
* Replace deprecated size() method with length property (#33384).Go MAEDA2020-05-022-6/+6
* Add missing fixtures to VersionsHelperTest (#33376).Go MAEDA2020-05-011-1/+4
* Japanese translation update (#33377).Go MAEDA2020-04-301-2/+2
* Update locales (#3369).Go MAEDA2020-04-3048-0/+96
* Allowed/Disallowed email domains settings to restrict users' email addresses ...Go MAEDA2020-04-306-0/+103
* add test to UnifiedDiffTest to keep similar git footer line (#33357)Toshi MARUYAMA2020-04-301-0/+40
* Fix test failures due to r19731 (#33296).Go MAEDA2020-04-292-0/+4
* Adds Stylelint to lint CSS files (#32888).Go MAEDA2020-04-297-0/+1986
* Load default custom queries when running redmine:load_default_data rake task ...Go MAEDA2020-04-281-1/+81
* Fix UI issues in the setting page of some plugins that have arisen after r19720.Go MAEDA2020-04-281-1/+2
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-272-2/+2
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-254-9/+12
* Use principals in acts_as_watchable (#4511).Go MAEDA2020-04-251-1/+1
* Use Principal to get users and groups for watchers in watchers controller (#4...Go MAEDA2020-04-251-10/+5
* Get the list of new issue watchers using single query and limit the results t...Go MAEDA2020-04-251-6/+4
* Remove unused i18n key "label_overall_activity" and "label_overall_spent_time...Go MAEDA2020-04-2449-98/+0
* Broken layout of the preview tab of "Welcome text" setting due to unexpectedl...Go MAEDA2020-04-231-1/+1
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-237-4/+29
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-224-13/+23
* Fix warnings while running redmine:load_default_data rake task (#33310).Go MAEDA2020-04-221-1/+0
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-212-0/+14
* Fix that thumbnail support for PDF attachments may not be detected (#33283).Go MAEDA2020-04-202-1/+7
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-202-1/+6
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...Toshi MARUYAMA2020-04-201-1/+1
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
* Bulgarian translation update (#33298).Go MAEDA2020-04-181-6/+4
* Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).Go MAEDA2020-04-181-1/+1
* Update Rouge to 3.18.0 (#32468).Go MAEDA2020-04-151-1/+1
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
* Total estimated time column shows up as decimal value regardless of time sett...Go MAEDA2020-04-151-2/+2
* scm: git: replace test repository text file content meaningfully (#24030)Toshi MARUYAMA2020-04-142-1/+1
* fix source indent of previous commit (#24030)Toshi MARUYAMA2020-04-141-1/+1
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-142-0/+46
* scm: git: add new test repository which has UTF-8 Emoji committer and comment...Toshi MARUYAMA2020-04-142-1/+1
* scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ea...Toshi MARUYAMA2020-04-141-1/+1
* Show tooltip when hovering on repeat-value link in Field permission tab (#323...Go MAEDA2020-04-131-1/+1
* Fix issue inline auto complete in issues bulk edit page for custom fields wit...Go MAEDA2020-04-111-1/+7
* Show wiki toolbar in time spent form for custom fields with text formatting e...Go MAEDA2020-04-112-1/+8
* Show toolbar for full width custom fields with text formatting enabled on iss...Go MAEDA2020-04-112-1/+6
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-115-6/+6
* Use the same layout for custom fields in issue bulk edit page (#32471).Go MAEDA2020-04-111-7/+31
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-113-26/+33