summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* More specific message for project identifier in Japanese (#9225)Toshi MARUYAMA2013-01-061-1/+1
* Japanese "notice_account_register_done" translation updated by Takeshi Yaegas...Toshi MARUYAMA2013-01-061-1/+1
* More specific message for project identifier (#9225).Jean-Philippe Lang2013-01-064-4/+4
* Generate project identifier automatically with JavaScript (#9225).Jean-Philippe Lang2013-01-062-1/+85
* Test fails when run at the beginning of the day.Jean-Philippe Lang2013-01-061-1/+1
* remove trailing white-spaces from app/models/mail_handler.rbToshi MARUYAMA2013-01-061-2/+2
* Fixed that macros with uppercase letters can not be called (#12744).Jean-Philippe Lang2013-01-052-2/+8
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-052-1/+10
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-054-16/+16
* Adjust test for r11120 (#3436).Jean-Philippe Lang2013-01-051-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-052-1/+11
* Store the other issue in a variable (#10916).Jean-Philippe Lang2013-01-051-6/+7
* Only process issues that have relations.Jean-Philippe Lang2013-01-052-9/+10
* Use JSON so we don't have to parse data-rels manually (#3436).Jean-Philippe Lang2013-01-052-13/+6
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-054-5/+193
* Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).Jean-Philippe Lang2013-01-042-2/+26
* Prevent sqlserver adapter from breaking the sub-query (#12713).Jean-Philippe Lang2013-01-041-1/+1
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-043-14/+13
* Use activerecord-jdbc-adapter 1.2.5.Jean-Philippe Lang2013-01-041-2/+1
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-047-27/+39
* Check permissions before the extra condition for displaying a menu item (#127...Jean-Philippe Lang2013-01-041-8/+5
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2013-01-041-1/+1
* Upgrade to Rails 3.2.10.Jean-Philippe Lang2013-01-031-1/+1
* Code cleanup.Jean-Philippe Lang2013-01-031-15/+4
* Use joins instead of sub-queries (#12713).Jean-Philippe Lang2013-01-031-4/+10
* A column has been specified more than once in the order by list (#12713).Jean-Philippe Lang2013-01-031-1/+1
* Don't do any query if id is not present.Jean-Philippe Lang2013-01-031-0/+3
* Fixed fixtures.Jean-Philippe Lang2013-01-031-2/+2
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-033-9/+9
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-033-22/+26
* Repository changesets are already sorted by committed_on DESC (#12713).Jean-Philippe Lang2013-01-031-2/+1