| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds buit-in groups to give specific permissions to anonymous and non members... | Jean-Philippe Lang | 2014-09-28 | 33 | -69/+430 |
* | import jQuery Datepicker i18n files version 1.11.1 | Toshi MARUYAMA | 2014-09-27 | 45 | -985/+1613 |
* | rename jQuery Datepicker i18n file name | Toshi MARUYAMA | 2014-09-27 | 47 | -8/+8 |
* | Ignore email keywords after truncation line (#8758). | Jean-Philippe Lang | 2014-09-20 | 5 | -12/+78 |
* | Expire other sessions on password change (#17796). | Jean-Baptiste Barth | 2014-09-16 | 5 | -1/+34 |
* | Add a constraint on "shoulda-matchers" version (#17828). | Jean-Baptiste Barth | 2014-09-16 | 1 | -0/+1 |
* | remove trailing white-space from app/models/issue_custom_field.rb | Toshi MARUYAMA | 2014-09-16 | 1 | -1/+1 |
* | Gemfile: update rbpdf version to 1.18.1 (#17570) | Toshi MARUYAMA | 2014-09-16 | 1 | -1/+1 |
* | Backport r13313 from rails-4.1 to trunk. | Toshi MARUYAMA | 2014-09-14 | 31 | -40/+52 |
* | Backport r13315 from rails-4.1 to trunk. | Toshi MARUYAMA | 2014-09-14 | 1 | -5/+5 |
* | stricter check of uploading attachments (#17581) | Toshi MARUYAMA | 2014-09-14 | 1 | -1/+1 |
* | Code cleanup (#17717). | Jean-Philippe Lang | 2014-09-14 | 1 | -3/+5 |
* | Lowering configuration.example.yml confusion (#17492) | Jean-Philippe Lang | 2014-09-14 | 1 | -79/+55 |
* | Long strings such as URL break out of box (#17322). | Jean-Philippe Lang | 2014-09-14 | 1 | -0/+1 |
* | Parent issue autocomplete does not follow to the "Allow cross-project subtask... | Jean-Philippe Lang | 2014-09-14 | 4 | -2/+93 |
* | Long hyperlinks inserted in task description breaks right frame boundary (#12... | Jean-Philippe Lang | 2014-09-14 | 1 | -1/+1 |
* | Fixed: Issues counters in roadmap only link to issues in the same project (#9... | Jean-Philippe Lang | 2014-09-14 | 3 | -14/+85 |
* | Invalidate security tokens on password or email changes (#17717). | Jean-Baptiste Barth | 2014-09-14 | 2 | -1/+49 |
* | Issue API: include is_private attribute in xml/json output (#10914). | Jean-Philippe Lang | 2014-09-13 | 3 | -0/+12 |
* | Adds a test for default context of controller hooks (#16930). | Jean-Philippe Lang | 2014-09-13 | 1 | -0/+19 |
* | Moves project sidebar content to a partial (#17380). | Jean-Philippe Lang | 2014-09-13 | 2 | -11/+13 |
* | Makes sys#fetch_changesets accept POST requests (#17077). | Jean-Philippe Lang | 2014-09-13 | 2 | -1/+5 |
* | Fixed: The error flash message on session expiration is not in the language o... | Jean-Philippe Lang | 2014-09-13 | 2 | -3/+19 |
* | Fixed: Files assigned to a version can not be deleted if Issue Tracking modul... | Jean-Philippe Lang | 2014-09-13 | 2 | -0/+14 |
* | add missing fixtures to TimeEntryActivityTest | Toshi MARUYAMA | 2014-09-12 | 1 | -1/+8 |
* | add missing fixtures to Redmine::VersionFieldFormatTest | Toshi MARUYAMA | 2014-09-12 | 1 | -1/+4 |
* | Portuguese translation updated by Rui Rebelo (#17853) | Toshi MARUYAMA | 2014-09-12 | 1 | -219/+218 |
* | add missing fixtures to TimeEntryQueryTest | Toshi MARUYAMA | 2014-09-12 | 1 | -1/+8 |
* | add missing fixtures to Redmine::UserFieldFormatTest | Toshi MARUYAMA | 2014-09-12 | 1 | -1/+4 |
* | Include new standard macros in wiki syntax detailed help pages (#17847). | Jean-Baptiste Barth | 2014-09-11 | 48 | -202/+1536 |
* | add missing fixtures to NewsControllerTest | Toshi MARUYAMA | 2014-09-11 | 1 | -1/+3 |
* | add missing fixtures to CustomFieldTest | Toshi MARUYAMA | 2014-09-11 | 1 | -1/+1 |
* | pdf: fix r13368 test name (#17826) | Toshi MARUYAMA | 2014-09-11 | 1 | -1/+1 |
* | pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826) | Toshi MARUYAMA | 2014-09-11 | 1 | -0/+16 |
* | Mark private notes more clearly (#16240). | Jean-Baptiste Barth | 2014-09-09 | 2 | -2/+3 |
* | Update yard rake task for Redmine 2.x (#14796). | Jean-Baptiste Barth | 2014-09-07 | 1 | -2/+2 |
* | Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64... | Jean-Baptiste Barth | 2014-09-06 | 2 | -1/+18 |
* | Include enabled modules in projects API (#17602). | Jean-Baptiste Barth | 2014-09-06 | 4 | -12/+85 |
* | Fix syntax for ruby 1.8.7 (#13487). | Jean-Baptiste Barth | 2014-08-31 | 1 | -7/+2 |
* | Optimize committers/users map retrieval for statistic graphs (#13487). | Jean-Baptiste Barth | 2014-08-31 | 1 | -9/+27 |
* | remove general_pdf_encoding from locale yamls (#17570) | Toshi MARUYAMA | 2014-08-28 | 48 | -48/+0 |
* | remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570) | Toshi MARUYAMA | 2014-08-28 | 1 | -15/+14 |
* | use rbpdf gem instead of bundled rfpdf (#17570) | Toshi MARUYAMA | 2014-08-28 | 107 | -25344/+221 |
* | ensure issue pdf test has relations (#17570) | Toshi MARUYAMA | 2014-08-28 | 1 | -0/+3 |
* | add Ruby 1.9.2 to .travis.yml | Toshi MARUYAMA | 2014-08-28 | 1 | -0/+1 |
* | Honnor committers/users mapping in repository statistics (#13487). | Jean-Baptiste Barth | 2014-08-26 | 2 | -5/+52 |
* | Fix text failing on some rubies/sql drivers because of improper length in Cha... | Jean-Baptiste Barth | 2014-08-26 | 1 | -2/+2 |
* | Move some RepositoriesController logic to Repository#stats_by_author (#13487). | Jean-Baptiste Barth | 2014-08-26 | 3 | -9/+52 |
* | revert r13199 (#17151) | Toshi MARUYAMA | 2014-08-26 | 2 | -4/+2 |
* | fix Drag & Drop does not work with Safari 5.1 (#17581, #13932) | Toshi MARUYAMA | 2014-08-26 | 1 | -2/+4 |