diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-17 14:22:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-17 14:22:09 +0000 |
commit | 918123cd0663803a6e392c6c9ce209d10c8e5603 (patch) | |
tree | 86cff407524e2d7fc6d987aebbea0fcda90e2076 /doc | |
parent | 2b86ef8e28d0e5376197391c29a8fb302f14820f (diff) | |
download | redmine-918123cd0663803a6e392c6c9ce209d10c8e5603.tar.gz redmine-918123cd0663803a6e392c6c9ce209d10c8e5603.zip |
* code and views cleaning
* javascript added on custom field form to show/hide fields according to the format of custom field
git-svn-id: http://redmine.rubyforge.org/svn/trunk@100 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ce9d933ac..4c4ba17c7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,6 +9,7 @@ http://redmine.org/ * comments can now be added on news
* "my page" is now customizable
+* more powerfull and savable filters for issues lists
* improved issues change history
* new functionality: move an issue to another project or tracker
* new functionality: add a note to an issue
@@ -29,8 +30,10 @@ http://redmine.org/ * csv output encoded to ISO-8859-1
* user custom field displayed on account/show
* default configuration improved (default roles, trackers, status, permissions and workflows)
+* javascript added on custom field form to show/hide fields according to the format of custom field
* fixed: custom fields not in csv exports
* fixed: project settings now displayed according to user's permissions
+* fixed: application error when no version is selected on projects/add_file
== 10/08/2006 v0.3.0
|