src/ztfy.myams.egg-info/PKG-INFO
changeset 42 b7366a18f305
parent 23 11ae6556a9ac
child 46 b220124b75ad
--- a/src/ztfy.myams.egg-info/PKG-INFO	Tue Jun 03 23:48:00 2014 +0200
+++ b/src/ztfy.myams.egg-info/PKG-INFO	Wed Jun 04 00:15:31 2014 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.myams
-Version: 0.1.1
+Version: 0.1.2
 Summary: ZTFY new admin/application skin
 Home-page: http://hg.ztfy.org/ztfy.myams
 Author: Thierry Florac
@@ -25,17 +25,32 @@
         a complete demonstration site as soon as possible.
         
         
+        Contributors
+        ============
+        
         - Thierry Florac <tflorac@ulthar.net> - Author
         
+        - Nicolas Lacoste <nicolas.lacoste@onf.fr> - Testing and J2EE implementation
+        
         
-        HISTORY
+        History
         =======
         
+        0.1.2
+        -----
+         - added new content providers for search engines and available languages drop-down menu
+         - added new "form reset callback" data API
+         - first step in adding new "upload/download" progress notifications
+         - updated javascript data API to be able to warn user when leaving a form containing modified
+           and unsaved data
+         - updated and added CSS classes
+         - javascript syntax cleanup in MyAMS.notify package (a complete code rewrite is planed...)
+        
         0.1.1
         -----
          - small changes on exceptions views
-         - add view for JSON-RPC exceptions
-         - add minified Fanstatic resources
+         - added view for JSON-RPC exceptions
+         - added minified Fanstatic resources
          - improved AJAX errors management
          - small CSS updates