aboutsummaryrefslogtreecommitdiff
path: root/mongodb.py
Commit message (Collapse)AuthorAge
* MongoDB collection of articles is indexed with 'article_date'.cedricbonhomme2012-03-20
|
* Added script to convert the SQLite database to a MongoDB database for the ↵cedricbonhomme2012-03-19
| | | | new version of pyAggr3g470r.
* get_all_articles() now returns a list of dict instead of returning a list of ↵cedricbonhomme2012-03-05
| | | | cursors.
* Case insensitive sorting of collections by dict id.cedricbonhomme2012-03-05
|
* Added functions to delete a feed and an article.cedricbonhomme2012-03-04
|
* Speed improvement in mark_as_read()cedricbonhomme2012-03-04
|
* Mamangement page is now almost workink.cedricbonhomme2012-03-04
|
* Unread articles page is now completely working. Improvements of the ↵cedricbonhomme2012-03-04
| | | | get_articles_from_collection() function in mongodb.py, the function takes now an aditional argument in order to filter the result.
* Notifications page is working. Improved get_all_collections function.cedricbonhomme2012-03-04
|
* Mark all articles as read (from the main page) is working.cedricbonhomme2012-03-04
|
* Mark as read for a feed is working.cedricbonhomme2012-03-04
|
* Like/Unlike an article is now working with MongoDB.cedricbonhomme2012-03-03
|
* Article page is now working with MongoDB.cedricbonhomme2012-03-03
|
* Main page almost working.cedricbonhomme2012-03-03
|
* feedgetter.py now uses MongoDB database?cedricbonhomme2012-03-03
|
* Draft of the MongoDB implementation.cedricbonhomme2012-03-03
|
* Added initial MongoDB functions.cedricbonhomme2012-03-03
|
* First commit in MongoDB development branch.cedricbonhomme2012-03-03
bgstack15