aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* Removed a bad character in the layout.html file.Cédric Bonhomme2015-04-12
|
* Added some spaces betweens icons and text.Cédric Bonhomme2015-04-12
|
* Fix: test if we display the button to fetch article.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
|
* making the favorites link switch to home when the displayed page is favoritesFranç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
|
* removing unread pageFrançois Schmidts2015-04-12
|
* no more target, no more going back on the top of the pageFranç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
|
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\ | | | | | | | | | | Conflicts: pyaggr3g470r/controllers/feed.py pyaggr3g470r/templates/home.html
| * Minor changes to the CSS.Cédric Bonhomme2015-04-06
| |
| * Minor improvements to the CSS of the side nav.Cédric Bonhomme2015-04-05
| |
| * 'Jumbotron' replaced by 'well' bootstrap component in all templates.Cédric Bonhomme2015-04-04
| |
| * Misc improvements to the CSS.Cédric Bonhomme2015-04-01
| |
| * Added customized-bootstrap.css file.Cédric Bonhomme2015-04-01
| |
| * Displays the 'retrieved_date' instead of the 'id' in the /duplicates page.Cédric Bonhomme2015-03-29
| |
| * Improved table to the /duplicates page.Cédric Bonhomme2015-03-28
| |
bgstack15