This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
bistro/askbot/views
Frédéric Péters f9c93ab12b add charter (#4713) 2014-06-09 10:22:14 +02:00
..
README some cleanup of files 2011-08-03 13:16:08 -04:00
__init__.py basic page listing files (#4591) 2014-04-01 14:02:16 +02:00
api_v1.py add API to get forms, workflows, and themes (#4715) 2014-04-17 13:44:09 +02:00
avatar_views.py broken 2013-01-09 21:47:15 -03:00
commands.py enable groups 2014-04-16 19:42:20 +02:00
context.py disallowed hash at the beginnings of tags 2014-01-16 12:02:36 -03:00
files.py improve display of contributed files 2014-04-18 13:55:43 +02:00
meta.py add charter (#4713) 2014-06-09 10:22:14 +02:00
readers.py added tag validation to the subscribed tag set 2014-02-13 01:25:12 -03:00
sharing.py added basic UI for auto-tweeting 2013-04-15 05:25:59 -04:00
users.py one more portion of parametrization work 2013-10-23 16:53:06 -03:00
widgets.py implemented read-only mode 2014-03-02 01:58:39 -03:00
writers.py add tag according to attached file (#4607) 2014-04-02 14:06:22 +02:00

README

readers.py - views strictly reading main content: questions, answers, tags and comments

writers.py - views that write main content, with possible reading
             note: deletion counts as writing in this case

commands.py - data status changing commands, votes, question close/reopen

users.py - user views - user listing and profiles

meta.py - privacy, about, faq, feedback, logout, badges

auth.py - Authentication related views