aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated README.Cédric Bonhomme2014-07-05
* It is now possible to tupdate a feed with REST API.Cédric Bonhomme2014-07-05
* Updated NEWS.rst.Cédric Bonhomme2014-07-04
* Added pyAggr3g470r project news (copy of Freshmeat releases listing, in progr...Cédric Bonhomme2014-07-04
* Updated README.Cédric Bonhomme2014-07-04
* Add an article with the JSON REST API with default arguments.Cédric Bonhomme2014-07-04
* Updated README.Cédric Bonhomme2014-07-03
* FeedAPI added to the rest module.Cédric Bonhomme2014-07-02
* Added FeedListAPI ressource (todo: FeedAPI ressource).Cédric Bonhomme2014-07-01
* Now using jQuery v2.1.1.Cédric Bonhomme2014-06-30
* Minor improvements to the JS scripts.Cédric Bonhomme2014-06-29
* Using date CSS class where appropriate.Cédric Bonhomme2014-06-29
* Fixed some problems with href tags.Cédric Bonhomme2014-06-29
* Removed a bad character.Cédric Bonhomme2014-06-29
* Improved read/unread JS function.Cédric Bonhomme2014-06-29
* Improved read/unread JS function.Cédric Bonhomme2014-06-29
* Mark an article as read or unread via the REST API.Cédric Bonhomme2014-06-29
* A little bit more JavaScript.Cédric Bonhomme2014-06-29
* Delete article from the Whoosh indew when article has been deleted via the RE...Cédric Bonhomme2014-06-28
* Try to delete an article with a jQuery DELETE call.Cédric Bonhomme2014-06-28
* Try to star an article with a jQuery PUT call.Cédric Bonhomme2014-06-28
* Table rows of the dashboard are colored for inactive accounts.Cédric Bonhomme2014-06-28
* No trailing slash for this view.Cédric Bonhomme2014-06-27
* Forcing SSL with Flask-SSLify on Heroku.Cédric Bonhomme2014-06-27
* Updated bootstrap to version 3.2.0.Cédric Bonhomme2014-06-26
* Replaced warning message by an info message.Cédric Bonhomme2014-06-26
* It is better to use a dismissable alert here.Cédric Bonhomme2014-06-25
* No trailing space for the 'logout' view.Cédric Bonhomme2014-06-24
* Removed trailing slashes from the routes.Cédric Bonhomme2014-06-24
* Updated README.Cédric Bonhomme2014-06-23
* It is now possible to update the status ('like' and 'readed') of an article w...Cédric Bonhomme2014-06-23
* Updated README.Cédric Bonhomme2014-06-23
* Updated README.Cédric Bonhomme2014-06-23
* Updated README.Cédric Bonhomme2014-06-23
* DELETE method for the REST service has been implemented.Cédric Bonhomme2014-06-23
* Updated README and fixed a problem when parsing the publication date of the a...Cédric Bonhomme2014-06-23
* POST method should be defined in ArticleListAPI.Cédric Bonhomme2014-06-23
* Updated README.Cédric Bonhomme2014-06-23
* Updated README.Cédric Bonhomme2014-06-23
* It is now possible to add new articles with the API!Cédric Bonhomme2014-06-23
* The JSON service now returns HTTPS status code with messages to explain the p...Cédric Bonhomme2014-06-23
* The API has been updated.Cédric Bonhomme2014-06-22
* Updated translations.Cédric Bonhomme2014-06-22
* Braces for translations.Cédric Bonhomme2014-06-22
* Added some messages to the home page.Cédric Bonhomme2014-06-22
* Added a comment for the home() view.Cédric Bonhomme2014-06-22
* if the crawler is not able to get the link of the article, continue.Cédric Bonhomme2014-06-21
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2014-06-21
|\
| * Updated README.Cédric Bonhomme2014-06-20
* | Do not fetch articles for blocked users.Cédric Bonhomme2014-06-21
|/
bgstack15