summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-112-0/+17
* Fixed that setting config.logger.level in additional_environment.rb has no ef...Jean-Philippe Lang2015-03-222-2/+4
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-214-6/+10
* Fixed test failures (#19163).Jean-Philippe Lang2015-03-212-4/+7
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-1/+1
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-212-1/+12
* Don't render the issue form if issue.project is nil (#19276).Jean-Philippe Lang2015-03-202-2/+8
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-202-1/+19
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-202-1/+6
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-202-2/+2
* Fixed that custom fields with hidden/read-only combination may be displayed o...Jean-Philippe Lang2015-03-202-4/+35
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
* Gemfile: upgrade Rails version to 4.2.1Toshi MARUYAMA2015-03-201-1/+1
* .travis.yml: replace TEST_SUITE to SUITEToshi MARUYAMA2015-03-191-33/+33
* add MariaDB 5.5 environment to travis (#17460, #19344, #19395)Toshi MARUYAMA2015-03-161-1/+7
* Updates for 3.0.1 release.Jean-Philippe Lang2015-03-162-1/+23
* remove trailing white-space from app/models/issue.rbToshi MARUYAMA2015-03-161-1/+1
* Gemfile: remove "ffi"Toshi MARUYAMA2015-03-161-2/+0
* Reverts r14115 in trunk.Jean-Philippe Lang2015-03-151-1/+1
* Compatibility with ruby1.8 (#19305).Jean-Philippe Lang2015-03-151-1/+1
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-152-1/+46
* Restored project name as version prefix when different (#19348).Jean-Philippe Lang2015-03-153-17/+8
* Don't run test if Redcarpet is not available (#19313).Jean-Philippe Lang2015-03-151-0/+2
* Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381).Jean-Philippe Lang2015-03-1548-192/+192
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-152-4/+25
* Gemfile: move "ffi" definition to :test groupToshi MARUYAMA2015-03-141-3/+2
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* add MySQL 5.6 and 5.7 environments to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-10/+29
* Adds a test for setting multivalued custom fields with JSON (#19368).Jean-Philippe Lang2015-03-141-0/+21
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-142-0/+34
* Ignore auto reply messages from Exchange server (#19322).Jean-Philippe Lang2015-03-141-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-142-1/+28
* Attached inline images with non-ascii file name can not be seen when text for...Jean-Philippe Lang2015-03-142-1/+17
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-142-2/+16
* Building ffi 1.9.7 fails in Ubuntu.Jean-Philippe Lang2015-03-141-0/+3
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-142-1/+18
* .travis.yml: move "matrix" after "env"Toshi MARUYAMA2015-03-141-6/+6
* run ui test on travisToshi MARUYAMA2015-03-131-0/+4
* unify .travis.run-test.sh to .travis.ymlToshi MARUYAMA2015-03-132-4/+1
* Fixed that spent time on my page does not include entries without issue (#193...Jean-Philippe Lang2015-03-102-1/+53
* Use named routes.Jean-Philippe Lang2015-03-101-2/+2
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-102-1/+11
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-082-37/+1
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-082-1/+37
* Require bundler >= 1.5.0 (#19172).Jean-Philippe Lang2015-03-081-0/+4
* Code cleanup.Jean-Philippe Lang2015-03-082-4/+6
* Fixed rendering of multivalued custom fields in the issue history (#19225).Jean-Philippe Lang2015-03-082-9/+50
* Fixed undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-072-1/+10