summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-10/+11
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-0/+8
* Don't generate urls with params.Jean-Philippe Lang2016-07-103-4/+4
* Don't generate sort links with params.Jean-Philippe Lang2016-07-101-6/+1
* Preload email addresses for displaying avatars.Jean-Philippe Lang2016-07-101-1/+1
* Renames #render_private_notes to #render_private_notes_indicator (#22575).Jean-Philippe Lang2016-07-101-1/+1
* Code cleanup (#22575).Jean-Philippe Lang2016-07-101-18/+20
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-1/+1
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-0/+6
* Wrong filters are applied when exporting issues to CSV with blank filter (#23...Jean-Philippe Lang2016-07-091-0/+2
* Removed #link_to_content_update.Jean-Philippe Lang2016-06-304-8/+4
* Add missing links to images in issue history (#22058).Jean-Philippe Lang2016-06-181-1/+2
* Removes the UTF8 checkmark that prevents redirect from back_url.Jean-Philippe Lang2016-06-151-0/+5
* Preload assignee.Jean-Philippe Lang2016-06-121-1/+1
* Totals cannot be removed completely if some columns are set in the global set...Jean-Philippe Lang2016-06-111-0/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+5
* Limits the schemes that project homepage can use (#22925).Jean-Philippe Lang2016-06-011-0/+1
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-0/+10
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-073-3/+3
* Use HTML5 date input fields instead of text fields with jquery ui date picker...Jean-Philippe Lang2016-05-071-1/+1
* Do not propose trackers which disallow parent_issue_id for new child issues (...Jean-Philippe Lang2016-04-241-1/+1
* Change "Related issues" label for generic grouped query filters (#22147).Jean-Philippe Lang2016-04-241-1/+1
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-2/+8
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-0/+8
* Adds a title on the sort handle (#12909).Jean-Philippe Lang2016-04-191-1/+2
* Restyles the sort handle(#12909).Jean-Philippe Lang2016-04-191-1/+1
* Deprecates unused stuff (#12909).Jean-Philippe Lang2016-04-181-0/+3
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-182-0/+17
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-0/+10
* Watched issues count on "My page" is shown for all issues instead of only ope...Jean-Philippe Lang2016-04-091-1/+1
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-205-15/+16
* Add additional markup to page_header_title to enable better styling (#21947).Jean-Philippe Lang2016-03-191-2/+7
* Add status, assigned_to and done_ratio classes to issue subtasks (#21776).Jean-Philippe Lang2016-03-151-3/+3
* Use protocol-relative URL for gravatars (#21855).Jean-Philippe Lang2016-03-151-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1343-43/+43
* Adds query params as hidden field tags to the CSV export form (#22108).Jean-Philippe Lang2016-03-121-0/+30
* Adds units in history for estimated time (#12456).Jean-Philippe Lang2016-01-311-2/+2
* Don't use implicit variables later (#21593).Jean-Philippe Lang2016-01-301-2/+2
* Add class to contextual edit button that relates to heading on wiki pages ().Jean-Philippe Lang2016-01-301-1/+1
* Fixed that % done field is shown on issue show subtree even if deactivated fo...Jean-Philippe Lang2016-01-211-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-212-6/+5
* Code cleanup.Jean-Philippe Lang2016-01-201-11/+9
* Adds a "Delete" button to issue notes (#1725).Jean-Philippe Lang2016-01-201-0/+6
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-205-33/+40
* Adding issue css classes to issue subtasks and relations tr (#21474).Jean-Philippe Lang2016-01-161-1/+1
* Tooltip on progress bar (#21497).Jean-Philippe Lang2016-01-091-3/+5
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-282-2/+2
* Improved responsiveness for versions and roadmap (#19097).Jean-Philippe Lang2015-11-083-4/+3
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-9/+9
* Use #issue_fields_rows to render custom fields values.Jean-Philippe Lang2015-11-081-15/+7