summaryrefslogtreecommitdiffstats
path: root/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Packaging hyperkittyAamir Khan2012-07-241-106/+0
* Basic user registration upAamir Khan2012-07-011-0/+2
* Making robots.txt workAamir Khan2012-06-271-0/+5
* code refactoring: two new view files addedAamir Khan2012-06-261-24/+27
* code refactoring : moving thread page view to views/thread.pyAamir Khan2012-06-261-1/+1
* Code FormattingAamir Khan2012-06-251-1/+1
* View refacotring: moved message rendering view to views/message.pyAamir Khan2012-06-251-1/+1
* modified voteup/votedown URLAamir Khan2012-06-241-1/+1
* Adding thread.py for thread level viewsAamir Khan2012-06-201-3/+6
* changing url for message level votingAamir Khan2012-06-201-2/+2
* Rating of messagesAamir Khan2012-06-181-0/+4
* Login authenticationAamir Khan2012-06-121-2/+11
* Basic configuration stuffAamir Khan2012-06-111-4/+4
* Start on the add tag and add category bitsPierre-Yves Chibon2012-06-101-8/+14
* Enable to see archives for a single dayPierre-Yves Chibon2012-04-111-0/+2
* Some formatingPierre-Yves Chibon2012-04-051-13/+26
* make tag pagination RESTishAamir Khan2012-04-061-0/+1
* removed urls without trailing slash from urls.pyAamir Khan2012-04-061-32/+24
* The order of the regex matters, urls with a trailing slash should be before t...Pierre-Yves Chibon2012-04-051-3/+4
* urls.py fix - page can be more than a digitAamir Khan2012-04-051-2/+2
* Fix next and previous links on search pageAamir Khan2012-04-051-2/+2
* RESTish URL for search result pagesAamir Khan2012-04-051-0/+4
* Fix the search to work properly with the pagination and have nice urlsPierre-Yves Chibon2012-04-051-3/+4
* Implement the new identifiers (I've removed all the dashes in the identifiers)Pierre-Yves Chibon2012-03-311-1/+1
* Add logic for single message view/pagePierre-Yves Chibon2012-03-311-0/+2
* Add Search facility to the REST APIPierre-Yves Chibon2012-03-291-1/+2
* Remove one dependency to tastypiePierre-Yves Chibon2012-03-281-1/+0
* Add a /api information pagePierre-Yves Chibon2012-03-281-0/+1
* Add first bits of a REST API relying on the django-rest-frameworkPierre-Yves Chibon2012-03-281-0/+5
* real pages are at / rather than /2, mockup is at /mockupAamir Khan2012-03-281-23/+23
* Add the thread view logicPierre-Yves Chibon2012-03-231-0/+2
* Let's kick out this url for the moment, we don't do anything with itPierre-Yves Chibon2012-03-191-1/+1
* Start implementing the archiver with mongo in the backgroundPierre-Yves Chibon2012-03-181-4/+6
* Change mm_app to hyperkitty in the sourceToshio Kuratomi2012-03-131-2/+2
* Import the initial version of the hyperkitty archivertoshio2012-03-121-0/+48