aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
Commit message (Collapse)AuthorAge
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* With the new version of Flask-Login is_authenticated is now a property.Cédric Bonhomme2015-09-18
|
* Now using https when sharing a link via reddit.Cédric Bonhomme2015-08-17
|
* Removed Google tracker.Cédric Bonhomme2015-08-16
|
* fixing bug preventing from bumping error count from api crawler for none ↵François Schmidts2015-08-05
| | | | admin user
* refact feed listFrançois Schmidts2015-08-05
|
* It is now possible to mark articles as read only older than 1 day or 10 days.Cédric Bonhomme2015-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
* improving article listing : default icon and title for article linkFrançois Schmidts2015-07-21
|
* fixing overlapping title on small screensFrançois Schmidts2015-07-21
|
* Improved the mini-form to create new feeds.Cédric Bonhomme2015-07-10
|
* Do not display the flash message in full width.Cédric Bonhomme2015-07-10
|
* using bookmarklet for adding feed from navbarFrançois Schmidts2015-07-07
|
* adding feed icons on feed pagesFrançois Schmidts2015-07-06
|
* 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
* Minor improvements to the edit feed forms.Cédric Bonhomme2015-07-03
|
* using conf.DEFAULT_MAX_ERROR in feed templateFrançois Schmidts2015-07-02
|
* basic UI to maniuplate filtersFrançois Schmidts2015-07-02
|
* redoing home page in a more 'bootstrapy' wayFrançois Schmidts2015-07-02
|
* a more bootstrap edit feed page & removing unused codeFrançois Schmidts2015-07-02
|
* 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
|
* Bugfix: the variable 'favorites' wasn't transfered to the template.Cédric Bonhomme2015-06-29
|
* No need to display the /duplicates page when there is no duplicate.Cédric Bonhomme2015-06-12
|
* The bookmarklet to subscribe to a feed has been slightly updated.Cédric Bonhomme2015-06-03
|
* 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
|
* Updated link to the page of articles for a feed.Cédric Bonhomme2015-05-09
|
* Removed 'articles' view.Cédric Bonhomme2015-05-09
|
* Uppdated translations.Cédric Bonhomme2015-05-03
|
* 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
|
* Removed HTML accesskey, not so useful.Cédric Bonhomme2015-04-23
|
* better title handlingFrançois Schmidts2015-04-22
|
* Full text seaerch with Whoosh has been removed.Cédric Bonhomme2015-04-22
|
* Link to about page is not only visible for the administrator.Cédric Bonhomme2015-04-20
|
* Minor changes to the search form.Cédric Bonhomme2015-04-19
|
* Trying the search on Heroku.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
|
* removing unused templateFranç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
* redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
|
* Removed a link pointing to a deleted page.Cédric Bonhomme2015-04-14
|
* It is now possible to sort articles by date (default) or by feed.Cédric Bonhomme2015-04-13
|
bgstack15