summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Error displaying time entries filtered by Activity (#26387).Jean-Philippe Lang2017-07-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change highlight settings (#22978).Jean-Philippe Lang2017-07-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Note URLs should highlight the linked note (#22978).Jean-Philippe Lang2017-07-081-0/+11
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@16776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Kepp the arguments clean (#26043).Jean-Philippe Lang2017-07-083-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set the parent page when creating a new wiki page from the "Add page" link ↵Jean-Philippe Lang2017-07-083-3/+3
| | | | | | (#26043). git-svn-id: http://svn.redmine.org/redmine/trunk@16774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts change made to ProjectController in r16766 (#26376).Jean-Philippe Lang2017-07-081-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed User#project_ids_by_role when first called within chained scopes (#26376).Jean-Philippe Lang2017-07-081-27/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-082-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort is not reflected when export CSV of issues list (#26364).Jean-Philippe Lang2017-07-061-1/+0
| | | | | | Patch by Tatsuya Saito. git-svn-id: http://svn.redmine.org/redmine/trunk@16764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display download button for dir entries (#26350).Jean-Philippe Lang2017-07-061-1/+1
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-044-5/+5
| | | | | | Patched by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16753 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
* Don't redirect anonymous users to the login form when module is disabled ↵Jean-Philippe Lang2017-06-261-0/+3
| | | | | | (#26145). git-svn-id: http://svn.redmine.org/redmine/trunk@16726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup.Jean-Philippe Lang2017-06-261-13/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use regular #authorize method.Jean-Philippe Lang2017-06-263-23/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-9/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-10/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16720 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
* Unify query_form structure on calendar/gantt views (#26125).Jean-Philippe Lang2017-06-251-4/+4
| | | | | | | | | | | | | | | | | | | This: * moves the p with inline style on the calendar view (which wraps the navigation buttons) out of div#query_form_content and adds the contextual class to the element to unify this with the gantt view (and to remove the inline style from the element now that it's styled through a stylesheets' style [.contextual in fact]); * restores the 12px font-size of the calendar navigation buttons; * increases the font-size of the gantt zoom buttons to 12px; * increases the margin of the calendar navigation and gantt zoom buttons to 12px 0px. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix source indentation and newline usage (#26125).Jean-Philippe Lang2017-06-252-69/+70
| | | | | | | | | This unifies the source layout of the query form on the calendars/show and the gantts/show views with the queries/_query_form partial. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix HTML structure of query_form on calendar/gantt views (#26125).Jean-Philippe Lang2017-06-252-0/+10
| | | | | | | | | | | This unifies the HTML structure of the query form on the calendars/show and gantts/show views to be the same as it is currently for the issues and spent time views, which were themself unified into the new queries/_query_form partial in r15649. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-252-69/+111
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Setting to disable automatic closing of duplicates (#26192).Jean-Philippe Lang2017-06-252-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16697 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-25169-169/+169
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add download link to no preview message (#26035).Jean-Philippe Lang2017-06-173-3/+25
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16673 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move download link to contextual area (#26035).Jean-Philippe Lang2017-06-173-11/+13
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16672 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
* Clean up wiki destroy confirmation message.Jean-Philippe Lang2017-06-101-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16660 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-102-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes duplicate avatar of assignee (#25775).Jean-Philippe Lang2017-06-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show assignee's icon in addition to author's icon (#25775).Jean-Philippe Lang2017-06-101-1/+4
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-104-31/+35
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Style links on repository entries as 2nd level tabs (like in settings) (#25999).Jean-Philippe Lang2017-06-101-7/+16
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make common/_tabs partial usable without JS partial switching (#25999).Jean-Philippe Lang2017-06-101-2/+2
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16648 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add download icon to download links on file and repo entry preview (#25999).Jean-Philippe Lang2017-06-102-2/+2
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* View content of repository files by default, instead of its history (#25999).Jean-Philippe Lang2017-06-103-3/+3
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove is_binary_data? from String (#25563)Toshi MARUYAMA2017-06-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add table border to email notifications (#25842).Jean-Philippe Lang2017-06-071-0/+8
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search in project and its subprojects by default (#9909).Jean-Philippe Lang2017-06-072-0/+9
| | | | 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
* DOn't show time entries when query is invalid (#23912).Jean-Philippe Lang2017-06-072-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Link to issues assigned to user or his groups (#25212).Jean-Philippe Lang2017-06-061-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16626 e93f8b46-1217-0410-a6f0-8f06a7374b81