summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
Commit message (Collapse)AuthorAgeFilesLines
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-151-0/+1
| | | | | | | | | | - adds 'name' filter that mimics the old behavior of matching on email, login, first- or lastname - maps the 'status' url parameter to the status_id filter, and the 'name' url parameter to the new name filter Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description for issue statuses and display them in issue new/edit form ↵Go MAEDA2023-08-311-0/+3
| | | | | | | | | (#2568). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n key "label_optgroup_others" (#38646).Go MAEDA2023-06-211-1/+0
| | | | | | | Patch by Nishida Yuya. git-svn-id: https://svn.redmine.org/redmine/trunk@22257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New issues filter operators "has been", "has never been", and "changed from" ↵Go MAEDA2023-05-111-0/+3
| | | | | | | | | (#38527). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix English and Japanese translations of field_last_login_on (#38477).Go MAEDA2023-05-051-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "View annotation prior to this change" button in the annotate view of ↵Go MAEDA2023-04-301-0/+1
| | | | | | | | | Git (#35432). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a button to apply issues filter to search results (#38481).Go MAEDA2023-04-271-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n key label_last_login (#38478).Go MAEDA2023-04-221-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "contains any of" operator for text filters to perform OR search of multiple ↵Go MAEDA2023-04-141-0/+1
| | | | | | | | | terms (#38435). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove experimental flag from "Preferred part of multipart (HTML) emails" ↵Go MAEDA2023-04-061-1/+1
| | | | | | setting (#38408). git-svn-id: https://svn.redmine.org/redmine/trunk@22171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+1
| | | | | | | Patch by Go MAEDA and Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-261-0/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove "Unknown user" notification on password request with non-existent ↵Go MAEDA2023-02-071-1/+0
| | | | | | | | | email address (#6254). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22100 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-0/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22038 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused i18n keys label_sort_highest, label_sort_higher, ↵Go MAEDA2022-12-211-4/+0
| | | | | | | | | label_sort_lower, and label_sort_lowest (#38054). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21993 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+1
| | | | | | | Patch by Vladimir Kovacik, Jiri Stepanek, Aighan Pacobilch, Olivier Houdas, Takenori TAKAKI, and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21958 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+2
| | | | | | | | | | includes a confirmation page that also gives the opportunity to lock users instead of deleting them. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing translation for label_default_queries.for_this_user (#37603).Go MAEDA2022-08-261-0/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-0/+1
| | | | | | | Patch by Marius BALTEANU and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better validation error message when the domain of email is not allowed ↵Go MAEDA2022-07-271-0/+1
| | | | | | | | | (#35450). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: https://svn.redmine.org/redmine/trunk@21713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Information text on sudo password entry (#33660).Go MAEDA2022-07-101-0/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@21699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve wording on password change form (#36908).Go MAEDA2022-06-291-0/+1
| | | | | | | Contributed by Vu Nguyen. git-svn-id: https://svn.redmine.org/redmine/trunk@21692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update translations of field_principal to User or Group (#36938).Go MAEDA2022-05-251-1/+1
| | | | | | | Contributed by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-0/+7
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-0/+5
| | | | | | | | | | | | | | | Due to the deletion of dependent objects (issues etc), project deletion may take a long time. This patch moves the actual project deletion into an ActiveJob job. It also introduces a new project status (SCHEDULED_FOR_DELETION) that is used to effectively hide the project that is about to be deleted (and any potential descendant projects) from the system immediately. A security notification is sent out to the user that deleted the project, informing about success / failure. The projects list is extended to be able to filter for the new status, so in case of a failure, the project can still be accessed for examination. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ask more specific confirmation questions when closing/reopening/archiving ↵Marius Balteanu2022-05-161-0/+3
| | | | | | | | | projects (#36891). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Automatically add the user to the watchers list after contributing to an ↵Marius Balteanu2022-03-191-0/+2
| | | | | | | | | issue (#4347). User can enable/disable this feature from My Account. Patch by Takenori TAKAKI and Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "required for administrators" option to Two-factor authentication ↵Marius Balteanu2022-02-011-0/+2
| | | | | | settings that behaves like optional, but will require all users with administration rights to set up two-factor authentication at their next login (#35439). git-svn-id: http://svn.redmine.org/redmine/trunk@21395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop OpenID support (#35755).Go MAEDA2021-12-141-3/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+1
| | | | | | | * App-level: Administration > Projects > Default query (Projects list defaults section) * User-level: My account > Default project query git-svn-id: http://svn.redmine.org/redmine/trunk@21281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Migrate @setting_default_issue_query@ locale key to @label_default_query@ ↵Marius Balteanu2021-11-151-1/+1
| | | | | | (#7360). git-svn-id: http://svn.redmine.org/redmine/trunk@21280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds button to "Create and follow" when adding a subtask from the parent ↵Marius Balteanu2021-11-061-0/+1
| | | | | | | | | | | | issue. Now the user have the following options: * Create: redirects the user to the parent task (existing behaviour) * Create and follow: redirects the user to the newly created subtask (new behaviour) * Create and add another: redirects the user to new subtask (existing behaviour). (#29076). git-svn-id: http://svn.redmine.org/redmine/trunk@21269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple ↵Go MAEDA2021-10-201-0/+1
| | | | | | | | | issues are selected (#35770). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename the save, edit and delete buttons on the query form to clarify the ↵Go MAEDA2021-08-171-0/+3
| | | | | | | | | scope (#34494). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21130 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning in admin/info when there are pending migrations (#35562).Go MAEDA2021-07-301-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default issue query (#7360).Go MAEDA2021-07-061-0/+7
| | | | | | | 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-041-1/+4
| | | | | | | | groups (#31920). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21060 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-201-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-291-0/+4
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21016 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-0/+2
| | | | | | | Contributed by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@20843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-151-0/+4
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-111-0/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20772 e93f8b46-1217-0410-a6f0-8f06a7374b81