index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
mongodb.py
Commit message (
Expand
)
Author
Age
*
Updated copyrights years.
Cédric Bonhomme
2013-01-01
*
Updated revision number.
Cédric Bonhomme
2012-12-29
*
Updated comments in mongodb.py.
Cédric Bonhomme
2012-12-02
*
Reorganisation
Cédric Bonhomme
2012-11-30
*
Code factorization...
Cédric Bonhomme
2012-11-30
*
Code factorization.
Cédric Bonhomme
2012-11-30
*
List of favorites articles is now always sorted by date.
Cédric Bonhomme
2012-11-30
*
Performance MongoDB imptovements (get_gavorites() function).
Cédric Bonhomme
2012-11-30
*
Removed useless function in mongodb.py.
Cédric Bonhomme
2012-11-30
*
Porting to Python 3.2. Better, faster, stronger.
cedricbonhomme
2012-11-08
*
Minor improvements for the management of the database.
cedricbonhomme
2012-10-22
*
Bug fix in drop base function. The wrong database name was used.
cedricbonhomme
2012-10-22
*
No longer create index on MongoDB articles collection.
cedricbonhomme
2012-10-22
*
Catch an error when creating index with mongodb and python 2.7.3.
cedricbonhomme
2012-10-20
*
Updated header comments.
cedricbonhomme
2012-07-22
*
Improvement: get_articles_from_collection() function can now return only the ...
cedricbonhomme
2012-05-17
*
Minor bugfix in mongodb.py: delete_article function didn't delete articles.
cedricbonhomme
2012-05-17
*
Minor bugix. DB instantiation was done twice.
cedricbonhomme
2012-05-04
*
Distant MongoDB connection working (tested with AlwaysData).
cedricbonhomme
2012-05-03
*
Connection on the MongoDB database with authentication OK.
cedricbonhomme
2012-05-02
*
Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug...
cedricbonhomme
2012-05-01
*
It is now possible to update information about a feed with the MongoDG database.
cedricbonhomme
2012-05-01
*
Added comment. Bugfix at feed/ page.
cedricbonhomme
2012-05-01
*
Indentation error.
cedricbonhomme
2012-04-22
*
Added comments.
cedricbonhomme
2012-04-22
*
Renamed get_all_collections() to get_all_feeds().
cedricbonhomme
2012-04-22
*
Renamed get_collection() to get_feed().
cedricbonhomme
2012-04-22
*
Removed print_collections() function.
cedricbonhomme
2012-04-22
*
Reorganization of folders.
cedricbonhomme
2012-04-15
bgstack15