summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+3
* Move calendar day classes to a helper (#27096).Go MAEDA2019-01-141-0/+6
* Performance improvement when rendering news or calendar block on My page (#30...Go MAEDA2018-12-211-2/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+5
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+11
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-1/+1
* Moves some action links on the wiki page to a dropdown menu (#26575).Jean-Philippe Lang2018-12-021-0/+11
* Related issues section ignores the date format setting (#29918).Jean-Philippe Lang2018-11-291-2/+2
* Add wiki class also for half width custom fields with text formatting enabled...Go MAEDA2018-11-261-1/+5
* Remove trailing whitespaces from app/helpers/issues_helper.rbGo MAEDA2018-11-261-1/+1
* Use Project::STATUS_ACTIVE constant instead of harcoded 1 (#29449).Go MAEDA2018-10-291-3/+3
* Filter out issues from closed projects in the following widgets (#29449):Go MAEDA2018-10-291-0/+3
* Fix that MyHelper::render_activity_block is not timezone aware (#2471, #29816).Go MAEDA2018-10-201-1/+1
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-3/+3
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+9
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
* Removed unused helper #preview_link (#27758).Jean-Philippe Lang2018-09-261-8/+0
* Removes render_ prefix from cancel_button_tag methods (#8888).Jean-Philippe Lang2018-09-262-3/+3
* Add cancel button to new/edit log time page (#8888).Jean-Philippe Lang2018-09-262-0/+11
* Link to user in wiki syntax only works when login is written in lower case (#...Jean-Philippe Lang2018-09-231-3/+3
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-181-1/+1
* Special character like quote breaks wiki links (#22967).Jean-Philippe Lang2018-09-151-0/+1
* Disable workflow checkboxes with no status change (#5593).Jean-Philippe Lang2018-09-151-2/+4
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-142-14/+14
* Adds ##123 extended issue linking syntax (#29488).Go MAEDA2018-09-081-6/+15
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Export users list to CSV (#5957).Go MAEDA2018-08-051-4/+31
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-024-5/+5
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+6
* Remove filename from attachment preview links (#27822).Go MAEDA2018-07-091-6/+12
* Adds link to container to attachment view (#29190).Go MAEDA2018-07-081-0/+34
* Add links to Users, Projects and Versions in timelog report (#29042).Go MAEDA2018-06-181-7/+3
* Add Users tab to application settings.Jean-Philippe Lang2018-06-171-0/+1
* Add links to the user name and date on wiki update info (#26575).Jean-Philippe Lang2018-06-161-1/+1
* Allow to link to an anchor of the current wiki page (#16313).Go MAEDA2018-05-201-0/+6
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-1/+1
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-073-3/+16
* Add CSS to distinguish when a main menu is present or not (#28531).Go MAEDA2018-04-231-0/+1
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-212-4/+10
* Anonymous icon is wrongly displayed when assignee is a group (#28208).Jean-Philippe Lang2018-04-071-1/+3
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-022-9/+3
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-022-3/+9
* Fix: The green tick is positioned after the label in the new member modals (#...Go MAEDA2018-02-221-1/+1
* Add CSS classes to column headers of issues and timelogs list (#26674).Go MAEDA2018-01-151-1/+1
* Anonymous user should have their icon (#26699).Jean-Philippe Lang2018-01-071-1/+7
* Switching SCM fails after validation error in "New repository" page (#27333).Go MAEDA2017-12-101-1/+1
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-2/+2
* Adds visibility checks on version views (#27676).Jean-Philippe Lang2017-11-291-2/+2
* Use pluck instead of map in MyHelper (#26711).Go MAEDA2017-11-261-2/+2
* Ensure that values of multi-value fields are HTML-escaped in issue history (#...Jean-Philippe Lang2017-10-151-1/+2