aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
Commit message (Collapse)AuthorAge
* Updated header information in mongodb.py. Removed uselles import of ↵Cédric Bonhomme2013-01-11
| | | | itemgetter and attrgetter.
* 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
| | | | last 10 articles.
* 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 ↵cedricbonhomme2012-05-01
| | | | bugfixes and improvements.
* 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
|
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15