summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-1/+1
* find_referenced_issue_by_id fails with RangeError for large numbers (#21071).Jean-Philippe Lang2015-10-291-1/+1
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-252-0/+78
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-242-4/+32
* Don't require category or target version when they are not available (#20583).Jean-Philippe Lang2015-10-241-0/+2
* LDAP filter changed to text (#20929).Jean-Philippe Lang2015-10-211-1/+1
* Raises maximum length of category name to 60 (#20991).Jean-Philippe Lang2015-10-211-1/+1
* Adds week column to time entries list (#20221).Jean-Philippe Lang2015-10-211-0/+1
* Add users to assignee/author filters if they are missing (#3398).Jean-Philippe Lang2015-10-212-1/+13
* Adds a scope to get issues assigned to a user.Jean-Philippe Lang2015-10-211-0/+7
* Do not clear category on project change if category with same exists (#16941).Jean-Philippe Lang2015-10-201-0/+5
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-1/+1
* Conditions cleanup.Jean-Philippe Lang2015-10-191-2/+2
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-2/+6
* MailHandler: Select project by subaddress (redmine+project@example.com) (#207...Jean-Philippe Lang2015-10-171-1/+17
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-5/+8
* Mail handler: no attributes overridable by default (#20543).Jean-Philippe Lang2015-10-171-13/+9
* Activity page to remember user's selection of activities (#1605).Jean-Philippe Lang2015-10-151-0/+3
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-151-0/+1
* Reverts r14672, test broken (#1159).Jean-Philippe Lang2015-10-141-1/+0
* Allow issue description to be searchable as a filter (#1159).Jean-Philippe Lang2015-10-141-0/+1
* List custom fields with multiple values set as required by workflow can be bl...Jean-Philippe Lang2015-10-141-1/+1
* Fixes float conversion failures (#1561).Jean-Philippe Lang2015-10-092-10/+13
* Workaround for spent time grouped by project (#1561).Jean-Philippe Lang2015-10-091-1/+9
* Display totals for each group on grouped queries (#1561).Jean-Philippe Lang2015-10-092-49/+92
* Round totals (#1561).Jean-Philippe Lang2015-10-041-2/+2
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-042-4/+75
* Update enumeration ovverides with their parents (#19657).Jean-Philippe Lang2015-09-301-8/+3
* SQL error with MySQL (#19657).Jean-Philippe Lang2015-09-301-3/+8
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-1/+1
* Forces enumeration override position to the same as its parent (#19657).Jean-Philippe Lang2015-09-301-1/+27
* Include inactive activities in time entries filter (#20117).Jean-Philippe Lang2015-09-301-1/+1
* Replaces a piggy back query with an association for loading wiki pages updates.Jean-Philippe Lang2015-09-282-16/+16
* Display all versions in query filter (#19271).Jean-Philippe Lang2015-09-262-1/+6
* Raises wiki edits comments limit to 1024 (#19886).Jean-Philippe Lang2015-09-211-1/+1
* Raises time entries comments limit to 1024 (#19885).Jean-Philippe Lang2015-09-211-1/+1
* Error message when editing a child project without add project/subprojects pe...Jean-Philippe Lang2015-09-211-6/+8
* Project copy does not copy custom field settings (#20360).Jean-Philippe Lang2015-09-201-5/+11
* Project copy does not update custom field of version type values (#20361).Jean-Philippe Lang2015-09-201-0/+16
* Fixed invalid search link on the new project form (#20565).Jean-Philippe Lang2015-09-201-2/+6
* Don't propose projects without trackers when editing an issue (#20463).Jean-Philippe Lang2015-09-202-1/+4
* Internal error when moving an issue to a project without trackers (#20463).Jean-Philippe Lang2015-09-201-0/+5
* "Total estimated time" should be inserted after "Estimated time" (#20733).Jean-Philippe Lang2015-09-191-3/+2
* Adds a Total estimated hours column on issue list (#20688).Jean-Philippe Lang2015-09-121-0/+4
* WARNING: Can't mass-assign protected attributes for User (#20490).Jean-Philippe Lang2015-09-121-2/+1
* add roadie-rails gem for e-mail inline styles (#8335, #20641)Toshi MARUYAMA2015-08-311-0/+3
* Project.copy_from deletes enabled_modules on source (#20512).Jean-Philippe Lang2015-08-181-1/+1
* Find user by login then by email.Jean-Philippe Lang2015-08-151-4/+3
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-13/+1
* #downcase no longer needed after r14484 (#20369).Jean-Philippe Lang2015-08-151-1/+1