summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Gemfile: use jdbc-sqlite3 version >= 3.8.10.1 (#19252)Toshi MARUYAMA2015-06-181-1/+1
* Prevent roles loading on each call to User#managed_roles for admins.Jean-Philippe Lang2015-06-171-1/+2
* Adds a test for #19162.Jean-Philippe Lang2015-06-171-0/+12
* Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840)Toshi MARUYAMA2015-06-171-1/+1
* remove trailing white spaces from app/models/principal.rbToshi MARUYAMA2015-06-171-1/+1
* Gemfile: update Rails to 4.2.2Toshi MARUYAMA2015-06-171-1/+1
* Strip leading spaces to prevent lines from being rendered as pre tags.Jean-Philippe Lang2015-06-161-1/+8
* Markdown formatter not running on rake test.Jean-Philippe Lang2015-06-161-1/+1
* Don't duplicate tags.Jean-Philippe Lang2015-06-162-10/+6
* Remove style tags from html body (#15716).Jean-Philippe Lang2015-06-164-6/+21
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-155-2/+59
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-1514-19/+1312
* Set new member form width to 90% (#19844).Jean-Philippe Lang2015-06-141-1/+1
* Align roles on new member form (#19844).Jean-Philippe Lang2015-06-141-0/+1
* Fixed test failure (#6118).Jean-Philippe Lang2015-06-131-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 test for when filtering on invalid issue ids (#6118).Jean-Philippe Lang2015-06-131-0/+18
* Adds issue filters on parent/subtasks (#6118).Jean-Philippe Lang2015-06-135-2/+87
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-132-1/+38
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-135-22/+75
* Newlines stripped from CVS commit messages (#19835).Jean-Philippe Lang2015-06-131-1/+0
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-064-4/+27
* Change default display mode for PDF Export to OneColumn (#19546).Jean-Philippe Lang2015-06-061-0/+1
* Code formatting (#19982).Jean-Philippe Lang2015-06-061-9/+9
* Replaces hard-coded strings in views (#19707).Jean-Philippe Lang2015-06-0650-3/+150
* Adds missing strings to locales (#8929).Jean-Philippe Lang2015-06-0648-0/+96
* Can't apply textile modifiers to 1 non-ASCII character (#19995).Jean-Philippe Lang2015-06-062-2/+8
* acts_as_versioned not compatible with ActiveRecord 4.2.1 (#19957).Jean-Philippe Lang2015-05-311-1/+1
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-3113-28/+260
* Fixed that project activity without parent hides system activities and remove...Jean-Philippe Lang2015-05-302-40/+17
* Fixed test failures introduced by r14288 (#19656).Jean-Philippe Lang2015-05-304-8/+8
* Menu should not include "New issue" for users with copy issues permission only.Jean-Philippe Lang2015-05-302-1/+12
* Mail Handler: option for specifying a custom CA bundle (#19182).Jean-Philippe Lang2015-05-301-2/+6
* Validates that activity belongs to project activities (#19656).Jean-Philippe Lang2015-05-302-0/+9
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-307-0/+69
* Missing fixtures.Jean-Philippe Lang2015-05-301-1/+1
* Column 'address' in where clause may be ambiguous (#19485).Jean-Philippe Lang2015-05-301-1/+1
* Connection leak in Redmine.pm (#19956).Jean-Philippe Lang2015-05-301-1/+1
* Adds missing translation strings.Jean-Philippe Lang2015-05-3048-0/+330
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-3012-7/+100
* 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-253-5/+27
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-257-44/+77
* Moved tests to issue_subtasking_test.Jean-Philippe Lang2015-05-252-20/+20
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-256-47/+99
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-2510-68/+236
* Fixed that copying issues always copy subtasks and attachments even if option...Jean-Philippe Lang2015-05-232-5/+8
* 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