]> git.parisson.com Git - telemeta.git/commit
* add auto saving now for all searches !
authoryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 11:32:28 +0000 (12:32 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 11:32:28 +0000 (12:32 +0100)
commit396801e11cbd873b850340fd7c5b15c32b000ab3
tree498f19a87e2704779e40bfd2c0d3db55f9d909ab
parentb6cb8209d3044538fa33a74bd267bef1b991482c
* add auto saving now for all searches !
* add "My Searches" modules to user lists
* add RSS feeds for all users last changes
* Fix some titles
13 files changed:
telemeta/forms/__init__.py
telemeta/forms/system.py [new file with mode: 0644]
telemeta/migrations/0003_auto__add_criteria__add_field_search_description.py [new file with mode: 0644]
telemeta/migrations/0004_auto__del_field_search_keywords.py [new file with mode: 0644]
telemeta/models/media.py
telemeta/models/system.py
telemeta/templates/telemeta/inc/module_revisions.html
telemeta/templates/telemeta/inc/module_searches.html [new file with mode: 0644]
telemeta/templates/telemeta/inc/module_user_revisions.html [new file with mode: 0644]
telemeta/templates/telemeta/lists.html
telemeta/templatetags/telemeta_utils.py
telemeta/urls.py
telemeta/views/base.py