summaryrefslogtreecommitdiffstats
path: root/lib/mongo.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the ordering for the time being, we should fix that at the database levelPierre-Yves Chibon2012-03-311-2/+3
* Add a get_email function return the email corresponding to the given Message-...Pierre-Yves Chibon2012-03-281-1/+13
* Use int() on the identifier and return nothing if there is nothing to returnPierre-Yves Chibon2012-03-231-4/+7
* Add the thread view logicPierre-Yves Chibon2012-03-231-0/+52
* Let's try another way of getting for how long the archives are availablePierre-Yves Chibon2012-03-191-7/+11
* Add pagination to the results of a searchPierre-Yves Chibon2012-03-191-2/+3
* Replace Thread-ID by ThreadID so that we can use it in the templatesPierre-Yves Chibon2012-03-181-6/+6
* Fix the aggregation of the thread -- Use References instead of In-Reply-ToPierre-Yves Chibon2012-03-181-5/+7
* Use References to detect thread rather than In-Reply-To and add function to s...Pierre-Yves Chibon2012-03-181-5/+15
* Let's try to optimizationPierre-Yves Chibon2012-03-181-2/+4
* Start implementing the archiver with mongo in the backgroundPierre-Yves Chibon2012-03-181-0/+83