aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views/views.py
Commit message (Collapse)AuthorAge
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* The minimum error count is now specified in the configuration file.Cédric Bonhomme2015-04-08
|
* correcting the way we use the controllers and adding documentationFrançois Schmidts2015-04-07
|
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\ | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html
| * Bugfix.Cédric Bonhomme2015-04-01
| |
| * Use more the controllers in views.py. user_id_key is the email.Cédric Bonhomme2015-03-29
| |
| * The manual retrieving of news is solely available for administrator, on the ↵Cédric Bonhomme2015-03-23
| | | | | | | | Heroku platform.
| * Improvements and fixes for the history() function.Cédric Bonhomme2015-03-16
| |
| * forgot login required decoratorCédric Bonhomme2015-03-15
| |
| * A new test for the history page.Cédric Bonhomme2015-03-15
| |
| * pylint checkCédric Bonhomme2015-03-15
| |
| * Bug fix.Cédric Bonhomme2015-03-09
| |
| * TestCédric Bonhomme2015-03-09
| |
| * TestCédric Bonhomme2015-03-09
| |
| * Moved duplicate() function in utils.py. Some minor cosmethic changes.Cédric Bonhomme2015-03-08
| |
* | misc updateFrançois Schmidts2015-04-06
|/ | | | | | updating the way we maintain feed up to date in the database fixing the counter bumping the minimum error count
* Provides to the user a way to set the error count of a feed to 0 by enabling ↵Cédric Bonhomme2015-03-05
| | | | it again.
* The side menu of the main page now displays all the feeds.Cédric Bonhomme2015-03-05
|
* The feed abject should be loaded when 'feed_id' is not None.Cédric Bonhomme2015-03-04
|
* adding refresh rate to the profile formFrançois Schmidts2015-03-04
|
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
| | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
* displaying feed errors in uiFrançois Schmidts2015-03-03
|
* new crawler with cache control and error handlingFrançois Schmidts2015-03-03
|
* continuing refactoFrançois Schmidts2015-03-03
|
* first implementation of fetchable feedsFrançois Schmidts2015-03-03
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
|
* global esthetics tweakFrançois Schmidts2015-03-03
bgstack15