summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some left padding when avatars are enabled.Jean-Philippe Lang2017-07-291-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16903 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move journal action links above the notes.Jean-Philippe Lang2017-07-271-15/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16900 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide the issue tracking tab if module is disabled (#26488).Jean-Philippe Lang2017-07-271-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16899 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames tab to "Project".Jean-Philippe Lang2017-07-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-1/+0
| | | | | | Modules can now be select on the first tab, just like when creating a project. git-svn-id: http://svn.redmine.org/redmine/trunk@16892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-10/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use jquery-rails instead of vanilla javascript ujs (#26518).Jean-Philippe Lang2017-07-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)Toshi MARUYAMA2017-07-251-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed link to user in email notifications (#26506).Jean-Philippe Lang2017-07-241-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes #reorder_links for Redmine 4.Jean-Philippe Lang2017-07-231-18/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16870 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames project settings tab to "Time tracking".Jean-Philippe Lang2017-07-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that formatting of commit message is never applied (#26445).Jean-Philippe Lang2017-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix thumbnail rendering for images with height >> width.Jean-Philippe Lang2017-07-101-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "attachment:filename" should generate a link to preview instead of download ↵Jean-Philippe Lang2017-07-021-1/+1
| | | | | | (#26310, #25988). git-svn-id: http://svn.redmine.org/redmine/trunk@16738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor "multiple_values_detail" struct creation (#26130).Jean-Philippe Lang2017-06-251-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add code doc for forum & news links (#26188).Jean-Philippe Lang2017-06-251-0/+8
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix code doc indentation (#26188).Jean-Philippe Lang2017-06-251-2/+2
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix project jump box text when creating/editing a project (#23310).Jean-Philippe Lang2017-06-251-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-2543-43/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to user by id (#4179).Jean-Philippe Lang2017-06-171-0/+4
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16671 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-171-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-7/+3
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search in project and its subprojects by default (#9909).Jean-Philippe Lang2017-06-071-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes wrong condition (#4179).Jean-Philippe Lang2017-06-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to user in wiki syntax (#4179).Jean-Philippe Lang2017-06-071-7/+27
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cusotom field label should not be associated to the first input (#25760).Jean-Philippe Lang2017-05-271-2/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preserve jump param when searching for projects.Jean-Philippe Lang2017-05-131-2/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* For 3 comments or more, show reply link at top of comments as well (#24089).Jean-Philippe Lang2017-04-091-0/+1
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-0/+5
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set autocomplete to off on project quick search (#23310).Jean-Philippe Lang2017-04-061-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-12/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load queries from the helper.Jean-Philippe Lang2017-03-181-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use helper methods for rendering blocks.Jean-Philippe Lang2017-03-161-12/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-161-23/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user display a custom query on "My page" (#1565).Jean-Philippe Lang2017-03-151-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16406 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds titles on icon links.Jean-Philippe Lang2017-03-141-2/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16403 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-142-27/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload associations used to display issues on My page.Jean-Philippe Lang2017-03-131-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16394 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that move/delete links disappear after updating block settings.Jean-Philippe Lang2017-03-131-8/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-132-104/+43
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix sort handle on "My page".Jean-Philippe Lang2017-03-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-092-4/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Span elements should not contain a div.Jean-Philippe Lang2017-03-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16373 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-0/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81