aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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 ↵cedricbonhomme2012-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 ↵cedricbonhomme2012-03-04
| | | | | | | | the old database.
* | 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
| |
* | feedgetter.py now uses MongoDB database?cedricbonhomme2012-03-03
| |
* | Draft of the MongoDB implementation.cedricbonhomme2012-03-03
| |
* | Added initial MongoDB functions.cedricbonhomme2012-03-03
| |
* | First commit in MongoDB development branch.cedricbonhomme2012-03-03
|/
* Minor bugfix in the statistics page.cedricbonhomme2012-03-03
|
* New statistics page. Lighter management page.cedricbonhomme2012-03-02
|
* Added new test feed.cedricbonhomme2012-01-03
|
* Release 3.1.cedricbonhomme2011-11-29
|
* Bugfix. The mutex was not released in the function load_feed() when an ↵cedricbonhomme2011-11-25
| | | | excpetion occurs in the SQLite querry.
* Minor improvement. Ensure that the size of the string to encode is less than ↵cedricbonhomme2011-11-25
| | | | 4296 characters. Else the URL of the article is used. Catch all type of exceptions.
* Removed delicious share button in favor of pinboard. Removed twitter button.cedricbonhomme2011-11-24
|
* Updated README file.cedricbonhomme2011-11-24
|
* Only use the plain text version of articles for the generation of QR code ↵cedricbonhomme2011-11-24
| | | | (not the HTML version).
* Updated .hgsubcedricbonhomme2011-11-24
|
* Added .hgsub the subrepository 'qrcode'.cedricbonhomme2011-11-24
|
* Updated documentation.cedricbonhomme2011-11-23
|
* 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 ↵cedricbonhomme2011-11-23
| | | | long, the URL of the article is used.
* It is now possible to export all the content of an article in QRCode. ↵cedricbonhomme2011-11-23
| | | | Removed some trailing spaces.
* 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
|
* Added comments.cedricbonhomme2011-10-25
|
* Updated CherryPy configuration: no timeout (the export of the database to ↵cedricbonhomme2011-10-25
| | | | PDF files can take a while).
* Updated .hgignore. Added a function to export the articles database to pdf ↵cedricbonhomme2011-10-25
| | | | files.
* Added .hgignire file.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
| | | | 'export' module is called with getattr() in pyAggr3g470r.py.
* Minor bugfix in export.pycedricbonhomme2011-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
|
* Bugfix: wrong image url.cedricbonhomme2011-09-27
|
bgstack15