aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
Commit message (Expand)AuthorAge
* Don't try to authenticate is no password is given by the user in the configur...cedricbonhomme2013-04-03
* Updated revision date.Cédric Bonhomme2013-04-02
* Index are generated in background at database initialization.Cédric Bonhomme2013-04-02
* Test if ids of the feed/articles exists.Cédric Bonhomme2013-04-01
* MongoDB index.Cédric Bonhomme2013-03-19
* Added new views: subscriptions in order to list subscribed feeds.Cédric Bonhomme2013-03-19
* MongoDB index.Cédric Bonhomme2013-03-19
* In and Post order depth traversal.Cédric Bonhomme2013-03-19
* Creation of an index when creating a new collection.Cédric Bonhomme2013-03-15
* Improved code readability.Cédric Bonhomme2013-03-15
* Added TODO comment in mongodb.pyCédric Bonhomme2013-03-05
* MongoDB index on 'article_date' for each new collection.Cédric Bonhomme2013-02-14
* Removed 'width=50%' parameter for the page of exported articles.Cédric Bonhomme2013-02-14
* Updated revision date.Cédric Bonhomme2013-02-01
* Create a MongoDB index for each new collection.Cédric Bonhomme2013-02-01
* Updated README with just information about the required modules for the langu...Cédric Bonhomme2013-02-01
* Test if the article is present in the database before sending it via mail.Cédric Bonhomme2013-01-21
* Minor changes in mongodb.py: comments + __main__ section.Cédric Bonhomme2013-01-20
* get_feed() in mongodb.py should test the presence of a collection.Cédric Bonhomme2013-01-20
* Updated header information in mongodb.py. Removed uselles import of itemgette...Cédric Bonhomme2013-01-11
* Removed useless comments.Cédric Bonhomme2013-01-11
* Search function now using MongoDB indexed fulltext searching.Cédric Bonhomme2013-01-11
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Updated revision number.Cédric Bonhomme2012-12-29
* Updated comments in mongodb.py.Cédric Bonhomme2012-12-02
* ReorganisationCédric Bonhomme2012-11-30
* Code factorization...Cédric Bonhomme2012-11-30
* Code factorization.Cédric Bonhomme2012-11-30
* List of favorites articles is now always sorted by date.Cédric Bonhomme2012-11-30
* Performance MongoDB imptovements (get_gavorites() function).Cédric Bonhomme2012-11-30
* Removed useless function in mongodb.py.Cédric Bonhomme2012-11-30
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
* Minor improvements for the management of the database.cedricbonhomme2012-10-22
* Bug fix in drop base function. The wrong database name was used.cedricbonhomme2012-10-22
* No longer create index on MongoDB articles collection.cedricbonhomme2012-10-22
* Catch an error when creating index with mongodb and python 2.7.3.cedricbonhomme2012-10-20
* Updated header comments.cedricbonhomme2012-07-22
* Improvement: get_articles_from_collection() function can now return only the ...cedricbonhomme2012-05-17
* Minor bugfix in mongodb.py: delete_article function didn't delete articles.cedricbonhomme2012-05-17
* Minor bugix. DB instantiation was done twice.cedricbonhomme2012-05-04
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
* Connection on the MongoDB database with authentication OK.cedricbonhomme2012-05-02
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug...cedricbonhomme2012-05-01
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
* Added comment. Bugfix at feed/ page.cedricbonhomme2012-05-01
* Indentation error.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* Renamed get_all_collections() to get_all_feeds().cedricbonhomme2012-04-22
* Renamed get_collection() to get_feed().cedricbonhomme2012-04-22
* Removed print_collections() function.cedricbonhomme2012-04-22
bgstack15