summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Spanish translation update (#19570).Jean-Philippe Lang2015-04-251-22/+22
| | | | | | Patch by Leonel Iturralde, Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed invalid sanitizer in MailHandler (#19537).Jean-Philippe Lang2015-04-251-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade guide for 3.x version and get gid of DEPRECATION WARNING: You didn't ↵Jean-Philippe Lang2015-04-252-3/+12
| | | | | | set config.secret_key_base (#19185). git-svn-id: http://svn.redmine.org/redmine/trunk@14217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom field (long text format) displayed even if empty (#19482).Jean-Philippe Lang2015-04-252-3/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14215 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Space between lines in nested lists not equal (#13583).Jean-Philippe Lang2015-04-251-0/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* copy Spanish wiki helps to Spanish Panama (#19489)Toshi MARUYAMA2015-04-244-0/+830
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spanish Panama translation added by Leonel Iturralde (#19489)Toshi MARUYAMA2015-04-243-0/+1206
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix indent of wiki_syntax_detailed_markdown.htmlToshi MARUYAMA2015-04-2048-48/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add markdown wiki syntax help to tool bar (#16373)Toshi MARUYAMA2015-04-202-1/+10
| | | | | | Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* copy English markdown wiki syntax help to other languages (#16373)Toshi MARUYAMA2015-04-2094-0/+19317
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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