summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merged r18057 and r18058 from trunk to 4.0-stable (#30441).Go MAEDA2019-04-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18060 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17906 from trunk to 4.0-stable (#30256).Go MAEDA2019-03-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves some action links on the wiki page to a dropdown menu (#26575).Jean-Philippe Lang2018-12-021-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Related issues section ignores the date format setting (#29918).Jean-Philippe Lang2018-11-291-2/+2
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add wiki class also for half width custom fields with text formatting ↵Go MAEDA2018-11-261-1/+5
| | | | | | | | | enabled (#30027). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA2018-11-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA2018-10-291-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-291-0/+3
| | | | | | | | | | | * Issues assigned to me * Reported issues * Watched issues Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA2018-10-201-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-3/+3
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+9
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper #preview_link (#27758).Jean-Philippe Lang2018-09-261-8/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes render_ prefix from cancel_button_tag methods (#8888).Jean-Philippe Lang2018-09-262-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add cancel button to new/edit log time page (#8888).Jean-Philippe Lang2018-09-262-0/+11
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to user in wiki syntax only works when login is written in lower case ↵Jean-Philippe Lang2018-09-231-3/+3
| | | | | | | | (#26892). Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17516 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-181-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-151-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-151-2/+4
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-142-14/+14
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-081-6/+15
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export users list to CSV (#5957).Go MAEDA2018-08-051-4/+31
| | | | | | | Contriubted by Mizuki ISHIKAWA and Yuki Kita. git-svn-id: http://svn.redmine.org/redmine/trunk@17463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-024-5/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+6
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-091-6/+12
| | | | | | | Patch by Felix Schäfer and Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-081-0/+34
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add links to Users, Projects and Versions in timelog report (#29042).Go MAEDA2018-06-181-7/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17404 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Users tab to application settings.Jean-Philippe Lang2018-06-171-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add links to the user name and date on wiki update info (#26575).Jean-Philippe Lang2018-06-161-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to link to an anchor of the current wiki page (#16313).Go MAEDA2018-05-201-0/+6
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-073-3/+16
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS to distinguish when a main menu is present or not (#28531).Go MAEDA2018-04-231-0/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-212-4/+10
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Anonymous icon is wrongly displayed when assignee is a group (#28208).Jean-Philippe Lang2018-04-071-1/+3
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-022-9/+3
| | | | | | | The change breaks the test suite. git-svn-id: http://svn.redmine.org/redmine/trunk@17254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-022-3/+9
| | | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: The green tick is positioned after the label in the new member modals ↵Go MAEDA2018-02-221-1/+1
| | | | | | | | | (#28079). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add CSS classes to column headers of issues and timelogs list (#26674).Go MAEDA2018-01-151-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Anonymous user should have their icon (#26699).Jean-Philippe Lang2018-01-071-1/+7
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switching SCM fails after validation error in "New repository" page (#27333).Go MAEDA2017-12-101-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-2/+2
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds visibility checks on version views (#27676).Jean-Philippe Lang2017-11-291-2/+2
| | | | | | | | | | | Previously not all data on the roadmap and version view where properly checked against the issue visibility setting. Unprivileged users were able to see the total number of issues, their estimations and the open/close status - even if the user was only allowed to see their own issues. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck instead of map in MyHelper (#26711).Go MAEDA2017-11-261-2/+2
| | | | | | | Patch by jwjw yy. git-svn-id: http://svn.redmine.org/redmine/trunk@17036 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure that values of multi-value fields are HTML-escaped in issue history ↵Jean-Philippe Lang2017-10-151-1/+2
| | | | | | | | (#27186). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ensure that values of multi-value fields are HTML-escaped in issue list ↵Jean-Philippe Lang2017-10-151-1/+2
| | | | | | | | (#27186). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16984 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add update info at the bottom of the wiki page.Jean-Philippe Lang2017-07-291-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves the "Private" label after the subject like in journals.Jean-Philippe Lang2017-07-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16904 e93f8b46-1217-0410-a6f0-8f06a7374b81