]> git.parisson.com Git - telemeta.git/commitdiff
fix icon and news
authoryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 22:25:18 +0000 (23:25 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 22:25:18 +0000 (23:25 +0100)
CHANGELOG
README.rst
telemeta/htdocs/images/maximize.png

index ded83bb5c7ae0113c596c499f1d115bb1b9dd272..eeaee8a17ccb849b53a775ce08a8a4a606098d1f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,10 @@ For users:
  * add playlist metadata editor
  * fix some sad bugs for YouTube related URLs and previews
  * cleanup admin page
+ * add auto saving now for all searches !
+ * add "My Searches" modules to user lists with search direct link
+ * add RSS feeds for last changes of all users
+ * better icon views
  * many bugfixes !
 
 For developers and maintainers:
index 002faad81836d956d032a11fe7eb152c89a8a5b0..db06037aaf32e81cf81468459b9038a775dfff34 100644 (file)
@@ -28,10 +28,10 @@ Installation, upgrade and usage
 See `INSTALL.rst <http://github.com/yomguy/Telemeta/blob/master/INSTALL.rst>`_ and `telemeta.org <http://telemeta.org>`_ for more informations.
 
 
-Changes
-========
+News
+======
 
-(from 1.3)
+(from 1.3 to 1.4)
 
 For users:
 
@@ -42,13 +42,22 @@ For users:
  * add playlist metadata editor
  * fix some sad bugs for YouTube related URLs and previews
  * cleanup admin page
+ * add auto saving now for all searches !
+ * add "My Searches" modules to user lists with search direct link
+ * add RSS feeds for last changes of all users
+ * better icon views
  * many bugfixes !
 
 For developers and maintainers:
 
  * a new setting parameter: TELEMETA_DOWNLOAD_FORMATS = ('wav', 'mp3', 'webm') or whatever
  * before upgrading, you need to BACKUP and manually delete old wrong MediaCorpus and MediaCorpusRelated tables
- * we now use South for data model migration (./manage.py migrate telemeta). Add it to your apps. See INSTALL.rst. Email me if any pb!
+ * we now use South for data model migration. Add 'south' to your apps and to do::
+
+    ./manage.py syncdb
+    ./manage.py migrate telemeta
+
+    See INSTALL.rst and email me if any pb! (you may, for example, not use 0002 migration)
 
 Full changelog : see `CHANGELOG <http://github.com/yomguy/Telemeta/blob/master/CHANGELOG>`_
 
index a3418a3911b8e18d1d39da36b7bfe28247845a25..245f301b005c49138d6fc656e8416a3ce21d403a 100644 (file)
Binary files a/telemeta/htdocs/images/maximize.png and b/telemeta/htdocs/images/maximize.png differ