summaryrefslogtreecommitdiffstats
path: root/lib/mongo.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary code : lib/Aamir Khan2012-06-241-199/+0
* Let's convert the value to int if there is a value to convertPierre-Yves Chibon2012-04-231-4/+5
* Limit the result of the tag search to the lastest 50Pierre-Yves Chibon2012-04-191-2/+12
* Implement the new identifiers (I've removed all the dashes in the identifiers)Pierre-Yves Chibon2012-03-311-24/+42
* 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