summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix cannot change the default version under settings (#34982).Go MAEDA2021-03-311-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not journalize attachments that are added during a "Copy Issue" operation ↵Go MAEDA2021-03-291-1/+1
| | | | | | | | | (#34921). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove jQuery Migrate (#34337).Go MAEDA2021-03-291-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20871 e93f8b46-1217-0410-a6f0-8f06a7374b81
* No left padding for the first level entries in forums list (#32156).Go MAEDA2021-03-261-4/+8
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@20857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-263-7/+13
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Associated Revision API (#22008).Go MAEDA2021-03-261-2/+13
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add edit button to Wiki sidebar (#32629).Go MAEDA2021-03-261-0/+8
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in the footer to 2021 (#34955).Go MAEDA2021-03-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20847 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-25177-177/+177
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-254-9/+18
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
| | | | | | | Contributed by Kam Nazir. git-svn-id: http://svn.redmine.org/redmine/trunk@20843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-251-2/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project tree instead of subprojects in the project selector when you ↵Go MAEDA2021-03-251-1/+1
| | | | | | | | | create a new issue (#34798). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Case-insensitive matching fails for Unicode filenames when referring to ↵Go MAEDA2021-03-201-1/+3
| | | | | | | | | attachments in text formatting (#27780). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unnecessary database access when IssueQuery class is defined (#33290).Go MAEDA2021-03-191-13/+28
| | | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow selecting encoding when exporting permission reports as CSV (#13767).Go MAEDA2021-03-182-2/+12
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show project ID instead of name in issue journal details if the project is ↵Go MAEDA2021-03-181-1/+2
| | | | | | | | | not visible for the current user (#33360). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-183-1/+12
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20653.Go MAEDA2021-03-181-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces an additional check before removing a deduplicated file (#34479).Go MAEDA2021-03-171-5/+4
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r20654.Go MAEDA2021-03-171-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Delete spent time custom field values not visible by the user after ↵Go MAEDA2021-03-151-1/+8
| | | | | | | | | assignment (#33550). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not display in issue edit page spent time custom fields not visible by ↵Go MAEDA2021-03-151-1/+1
| | | | | | | | | the user (#33550). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update JavaScript filename (#33906).Go MAEDA2021-03-151-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to add watchers to forum threads (#3390).Go MAEDA2021-03-153-4/+21
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that column header is clickable even when the column is not actually ↵Go MAEDA2021-03-141-1/+1
| | | | | | | | | sortable (#33548). Patch by Vincent Robert and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that users can delete their own accounts unconditionally via REST API ↵Go MAEDA2021-03-131-0/+2
| | | | | | | | | (#11870). Patch by Mizuki ISHIKAWA and Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@20782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export permissions report to CSV (#13767).Go MAEDA2021-03-123-1/+39
| | | | | | | Patch by David Escala and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-112-0/+8
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to set default value for "I don't want to be notified of changes ↵Go MAEDA2021-03-102-1/+3
| | | | | | | | | that I make myself" (#34787). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The order of thumbnails in journals does not match the order of file name ↵Go MAEDA2021-03-091-1/+1
| | | | | | | | | list (#33459). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow newlines and quote characters within mail body delimiters (#34794).Go MAEDA2021-03-091-1/+12
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project settings tab contains two items with the same id (#34032).Go MAEDA2021-03-081-1/+1
| | | | | | | Patch by Ali Hamdan and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-072-13/+15
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unable to autoload constant Version.table_name if gems use Version class ↵Go MAEDA2021-03-031-2/+2
| | | | | | | | | (#33206). Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@20760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).Go MAEDA2021-02-271-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display more detailed error message when attempting to import malformed CSV ↵Go MAEDA2021-02-271-1/+1
| | | | | | | | | file (#34762). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto complete wiki page links (#33820).Go MAEDA2021-02-252-1/+30
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@20753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an interface to filter activities by user (#33602).Go MAEDA2021-02-212-1/+11
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS ↵Go MAEDA2021-02-171-2/+0
| | | | | | | | | (#34750). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to use watch_by filter in the global issues list (#34700).Go MAEDA2021-02-111-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore from search module params sent with empty values (#34615).Go MAEDA2021-02-061-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix redirect loop when both enabling two-factor authentication and changing ↵Go MAEDA2021-02-021-1/+1
| | | | | | | | | password are required (#1237, #34618). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix project selector on global new issue page not showing all visible ↵Go MAEDA2021-02-011-1/+1
| | | | | | | | | projects (#33419). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show a warning message for watchers who cannot view the object (#33329).Go MAEDA2021-01-241-0/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-1/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some fixes for r20321:Go MAEDA2021-01-182-12/+48
| | | | | | | | | | | | * Include only visible issues in subtasks stats * Get subtasks using only one query * Show all subtasks count as badge * Add tests Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Web browser freezes when displaying a workflow page with a large number of ↵Go MAEDA2021-01-171-1/+1
| | | | | | | | | issue statuses (#34247). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20717 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drag and drop file upload to file type custom field (#30776).Go MAEDA2021-01-131-2/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20712 e93f8b46-1217-0410-a6f0-8f06a7374b81