aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* Article page is now working with MongoDB.cedricbonhomme2012-03-03
* Feed information page is working with MongoDB.cedricbonhomme2012-03-03
* Main page almost working.cedricbonhomme2012-03-03
* Minor bugfix in the statistics page.cedricbonhomme2012-03-03
* New statistics page. Lighter management page.cedricbonhomme2012-03-02
* Release 3.1.cedricbonhomme2011-11-29
* Minor improvement. Ensure that the size of the string to encode is less than ...cedricbonhomme2011-11-25
* Removed delicious share button in favor of pinboard. Removed twitter button.cedricbonhomme2011-11-24
* Only use the plain text version of articles for the generation of QR code (no...cedricbonhomme2011-11-24
* Removed PyQRNative module in favor of qrcode module.cedricbonhomme2011-11-23
* Systematic generation of QR Code in article's page. If the article is too lon...cedricbonhomme2011-11-23
* It is now possible to export all the content of an article in QRCode. Removed...cedricbonhomme2011-11-23
* Release 3.0.cedricbonhomme2011-10-25
* Removed Google Buzz button.cedricbonhomme2011-10-25
* Simple HTML export has been replaced by Webzine HTML export.cedricbonhomme2011-10-25
* Updated .hgignore. Added a function to export the articles database to pdf fi...cedricbonhomme2011-10-25
* It is now possible to export all the database in the ePub format.cedricbonhomme2011-10-25
* Refactored export functions properly. The appropriate export function of the ...cedricbonhomme2011-10-24
* Added export.py. This file will gather all the export functions.cedricbonhomme2011-10-24
* Updated CherryPy configuration.cedricbonhomme2011-10-02
* Minor changes to the /article page (sharing links).cedricbonhomme2011-10-02
* Removed buzz image.cedricbonhomme2011-10-02
* It is now possible to share an article on Pinboard.cedricbonhomme2011-10-02
* Added more comments in headers.~cedricbonhomme2011-09-27
* Removed bindhost variable.cedricbonhomme2011-09-26
* Added CherryPy configuration file.cedricbonhomme2011-09-26
bgstack15