aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
Commit message (Collapse)AuthorAge
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* improving article listing : default icon and title for article linkFrançois Schmidts2015-07-21
|
* the icon isn't a url but a b64 dumpFrançois Schmidts2015-07-06
|
* fixing bug on reset link for feeds and hidding feed title for eXtraSmall deviceFrançois Schmidts2015-07-03
|
* the icon featureFrançois Schmidts2015-07-03
| | | | | | * icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date
* redoing home page in a more 'bootstrapy' wayFrançois Schmidts2015-07-02
|
* It is now possible to sort the list of articles on the second column (title ↵Cédric Bonhomme2015-06-02
| | | | of article).
* The line of an unread articles is removed from the table when it is opened ↵Cédric Bonhomme2015-05-17
| | | | in a new tab.
* Finally, the side menu was easier to understand before.Cédric Bonhomme2015-05-17
|
* Removed 'articles' view.Cédric Bonhomme2015-05-09
|
* Display the ration only for the tab 'All'.Cédric Bonhomme2015-04-23
|
* Just a try to get a more comprehensive counter of unread articles.Cédric Bonhomme2015-04-23
|
* 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
|
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
|
* It is now possible to sort articles by date (default) or by feed.Cédric Bonhomme2015-04-13
|
* no more target, no more going back on the top of the 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
|
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\ | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html
| * Minor improvements to the CSS of the side nav.Cédric Bonhomme2015-04-05
| |
| * The label of the badge (for the errors count) wasn't clear enough.Cédric Bonhomme2015-03-10
| |
* | 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
* ...Cédric Bonhomme2015-03-05
|
* Typo.Cédric Bonhomme2015-03-05
|
* displaying feed errors in uiFrançois Schmidts2015-03-03
|
* buttons on the left is easierFrançois Schmidts2015-01-14
|
* Minor UI improvements for the home page.Cédric Bonhomme2014-10-01
|
* Improved home page with tabs.Cédric Bonhomme2014-10-01
|
* Minor improvements to the home page.Cédric Bonhomme2014-10-01
|
* A link to the feed description page has been added in the commands.Cédric Bonhomme2014-08-22
|
* Updated translations.Cédric Bonhomme2014-08-20
|
* Removed anchor.Cédric Bonhomme2014-08-10
|
* Bold/Unbold the title of the article with jQuery.Cédric Bonhomme2014-08-10
|
* When displaying all articles (unread + read) titles of unread articles are ↵Cédric Bonhomme2014-08-09
| | | | emphasized in bold.
* Fixed a bad link.Cédric Bonhomme2014-07-12
|
* 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
|
* 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
|
* 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
|
* Removed trailing slashes from the routes.Cédric Bonhomme2014-06-24
|
* Braces for translations.Cédric Bonhomme2014-06-22
|
* Added some messages to the home page.Cédric Bonhomme2014-06-22
|
bgstack15