aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | first 9 articlesCédric Bonhomme2013-10-28
* | Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
* | SECRET_KEY is set by os.urandom(12).Cédric Bonhomme2013-10-27
* | Removed debug tool bar.Cédric Bonhomme2013-10-27
* | Updated importer.Cédric Bonhomme2013-10-27
* | Sort articles on the main page.Cédric Bonhomme2013-10-27
* | Removed debug print.Cédric Bonhomme2013-10-27
* | Sort the list of articles for the /articles page.Cédric Bonhomme2013-10-27
* | Updated about page.Cédric Bonhomme2013-10-24
* | Disabling logs in feedgetter.Cédric Bonhomme2013-10-15
* | Fixed indentation error.Cédric Bonhomme2013-10-15
* | Disabling logs.Cédric Bonhomme2013-10-15
* | 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
bgstack15