* added copy of the GPL
* added NEWS.rst
* added copyright text to setup.py
* small style changes
* added confirmation dialogue when deleting list
* user profile as table
* added "no todo items" text to todos
* added dependency check contributed by Daniel Mizyrycki
* small markup changes (buttons etc)
1 parent 64fa510 commit 0c1345b78a11a2879675cda5e701436a8f64175f
@Florian Fuchs Florian Fuchs authored on 23 Mar 2012
Showing 18 changed files
View
COPYING 0 → 100644
View
NEWS.rst 0 → 100644
View
README.rst
View
setup.py
View
src/postorius/static/postorius/default/css/style.css
View
src/postorius/templates/postorius/base.html
View
src/postorius/templates/postorius/confirm_dialog.html
View
src/postorius/templates/postorius/lists/held_messages.html
View
src/postorius/templates/postorius/lists/new.html
View
src/postorius/templates/postorius/lists/settings.html
View
src/postorius/templates/postorius/lists/subscriptions.html
View
src/postorius/templates/postorius/lists/summary.html
View
src/postorius/templates/postorius/menu/user_nav.html
View
src/postorius/templates/postorius/user_mailmansettings.html
View
src/postorius/templates/postorius/user_profile.html
View
src/postorius/templates/postorius/user_todos.html
View
src/postorius/urls.py
View
src/postorius/views.py