summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
* Adds created_on as available column on timelog list (#26396).Jean-Philippe Lang2017-07-161-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-123-7/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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
* 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
* 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
* 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
* Setting to disable automatic closing of duplicates (#26192).Jean-Philippe Lang2017-06-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-2576-76/+76
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16659 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-1/+5
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default assignee before validation (#26072).Jean-Philippe Lang2017-06-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes typo in safe attributes declaration (#25724).Jean-Philippe Lang2017-06-061-1/+1
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16615 e93f8b46-1217-0410-a6f0-8f06a7374b81
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-061-1/+1
| | | | | | Contributed by Holger Just and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Using #joins is needed here with Rails 5.Jean-Philippe Lang2017-06-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use strong params for CustomFieldEnumeration.Jean-Philippe Lang2017-06-031-8/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-032-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16600 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that the journal is not created if issue is saved.Jean-Philippe Lang2017-06-032-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16599 e93f8b46-1217-0410-a6f0-8f06a7374b81
* AR uniq deprecated in Rails 5.Jean-Philippe Lang2017-06-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use regular instance methods instead of association extensions.Jean-Philippe Lang2017-06-033-4/+13
| | | | | | Rails 5.1 seems to mess things up in this particular case (role.workflow_rules.copy calls the extension declare in Tracker model). git-svn-id: http://svn.redmine.org/redmine/trunk@16597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-273-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Statuses of subprojects should be showed too (#5385).Jean-Philippe Lang2017-05-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-273-1/+23
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16575 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send journal notification after commit (#25794).Jean-Philippe Lang2017-05-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check tracker permissions when copying an issue (#25791).Jean-Philippe Lang2017-05-271-1/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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