summaryrefslogtreecommitdiffstats
path: root/views/pages.py
Commit message (Expand)AuthorAgeFilesLines
* Packaging hyperkittyAamir Khan2012-07-241-38/+0
* use custom hyperkitty loggerAamir Khan2012-06-271-3/+1
* Fix small errors occured while refactoringAamir Khan2012-06-271-7/+4
* code refactoring: two new view files addedAamir Khan2012-06-261-302/+1
* code refactoring : moving thread page view to views/thread.pyAamir Khan2012-06-261-72/+1
* added a TODO and edited a docstringAamir Khan2012-06-251-1/+4
* Remove redundant title=app_name variableAamir Khan2012-06-251-5/+0
* populate voteup/votedown for each messageAamir Khan2012-06-251-5/+26
* View refacotring: moved message rendering view to views/message.pyAamir Khan2012-06-251-17/+0
* changing template name to load add_tag_formAamir Khan2012-06-201-1/+3
* Moving AddTagForm to thread.py from pages.pyAamir Khan2012-06-201-9/+0
* Moving views related to message to message.pyAamir Khan2012-06-201-60/+11
* removing debugging print statementsAamir Khan2012-06-201-5/+4
* Rating of messagesAamir Khan2012-06-181-2/+31
* 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 this...Pierre-Yves Chibon2012-04-231-0/+3
* 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 c...Pierre-Yves Chibon2012-04-051-3/+9
* 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
* Fix the search to work properly with the pagination and have nice urlsPierre-Yves Chibon2012-04-051-10/+7
* Search page next & prev URL fixAamir Khan2012-04-051-2/+9
* Fix: InvalidPage is not definedAamir Khan2012-04-051-1/+1
* Remove debugging codePierre-Yves Chibon2012-03-311-1/+0
* Comment out the previous/next thread bits as this will not be valid anymore w...Pierre-Yves Chibon2012-03-311-5/+7
* Add logic for single message view/pagePierre-Yves Chibon2012-03-311-0/+17
* Add a /api information pagePierre-Yves Chibon2012-03-281-0/+8
* small fix of error caused while shifting real pages to / from /2/Aamir Khan2012-03-281-4/+4
* real pages are at / rather than /2, mockup is at /mockupAamir Khan2012-03-281-2/+2
* Cut the thread title of older/newer threads to 30 charPierre-Yves Chibon2012-03-231-4/+4
* Add the thread view logicPierre-Yves Chibon2012-03-231-0/+42
* Add pagination to the results of a searchPierre-Yves Chibon2012-03-191-5/+25
* Implement search in the different part of the emailPierre-Yves Chibon2012-03-191-7/+28
* Replace Thread-ID by ThreadID so that we can use it in the templatesPierre-Yves Chibon2012-03-181-7/+7
* Rough search workingPierre-Yves Chibon2012-03-181-1/+4
* Fix the tag/category filterPierre-Yves Chibon2012-03-181-19/+16
* Add packaging and fr-users list -- Fix the end_date when the month is DecemberPierre-Yves Chibon2012-03-181-5/+5
* Start implementing the archiver with mongo in the backgroundPierre-Yves Chibon2012-03-181-70/+57