summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds odd_even class to time entries (#15361).Jean-Philippe Lang2017-01-261-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option for long text custom fields to be displayed under the description ↵Jean-Philippe Lang2017-01-253-1/+13
| | | | | | | | field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-2541-55/+51
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter parent task issues in auto complete by open/closed status depending ↵Jean-Philippe Lang2017-01-211-1/+1
| | | | | | | | on the subtask status (#24877). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add warning when loosing data from custom fields when bulk editing issues ↵Jean-Philippe Lang2017-01-181-0/+7
| | | | | | (#22600). git-svn-id: http://svn.redmine.org/redmine/trunk@16224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle csv columns selection in query to preload appropriate associations ↵Jean-Philippe Lang2017-01-182-5/+5
| | | | | | (#24865). git-svn-id: http://svn.redmine.org/redmine/trunk@16219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
| | | | | | Patch by Vincent Robert and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tooltip on trackers summary matrix (#24790).Jean-Philippe Lang2017-01-151-3/+4
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tooltip on Permissions report matrix (#24780).Jean-Philippe Lang2017-01-151-6/+9
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-151-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle the case of none existing enumerations using no-data blocks (#24776).Jean-Philippe Lang2017-01-141-0/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add 'icon' and 'icon-add' classes to new enum links (#24776).Jean-Philippe Lang2017-01-141-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move 'New enumeration' links to above the item tables (#24776).Jean-Philippe Lang2017-01-141-2/+3
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove superfluous spaces before colon (#24720).Jean-Philippe Lang2017-01-142-2/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add nbsp below project settings version filter section (#24720).Jean-Philippe Lang2017-01-141-0/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16184 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move 'New ...' links to above item tables in project settings (#24720).Jean-Philippe Lang2017-01-144-12/+12
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16183 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to make the issue and/or comment fields mandatory for time ↵Jean-Philippe Lang2017-01-122-2/+12
| | | | | | | | logs (#24577). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue destroy : Reassign time issue autocomplete (#24692).Jean-Philippe Lang2017-01-081-0/+1
| | | | | | Patch by David Côté-Tremblay and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a tooltip to cells on workflow page (#12598).Jean-Philippe Lang2017-01-082-5/+10
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload :roles for displaying user memberships (#23519).Jean-Philippe Lang2017-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-2/+2
| | | | | | Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@16153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort user memberships by project.Jean-Philippe Lang2017-01-071-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-079-50/+67
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing "next" pagination link when looking at yesterday's activity (#18399).Jean-Philippe Lang2017-01-041-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates year in footer.Jean-Philippe Lang2017-01-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show the "reassign" option when deleting issues from different ↵Jean-Philippe Lang2016-12-311-0/+2
| | | | | | projects (#24722). git-svn-id: http://svn.redmine.org/redmine/trunk@16121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-0/+14
| | | | | | Patch by Lucile Quirion and Jake Kemme. git-svn-id: http://svn.redmine.org/redmine/trunk@16109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-182-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make the email notifications for adding/updating issues more readable/clear ↵Jean-Philippe Lang2016-12-162-1/+3
| | | | | | | | (#23978). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry form - limit issue autocomplete to already selected project (#24189).Jean-Philippe Lang2016-12-161-5/+32
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes the text "Enable regular expressions" clickable (#5864).Jean-Philippe Lang2016-12-161-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes gantt and calendar links from the sidebar.Jean-Philippe Lang2016-12-161-7/+0
| | | | | | They now have their own menu items that show up on cross-project views (r15983). git-svn-id: http://svn.redmine.org/redmine/trunk@16078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make it work for 0 projects (#24587).Jean-Philippe Lang2016-12-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16070 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-1/+1
| | | | | | Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@16069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-1314-14/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-132-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-124-4/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Clear" button in Spent Time Report tab also clears global filters (#13622).Jean-Philippe Lang2016-12-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16057 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-0341-51/+57
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #reset_cycle (#15361).Jean-Philippe Lang2016-12-0310-13/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16051 e93f8b46-1217-0410-a6f0-8f06a7374b81