aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/feeds.html
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* refact feed listFrançois Schmidts2015-08-05
|
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* adding feed icons on feed pagesFrançois Schmidts2015-07-06
|
* adding unread count when listing feeds, using count_by_feed for user managementFrançois Schmidts2015-07-02
|
* accelerating the feeds pageFrançois Schmidts2015-07-02
|
* Display a picto when a feed is disabled due to errors when retrieving.Cédric Bonhomme2015-07-02
|
* Updated link to the page of articles for a feed.Cédric Bonhomme2015-05-09
|
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
|
* Updated feeds.html template.Cédric Bonhomme2014-11-28
|
* It is useless to retrieve all articles in order to count the number of articles.Cédric Bonhomme2014-07-13
|
* Fixed a bad link.Cédric Bonhomme2014-07-09
|
* Added 'warning' CSS class for table rows of disabled feeds.Cédric Bonhomme2014-07-07
|
* Confirmation message before suppression of accounts and suppression of feeds.Cédric Bonhomme2014-05-04
|
* Internationalization to french in progress.Cédric Bonhomme2014-05-01
|
* Only display the last 100 articles.Cédric Bonhomme2014-04-14
|
* Fixed /feeds template (2).Cédric Bonhomme2014-04-08
|
* Fixed /feeds template.Cédric Bonhomme2014-04-08
|
* Added feed description as link title.Cédric Bonhomme2014-01-26
|
* Added a link to the page to add/edit feeds.Cédric Bonhomme2014-01-14
|
* Updated /feeds page.Cédric Bonhomme2013-12-03
|
* The /feeds page has benn slightly updated.Cédric Bonhomme2013-12-01
|
* Sort feeds by title with Jinja sort() function.Cédric Bonhomme2013-11-11
|
* Updated templates.Cédric Bonhomme2013-11-10
|
* Delete a feed from the table of feeds.Cédric Bonhomme2013-11-02
|
* Added new responsive table for the /feeds page.Cédric Bonhomme2013-11-02
|
* Added users management.Cédric Bonhomme2013-11-01
|
* Added new template for the list of feeds.Cédric Bonhomme2013-11-01
bgstack15