summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-1/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #fixed_issues association (#19455).Jean-Philippe Lang2015-05-101-2/+2
| | | | | | Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload issue associations.Jean-Philippe Lang2015-05-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generate tag once per request.Jean-Philippe Lang2015-04-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-4/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-212-3/+8
| | | | | | Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restored project name as version prefix when different (#19348).Jean-Philippe Lang2015-03-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attached inline images with non-ascii file name can not be seen when text ↵Jean-Philippe Lang2015-03-141-1/+1
| | | | | | | | formatting is Makdown (#19313). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14080 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that spent time on my page does not include entries without issue ↵Jean-Philippe Lang2015-03-101-1/+3
| | | | | | (#19320). git-svn-id: http://svn.redmine.org/redmine/trunk@14071 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-081-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14054 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14048 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use query with custom select for faster rendering of the project drop-down ↵Jean-Philippe Lang2015-02-141-1/+1
| | | | | | (#19102). git-svn-id: http://svn.redmine.org/redmine/trunk@14003 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed Stack level too deep error when calling #find_name_by_reflection for ↵Jean-Philippe Lang2015-02-141-3/+3
| | | | | | missing record. git-svn-id: http://svn.redmine.org/redmine/trunk@14002 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-2/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved users list diplayed as available watchers on the new issue form to an ↵Jean-Philippe Lang2015-02-131-0/+10
| | | | | | helper. git-svn-id: http://svn.redmine.org/redmine/trunk@13995 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-2/+5
| | | | | | When copy is allowed, target projects are those on which the user has the :add_issues permission. git-svn-id: http://svn.redmine.org/redmine/trunk@13985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a specific string for blank values (#18918).Jean-Philippe Lang2015-02-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13979 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-071-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort helper undefined to_a for string (#18817).Jean-Philippe Lang2015-02-071-1/+1
| | | | | | Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@13970 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-4/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-253-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use named route.Jean-Philippe Lang2015-01-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .klass instead of .class_name.constantize.Jean-Philippe Lang2015-01-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Memorize journal details value name to display.Jean-Philippe Lang2015-01-241-6/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13938 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use journalized attachments to prevent a query when displaying added file.Jean-Philippe Lang2015-01-241-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-241-3/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevents calling #truncate on nil.Jean-Philippe Lang2015-01-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-15/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-172-0/+44
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-1141-41/+41
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Custom field is rendered, even if its value is empty (for multiple) ↵Jean-Philippe Lang2015-01-101-0/+11
| | | | | | (#18654). git-svn-id: http://svn.redmine.org/redmine/trunk@13864 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The descendant count in the issues delete confirmation message is wrong if ↵Jean-Philippe Lang2014-12-301-10/+10
| | | | | | issues share some descendants. git-svn-id: http://svn.redmine.org/redmine/trunk@13818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed duplicate content_url tag introduced in r13806 (#18707).Jean-Philippe Lang2014-12-261-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-241-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-242-2/+3
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged datepicker.js into application.js.Jean-Philippe Lang2014-12-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-121-15/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13741 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some helpers tests.Jean-Philippe Lang2014-12-112-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13735 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13700 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-041-8/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused helper.Jean-Philippe Lang2014-12-031-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-1/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81