aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | this sort is enough fastCédric Bonhomme2013-10-30
* | context manager now uselessCédric Bonhomme2013-10-30
* | count() is way faster than len().Cédric Bonhomme2013-10-30
* | Updated requirements.txtCédric Bonhomme2013-10-29
* | Link to the original article.Cédric Bonhomme2013-10-28
* | Added link to the site of the feed.Cédric Bonhomme2013-10-28
* | Displaying the number of articles in a feed.Cédric Bonhomme2013-10-28
* | Removed Flask debug toolbar dependency.Cédric Bonhomme2013-10-28
* | Updated /articles page.Cédric Bonhomme2013-10-28
* | tests for /unread page.Cédric Bonhomme2013-10-28
* | 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
bgstack15