summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-1/+1
* remove trailing white space from app/models/user_preference.rbToshi MARUYAMA2016-12-141-1/+1
* remove training white space from app/models/user.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/role.rbToshi MARUYAMA2016-12-141-1/+1
* remove trailing white space from app/models/issue_relation.rbToshi MARUYAMA2016-12-141-1/+1
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-2/+10
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-132-4/+39
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-102-10/+16
* Use .unscoped when querying and creating builtin objects (#24156).Jean-Philippe Lang2016-12-033-6/+6
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
* Sort members on the DB side.Jean-Philippe Lang2016-12-031-0/+7
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
* Wrong validation introduced in r15989 (#24283).Jean-Philippe Lang2016-11-191-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-196-1/+7
* Don't return 2 errors when identifier is blank (blank + too short).Jean-Philippe Lang2016-11-191-1/+1
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-191-1/+1
* 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