summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-131-1/+4
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16557 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2017-04-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2017-04-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16544 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent deadlocks by only locking the exact records we need to have locked ↵Jean-Philippe Lang2017-04-131-8/+14
| | | | | | | | (#25590). Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16541 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-084-5/+23
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that watchers list is not updated when changing project on the new ↵Jean-Philippe Lang2017-04-061-0/+3
| | | | | | issue form (#17762). git-svn-id: http://svn.redmine.org/redmine/trunk@16511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that related to "no open issues" filter shows all issues (#25478).Jean-Philippe Lang2017-04-061-1/+1
| | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@16504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always set spent_hours instance variables to a Float in Issue instances ↵Jean-Philippe Lang2017-04-051-3/+3
| | | | | | | | (#25526). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 2 queries that use an index.Jean-Philippe Lang2017-04-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #to_sql to generate the subquery.Jean-Philippe Lang2017-04-041-6/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-042-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't compare LOWER() with #downcase.Jean-Philippe Lang2017-04-041-5/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL Cleanup.Jean-Philippe Lang2017-04-041-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let the issue list be grouped by private flag.Jean-Philippe Lang2017-04-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't hardcode the groups on My page.Jean-Philippe Lang2017-04-041-5/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16475 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds methods to User model to handle tokens.Jean-Philippe Lang2017-04-041-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query through multiple projects by issue custom field not possible anymore ↵Jean-Philippe Lang2017-04-034-15/+27
| | | | | | (#25501). git-svn-id: http://svn.redmine.org/redmine/trunk@16467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Delete the file after the change is committed (#25215).Jean-Philippe Lang2017-04-031-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file equality check to deduplication hook (#25215).Jean-Philippe Lang2017-04-031-3/+10
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reuse existing identical disk files for new attachments (#25215).Jean-Philippe Lang2017-04-031-0/+19
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change MD5 table header to Checksum (#25240).Jean-Philippe Lang2017-04-031-0/+5
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16456 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-1/+22
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-5/+5
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reset status when copying issues (#23610).Jean-Philippe Lang2017-04-032-7/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a User.admin scope (#25416).Jean-Philippe Lang2017-04-031-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* spelling fixes (#25495)Toshi MARUYAMA2017-04-023-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make project custom fields available as columns on time logs (#24157).Jean-Philippe Lang2017-03-181-0/+2
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow multiple instances of custom queries on My page (#1565).Jean-Philippe Lang2017-03-161-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix link to issues when displaying a project query (#1565).Jean-Philippe Lang2017-03-151-12/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16409 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Clear settings for blocks that are no longer used.Jean-Philippe Lang2017-03-151-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16405 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-142-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes indentation.Jean-Philippe Lang2017-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-133-19/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-092-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test broken by r16381 (#25289).Jean-Philippe Lang2017-03-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding a subtask should default to a tracker without disabled parent field ↵Jean-Philippe Lang2017-03-081-2/+9
| | | | | | (#16260). git-svn-id: http://svn.redmine.org/redmine/trunk@16383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #25289.Jean-Philippe Lang2017-03-081-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding a principal to 2 projects with member inheritance leads to an error ↵Jean-Philippe Lang2017-03-081-2/+4
| | | | | | | | (#25289). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-2/+8
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue description filter's 'none' operator does not match issues with blank ↵Jean-Philippe Lang2017-03-071-2/+2
| | | | | | | | descriptions (#25077). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload journal's user (#6375).Jean-Philippe Lang2017-03-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-051-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-10/+10
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load only last journal with notes (#1474).Jean-Philippe Lang2017-03-051-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load all issues' journals (#1474).Jean-Philippe Lang2017-03-051-6/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-052-1/+31
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-052-0/+35
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to disable description field in tracker setting (#25052).Jean-Philippe Lang2017-03-021-2/+2
| | | | | | Patch by Go MAEDA and Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16351 e93f8b46-1217-0410-a6f0-8f06a7374b81