summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* assignee_avatar method causes NoMethodError if the given object is a group (#...Go MAEDA2019-05-221-2/+2
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-202-1/+47
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-192-34/+75
* Swaps out the icon-fav for icon-user on projects#index (#31356).Go MAEDA2019-05-141-1/+1
* Set an appropriate default type in New custom field page depending on the cur...Go MAEDA2019-05-111-0/+11
* Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910).Go MAEDA2019-05-091-1/+6
* Generalize issues imports (#28234).Go MAEDA2019-05-091-0/+8
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-1/+1
* Add "robohash" to "Default Gravatar image" options (#31294).Go MAEDA2019-05-041-0/+9
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-0/+11
* Update Rails ujs (#31205).Go MAEDA2019-04-182-2/+2
* Attachments with Unicode uppercase names are not shown in wiki pages (#30441).Go MAEDA2019-04-121-1/+1
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-092-2/+2
* 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