summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces from journals_helper.rbGo MAEDA2019-04-081-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Simpler link syntax "#note-123" to make a link to a note of the current issue...Go MAEDA2019-03-201-1/+3
* Remove unused method ApplicationHelper#generate_csv (#31046).Go MAEDA2019-03-181-5/+0
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-179-34/+34
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-172-11/+11
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-1633-33/+33
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1644-88/+0
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+14
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-152-1/+12
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-151-0/+15
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1544-0/+88
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-3/+2
* Cannot make cross-project wiki link if the project name includes square brack...Go MAEDA2019-02-271-1/+1
* Refactor custom field value tag for custom fields with full text formatting e...Go MAEDA2019-02-122-12/+15
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-3/+6
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-251-2/+2
* 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