aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/views
Commit message (Collapse)AuthorAge
...
* better title handlingFrançois Schmidts2015-04-22
|
* Full text seaerch with Whoosh has been removed.Cédric Bonhomme2015-04-22
|
* Restoring HTML 500 error handler.Cédric Bonhomme2015-04-19
|
* The problem was the 'database_url' conf variable, which is required on ↵Cédric Bonhomme2015-04-19
| | | | Heroku. We wre using the name 'uri' everywhere.
* Test.Cédric Bonhomme2015-04-19
|
* Remove the HTML 500 error handler to better understand the problem.Cédric Bonhomme2015-04-19
|
* misc bugfix (dict should be set at load time) and var renamingFrançois Schmidts2015-04-16
|
* redoing sorting on SQL and allowing to reverse sortingFrançois Schmidts2015-04-16
|
* introducing the or filter componentFrançois Schmidts2015-04-16
|
* redoing full text searchFrançois Schmidts2015-04-16
| | | | | using SQL LIKE condition using main home design for displaying results
* making fetch call dependent to the crawling method optionFrançois Schmidts2015-04-14
|
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
|
* Automatically download articles for the new feed.Cédric Bonhomme2015-04-14
|
* It is now possible to sort articles by date (default) or by feed.Cédric Bonhomme2015-04-13
|
* Bugfix: forgot to pass the 'user' variable to the template.Cédric Bonhomme2015-04-12
|
* Removed useless form instance.Cédric Bonhomme2015-04-12
|
* Fixed a bug when creating a new user via the dashboard. An other little ↵Cédric Bonhomme2015-04-12
| | | | improvement for the main menu.
* Typo.Cédric Bonhomme2015-04-12
|
* Do not display the search button on Heroku.Cédric Bonhomme2015-04-12
|
* It is now possible to add a new feed from any page via a dropdown menu.Cédric Bonhomme2015-04-12
|
* improving look and feel of home pageFrançois Schmidts2015-04-12
|
* making the favorites link switch to home when the displayed page is favoritesFrançois Schmidts2015-04-12
|
* no redirect from home if no feed has been tfiltered inFrançois Schmidts2015-04-12
|
* first take on redoing the menuFrançois Schmidts2015-04-12
|
* regrouping favorties and home, redoing the tab selection jscodeFrançois Schmidts2015-04-12
|
* correcting a bug where we didn't allow to edit a feedFrançois Schmidts2015-04-12
|
* removing unread pageFrançois Schmidts2015-04-12
|
* auto redirect to the all including filter when landing on no resultFrançois Schmidts2015-04-12
|
* adding a reset link to the feed pageFrançois Schmidts2015-04-12
|
* getting things out of the view a little moreFrançois Schmidts2015-04-12
|
* 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
| |
| * Typo...Cédric Bonhomme2015-03-28
| |
| * Test of the headers was to strict.Cédric Bonhomme2015-03-28
| |
| * It is now possible to delete all duplicate articles with one request.Cédric Bonhomme2015-03-28
| |
| * The manual retrieving of news is solely available for administrator, on the ↵Cédric Bonhomme2015-03-23
| | | | | | | | Heroku platform.
| * Fixed a minor bug in the '/feed' page.Cédric Bonhomme2015-03-23
| |
| * 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
| |
| * Feed GET HTTP resource accepts request with no json data (test).Cédric Bonhomme2015-03-06
| |
bgstack15