summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add :environment to test:scm:setup:create_dir and test:scm:update rake tasks ...Toshi MARUYAMA2014-05-141-2/+2
* remove unneeded trailing ';' from lib/redmine/export/pdf.rbToshi MARUYAMA2014-05-071-10/+10
* remove unneeded trailing ';' from test/functional/repositories_git_controller...Toshi MARUYAMA2014-05-071-1/+1
* Gemfile: update Rails 3.2.18Toshi MARUYAMA2014-05-071-1/+1
* fix typo of app/models/repository/mercurial.rbToshi MARUYAMA2014-05-031-1/+1
* fix typo of app/models/repository/cvs.rbToshi MARUYAMA2014-05-031-1/+1
* Repository identifiers can be reserved words (#16564).Jean-Philippe Lang2014-05-021-1/+1
* Mailer.token_for generates invalid message_id when using from address with fu...Jean-Philippe Lang2014-05-022-1/+7
* Blank content type for attachments attached via Ajax file upload (Patch by Je...Jean-Philippe Lang2014-05-022-1/+10
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-024-1/+28
* Use async email deliveries in rake tasks (#16784).Jean-Philippe Lang2014-05-021-3/+9
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-022-1/+13
* Gemfile: upgrade mocha version (#16685)Toshi MARUYAMA2014-05-011-1/+1
* use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1.0 at .travis.ymlToshi MARUYAMA2014-05-011-2/+2
* add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)Toshi MARUYAMA2014-05-012-0/+85
* Gemfile: use double quote for request_store (#16685)Toshi MARUYAMA2014-05-011-1/+1
* introduce request_store to ensure that the current user doesn't leak across r...Toshi MARUYAMA2014-05-012-2/+3
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-262-2/+4
* Don't submit the form when tabs are inside a form (#16708).Jean-Philippe Lang2014-04-261-2/+2
* Support for the 1.x versions of mime-types gem (#16710).Jean-Philippe Lang2014-04-261-1/+1
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-262-0/+9
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-262-1/+6
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-262-13/+24
* fix non-ascii attachment file name get corrupted in IE11 (#16711)Toshi MARUYAMA2014-04-171-1/+1
* remove permission_manage_documents (#16704, #7418)Toshi MARUYAMA2014-04-171-1/+0
* fix label_module_plural merge miss (#16704, #7418)Toshi MARUYAMA2014-04-171-1/+1
* replace RSS by Atom (#16704, #7418)Toshi MARUYAMA2014-04-171-4/+4
* replace Atom by RSS (#16704, #7418)Toshi MARUYAMA2014-04-171-1/+1
* Persian Translation updated by shakib a (#16704, #7418)Toshi MARUYAMA2014-04-171-318/+318
* fix typo at lib/tasks/ciphering.rakeToshi MARUYAMA2014-04-161-2/+2
* fix typo at lib/tasks/ci.rakeToshi MARUYAMA2014-04-161-1/+1
* fix typo at test/unit/helpers/application_helper_test.rbToshi MARUYAMA2014-04-161-1/+1
* fix typo at app/controllers/repositories_controller.rbToshi MARUYAMA2014-04-161-1/+1
* fix typo at lib/redcloth3.rbToshi MARUYAMA2014-04-151-1/+1
* remove unneeded tabs from test/functional/repositories_cvs_controller_test.rbToshi MARUYAMA2014-04-151-1/+1
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
* replace tabs to spaces at app/models/query.rbToshi MARUYAMA2014-04-151-2/+2
* reorder French translation (#16553)Toshi MARUYAMA2014-04-081-89/+91
* mark deprecated Enumeration#overridding_change? which was changed in r13056Toshi MARUYAMA2014-04-081-0/+6
* remove trailing white-spaces from Issue#count_and_group_by SQLToshi MARUYAMA2014-04-081-6/+6
* remove trailing white-spaces from Issue#by_subproject SQLToshi MARUYAMA2014-04-081-5/+5
* remove trailing white-spaces from app/models/issue.rbToshi MARUYAMA2014-04-081-9/+9
* code format clean up Issue#update_versions_from_hierarchy_changeToshi MARUYAMA2014-04-081-1/+4
* French "text_git_repository_note" translation updated by Darth Vader (#16553,...Toshi MARUYAMA2014-04-081-1/+1
* Traditional Chinese "field_assigned_to" translation changed by ChunChang Lo (...Toshi MARUYAMA2014-04-081-1/+1
* Traditional Chinese translation updated by ChunChang Lo (#16545)Toshi MARUYAMA2014-04-081-5/+5
* fix typos of source comments at Query modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Project modelToshi MARUYAMA2014-04-071-3/+3
* fix typos of source comments at Member modelToshi MARUYAMA2014-04-071-1/+1
* fix typos of source comments at Issue modelToshi MARUYAMA2014-04-071-1/+1