| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed r14339 for when closing the dialog by using the upper-right cross (#198... | Jean-Philippe Lang | 2015-06-19 | 1 | -2/+2 |
* | Fixed the sudo dialog when called from a dialog, eg. email addresses (#19851). | Jean-Philippe Lang | 2015-06-19 | 2 | -3/+7 |
* | Don't use SudoMode.disable! to skip API requests (#19851). | Jean-Philippe Lang | 2015-06-19 | 2 | -4/+19 |
* | Renamed sudo mode test. | Jean-Philippe Lang | 2015-06-19 | 1 | -0/+0 |
* | Adds a configuration setting to enable sudo mode, disabled by default (#19851). | Jean-Philippe Lang | 2015-06-19 | 14 | -33/+35 |
* | Use existing label for password submission (#19851). | Jean-Philippe Lang | 2015-06-19 | 4 | -4/+2 |
* | Changed /my/show_api_key route to /my/api_key (#19851). | Jean-Philippe Lang | 2015-06-19 | 2 | -1/+2 |
* | Require password re-entry for sensitive actions (#19851). | Jean-Philippe Lang | 2015-06-19 | 32 | -2/+463 |
* | Deprecates Project#member_principals. | Jean-Philippe Lang | 2015-06-18 | 5 | -17/+19 |
* | Gemfile: use jdbc-sqlite3 version >= 3.8.10.1 (#19252) | Toshi MARUYAMA | 2015-06-18 | 1 | -1/+1 |
* | Prevent roles loading on each call to User#managed_roles for admins. | Jean-Philippe Lang | 2015-06-17 | 1 | -1/+2 |
* | Adds a test for #19162. | Jean-Philippe Lang | 2015-06-17 | 1 | -0/+12 |
* | Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840) | Toshi MARUYAMA | 2015-06-17 | 1 | -1/+1 |
* | remove trailing white spaces from app/models/principal.rb | Toshi MARUYAMA | 2015-06-17 | 1 | -1/+1 |
* | Gemfile: update Rails to 4.2.2 | Toshi MARUYAMA | 2015-06-17 | 1 | -1/+1 |
* | Strip leading spaces to prevent lines from being rendered as pre tags. | Jean-Philippe Lang | 2015-06-16 | 1 | -1/+8 |
* | Markdown formatter not running on rake test. | Jean-Philippe Lang | 2015-06-16 | 1 | -1/+1 |
* | Don't duplicate tags. | Jean-Philippe Lang | 2015-06-16 | 2 | -10/+6 |
* | Remove style tags from html body (#15716). | Jean-Philippe Lang | 2015-06-16 | 4 | -6/+21 |
* | Adds a form to manually submit an email to the mail handler. | Jean-Philippe Lang | 2015-06-15 | 5 | -2/+59 |
* | Better handle html-only emails (#16962). | Jean-Philippe Lang | 2015-06-15 | 14 | -19/+1312 |
* | Set new member form width to 90% (#19844). | Jean-Philippe Lang | 2015-06-14 | 1 | -1/+1 |
* | Align roles on new member form (#19844). | Jean-Philippe Lang | 2015-06-14 | 1 | -0/+1 |
* | Fixed test failure (#6118). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+1 |
* | Put roadmap versions in <article> tags (#19341). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+5 |
* | Put news articles into <article> tags (#19339). | Jean-Philippe Lang | 2015-06-13 | 1 | -7/+11 |
* | Adds test for when filtering on invalid issue ids (#6118). | Jean-Philippe Lang | 2015-06-13 | 1 | -0/+18 |
* | Adds issue filters on parent/subtasks (#6118). | Jean-Philippe Lang | 2015-06-13 | 5 | -2/+87 |
* | Add BOM to UTF-8 encoded CSV (#7037). | Jean-Philippe Lang | 2015-06-13 | 2 | -1/+38 |
* | Adds a class for handling CSV generation (#7037). | Jean-Philippe Lang | 2015-06-13 | 5 | -22/+75 |
* | Newlines stripped from CVS commit messages (#19835). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+0 |
* | Set a max width to html email content (#16535). | Jean-Philippe Lang | 2015-06-06 | 4 | -4/+27 |
* | Change default display mode for PDF Export to OneColumn (#19546). | Jean-Philippe Lang | 2015-06-06 | 1 | -0/+1 |
* | Code formatting (#19982). | Jean-Philippe Lang | 2015-06-06 | 1 | -9/+9 |
* | Replaces hard-coded strings in views (#19707). | Jean-Philippe Lang | 2015-06-06 | 50 | -3/+150 |
* | Adds missing strings to locales (#8929). | Jean-Philippe Lang | 2015-06-06 | 48 | -0/+96 |
* | Can't apply textile modifiers to 1 non-ASCII character (#19995). | Jean-Philippe Lang | 2015-06-06 | 2 | -2/+8 |
* | acts_as_versioned not compatible with ActiveRecord 4.2.1 (#19957). | Jean-Philippe Lang | 2015-05-31 | 1 | -1/+1 |
* | Ability to limit member management to certain roles (#19707). | Jean-Philippe Lang | 2015-05-31 | 13 | -28/+260 |
* | Fixed that project activity without parent hides system activities and remove... | Jean-Philippe Lang | 2015-05-30 | 2 | -40/+17 |
* | Fixed test failures introduced by r14288 (#19656). | Jean-Philippe Lang | 2015-05-30 | 4 | -8/+8 |
* | Menu should not include "New issue" for users with copy issues permission only. | Jean-Philippe Lang | 2015-05-30 | 2 | -1/+12 |
* | Mail Handler: option for specifying a custom CA bundle (#19182). | Jean-Philippe Lang | 2015-05-30 | 1 | -2/+6 |
* | Validates that activity belongs to project activities (#19656). | Jean-Philippe Lang | 2015-05-30 | 2 | -0/+9 |
* | Update activities list when changing project/issue id on the time entry form ... | Jean-Philippe Lang | 2015-05-30 | 7 | -0/+69 |
* | Missing fixtures. | Jean-Philippe Lang | 2015-05-30 | 1 | -1/+1 |
* | Column 'address' in where clause may be ambiguous (#19485). | Jean-Philippe Lang | 2015-05-30 | 1 | -1/+1 |
* | Connection leak in Redmine.pm (#19956). | Jean-Philippe Lang | 2015-05-30 | 1 | -1/+1 |
* | Adds missing translation strings. | Jean-Philippe Lang | 2015-05-30 | 48 | -0/+330 |
* | Adds a role setting that viewing all or own time entries (#8929). | Jean-Philippe Lang | 2015-05-30 | 12 | -7/+100 |