summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-1917-2/+76
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-184-16/+18
* 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
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-152-0/+47
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-7/+9
* Set new member form width to 90% (#19844).Jean-Philippe Lang2015-06-141-1/+1
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
* Put news articles into <article> tags (#19339).Jean-Philippe Lang2015-06-131-7/+11
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-133-2/+46
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-133-20/+16
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-064-4/+27
* Code formatting (#19982).Jean-Philippe Lang2015-06-061-9/+9
* Replaces hard-coded strings in views (#19707).Jean-Philippe Lang2015-06-061-3/+3
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-318-26/+130
* 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
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-303-0/+15
* 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-308-7/+55
* Code cleanup.Jean-Philippe Lang2015-05-251-8/+7
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-252-5/+23
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-254-10/+20
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-253-13/+33
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-254-25/+76
* Fixed that copying issues always copy subtasks and attachments even if option...Jean-Philippe Lang2015-05-231-3/+6
* 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-102-5/+4
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-104-2/+18
* Use #fixed_issues association (#19455).Jean-Philippe Lang2015-05-101-2/+2
* 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
* Set a back_url when forcing new login after session expiration (#19655).Jean-Philippe Lang2015-05-091-2/+2
* Adds flash messages to files_controller#create (#19793).Jean-Philippe Lang2015-05-091-3/+10
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-092-3/+4
* Fixed that issue validation fails if % done field is deactivated (#19731).Jean-Philippe Lang2015-05-091-0/+1
* Preload issue associations.Jean-Philippe Lang2015-05-091-1/+1
* Preload changeset associations (#19706).Jean-Philippe Lang2015-05-091-1/+1
* Refresh watchers list when watching/unwatching an issue (#4334).Jean-Philippe Lang2015-05-082-1/+2
* 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
* Generate tag once per request.Jean-Philippe Lang2015-04-141-1/+1
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-4/+9
* 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