Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a full_path information for the search template and do some code layout ↵ | Pierre-Yves Chibon | 2012-04-05 | 1 | -3/+9 | |
| | | | | changes | |||||
* | Some formating | Pierre-Yves Chibon | 2012-04-05 | 1 | -13/+26 | |
| | ||||||
* | make tag pagination RESTish | Aamir Khan | 2012-04-06 | 2 | -2/+3 | |
| | ||||||
* | removed the mockup files | Aamir Khan | 2012-04-06 | 7 | -570/+0 | |
| | ||||||
* | removed urls without trailing slash from urls.py | Aamir Khan | 2012-04-06 | 1 | -32/+24 | |
| | ||||||
* | The order of the regex matters, urls with a trailing slash should be before ↵ | Pierre-Yves Chibon | 2012-04-05 | 1 | -3/+4 | |
| | | | | the one without | |||||
* | Remove debugging code | Pierre-Yves Chibon | 2012-04-05 | 1 | -3/+3 | |
| | ||||||
* | urls.py fix - page can be more than a digit | Aamir Khan | 2012-04-05 | 0 | -0/+0 | |
|\ | ||||||
| * | urls.py fix - page can be more than a digit | Aamir Khan | 2012-04-05 | 1 | -2/+2 | |
| | | ||||||
* | | urls.py fix - page can be more than a digit | Aamir Khan | 2012-04-05 | 2 | -4/+4 | |
|/ | ||||||
* | Fix next and previous links on search page | Aamir Khan | 2012-04-05 | 2 | -6/+6 | |
| | ||||||
* | Add num_threads - Number of threads to be displayed in each page | Aamir Khan | 2012-04-05 | 1 | -3/+3 | |
| | ||||||
* | add default value to page number | Aamir Khan | 2012-04-05 | 1 | -2/+2 | |
| | ||||||
* | RESTish URL for search result pages | Aamir Khan | 2012-04-05 | 2 | -10/+7 | |
| | ||||||
* | Fix the search to work properly with the pagination and have nice urls | Pierre-Yves Chibon | 2012-04-05 | 3 | -15/+13 | |
| | ||||||
* | Search page next & prev URL fix | Aamir Khan | 2012-04-05 | 2 | -4/+11 | |
| | ||||||
* | Fix: InvalidPage is not defined | Aamir Khan | 2012-04-05 | 1 | -1/+1 | |
| | ||||||
* | Add starting code for the mm3 <-> hk link | Pierre-Yves Chibon | 2012-04-04 | 1 | -0/+164 | |
| | ||||||
* | Remove debugging code | Pierre-Yves Chibon | 2012-03-31 | 1 | -1/+0 | |
| | ||||||
* | Implement the new identifiers (I've removed all the dashes in the identifiers) | Pierre-Yves Chibon | 2012-03-31 | 2 | -25/+43 | |
| | ||||||
* | Fix typo | Pierre-Yves Chibon | 2012-03-31 | 1 | -1/+1 | |
| | ||||||
* | Comment out the previous/next thread bits as this will not be valid anymore ↵ | Pierre-Yves Chibon | 2012-03-31 | 1 | -5/+7 | |
| | | | | with the new system | |||||
* | Fix header of the Message and Thread templates | Pierre-Yves Chibon | 2012-03-31 | 2 | -2/+10 | |
| | ||||||
* | Add link to the threads | Pierre-Yves Chibon | 2012-03-31 | 1 | -2/+12 | |
| | ||||||
* | Add link to the message page from the thread | Pierre-Yves Chibon | 2012-03-31 | 1 | -2/+4 | |
| | ||||||
* | Remove the ordering for the time being, we should fix that at the database level | Pierre-Yves Chibon | 2012-03-31 | 1 | -2/+3 | |
| | ||||||
* | Sometime we have the first or the last thread | Pierre-Yves Chibon | 2012-03-31 | 1 | -0/+5 | |
| | ||||||
* | Add links to the summary and index pages | Pierre-Yves Chibon | 2012-03-31 | 2 | -1/+20 | |
| | ||||||
* | Add logic for single message view/page | Pierre-Yves Chibon | 2012-03-31 | 2 | -0/+19 | |
| | ||||||
* | Add templates for single message view | Pierre-Yves Chibon | 2012-03-31 | 2 | -0/+108 | |
| | ||||||
* | Merge | Pierre-Yves Chibon | 2012-03-31 | 4 | -3/+54 | |
|\ | ||||||
| * | Add Search facility to the REST API | Pierre-Yves Chibon | 2012-03-29 | 3 | -1/+51 | |
| | | ||||||
| * | Adjust the README file | Pierre-Yves Chibon | 2012-03-29 | 1 | -2/+3 | |
| | | | | | | | | | | - pymongo is needed in the virtualenv - Fix typo in the bzr branch command | |||||
* | | Remove notmuch lib and the import-mbox script | Pierre-Yves Chibon | 2012-03-31 | 1 | -64/+0 | |
|/ | ||||||
* | Remove one dependency to tastypie | Pierre-Yves Chibon | 2012-03-28 | 1 | -1/+0 | |
| | ||||||
* | Merge | Pierre-Yves Chibon | 2012-03-28 | 0 | -0/+0 | |
|\ | ||||||
| * | dependency added in README | Aamir Khan | 2012-03-29 | 1 | -0/+2 | |
| | | ||||||
* | | Add a /api information page | Pierre-Yves Chibon | 2012-03-28 | 3 | -0/+68 | |
| | | ||||||
* | | Add omitted </div> | Pierre-Yves Chibon | 2012-03-28 | 1 | -22/+23 | |
|/ | ||||||
* | Update the README | Pierre-Yves Chibon | 2012-03-28 | 1 | -16/+23 | |
| | ||||||
* | Add first bits of a REST API relying on the django-rest-framework | Pierre-Yves Chibon | 2012-03-28 | 3 | -0/+44 | |
| | ||||||
* | Add a get_email function return the email corresponding to the given ↵ | Pierre-Yves Chibon | 2012-03-28 | 1 | -1/+13 | |
| | | | | Message-ID -- code layout | |||||
* | small fix of error caused while shifting real pages to / from /2/ | Aamir Khan | 2012-03-28 | 1 | -4/+4 | |
| | ||||||
* | real pages are at / rather than /2, mockup is at /mockup | Aamir Khan | 2012-03-28 | 19 | -349/+697 | |
| | ||||||
* | Make the column a little bit larger | Pierre-Yves Chibon | 2012-03-23 | 1 | -1/+1 | |
| | ||||||
* | Add link to the thread in the search result page | Pierre-Yves Chibon | 2012-03-23 | 1 | -1/+3 | |
| | ||||||
* | Fix the search box | Pierre-Yves Chibon | 2012-03-23 | 1 | -9/+3 | |
| | ||||||
* | Small change for the content section | Pierre-Yves Chibon | 2012-03-23 | 1 | -1/+1 | |
| | ||||||
* | Give some output if there is nothing to display | Pierre-Yves Chibon | 2012-03-23 | 2 | -0/+4 | |
| | ||||||
* | Use int() on the identifier and return nothing if there is nothing to return | Pierre-Yves Chibon | 2012-03-23 | 1 | -4/+7 | |
| |