summaryrefslogtreecommitdiffstats
path: root/doc/CHANGELOG
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-03-02 09:37:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-03-02 09:37:55 +0000
commit8a2413f3b71852f6a6fe378b309ea8ba00edeca5 (patch)
treed9946050bcfc99f3d9fb97ce9381da8a7f5e9492 /doc/CHANGELOG
parent2641f8ba912ce6016fd329c8fa724289a8e8dae7 (diff)
downloadredmine-8a2413f3b71852f6a6fe378b309ea8ba00edeca5.tar.gz
redmine-8a2413f3b71852f6a6fe378b309ea8ba00edeca5.zip
Updated CHANGELOG for 2.4.4 and 2.5.0.
git-svn-id: http://svn.redmine.org/redmine/trunk@12948 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/CHANGELOG')
-rw-r--r--doc/CHANGELOG56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index 1db1005c3..6e7a3382f 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -4,6 +4,62 @@ Redmine - project management software
Copyright (C) 2006-2014 Jean-Philippe Lang
http://www.redmine.org/
+== 2014-03-02 v2.5.0
+
+* Defect #3163: Large inline images overflow
+* Defect #13385: Searchable checkbox displayed on edit form for not-searchable custom field formats.
+* Defect #13396: Updating an issue with user or list format custom field, currently having value that is locked or removed, clears that field
+* Defect #14361: Mercurial commit ids are short (12 digits) on database
+* Defect #15377: bundle install --without development test fails
+* Defect #15381: Error pages improvement
+* Defect #15485: HTML 5 validation multiple ids
+* Defect #15551: Validating a Setting with invalid name triggers an error
+* Defect #15552: Preferences are not preserved after adding user with validation error
+* Defect #15704: Journal for relation should store relation type instead of i18n key
+* Defect #15709: TimeEntry custom_values are not deleted from the database when destroying the associated project
+* Defect #15831: Successful update notice for workflows
+* Defect #15848: REST API: Cannot retrieve memberships of closed projects
+* Defect #15929: REST API: Integer custom field validation fails when using non-string values
+* Defect #15947: Deadlock when delete issues in same time on multiple sessions
+* Defect #15983: Project.activities returns different types depending on context
+* Defect #16077: Table of contents macro conflicts with collapse macro
+* Defect #16091: Export CSV with many custom field runs many queries
+* Defect #16107: ApplicationController mishandles non-Basic authentication information, causing an internal error
+* Defect #16143: Can't insert too long comment field from repository (MySQL)
+* Feature #1179: Optionally allow Text and Long Text custom fields support wiki formatting
+* Feature #1358: Link_to for Custom Field
+* Feature #2083: CustomField of type "external-link-to" with configurable URL prefix
+* Feature #2549: Enable the watching of news
+* Feature #2691: Option to disable automated language-guessing based on HTTP_ACCEPT_LANGUAGE HTTP-header
+* Feature #8152: Render Version and User custom fields as links
+* Feature #8562: Watchers list too big in new issue form
+* Feature #8572: Configuration of which versions (by version-status) are shown in version-format custom fields
+* Feature #8842: REST API: Filter issues created/updated before or after specific timestamp
+* Feature #13134: Focus first text field automatically
+* Feature #14309: Add favicon to Atom feeds
+* Feature #15275: Improve usage of label "button_update"
+* Feature #15362: Wrap filters, options and buttons with extra div on the issue list
+* Feature #15520: Markdown formatting
+* Feature #15699: Description for custom fields
+* Feature #15701: Add project identifier substitution option to the URL-pattern property of link format custom fields
+* Feature #15790: Use the mime-types gem to get mime type for unknown extension
+* Feature #15815: REST API : Add project status in API response
+* Feature #15926: Redirect to back_url or referer when clicking "Sign in" while already logged-in
+* Patch #12753: Update config.i18n.load_path for plugin-supplied locales
+* Patch #13774: Show warning if CSV-Export exceeds limit
+* Patch #14766: Better block detection on my page
+* Patch #15403: Czech "message" and "changeset" translation change
+* Patch #15420: Don't create duplicate wikis in tests
+* Patch #15689: Make favicon themeable
+* Patch #15785: Support more character encodings in incoming emails
+
+== 2014-03-02 v2.4.4
+
+* Defect #16081: Export CSV - Custom field true/false not using translation
+* Defect #16161: Parent task search and datepicker not available after changing status
+* Defect #16169: Wrong validation when updating integer custom field with spaces
+* Defect #16177: Mercurial 2.9 compatibility
+
== 2014-02-08 v2.4.3
* Defect #13544: Commit reference: autogenerated issue note has wrong commit link syntax in multi-repo or cross-project context