summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add English markdown wiki syntax help (#16373)Toshi MARUYAMA2015-04-202-0/+411
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white spaces from public/javascripts/jstoolbar/markdown.jsToshi MARUYAMA2015-04-201-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rename textile wiki syntax help files (#16373)Toshi MARUYAMA2015-04-20134-3157/+3157
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* change Japanese translation for field_login (#19509)Toshi MARUYAMA2015-04-201-1/+1
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at test/fixtures/ldap/slapd.confToshi MARUYAMA2015-04-191-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from GemfileToshi MARUYAMA2015-04-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When changing tracker, clear the attributes that are disabled for the new ↵Jean-Philippe Lang2015-04-142-1/+46
| | | | | | tracker (#17527). git-svn-id: http://svn.redmine.org/redmine/trunk@14180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed workflow rules when user has duplicated role by inheritance (#19569).Jean-Philippe Lang2015-04-144-1/+44
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generate tag once per request.Jean-Philippe Lang2015-04-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: remove activerecord-jdbcsqlite3-adapter version and pin ↵Toshi MARUYAMA2015-04-141-1/+2
| | | | | | | | jdbc-sqlite3 version < 3.8 (#19252) r13829 comment "test/functional/issues_controller_test.rb failure" is due to sqlite3 3.8. git-svn-id: http://svn.redmine.org/redmine/trunk@14175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* .travis.yml: replace DATABASE_ADAPTER to DBToshi MARUYAMA2015-04-141-36/+37
| | | | | | | | Prevent travis UI confusion. * https://github.com/travis-ci/travis-ci/issues/3386 * https://github.com/travis-ci/travis-ci/issues/3402 git-svn-id: http://svn.redmine.org/redmine/trunk@14172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white spaces from test/unit/helpers/application_helper_test.rbToshi MARUYAMA2015-04-141-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* upgrade rmagick to 2.14Toshi MARUYAMA2015-04-142-2/+2
| | | | | | And replace deprecated requiring "RMagick" to "rmagick". git-svn-id: http://svn.redmine.org/redmine/trunk@14170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: pin rmagick version 2.13Toshi MARUYAMA2015-04-141-1/+1
| | | | | | | rmagick 2.14 prints '[DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead'. git-svn-id: http://svn.redmine.org/redmine/trunk@14167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failures (#19544).Jean-Philippe Lang2015-04-121-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-122-4/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keywords in commit messages: journal entries are created even if nothing was ↵Jean-Philippe Lang2015-04-122-2/+29
| | | | | | changed (#19538). git-svn-id: http://svn.redmine.org/redmine/trunk@14164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that journals are shown multiple times in activity (#19168).Jean-Philippe Lang2015-04-122-1/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14163 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed validation when logging time on issue (#19464).Jean-Philippe Lang2015-04-122-3/+58
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14162 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-122-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Required" and "Read-only" rules on "Fields Permissions" screen are not ↵Jean-Philippe Lang2015-04-112-1/+10
| | | | | | | | colored (#19580). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14160 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler should not ignore emails with x-auto-response-suppress header ↵Jean-Philippe Lang2015-04-114-4/+2
| | | | | | | | (#19558). Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14159 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When create by copying the issue, status can not be changed to default (#19553).Jean-Philippe Lang2015-04-112-1/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14158 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo in wiki_syntax_detailed.html (#19444).Jean-Philippe Lang2015-04-1144-44/+44
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14157 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-112-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that setting config.logger.level in additional_environment.rb has no ↵Jean-Philippe Lang2015-03-222-2/+4
| | | | | | effect (#19405). git-svn-id: http://svn.redmine.org/redmine/trunk@14155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-214-6/+10
| | | | | | Patch by Sebastian Paluch. git-svn-id: http://svn.redmine.org/redmine/trunk@14154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failures (#19163).Jean-Philippe Lang2015-03-212-4/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-212-1/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't render the issue form if issue.project is nil (#19276).Jean-Philippe Lang2015-03-202-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14143 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-202-1/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* API: creating an issue with an invalid project_id should return 422 instead ↵Jean-Philippe Lang2015-03-202-1/+6
| | | | | | of 403 (#19276). git-svn-id: http://svn.redmine.org/redmine/trunk@14141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-202-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that custom fields with hidden/read-only combination may be displayed ↵Jean-Philippe Lang2015-03-202-4/+35
| | | | | | on issue form (#19297). git-svn-id: http://svn.redmine.org/redmine/trunk@14137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: upgrade Rails version to 4.2.1Toshi MARUYAMA2015-03-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* .travis.yml: replace TEST_SUITE to SUITEToshi MARUYAMA2015-03-191-33/+33
| | | | | | | Prevent travis UI confusion. https://github.com/travis-ci/travis-ci/issues/3386 git-svn-id: http://svn.redmine.org/redmine/trunk@14132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add MariaDB 5.5 environment to travis (#17460, #19344, #19395)Toshi MARUYAMA2015-03-161-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 3.0.1 release.Jean-Philippe Lang2015-03-162-1/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-space from app/models/issue.rbToshi MARUYAMA2015-03-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gemfile: remove "ffi"Toshi MARUYAMA2015-03-161-2/+0
| | | | | | | ffi 1.9.6 building error is fixed. https://github.com/ffi/ffi/issues/414#issuecomment-81405252 git-svn-id: http://svn.redmine.org/redmine/trunk@14118 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r14115 in trunk.Jean-Philippe Lang2015-03-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14117 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Compatibility with ruby1.8 (#19305).Jean-Philippe Lang2015-03-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-152-1/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14112 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restored project name as version prefix when different (#19348).Jean-Philippe Lang2015-03-153-17/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't run test if Redcarpet is not available (#19313).Jean-Philippe Lang2015-03-151-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381).Jean-Philippe Lang2015-03-1548-192/+192
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14102 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-152-4/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14101 e93f8b46-1217-0410-a6f0-8f06a7374b81