summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bulgarian translation (#24645).Jean-Philippe Lang2017-01-071-8/+7
| | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@16141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16138 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing "next" pagination link when looking at yesterday's activity (#18399).Jean-Philippe Lang2017-01-042-1/+19
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validate length of custom field regexp (#24283).Jean-Philippe Lang2017-01-041-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16134 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
* Speeds up Project.allowed_to_condition for users who belong to hundreds of ↵Jean-Philippe Lang2017-01-032-21/+40
| | | | | | projects. git-svn-id: http://svn.redmine.org/redmine/trunk@16124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Speeds up rendering of the project list for users who belong to hundreds of ↵Jean-Philippe Lang2017-01-031-2/+12
| | | | | | projects. git-svn-id: http://svn.redmine.org/redmine/trunk@16123 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unneeded assignment (#24693).Jean-Philippe Lang2016-12-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show the "reassign" option when deleting issues from different ↵Jean-Philippe Lang2016-12-312-1/+3
| | | | | | projects (#24722). git-svn-id: http://svn.redmine.org/redmine/trunk@16121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update project_id column in case some time entries were on subtasks of ↵Jean-Philippe Lang2016-12-311-1/+1
| | | | | | different projects (#24693). git-svn-id: http://svn.redmine.org/redmine/trunk@16120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add :error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted i18n ↵Jean-Philippe Lang2016-12-3147-0/+94
| | | | | | string (#24718). git-svn-id: http://svn.redmine.org/redmine/trunk@16119 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle time entries on subtasks and prevent from reassigning an issue that ↵Jean-Philippe Lang2016-12-315-6/+68
| | | | | | is going to be deleted (#24718, #24693). git-svn-id: http://svn.redmine.org/redmine/trunk@16118 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load Member#user, use #principal instead.Jean-Philippe Lang2016-12-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16117 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-315-16/+52
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip workflow creation in tests for each locale.Jean-Philippe Lang2016-12-312-27/+41
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that X-Sendfile header is never set (#24646).Jean-Philippe Lang2016-12-312-1/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16114 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't reload attachments if they are already loaded.Jean-Philippe Lang2016-12-311-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16113 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that reported test duration can be wrong.Jean-Philippe Lang2016-12-311-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds .rebuild_single_tree! to rebuild a single tree (#24167).Jean-Philippe Lang2016-12-212-0/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16111 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change English translation for label_user_mail_option_only_(assigned|owner) ↵Jean-Philippe Lang2016-12-212-5/+5
| | | | | | | | (#24177). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files REST API (#19116).Jean-Philippe Lang2016-12-215-20/+175
| | | | | | Patch by Lucile Quirion and Jake Kemme. git-svn-id: http://svn.redmine.org/redmine/trunk@16109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent parent issue from being closed if a child issue is open (#10989).Jean-Philippe Lang2016-12-2152-1/+85
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an index on issues parent_id (#23987).Jean-Philippe Lang2016-12-201-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix german locale string #23888.Jean-Philippe Lang2016-12-201-1/+1
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16102 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename "issue" to "item" in query helpers (#24643).Jean-Philippe Lang2016-12-201-16/+16
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restricts the list of file types that can be thumbnailed.Jean-Philippe Lang2016-12-201-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-184-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add :error_move_of_child_not_possible i18n string (#23888).Jean-Philippe Lang2016-12-1846-0/+92
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show an error message when changing an issue's project fails due to errors ↵Jean-Philippe Lang2016-12-185-0/+16
| | | | | | in child issues (#23888). git-svn-id: http://svn.redmine.org/redmine/trunk@16089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort completed versions in reverse order on the roadmap (#23137).Jean-Philippe Lang2016-12-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make the email notifications for adding/updating issues more readable/clear ↵Jean-Philippe Lang2016-12-163-6/+16
| | | | | | | | (#23978). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test cleanup.Jean-Philippe Lang2016-12-161-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test cleanup.Jean-Philippe Lang2016-12-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed the assertion (#24186).Jean-Philippe Lang2016-12-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-162-1/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16083 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
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-162-1/+24
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused CSS class ".icon-details" (#24578).Jean-Philippe Lang2016-12-161-1/+0
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16080 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
* Menu items mapping.Jean-Philippe Lang2016-12-162-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/models/user_preference.rbToshi MARUYAMA2016-12-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove training white space from app/models/user.rbToshi MARUYAMA2016-12-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/models/role.rbToshi MARUYAMA2016-12-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/models/issue_relation.rbToshi MARUYAMA2016-12-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-131-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-132-2/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16071 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-132-1/+3
| | | | | | 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