summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds sqlserver configuration for the CI server.Jean-Philippe Lang2013-01-191-0/+3
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-1817-30/+58
* not use unnecessary instance variable at unit message testToshi MARUYAMA2013-01-181-18/+18
* code layout clean up unit message testToshi MARUYAMA2013-01-181-2/+2
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-153-1/+22
* Underscores are allowed in project identifiers (#9225).Jean-Philippe Lang2013-01-151-2/+2
* Bundle only the required database gems and adds sqlserver support (#12713).Jean-Philippe Lang2013-01-151-33/+31
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-2/+1
* Use helper.Jean-Philippe Lang2013-01-141-2/+1
* Use named route with attachment filename for inline images.Jean-Philippe Lang2013-01-142-11/+10
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-143-3/+9
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-143-12/+22
* Use route helper in #link_to_message.Jean-Philippe Lang2013-01-141-5/+3
* Removed deprecated call from examples.Jean-Philippe Lang2013-01-141-1/+0
* Use route helper in #link_to_project.Jean-Philippe Lang2013-01-143-4/+29
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-142-3/+6
* Traditional Chinese translation updated by ChunChang Lo (#12831)Toshi MARUYAMA2013-01-131-4/+3
* use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)Toshi MARUYAMA2013-01-131-1/+2
* fix typo of attachments controller test namesToshi MARUYAMA2013-01-131-2/+2
* fix test failures (#12787)Toshi MARUYAMA2013-01-131-3/+4
* Encoding::InvalidByteSequenceError may be raised even if encoding is valid (#...Jean-Philippe Lang2013-01-121-1/+3
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-124-9/+33
* Removed useless require 'iconv' (#12787).Jean-Philippe Lang2013-01-122-3/+0
* German translation updated by Daniel Felix (#12819)Toshi MARUYAMA2013-01-121-3/+3
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-123-0/+33
* Filling locales (#10191).Jean-Philippe Lang2013-01-1245-0/+45
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-125-1/+23
* Swedish translation updated by Nicklas Holm (#12818)Toshi MARUYAMA2013-01-121-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-12473-473/+473
* Adds a message about disabling multiple values on custom field form (#12251).Jean-Philippe Lang2013-01-1248-1/+98
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-123-1/+36
* Plugins cannot route wiki page sub-path (#12749).Jean-Philippe Lang2013-01-112-1/+5
* Swedish translation changed by Nicklas Holm (#12810, #12809)Toshi MARUYAMA2013-01-111-25/+25
* Swedish translation updated by Nicklas Holm (#12809)Toshi MARUYAMA2013-01-111-43/+44
* Serbian translation changed by Miodrag Milic (#12806, #12800)Toshi MARUYAMA2013-01-111-1/+1
* Serbian translation updated by Miodrag Milic (#12800)Toshi MARUYAMA2013-01-111-32/+32
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-102-1/+15
* Code cleanup (#12801).Jean-Philippe Lang2013-01-101-3/+3
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-103-2/+29
* Changes for 2.2.1 release.Jean-Philippe Lang2013-01-092-1/+11
* Upgrade to Rails 3.2.11Toshi MARUYAMA2013-01-081-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-0811-20/+20
* Workaround for #12750.Jean-Philippe Lang2013-01-081-1/+2
* Check if index exists before removing it (#12713).Jean-Philippe Lang2013-01-061-2/+21
* Don't compute version start date if due_date is nil.Jean-Philippe Lang2013-01-061-1/+1
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-063-8/+24
* Removed debug messages.Jean-Philippe Lang2013-01-061-3/+0
* Fixed that previews are broken by r10957 (#12642).Jean-Philippe Lang2013-01-062-5/+5