summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-2/+7
* Support for lastnames with spaces in user autocompleters (#28154).Go MAEDA2018-04-071-6/+11
* Ignore archived project memberships when calculating issue query visibility (...Go MAEDA2018-04-071-2/+3
* Adds issue category column to spent time queries (#28391).Go MAEDA2018-04-011-0/+4
* Adds issue category filter to spent time queries (#28391).Go MAEDA2018-04-011-0/+8
* Fix: Calculation of the start date of following issues ignores the "non-worki...Go MAEDA2018-03-081-1/+2
* Fix indent (#27025).Go MAEDA2018-03-032-13/+13
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-032-7/+16
* Allow selecting subprojects on new issue form (#12704).Go MAEDA2018-02-281-3/+12
* Remove unused method Mailer#mylogger (#28028).Go MAEDA2018-02-111-4/+0
* Fix typo in error message when target version was not found (#28024).Go MAEDA2018-01-241-1/+1
* The progress exceeding 99.5% is displayed as 100% (#27848).Jean-Philippe Lang2018-01-081-1/+1
* Unable to download file if custom field is not defined as visible to any user...Jean-Philippe Lang2018-01-081-3/+9
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+1
* No validation errors when entering an invalid "Estimate hours" value (#27881).Jean-Philippe Lang2018-01-071-1/+1
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-1/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-12-061-1/+9
* Reverted r17054 (#27663).Go MAEDA2017-11-301-9/+1
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-11-291-1/+9
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-0/+5
* Moves issue calculations into the fixed_issues relation (#27676).Jean-Philippe Lang2017-11-291-69/+97
* Fix filter after multiple version ids (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Fix filter values for fixed version id (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Filtering time entries after issue's target version doesn't work as expected ...Jean-Philippe Lang2017-10-151-2/+1
* Translation for label_week in time report is not working (#26780).Jean-Philippe Lang2017-10-151-1/+1
* Fill the issue id when logging time from the time log list of an issue (#26520).Jean-Philippe Lang2017-07-301-0/+7
* Adds a checkbox to set a page as the wiki start page (#26579).Jean-Philippe Lang2017-07-301-1/+22
* Code cleanup.Jean-Philippe Lang2017-07-261-3/+3
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-263-99/+144
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-114/+0
* fix NameError (uninitialized constant) when "config.eager_load = true" (#26513)Toshi MARUYAMA2017-07-251-0/+2
* Fixed that sort_criteria is required (#26513).Jean-Philippe Lang2017-07-241-0/+2
* Removes deprecated methods.Jean-Philippe Lang2017-07-233-25/+2
* Remove ActiveRecord workaround (#26323).Jean-Philippe Lang2017-07-231-6/+1
* Renames column comments.comments to comments.content to please Rails 5.1 (#23...Jean-Philippe Lang2017-07-231-1/+9
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-2347-130/+81
* Fix that spent_time total on the issue list can be wrong (#26471).Jean-Philippe Lang2017-07-201-13/+19
* Adds settings for time entry hours validation (#24005).Jean-Philippe Lang2017-07-191-1/+27
* Adds created_on as available column on timelog list (#26396).Jean-Philippe Lang2017-07-161-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-123-7/+9
* Error displaying time entries filtered by Activity (#26387).Jean-Philippe Lang2017-07-091-3/+3
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-2/+2
* Fixed User#project_ids_by_role when first called within chained scopes (#26376).Jean-Philippe Lang2017-07-081-27/+31
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-044-5/+5
* Setting to disable automatic closing of duplicates (#26192).Jean-Philippe Lang2017-06-251-1/+1
* Update copyright.Jean-Philippe Lang2017-06-2576-76/+76
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Preview files by default instead of downloading them (#25988).Jean-Philippe Lang2017-06-101-1/+5
* Set default assignee before validation (#26072).Jean-Philippe Lang2017-06-061-1/+1
* Fixes typo in safe attributes declaration (#25724).Jean-Philippe Lang2017-06-061-1/+1