aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reorganization of folders.cedricbonhomme2012-04-15
* Better use of datetime.cedricbonhomme2012-04-15
* Added database schema for Article and Feed object.cedricbonhomme2012-04-15
* Bugfix: sqlite2mongo.py wasn't using datetime to store article's date in the ...cedricbonhomme2012-04-15
* Version 3.2.cedricbonhomme2012-03-20
* MongoDB database stable: merging MongoDB branch in the default branch.cedricbonhomme2012-03-20
|\
* | Renamed export/import function in sqlite2mongo.pycedricbonhomme2012-03-20
* | MongoDB collection of articles is indexed with 'article_date'.cedricbonhomme2012-03-20
* | Removed articles.py.cedricbonhomme2012-03-19
* | Removed the now useless function to load articles from a SQLite database.cedricbonhomme2012-03-19
* | Added script to convert the SQLite database to a MongoDB database for the new...cedricbonhomme2012-03-19
* | Added button to share an article on Hacker News.cedricbonhomme2012-03-11
* | Export an article to plain text.cedricbonhomme2012-03-11
* | Minor bugfix in search() (variable with duplicate name).cedricbonhomme2012-03-11
* | Renamed search function 'q' to 'search'.cedricbonhomme2012-03-11
* | The search for an expression through the database is ready.cedricbonhomme2012-03-11
* | Updated README.cedricbonhomme2012-03-10
* | Delete an article individually from the MongoDB database.cedricbonhomme2012-03-10
* | The path of the SQLite base is useless. Configuration of the MongoDB database...cedricbonhomme2012-03-10
* | top_words is not an attribute of Root().cedricbonhomme2012-03-10
* | Updated comments.cedricbonhomme2012-03-10
* | We can now again delete a feed from the management page.cedricbonhomme2012-03-10
* | Better code of the management page.cedricbonhomme2012-03-10
* | Removed create_base() for SQLite.cedricbonhomme2012-03-09
* | MongoDB configuration (address, port, username and password) is loaded at lau...cedricbonhomme2012-03-09
* | Updated revision date.cedricbonhomme2012-03-09
* | No more mutex in pyAggr3g470r.pycedricbonhomme2012-03-09
* | Removed useless comment in index function.cedricbonhomme2012-03-09
* | Added configuration for MongoDB in pyAggr3g470r.cfg.cedricbonhomme2012-03-08
* | Minor improvment in index pagge. Re-enabled the 404 error page.cedricbonhomme2012-03-06
* | search function: work in progress...cedricbonhomme2012-03-05
* | get_all_articles() now returns a list of dict instead of returning a list of ...cedricbonhomme2012-03-05
* | Case insensitive sorting of collections by dict id.cedricbonhomme2012-03-05
* | Added UTF-8 support in CherryPy configuration filecedricbonhomme2012-03-05
* | Added functions to delete a feed and an article.cedricbonhomme2012-03-04
* | Speed improvement in mark_as_read()cedricbonhomme2012-03-04
* | Right menu: OK.cedricbonhomme2012-03-04
* | Minof bugfix in mark_as_read(): wrong redirection.cedricbonhomme2012-03-04
* | All articles from a feed page is now working.cedricbonhomme2012-03-04
* | Minor stupid bub fix...cedricbonhomme2012-03-04
* | Mamangement page is now almost workink.cedricbonhomme2012-03-04
* | Unread articles page is now completely working. Improvements of the get_artic...cedricbonhomme2012-03-04
* | Removed useless code concerning SQLite and the update method (inotify) on the...cedricbonhomme2012-03-04
* | 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
* | History page is now working with MongoDB.cedricbonhomme2012-03-03
* | Minor bugfix in favorites page.cedricbonhomme2012-03-03
* | Like/Unlike an article is now working with MongoDB.cedricbonhomme2012-03-03
* | Favorite page is now working with MongoDB.cedricbonhomme2012-03-03
bgstack15