aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
Commit message (Expand)AuthorAge
...
* Bug fix: minor problem on the /search page.Cédric Bonhomme2014-10-02
* Do not wait for the complete document is loaded to run the js code.Cédric Bonhomme2014-10-01
* Minor UI improvements for the home page.Cédric Bonhomme2014-10-01
* fix...Cédric Bonhomme2014-10-01
* fix...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
* Significative performance improvement for the /favorites view.Cédric Bonhomme2014-09-23
* Significative performance improvement for the /unread view.Cédric Bonhomme2014-09-22
* Minor fix: bad link to generate an export of the articles.Cédric Bonhomme2014-09-12
* Removed gravatar extension.Cédric Bonhomme2014-09-12
* 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
* It is now possible to delete articles older than a given number of weeks.Cédric Bonhomme2014-08-20
* A new tab is opened when clicking on the title of an article.Cédric Bonhomme2014-08-10
* 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 em...Cédric Bonhomme2014-08-09
* Minor bug fix in the /inactives template.Cédric Bonhomme2014-08-06
* 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-12
* Fixed a bad link.Cédric Bonhomme2014-07-09
* Typo.Cédric Bonhomme2014-07-07
* It is now possible to add new feeds with a bookmarklet.Cédric Bonhomme2014-07-07
* Added 'warning' CSS class for table rows of disabled feeds.Cédric Bonhomme2014-07-07
* reverse the list of usersCédric Bonhomme2014-07-05
* Users are now sorted with the attribute 'last_seen'.Cédric Bonhomme2014-07-05
* Using date CSS class where appropriate.Cédric Bonhomme2014-06-29
* 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
* Table rows of the dashboard are colored for inactive accounts.Cédric Bonhomme2014-06-28
* No trailing slash for this view.Cédric Bonhomme2014-06-27
* 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
* Enables the user to recover its account when he has forgotten its password.Cédric Bonhomme2014-06-16
* Display a message when the user doesn't have any feeds.Cédric Bonhomme2014-06-13
* Clicking on the article link from the 'Feed' column opens a new tab.Cédric Bonhomme2014-06-13
* Sort the list of feeds by number of unread artiles and alphabetically.Cédric Bonhomme2014-06-13
* more ui_tweak for menusFrançois Schmidts2014-06-12
* style correctionFrançois Schmidts2014-06-12
* reimplementing the unread count in left menuFrançois Schmidts2014-06-12
bgstack15