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
Commit message (
Collapse
)
Author
Age
*
Added button to share an article on Hacker News.
cedricbonhomme
2012-03-11
|
*
Export an article to plain text.
cedricbonhomme
2012-03-11
|
*
Minor bugfix in search() (variable with duplicate name).
cedricbonhomme
2012-03-11
|
*
Renamed search function 'q' to 'search'.
cedricbonhomme
2012-03-11
|
*
The search for an expression through the database is ready.
cedricbonhomme
2012-03-11
|
*
Updated README.
cedricbonhomme
2012-03-10
|
*
Delete an article individually from the MongoDB database.
cedricbonhomme
2012-03-10
|
*
The path of the SQLite base is useless. Configuration of the MongoDB ↵
cedricbonhomme
2012-03-10
|
|
|
|
database is in ./cgf/pyaggr3g470r.cfg-sample.
*
top_words is not an attribute of Root().
cedricbonhomme
2012-03-10
|
*
Updated comments.
cedricbonhomme
2012-03-10
|
*
We can now again delete a feed from the management page.
cedricbonhomme
2012-03-10
|
*
Better code of the management page.
cedricbonhomme
2012-03-10
|
*
Removed create_base() for SQLite.
cedricbonhomme
2012-03-09
|
*
MongoDB configuration (address, port, username and password) is loaded at ↵
cedricbonhomme
2012-03-09
|
|
|
|
launch.
*
Updated revision date.
cedricbonhomme
2012-03-09
|
*
No more mutex in pyAggr3g470r.py
cedricbonhomme
2012-03-09
|
*
Removed useless comment in index function.
cedricbonhomme
2012-03-09
|
*
Added configuration for MongoDB in pyAggr3g470r.cfg.
cedricbonhomme
2012-03-08
|
*
Minor improvment in index pagge. Re-enabled the 404 error page.
cedricbonhomme
2012-03-06
|
*
search function: work in progress...
cedricbonhomme
2012-03-05
|
*
get_all_articles() now returns a list of dict instead of returning a list of ↵
cedricbonhomme
2012-03-05
|
|
|
|
cursors.
*
Case insensitive sorting of collections by dict id.
cedricbonhomme
2012-03-05
|
*
Added UTF-8 support in CherryPy configuration file
cedricbonhomme
2012-03-05
|
*
Added functions to delete a feed and an article.
cedricbonhomme
2012-03-04
|
*
Speed improvement in mark_as_read()
cedricbonhomme
2012-03-04
|
*
Right menu: OK.
cedricbonhomme
2012-03-04
|
*
Minof bugfix in mark_as_read(): wrong redirection.
cedricbonhomme
2012-03-04
|
*
All articles from a feed page is now working.
cedricbonhomme
2012-03-04
|
*
Minor stupid bub fix...
cedricbonhomme
2012-03-04
|
*
Mamangement page is now almost workink.
cedricbonhomme
2012-03-04
|
*
Unread articles page is now completely working. Improvements of the ↵
cedricbonhomme
2012-03-04
|
|
|
|
get_articles_from_collection() function in mongodb.py, the function takes now an aditional argument in order to filter the result.
*
Removed useless code concerning SQLite and the update method (inotify) on ↵
cedricbonhomme
2012-03-04
|
|
|
|
the old database.
*
Notifications page is working. Improved get_all_collections function.
cedricbonhomme
2012-03-04
|
*
Mark all articles as read (from the main page) is working.
cedricbonhomme
2012-03-04
|
*
Mark as read for a feed is working.
cedricbonhomme
2012-03-04
|
*
History page is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Minor bugfix in favorites page.
cedricbonhomme
2012-03-03
|
*
Like/Unlike an article is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Favorite page is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Article page is now working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Feed information page is working with MongoDB.
cedricbonhomme
2012-03-03
|
*
Main page almost working.
cedricbonhomme
2012-03-03
|
*
feedgetter.py now uses MongoDB database?
cedricbonhomme
2012-03-03
|
*
Draft of the MongoDB implementation.
cedricbonhomme
2012-03-03
|
*
Added initial MongoDB functions.
cedricbonhomme
2012-03-03
|
*
First commit in MongoDB development branch.
cedricbonhomme
2012-03-03
|
*
Minor bugfix in the statistics page.
cedricbonhomme
2012-03-03
|
*
New statistics page. Lighter management page.
cedricbonhomme
2012-03-02
|
*
Added new test feed.
cedricbonhomme
2012-01-03
|
*
Release 3.1.
cedricbonhomme
2011-11-29
|
[next]
bgstack15