summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Add avatar_server_url configuration option in order to support Libravatar ↵Go MAEDA2019-05-041-1/+1
| | | | | | | | | (#9112). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "robohash" to "Default Gravatar image" options (#31294).Go MAEDA2019-05-041-0/+9
| | | | | | | Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@18121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New My page block: Updated issues (#30975).Go MAEDA2019-04-301-0/+11
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails ujs (#31205).Go MAEDA2019-04-182-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments with Unicode uppercase names are not shown in wiki pages (#30441).Go MAEDA2019-04-121-1/+1
| | | | | | | Patch by Evgeny Seliverstov. git-svn-id: http://svn.redmine.org/redmine/trunk@18057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move styles for count and private to a new class named 'badge' (#29391).Go MAEDA2019-04-092-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove trailing whitespaces from journals_helper.rbGo MAEDA2019-04-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18011 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simpler link syntax "#note-123" to make a link to a note of the current ↵Go MAEDA2019-03-201-1/+3
| | | | | | | | | issue (#30829). Contributed by Marius BALTEANU and Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17993 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused method ApplicationHelper#generate_csv (#31046).Go MAEDA2019-03-181-5/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-179-34/+34
| | | | | | | Contributed by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-172-11/+11
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable frozen_string_literal for some files under app and lib directory ↵Go MAEDA2019-03-1633-33/+33
| | | | | | (#26561). git-svn-id: http://svn.redmine.org/redmine/trunk@17977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-1644-88/+0
| | | | | | | | | The default script encoding is UTF-8 in Ruby 2.0 or later. Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+14
| | | | | | Only for admins or when viewing its own profile. git-svn-id: http://svn.redmine.org/redmine/trunk@17973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-152-1/+12
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-151-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1544-0/+88
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-3/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot make cross-project wiki link if the project name includes square ↵Go MAEDA2019-02-271-1/+1
| | | | | | | | | brackets (#30256). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17906 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor custom field value tag for custom fields with full text formatting ↵Go MAEDA2019-02-122-12/+15
| | | | | | | | | enabled (#29712). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Edit/Preview tabs for full width layout custom fields with text ↵Go MAEDA2019-02-121-3/+6
| | | | | | | | | formatting enabled (#29712). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-251-2/+2
| | | | | | | Patch by Senya Senya. git-svn-id: http://svn.redmine.org/redmine/trunk@17840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move calendar day classes to a helper (#27096).Go MAEDA2019-01-141-0/+6
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance improvement when rendering news or calendar block on My page ↵Go MAEDA2018-12-211-2/+2
| | | | | | | | | (#30249). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+5
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+11
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-1/+1
| | | | | | Implemented for PostgreSQL only for now. git-svn-id: http://svn.redmine.org/redmine/trunk@17724 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