summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Progress bar for a shared version on gantt disappears when the tree is ↵Go MAEDA2021-07-312-5/+12
| | | | | | | | | collapsed and then expanded (#34694). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to the profile page from users on the group page (#12795).Go MAEDA2021-07-312-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* GroupsController#show should only display visible users (#12795).Go MAEDA2021-07-312-1/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#35643).Go MAEDA2021-07-301-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#35562).Go MAEDA2021-07-3048-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning in admin/info when there are pending migrations (#35562).Go MAEDA2021-07-302-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#35628).Go MAEDA2021-07-291-17/+14
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-283-10/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unused wikis/edit.js.erb view (#35610).Marius Balteanu2021-07-281-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for #35417.Marius Balteanu2021-07-281-0/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Inline image in Textile is not displayed if the image URL contains ↵Go MAEDA2021-07-282-1/+3
| | | | | | | | | ampersands (#35441). Contributed by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary comments (#35606).Go MAEDA2021-07-281-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bundler fails to install globalid when using Ruby < 2.6.0 (#35621).Go MAEDA2021-07-281-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21096 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Locked users should not be displayed in the members box of the project ↵Go MAEDA2021-07-272-1/+11
| | | | | | | | | overview page (#35606). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use issue path instead of bulk update issues path when only one issue is ↵Marius Balteanu2021-07-265-20/+55
| | | | | | selected in the context menu (#33521). git-svn-id: http://svn.redmine.org/redmine/trunk@21089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set :wiki menu_item for WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
| | | | | | | | | This action is executed inside the project wiki scope after r16916, thus we can better set the menu_item accordingly. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect_to project_path after WikisController#destroy (#35610).Marius Balteanu2021-07-262-2/+2
| | | | | | | | | | * Project settings 'wiki' tab is removed by r16917 & r17017. * This action is executed outside the project settings scope after r16916, thus we can better redirect to project_path. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove 'edit' action from :manage_wiki permission definition in ↵Marius Balteanu2021-07-261-1/+1
| | | | | | | | Redmine::AccessControl. Wikis#edit is removed by r17018. (#35610). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Total spent time from issue page should link to global time entries if the ↵Marius Balteanu2021-07-262-0/+27
| | | | | | issue has subtasks and the subtasks can be on projects that are not descendants of the current project (#35134). git-svn-id: http://svn.redmine.org/redmine/trunk@21085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21082 (#35134).Marius Balteanu2021-07-261-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21082 (#35134).Marius Balteanu2021-07-261-22/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link total spent time to global time entries page when ↵Marius Balteanu2021-07-262-0/+27
| | | | | | cross_project_issue_relations are allowed in order to include time entries from other projects (#35134). git-svn-id: http://svn.redmine.org/redmine/trunk@21082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When updating an issue, allow adding time entry on an issue that was visible ↵Marius Balteanu2021-07-262-0/+30
| | | | | | for the previous assignee (#34856). git-svn-id: http://svn.redmine.org/redmine/trunk@21081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Output test coverage report to the console (#35259).Go MAEDA2021-07-251-0/+5
| | | | | | | Patch by Dmitry Makurin. git-svn-id: http://svn.redmine.org/redmine/trunk@21080 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add watching users to a ticket should switch "watch" link to "unwatch" if ↵Go MAEDA2021-07-253-5/+19
| | | | | | | | | own user was added (#15634). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#35591).Go MAEDA2021-07-221-18/+13
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki syntax help: German translation for "The issue subject" (#35375).Go MAEDA2021-07-222-2/+2
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link from assignee to group page (#12795).Go MAEDA2021-07-203-4/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of ↵Go MAEDA2021-07-203-3/+4
| | | | | | ApplicationHeler (#12795). git-svn-id: http://svn.redmine.org/redmine/trunk@21074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-193-9/+31
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow non-admin users to see group members (#12795).Go MAEDA2021-07-193-3/+23
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure unique attachment filenames (#35539).Go MAEDA2021-07-192-19/+40
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User sessions not reset after 2FA activation (#35417).Go MAEDA2021-07-152-1/+3
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hooks for queries helper (#34743).Go MAEDA2021-07-141-35/+47
| | | | | | | Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@21068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename test/fixtures/configuration/*.yml.example to ↵Go MAEDA2021-07-105-6/+6
| | | | | | test/fixtures/files/configuration/*.yml (#35466). git-svn-id: http://svn.redmine.org/redmine/trunk@21067 e93f8b46-1217-0410-a6f0-8f06a7374b81
* API to close/reopen projects (#35507).Go MAEDA2021-07-093-5/+28
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#35538).Go MAEDA2021-07-091-15/+10
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add enabled core fields to /trackers API response (#35505).Go MAEDA2021-07-062-0/+11
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21064 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#7360).Go MAEDA2021-07-0647-0/+323
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21063 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#31920).Go MAEDA2021-07-0648-0/+432
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default issue query (#7360).Go MAEDA2021-07-0621-3/+271
| | | | | | | Patch by Katsuya HIDAKA (the author of https://github.com/hidakatsuya/redmine_default_custom_query), Takenori TAKAKI, Olivier Chabert, and Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21061 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When 2FA is set to optional, allow to require 2FA only for certain user ↵Marius Balteanu2021-07-048-2/+58
| | | | | | | | groups (#31920). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21060 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Psych 4: aliases in database.yml cause Psych::BadAlias exception (#35435).Go MAEDA2021-07-031-1/+2
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow sending account information when importing users (#35365).Go MAEDA2021-07-032-0/+22
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unhandled exception when a YAML syntax error is detected in ↵Go MAEDA2021-07-011-2/+2
| | | | | | | | | configuration.yml (#35421). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce amount of work on projects show API (#35374).Go MAEDA2021-07-011-16/+16
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to IssuesTest (#35312, #35500).Go MAEDA2021-06-301-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21055 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-302-0/+33
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#35478).Go MAEDA2021-06-291-2/+2
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload principal and roles in members#index (#35324).Go MAEDA2021-06-271-1/+1
| | | | | | | Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@21052 e93f8b46-1217-0410-a6f0-8f06a7374b81