Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | ||||||
* | Add packaging and fr-users list -- Fix the end_date when the month is December | Pierre-Yves Chibon | 2012-03-18 | 1 | -5/+5 | |
| | ||||||
* | Let's try to optimization | Pierre-Yves Chibon | 2012-03-18 | 1 | -2/+4 | |
| | ||||||
* | Add a link to the index page | Pierre-Yves Chibon | 2012-03-18 | 1 | -0/+5 | |
| | ||||||
* | Fix the categories | Pierre-Yves Chibon | 2012-03-18 | 2 | -8/+8 | |
| | ||||||
* | Start implementing the archiver with mongo in the background | Pierre-Yves Chibon | 2012-03-18 | 14 | -219/+408 | |
| | ||||||
* | Remove notmuch lib | Pierre-Yves Chibon | 2012-03-18 | 1 | -105/+0 | |
| | ||||||
* | Rename mm_app references to hyperkitty instead | Toshio Kuratomi | 2012-03-13 | 0 | -0/+0 | |
|\ | ||||||
| * | Remove all references to mm_app | Pierre-Yves Chibon | 2012-03-13 | 3 | -4/+4 | |
| | | ||||||
| * | Adjust settings to remove reference to mm_app | Pierre-Yves Chibon | 2012-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | Change mm_app to hyperkitty in the source | Toshio Kuratomi | 2012-03-13 | 5 | -9/+9 | |
| | | ||||||
* | | Add the start of a schema for when we parse the email | Toshio Kuratomi | 2012-03-13 | 1 | -0/+19 | |
|/ |