From: yomguy Date: Mon, 13 Feb 2012 22:25:18 +0000 (+0100) Subject: fix icon and news X-Git-Tag: 1.4~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=251b6d8ff80882efd48a0e19c7945822a7be43cd;p=telemeta.git fix icon and news --- diff --git a/CHANGELOG b/CHANGELOG index ded83bb5..eeaee8a1 100644 --- 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: diff --git a/README.rst b/README.rst index 002faad8..db06037a 100644 --- a/README.rst +++ b/README.rst @@ -28,10 +28,10 @@ Installation, upgrade and usage See `INSTALL.rst `_ and `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 `_ diff --git a/telemeta/htdocs/images/maximize.png b/telemeta/htdocs/images/maximize.png index a3418a39..245f301b 100644 Binary files a/telemeta/htdocs/images/maximize.png and b/telemeta/htdocs/images/maximize.png differ