summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-273-3/+73
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-273-4/+21
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-273-4/+14
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-273-1/+49
* Fixed: Layout problem in workflow overview (#6990).Jean-Philippe Lang2010-11-271-0/+2
* Translation updateAzamat Hackimov2010-11-251-16/+17
* Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_un...Azamat Hackimov2010-11-251-2/+2
* Fixed: new gantt chart discloses all private projects names (#6276).Jean-Philippe Lang2010-11-212-5/+17
* Translation updateAzamat Hackimov2010-11-216-68/+67
* Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117).Jean-Philippe Lang2010-11-212-8/+14
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-212-2/+14
* Fixed: Broken pipe error when browsing subversion repository (#6860).Jean-Philippe Lang2010-11-201-2/+2
* Fixed: MercurialAdapter.client_version depends on LANG environment variable (...Jean-Philippe Lang2010-11-202-8/+9
* Add assertions for #6929 in MailHandler tests.Jean-Philippe Lang2010-11-201-0/+2
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-202-1/+15
* Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).Jean-Philippe Lang2010-11-202-5/+12
* Fixed: links to edit/delete a news broken by r4214 (#6944).Jean-Philippe Lang2010-11-201-6/+10
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-172-1/+9
* Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).Jean-Philippe Lang2010-11-161-9/+15
* Fixed: Log Time link broken in issue context menu (#6904).Jean-Philippe Lang2010-11-161-1/+1
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-1419-57/+57
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-146-8/+8
* Replaced SessionStore :session_key with :key (#6887).Jean-Philippe Lang2010-11-142-2/+2
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-143-1/+7
* Updates mantis importer for new project name/identifier max lengths (#6446).Jean-Philippe Lang2010-11-141-5/+1
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-144-5/+26
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-133-3/+10
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-123-6/+65
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-123-2/+75
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-125-50/+59
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-113-17/+123
* Removes duplicate issue subject on gantt (#6763).Jean-Philippe Lang2010-11-111-2/+0
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-113-3/+2
* Fixed: Trunk not working with i18n gem 0.4.2 (#6784).Jean-Philippe Lang2010-11-091-1/+1
* Reverted r4381.Jean-Philippe Lang2010-11-074-3/+7
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-074-7/+40
* Added missing --no-color option in some git shell-outs. #5324Jean-Baptiste Barth2010-11-071-2/+2
* Fixed: User list not sorted on category form (#6760).Jean-Philippe Lang2010-11-071-1/+1
* Updated locales.Jean-Philippe Lang2010-11-0741-0/+82
* Make sure existing custom fields visibility is set to true.Jean-Philippe Lang2010-11-071-0/+1
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-0715-7/+62
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-074-7/+3
* Removed hardcoded links in my/page_layout (#6839).Jean-Philippe Lang2010-11-071-3/+3
* Render level 4 headings in TOC (#5494).Jean-Philippe Lang2010-11-071-1/+1
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-062-1/+23
* Render TOC as nested lists (#1857).Jean-Philippe Lang2010-11-063-21/+47
* Extract headings and TOC parsing from the textile formatter.Jean-Philippe Lang2010-11-065-52/+64
* Adds a combo to select parent on wiki page rename (#5136).Jean-Philippe Lang2010-11-063-2/+50