summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a title to the graphPierre-Yves Chibon2012-04-111-0/+7
|
* 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-114-0/+7803
|
* Remove unused links generating 404 everytime we open the page...Pierre-Yves Chibon2012-04-111-9/+0
|
* Fix a little the width distribution of the elements in the pagePierre-Yves Chibon2012-04-101-2/+2
|
* Fix the previous/next link used in the paginationPierre-Yves Chibon2012-04-052-2/+15
|
* Add a full_path information for the search template and do some code layout ↵Pierre-Yves Chibon2012-04-051-3/+9
| | | | changes
* Some formatingPierre-Yves Chibon2012-04-051-13/+26
|
* make tag pagination RESTishAamir Khan2012-04-062-2/+3
|
* removed the mockup filesAamir Khan2012-04-067-570/+0
|
* 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 ↵Pierre-Yves Chibon2012-04-051-3/+4
| | | | the one without
* Remove debugging codePierre-Yves Chibon2012-04-051-3/+3
|
* urls.py fix - page can be more than a digitAamir Khan2012-04-050-0/+0
|\
| * urls.py fix - page can be more than a digitAamir Khan2012-04-051-2/+2
| |
* | urls.py fix - page can be more than a digitAamir Khan2012-04-052-4/+4
|/
* Fix next and previous links on search pageAamir Khan2012-04-052-6/+6
|
* 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-052-10/+7
|
* Fix the search to work properly with the pagination and have nice urlsPierre-Yves Chibon2012-04-053-15/+13
|
* Search page next & prev URL fixAamir Khan2012-04-052-4/+11
|
* Fix: InvalidPage is not definedAamir Khan2012-04-051-1/+1
|
* Add starting code for the mm3 <-> hk linkPierre-Yves Chibon2012-04-041-0/+164
|
* Remove debugging codePierre-Yves Chibon2012-03-311-1/+0
|
* Implement the new identifiers (I've removed all the dashes in the identifiers)Pierre-Yves Chibon2012-03-312-25/+43
|
* Fix typoPierre-Yves Chibon2012-03-311-1/+1
|
* Comment out the previous/next thread bits as this will not be valid anymore ↵Pierre-Yves Chibon2012-03-311-5/+7
| | | | with the new system
* Fix header of the Message and Thread templatesPierre-Yves Chibon2012-03-312-2/+10
|
* Add link to the threadsPierre-Yves Chibon2012-03-311-2/+12
|
* Add link to the message page from the threadPierre-Yves Chibon2012-03-311-2/+4
|
* Remove the ordering for the time being, we should fix that at the database levelPierre-Yves Chibon2012-03-311-2/+3
|
* Sometime we have the first or the last threadPierre-Yves Chibon2012-03-311-0/+5
|
* Add links to the summary and index pagesPierre-Yves Chibon2012-03-312-1/+20
|
* Add logic for single message view/pagePierre-Yves Chibon2012-03-312-0/+19
|
* Add templates for single message viewPierre-Yves Chibon2012-03-312-0/+108
|
* MergePierre-Yves Chibon2012-03-314-3/+54
|\
| * Add Search facility to the REST APIPierre-Yves Chibon2012-03-293-1/+51
| |
| * Adjust the README filePierre-Yves Chibon2012-03-291-2/+3
| | | | | | | | | | - pymongo is needed in the virtualenv - Fix typo in the bzr branch command
* | Remove notmuch lib and the import-mbox scriptPierre-Yves Chibon2012-03-311-64/+0
|/
* Remove one dependency to tastypiePierre-Yves Chibon2012-03-281-1/+0
|
* MergePierre-Yves Chibon2012-03-280-0/+0
|\
| * dependency added in READMEAamir Khan2012-03-291-0/+2
| |
* | Add a /api information pagePierre-Yves Chibon2012-03-283-0/+68
| |
* | Add omitted </div>Pierre-Yves Chibon2012-03-281-22/+23
|/
* Update the READMEPierre-Yves Chibon2012-03-281-16/+23
|
* Add first bits of a REST API relying on the django-rest-frameworkPierre-Yves Chibon2012-03-283-0/+44
|
* Add a get_email function return the email corresponding to the given ↵Pierre-Yves Chibon2012-03-281-1/+13
| | | | Message-ID -- code layout
* 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-2819-349/+697
|