summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* Packaging hyperkittyAamir Khan2012-07-248-724/+0
|
* renamed test files, added copyright noticeAamir Khan2012-07-051-0/+21
|
* Fix #15: pagination on archives pageAamir Khan2012-07-031-1/+2
|
* pagination for archives pageAamir Khan2012-07-031-2/+15
|
* CSS Styling continuedAamir Khan2012-07-011-1/+1
|
* Small CSS FixesAamir Khan2012-07-011-1/+3
|
* Basic user registration upAamir Khan2012-07-012-0/+58
|
* Fix #2: After login user will be directed back to previous pageAamir Khan2012-06-281-3/+12
|
* Fix #3 : logger not definedAamir Khan2012-06-281-1/+1
|
* removed a debug print statementAamir Khan2012-06-271-1/+0
|
* use custom hyperkitty loggerAamir Khan2012-06-276-23/+11
|
* Fix small errors occured while refactoringAamir Khan2012-06-272-8/+10
|
* code refactoring: two new view files addedAamir Khan2012-06-265-312/+342
|
* code refactoring : moving thread page view to views/thread.pyAamir Khan2012-06-262-72/+74
|
* removed a print line used for debugging previouslyAamir Khan2012-06-261-2/+0
|
* generating UserProfile model and populating 'karma' in user_profile.htmlAamir Khan2012-06-251-7/+16
|
* added a TODO and edited a docstringAamir Khan2012-06-252-2/+5
|
* Remove redundant title=app_name variableAamir Khan2012-06-251-5/+0
|
* populate voteup/votedown for each messageAamir Khan2012-06-253-7/+47
|
* View refacotring: moved message rendering view to views/message.pyAamir Khan2012-06-252-42/+18
|
* modified voteup/votedown URLAamir Khan2012-06-241-1/+2
|
* Moved add_tag_form to templates/threads/Aamir Khan2012-06-241-1/+1
|
* changing template name to load add_tag_formAamir Khan2012-06-203-3/+5
|
* Moving AddTagForm to thread.py from pages.pyAamir Khan2012-06-202-9/+9
|
* Adding thread.py for thread level viewsAamir Khan2012-06-201-0/+39
|
* changing url for message level votingAamir Khan2012-06-201-1/+2
|
* Removing mockup.py from views/Aamir Khan2012-06-201-152/+0
|
* Moving views related to message to message.pyAamir Khan2012-06-202-60/+73
|
* removing debugging print statementsAamir Khan2012-06-201-5/+4
|
* Rating of messagesAamir Khan2012-06-181-2/+31
|
* Login authentication - browser id fixAamir Khan2012-06-121-1/+1
|
* Login authenticationAamir Khan2012-06-121-0/+53
|
* Start on the add tag and add category bitsPierre-Yves Chibon2012-06-101-0/+66
|
* Implement the search on the RDBMS backendPierre-Yves Chibon2012-05-171-16/+18
|
* Adjust to new data structurePierre-Yves Chibon2012-05-151-5/+4
|
* Start implementing the relational database system branchPierre-Yves Chibon2012-05-141-32/+30
|
* Integrate gravatar within the thread view on the left columnPierre-Yves Chibon2012-04-231-2/+2
|
* Ugly hack to get gravatar working -- should be fixed in the db level and ↵Pierre-Yves Chibon2012-04-231-0/+3
| | | | this commit should be reverted
* Limit the result of the tag search to the lastest 50Pierre-Yves Chibon2012-04-191-3/+3
|
* Make the bar of the plot clickablePierre-Yves Chibon2012-04-111-2/+12
|
* Enable to see archives for a single dayPierre-Yves Chibon2012-04-111-7/+19
|
* Let's have a minimum information in there just to display the graph, even emptyPierre-Yves Chibon2012-04-111-0/+2
|
* Add an overview of the recent activities on the listPierre-Yves Chibon2012-04-111-0/+12
|
* Add a full_path information for the search template and do some code layout ↵Pierre-Yves Chibon2012-04-051-3/+9
| | | | changes
* make tag pagination RESTishAamir Khan2012-04-061-2/+2
|
* Remove debugging codePierre-Yves Chibon2012-04-051-3/+3
|
* urls.py fix - page can be more than a digitAamir Khan2012-04-051-2/+2
|
* Add num_threads - Number of threads to be displayed in each pageAamir Khan2012-04-051-3/+3
|
* add default value to page numberAamir Khan2012-04-051-2/+2
|
* RESTish URL for search result pagesAamir Khan2012-04-051-10/+3
|