| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BOM to UTF-8 encoded CSV (#7037). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+7 |
* | Adds a class for handling CSV generation (#7037). | Jean-Philippe Lang | 2015-06-13 | 2 | -2/+59 |
* | Newlines stripped from CVS commit messages (#19835). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+0 |
* | Change default display mode for PDF Export to OneColumn (#19546). | Jean-Philippe Lang | 2015-06-06 | 1 | -0/+1 |
* | Can't apply textile modifiers to 1 non-ASCII character (#19995). | Jean-Philippe Lang | 2015-06-06 | 1 | -2/+2 |
* | acts_as_versioned not compatible with ActiveRecord 4.2.1 (#19957). | Jean-Philippe Lang | 2015-05-31 | 1 | -1/+1 |
* | Menu should not include "New issue" for users with copy issues permission only. | Jean-Philippe Lang | 2015-05-30 | 1 | -1/+2 |
* | Display time spent on the issue and the total time spent like estimated hours... | Jean-Philippe Lang | 2015-05-25 | 1 | -0/+4 |
* | Adds private issue option to receiving emails (#8424). | Jean-Philippe Lang | 2015-05-10 | 1 | -0/+1 |
* | Merged r14256 from 3.0-stable. | Jean-Philippe Lang | 2015-05-10 | 1 | -1/+1 |
* | Removed experimental flag on markdown format (#15520). | Jean-Philippe Lang | 2015-05-09 | 1 | -1/+1 |
* | Email addresses with slashes are not linked correctly (#19735). | Jean-Philippe Lang | 2015-05-08 | 1 | -1/+1 |
* | Updates for 3.0.2 release. | Jean-Philippe Lang | 2015-04-26 | 1 | -1/+1 |
* | Custom field (long text format) displayed even if empty (#19482). | Jean-Philippe Lang | 2015-04-25 | 1 | -3/+7 |
* | add markdown wiki syntax help to tool bar (#16373) | Toshi MARUYAMA | 2015-04-20 | 1 | -1/+2 |
* | rename textile wiki syntax help files (#16373) | Toshi MARUYAMA | 2015-04-20 | 1 | -1/+1 |
* | upgrade rmagick to 2.14 | Toshi MARUYAMA | 2015-04-14 | 1 | -1/+1 |
* | Updates for 3.0.1 release. | Jean-Philippe Lang | 2015-03-16 | 1 | -1/+1 |
* | Don't include milliseconds in JSON API responses (#19354). | Jean-Philippe Lang | 2015-03-15 | 1 | -3/+14 |
* | add MariaDB 10.0 environment to travis (#17460, #19344) | Toshi MARUYAMA | 2015-03-14 | 1 | -1/+1 |
* | Fixed STARTTLS option key (#19232). | Jean-Philippe Lang | 2015-03-07 | 1 | -1/+1 |
* | Removed no longer used :find_options option for acts_as_activity_provider. | Jean-Philippe Lang | 2015-02-18 | 1 | -2/+1 |
* | Set version to 3.0.0. | Jean-Philippe Lang | 2015-02-18 | 1 | -3/+3 |
* | Fixed that timestamps may not be formatted as expected in XML responses (#190... | Jean-Philippe Lang | 2015-02-16 | 1 | -2/+3 |
* | Adds custom fields to documents (#7249). | Jean-Philippe Lang | 2015-02-14 | 1 | -1/+1 |
* | Removed IssuesController#update_form action, use #new and #edit instead. | Jean-Philippe Lang | 2015-02-13 | 1 | -4/+4 |
* | Support for accent insensitive search with PostgreSQL (#18801). | Jean-Philippe Lang | 2015-02-08 | 2 | -3/+59 |
* | Adds a :copy_issues permission (#18855). | Jean-Philippe Lang | 2015-02-08 | 1 | -0/+1 |
* | Removed :move_issues permission (#18855). | Jean-Philippe Lang | 2015-02-08 | 1 | -1/+0 |
* | Don't use current user locale to format dates (#19039). | Jean-Philippe Lang | 2015-02-08 | 1 | -2/+0 |
* | pdf: remove styles by fontname instated of Arabic/Persian/Thai locale (#10681... | Toshi MARUYAMA | 2015-02-08 | 1 | -2/+4 |
* | pdf: remove styles of Arabic/Persian Italic and Thai Bold (#10681, #18586) | Toshi MARUYAMA | 2015-02-08 | 1 | -2/+7 |
* | Allow filtering of Redmine Reminders by Version (#18983). | Jean-Philippe Lang | 2015-02-07 | 1 | -0/+2 |
* | link_to in Redmine::Hook::ViewListener omits relative url root (#19024). | Jean-Philippe Lang | 2015-02-07 | 1 | -1/+1 |
* | Don't process macro descriptions with text formatter (#18961). | Jean-Philippe Lang | 2015-01-31 | 1 | -8/+14 |
* | Show long text custom field changes as a diff (#15236). | Jean-Philippe Lang | 2015-01-31 | 1 | -0/+4 |
* | IMAP STARTTLS support (#16823). | Jean-Philippe Lang | 2015-01-27 | 2 | -1/+7 |
* | Render issue description and journal notes with #textilizable (#13051). | Jean-Philippe Lang | 2015-01-25 | 1 | -4/+14 |
* | Removed an instance variable. | Jean-Philippe Lang | 2015-01-25 | 1 | -3/+1 |
* | Adds support for macro and Redmine links in PDF export (#13051). | Jean-Philippe Lang | 2015-01-25 | 3 | -563/+618 |
* | scm: git: simplify nil check (#18923) | Toshi MARUYAMA | 2015-01-21 | 1 | -2/+2 |
* | remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rb | Toshi MARUYAMA | 2015-01-21 | 1 | -2/+2 |
* | scm: git: branches return cache too when there is no branch (#18923) | Toshi MARUYAMA | 2015-01-21 | 1 | -1/+1 |
* | scm: git: explicitly tags return [] if there is no tag (#18923) | Toshi MARUYAMA | 2015-01-21 | 1 | -1/+3 |
* | Makes RedCloth3#retrieve MUCH faster (#18883). | Jean-Philippe Lang | 2015-01-19 | 1 | -2/+2 |
* | Faster textile table parsing by using a single scan instead of a regexp match... | Jean-Philippe Lang | 2015-01-19 | 1 | -4/+4 |
* | #shelve should not be called if cell doesn't match attributes regexp (#18883). | Jean-Philippe Lang | 2015-01-18 | 1 | -1/+1 |
* | Make sure that #scm_iconv returns a string with the target encoding (#14534). | Jean-Philippe Lang | 2015-01-18 | 1 | -1/+1 |
* | Fixed that Redmine::Activity::Fetcher should consider activity provider permi... | Jean-Philippe Lang | 2015-01-18 | 2 | -5/+26 |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 2 | -2/+2 |