Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Cut the thread title of older/newer threads to 30 char | Pierre-Yves Chibon | 2012-03-23 | 1 | -4/+4 | |
| | ||||||
* | Improve Thread view UI -- Add link from the monthly view to the thread | Pierre-Yves Chibon | 2012-03-23 | 3 | -3/+5 | |
| | ||||||
* | Add the thread view logic | Pierre-Yves Chibon | 2012-03-23 | 3 | -0/+96 | |
| | ||||||
* | work on the thread view | Pierre-Yves Chibon | 2012-03-23 | 3 | -74/+106 | |
| | ||||||
* | Remove empty tag | Pierre-Yves Chibon | 2012-03-23 | 1 | -3/+0 | |
| | ||||||
* | Add template, css and images for the thread view | Pierre-Yves Chibon | 2012-03-23 | 4 | -0/+428 | |
| | ||||||
* | Let's rename the module so that it works out of the box | Pierre-Yves Chibon | 2012-03-23 | 1 | -1/+1 | |
| | ||||||
* | Let's try another way of getting for how long the archives are available | Pierre-Yves Chibon | 2012-03-19 | 1 | -7/+11 | |
| | ||||||
* | Add pagination to the results of a search | Pierre-Yves Chibon | 2012-03-19 | 3 | -7/+64 | |
| | ||||||
* | Let's kick out this url for the moment, we don't do anything with it | Pierre-Yves Chibon | 2012-03-19 | 1 | -1/+1 | |
| | ||||||
* | I don't use list but directly int there | Pierre-Yves Chibon | 2012-03-19 | 1 | -3/+3 | |
| | ||||||
* | Implement search in the different part of the email | Pierre-Yves Chibon | 2012-03-19 | 1 | -7/+28 | |
| | ||||||
* | Some css changes for a better recent page | Pierre-Yves Chibon | 2012-03-19 | 1 | -6/+6 | |
| | ||||||
* | Replace Thread-ID by ThreadID so that we can use it in the templates | Pierre-Yves Chibon | 2012-03-18 | 3 | -14/+18 | |
| | ||||||
* | Rough search working | Pierre-Yves Chibon | 2012-03-18 | 1 | -1/+4 | |
| | ||||||
* | Fix the aggregation of the thread -- Use References instead of In-Reply-To | Pierre-Yves Chibon | 2012-03-18 | 1 | -5/+7 | |
| | ||||||
* | Use References to detect thread rather than In-Reply-To and add function to ↵ | Pierre-Yves Chibon | 2012-03-18 | 1 | -5/+15 | |
| | | | | search the archives | |||||
* | Fix the tag/category filter | Pierre-Yves Chibon | 2012-03-18 | 1 | -19/+16 | |
| | ||||||
* | Fix categories | Pierre-Yves Chibon | 2012-03-18 | 1 | -7/+7 | |
| | ||||||
* | Fix categories | Pierre-Yves Chibon | 2012-03-18 | 1 | -4/+12 | |
| |