summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Allow Journal to return empty Array instead nil in Journal#attachments (#24308).Jean-Philippe Lang2016-11-181-1/+1
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+18
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-0/+18
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-0/+8
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+26
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-232-7/+23
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-233-12/+39
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-201-0/+1
* Set @available_filters as an empty hash if nil.Jean-Philippe Lang2016-10-201-0/+1
* Consider custom fields that correspond to the project only (#24014).Jean-Philippe Lang2016-10-081-2/+12
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-5/+7
* Speedup remove_inherited_roles (#22850).Jean-Philippe Lang2016-10-022-5/+2
* Translate statuses in the version status filter (#23215).Jean-Philippe Lang2016-10-021-1/+1
* Add the possibility to filter issues after Target Version's Status and Due Da...Jean-Philippe Lang2016-10-021-0/+25
* Edit/delete links displayed on issue even if project is closed (#23969).Jean-Philippe Lang2016-10-021-0/+5
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-0/+3
* Closing all subtasks causes error if default priority is not defined and prio...Jean-Philippe Lang2016-10-011-2/+3
* Let the API accept project identifier for creating issues (#23766).Jean-Philippe Lang2016-10-011-2/+7
* Error with MS SQL when displaying an issue from a list grouped and sorted by ...Jean-Philippe Lang2016-10-011-1/+1
* closed_on field of copied issue is always set to source issue's value (#23764).Jean-Philippe Lang2016-10-011-2/+2
* "Cvs".classify => "Cv" (#23758).Jean-Philippe Lang2016-09-051-1/+1
* Be more conservative when fetching constants in Repository.factory (#23758).Jean-Philippe Lang2016-09-041-4/+8
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-031-12/+20
* When copying an issue, all statuses for new issue should be available (#14696).Jean-Philippe Lang2016-09-031-34/+35
* Fixed that progress of parent should be calculated with total estimated hours...Jean-Philippe Lang2016-09-011-10/+15
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+11
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-1/+4
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-1/+7
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-2/+18
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-4/+9
* Fixed that restricted custom permissions on for non member/anonymous does not...Jean-Philippe Lang2016-08-301-1/+3
* Issue#editable_custom_field_values very slow for issues with many custom fiel...Jean-Philippe Lang2016-08-201-1/+2
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-202-3/+59
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-1/+3
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-171-0/+4
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-171-0/+16
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-171-0/+7
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-171-1/+11
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-172-1/+27
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-0/+8
* Don't use add_on_empty.Jean-Philippe Lang2016-07-161-1/+1
* Don't use an argument to reload.Jean-Philippe Lang2016-07-161-1/+2
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-162-2/+2
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+9
* Use safe_attributes.Jean-Philippe Lang2016-07-161-0/+13
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-1/+6