summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
...
* Check permission of wiki pages before generating a link to it (#23793).Jean-Philippe Lang2017-01-291-1/+1
* Remove background on subtasks and relations introduced in r16249 (#15361).Jean-Philippe Lang2017-01-251-2/+2
* Omit blank fields as we do for the description (#21705).Jean-Philippe Lang2017-01-251-3/+5
* Use #html_safe first.Jean-Philippe Lang2017-01-251-2/+2
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-2/+22
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-181-11/+3
* Make Spent time clickable in issue lists (#24649).Jean-Philippe Lang2017-01-151-1/+5
* Always show "Jump to project" drop-down (#24833).Jean-Philippe Lang2017-01-151-14/+12
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-141-1/+3
* Filter group should be a Symbol.Jean-Philippe Lang2017-01-141-1/+1
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-121-0/+1
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-1/+3
* Remove iteration in ApplicationHelper#syntax_highlight_lines (#24713).Jean-Philippe Lang2017-01-081-3/+1
* More readable regexp for parse_redmine_links (#24382).Jean-Philippe Lang2017-01-071-2/+47
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-0/+8
* Don't reload attachments if they are already loaded.Jean-Philippe Lang2016-12-311-1/+6
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-12/+19
* Rename "issue" to "item" in query helpers (#24643).Jean-Philippe Lang2016-12-201-16/+16
* Make the email notifications for adding/updating issues more readable/clear (...Jean-Philippe Lang2016-12-161-5/+13
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-6/+23
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-1/+12
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-12/+30
* Add "Table of contents" heading to toc macro (#23179).Jean-Philippe Lang2016-11-191-1/+1
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-9/+2
* View progress bar of related issues (#3425).Jean-Philippe Lang2016-11-191-0/+1
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-191-0/+31
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-182-2/+9
* Tests broken by r15942 (#8761).Jean-Philippe Lang2016-11-031-1/+1
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-4/+10
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-292-4/+4
* Missing select name.Jean-Philippe Lang2016-10-291-1/+1
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-1/+10
* Use regular icon-* class.Jean-Philippe Lang2016-10-291-1/+1
* Adds helpers for rendering my page blocks.Jean-Philippe Lang2016-10-291-0/+35
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-232-2/+9
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-1/+1
* Don't truncate activity titles (#23575).Jean-Philippe Lang2016-10-011-1/+2
* Previous/Next navigation on a issue is not displayed on r15639 and later (#23...Jean-Philippe Lang2016-10-011-7/+10
* Show open issues only in "Reported Issues" on My page (#23472).Jean-Philippe Lang2016-08-311-1/+1
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-1/+2
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-2/+2
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-302-0/+7
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-132-21/+37
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-124-23/+9
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-121-5/+10
* Adds scopes for retrieving the appropriate queries (#14790).Jean-Philippe Lang2016-07-121-8/+1
* Moves sidebar queries rendering to QueriesHelper (#14790).Jean-Philippe Lang2016-07-122-34/+34
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-10/+11