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
*
Don't try to authenticate is no password is given by the user in the configur...
cedricbonhomme
2013-04-03
*
Updated revision date.
Cédric Bonhomme
2013-04-02
*
Index are generated in background at database initialization.
Cédric Bonhomme
2013-04-02
*
Test if ids of the feed/articles exists.
Cédric Bonhomme
2013-04-01
*
MongoDB index.
Cédric Bonhomme
2013-03-19
*
Added new views: subscriptions in order to list subscribed feeds.
Cédric Bonhomme
2013-03-19
*
MongoDB index.
Cédric Bonhomme
2013-03-19
*
In and Post order depth traversal.
Cédric Bonhomme
2013-03-19
*
Creation of an index when creating a new collection.
Cédric Bonhomme
2013-03-15
*
Improved code readability.
Cédric Bonhomme
2013-03-15
*
Added TODO comment in mongodb.py
Cédric Bonhomme
2013-03-05
*
MongoDB index on 'article_date' for each new collection.
Cédric Bonhomme
2013-02-14
*
Removed 'width=50%' parameter for the page of exported articles.
Cédric Bonhomme
2013-02-14
*
Updated revision date.
Cédric Bonhomme
2013-02-01
*
Create a MongoDB index for each new collection.
Cédric Bonhomme
2013-02-01
*
Updated README with just information about the required modules for the langu...
Cédric Bonhomme
2013-02-01
*
Test if the article is present in the database before sending it via mail.
Cédric Bonhomme
2013-01-21
*
Minor changes in mongodb.py: comments + __main__ section.
Cédric Bonhomme
2013-01-20
*
get_feed() in mongodb.py should test the presence of a collection.
Cédric Bonhomme
2013-01-20
*
Updated header information in mongodb.py. Removed uselles import of itemgette...
Cédric Bonhomme
2013-01-11
*
Removed useless comments.
Cédric Bonhomme
2013-01-11
*
Search function now using MongoDB indexed fulltext searching.
Cédric Bonhomme
2013-01-11
*
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
[next]
bgstack15