aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | reverse sorted listCédric Bonhomme2013-10-14
* | Still trying to sort those f* articles.Cédric Bonhomme2013-10-14
* | Updated default conf file.Cédric Bonhomme2013-10-14
* | Added mongodb.py (to load articles from previous version of pyAggr3g470r).Cédric Bonhomme2013-10-13
* | Trying to sort articles (SortedListField(ReferenceField('Article')).Cédric Bonhomme2013-10-13
* | fixed bug in /articles page.Cédric Bonhomme2013-10-13
* | First implementation of /management page.Cédric Bonhomme2013-10-13
* | Optimizations in /home and /articles templates.Cédric Bonhomme2013-10-13
* | First implementation of /favorites page.Cédric Bonhomme2013-10-13
* | MongoEngine list slicing.Cédric Bonhomme2013-10-13
* | MongoEngine list slicing.Cédric Bonhomme2013-10-13
* | Mark an article as read.Cédric Bonhomme2013-10-13
* | First prototype for the /articles page.Cédric Bonhomme2013-10-13
* | First prototype for the /article page.Cédric Bonhomme2013-10-13
* | Updated about page. Readed article title are using h3 headers and unreaded h1...Cédric Bonhomme2013-10-13
* | Updated README.Cédric Bonhomme2013-10-13
* | Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
* | Removed all .py files.Cédric Bonhomme2013-10-13
* | Removed cfg files.Cédric Bonhomme2013-10-13
* | Removed qrcode sub-repositoryCédric Bonhomme2013-10-13
* | Removed static, templates and var files.Cédric Bonhomme2013-10-13
* | Removed epub module.Cédric Bonhomme2013-10-13
* | Removed Sphinx documentation.Cédric Bonhomme2013-10-13
* | start Flask branch branch. The next release of pyAggr3g470r will use Flask wi...Cédric Bonhomme2013-10-13
|/
* Fixed comments.Cédric Bonhomme2013-10-13
* Fixed encoding problem.Cédric Bonhomme2013-09-26
* Updated sphinx configuration file.Cédric Bonhomme2013-09-26
* The logo has been resized.Cédric Bonhomme2013-09-14
* Templates has been removed to the upper folder.Cédric Bonhomme2013-09-14
* The logo of the feed has been added to the feed management page (/feed).Cédric Bonhomme2013-09-14
* Bug fix in feedgetter.py when a fix does not exist.Cédric Bonhomme2013-09-10
* Improved /management template.Cédric Bonhomme2013-09-10
* It is now possible to delete all articles from a feed from the database via t...Cédric Bonhomme2013-09-10
* Changed revesion date.Cédric Bonhomme2013-09-09
* Improved pymongo requestCédric Bonhomme2013-09-09
* Change the name of the collection when the url of a feed is changed.Cédric Bonhomme2013-09-08
* Fixed minor bugs.Cédric Bonhomme2013-09-08
* Fixed bug in open_url().Cédric Bonhomme2013-09-08
* Changed the confirmation message when a new feed has been added.Cédric Bonhomme2013-09-08
* Log erros in feedgetter.pyCédric Bonhomme2013-09-08
* Log errors when trying to fetch an URL.Cédric Bonhomme2013-09-08
* Added a function which opens a URL safely.Cédric Bonhomme2013-09-08
* detect_url_erros() now uses the proxy.Cédric Bonhomme2013-09-08
* Improvement to the CSS for the navigation container.Cédric Bonhomme2013-09-03
* Improvement of the template for the /index page.Cédric Bonhomme2013-09-03
* Minor improvement to the CSS.Cédric Bonhomme2013-09-03
* Minor change to the template of the /history page.Cédric Bonhomme2013-09-03
* Removed 'overflow-x:hiden' in the CSS.Cédric Bonhomme2013-09-03
* Improvement: the user-agent is now set when looking for a feed (rss or atom) ...Cédric Bonhomme2013-08-30
* Added some comments.Cédric Bonhomme2013-08-20
bgstack15