summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-182-9/+13
* Prevent roles loading on each call to User#managed_roles for admins.Jean-Philippe Lang2015-06-171-1/+2
* remove trailing white spaces from app/models/principal.rbToshi MARUYAMA2015-06-171-1/+1
* Strip leading spaces to prevent lines from being rendered as pre tags.Jean-Philippe Lang2015-06-161-1/+8
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-7/+9
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-132-1/+45
* Code formatting (#19982).Jean-Philippe Lang2015-06-061-9/+9
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-314-11/+88
* Fixed that project activity without parent hides system activities and remove...Jean-Philippe Lang2015-05-301-40/+10
* Validates that activity belongs to project activities (#19656).Jean-Philippe Lang2015-05-301-0/+1
* Column 'address' in where clause may be ambiguous (#19485).Jean-Philippe Lang2015-05-301-1/+1
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-303-2/+44
* Code cleanup.Jean-Philippe Lang2015-05-251-8/+7
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-252-8/+10
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-13/+22
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-18/+39
* Missing validation for description size of versions (#19840).Jean-Philippe Lang2015-05-231-0/+1
* Test broken by r14265 (#19458).Jean-Philippe Lang2015-05-101-1/+2
* Code cleanup (#19458).Jean-Philippe Lang2015-05-101-4/+3
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-101-1/+12
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+4
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-1/+1
* Fixed that issue validation fails if % done field is deactivated (#19731).Jean-Philippe Lang2015-05-091-0/+1
* Use accessor method.Jean-Philippe Lang2015-04-261-1/+1
* Don't use a class variable for mail handler options.Jean-Philippe Lang2015-04-261-27/+33
* Removed invalid sanitizer in MailHandler (#19537).Jean-Philippe Lang2015-04-251-4/+0
* When changing tracker, clear the attributes that are disabled for the new tra...Jean-Philippe Lang2015-04-141-1/+14
* Fixed workflow rules when user has duplicated role by inheritance (#19569).Jean-Philippe Lang2015-04-141-1/+1
* Keywords in commit messages: journal entries are created even if nothing was ...Jean-Philippe Lang2015-04-121-2/+5
* Fixed that journals are shown multiple times in activity (#19168).Jean-Philippe Lang2015-04-121-1/+1
* Fixed validation when logging time on issue (#19464).Jean-Philippe Lang2015-04-121-3/+8
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-112-2/+1
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+5
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-1/+1
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-201-3/+17
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
* remove trailing white-space from app/models/issue.rbToshi MARUYAMA2015-03-161-1/+1
* Reverts r14115 in trunk.Jean-Philippe Lang2015-03-151-1/+1
* Compatibility with ruby1.8 (#19305).Jean-Philippe Lang2015-03-151-1/+1
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-1/+23
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+5
* Ignore auto reply messages from Exchange server (#19322).Jean-Philippe Lang2015-03-141-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-1/+10
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-2/+2
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-21/+1
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-1/+21
* Code cleanup.Jean-Philippe Lang2015-03-082-4/+6
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-1/+0
* Missing notification if previous assignee was a group (#19197).Jean-Philippe Lang2015-03-071-2/+2