summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merged r17263 into 3.3-stable (#28208).Jean-Philippe Lang2018-04-071-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 3.3-stable: Too large avatar breaks gantt when assignee is a group (#28204).Go MAEDA2018-02-181-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17150 to 3.3-stable (#26699).Jean-Philippe Lang2018-01-071-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r17105 to 3.3-stable (#27333).Go MAEDA2017-12-101-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17107 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r16983 to r16985 (#27186).Jean-Philippe Lang2017-10-152-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r16574 (#25760).Jean-Philippe Lang2017-06-061-2/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16620 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r16283 (#23793).Jean-Philippe Lang2017-01-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16300 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15772 (#23472).Jean-Philippe Lang2016-08-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15739 (#23391).Jean-Philippe Lang2016-08-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15608 (#23206).Jean-Philippe Lang2016-07-101-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15612 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15551 (#22058).Jean-Philippe Lang2016-06-181-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15519.Jean-Philippe Lang2016-06-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15510 (#22123).Jean-Philippe Lang2016-06-121-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15514 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15490 to r15493, r15496, r15497 (#22951).Jean-Philippe Lang2016-06-111-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).Jean-Philippe Lang2016-06-061-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r15431 to r15435 (#22924, #22925, #22926).Jean-Philippe Lang2016-06-041-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-073-3/+3
| | | | | | | | | | | | | | Depending on the offset between a user's configured timezone and the server timezone, Date.today may be more or less often wrong from the user's perspective, leading to things like issues marked as overdue too early or too late, or yesterday / tomorrow being displayed / selected where 'today' is intended. A test case illustrating the problem with Issue#overdue? is included Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use HTML5 date input fields instead of text fields with jquery ui date ↵Jean-Philippe Lang2016-05-071-1/+1
| | | | | | | | pickers (#19468). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not propose trackers which disallow parent_issue_id for new child issues ↵Jean-Philippe Lang2016-04-241-1/+1
| | | | | | | | | | | (#22345). also removes the tracker_id from the "Add new child issue" link in case it doesn't allow parent_issue_id Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change "Related issues" label for generic grouped query filters (#22147).Jean-Philippe Lang2016-04-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a title on the sort handle (#12909).Jean-Philippe Lang2016-04-191-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restyles the sort handle(#12909).Jean-Philippe Lang2016-04-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15340 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecates unused stuff (#12909).Jean-Philippe Lang2016-04-181-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-182-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15337 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Watched issues count on "My page" is shown for all issues instead of only ↵Jean-Philippe Lang2016-04-091-1/+1
| | | | | | | | open ones (#15777). Patch by Karel Pičman and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-205-15/+16
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add additional markup to page_header_title to enable better styling (#21947).Jean-Philippe Lang2016-03-191-2/+7
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15256 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add status, assigned_to and done_ratio classes to issue subtasks (#21776).Jean-Philippe Lang2016-03-151-3/+3
| | | | | | Patch by Marius Balteanu. git-svn-id: http://svn.redmine.org/redmine/trunk@15251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use protocol-relative URL for gravatars (#21855).Jean-Philippe Lang2016-03-151-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1343-43/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds units in history for estimated time (#12456).Jean-Philippe Lang2016-01-311-2/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use implicit variables later (#21593).Jean-Philippe Lang2016-01-301-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add class to contextual edit button that relates to heading on wiki pages ().Jean-Philippe Lang2016-01-301-1/+1
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that % done field is shown on issue show subtree even if deactivated ↵Jean-Philippe Lang2016-01-211-1/+1
| | | | | | | | for that tracker (#20988). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-212-6/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2016-01-201-11/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a "Delete" button to issue notes (#1725).Jean-Philippe Lang2016-01-201-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-205-33/+40
| | | | | | | | | | | | | * Replace image_tag() with CSS classes * Create some CSS classes where necessary * Change "check all" positioned on the right in "Trackers -> Summary" and "Roles -> Permissions report" instead of left like in "Worfklow" * Add missing title attribute in a few places * Makes some lines shorter while at it Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding issue css classes to issue subtasks and relations tr (#21474).Jean-Philippe Lang2016-01-161-1/+1
| | | | | | Patch by Codruț Gușoi. git-svn-id: http://svn.redmine.org/redmine/trunk@15061 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tooltip on progress bar (#21497).Jean-Philippe Lang2016-01-091-3/+5
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15027 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-282-2/+2
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@14897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-083-4/+3
| | | | | | Width of progress bars is no longer hard-coded in views. git-svn-id: http://svn.redmine.org/redmine/trunk@14851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render issue attributes using divs instead of a table for responsiveness ↵Jean-Philippe Lang2015-11-081-9/+9
| | | | | | (#19097). git-svn-id: http://svn.redmine.org/redmine/trunk@14848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #issue_fields_rows to render custom fields values.Jean-Philippe Lang2015-11-081-15/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use 100% width for date fields (#19097).Jean-Philippe Lang2015-11-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Responsive layout for mobile devices (#19097).Jean-Philippe Lang2015-11-071-1/+2
| | | | | | Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14817 e93f8b46-1217-0410-a6f0-8f06a7374b81