aboutsummaryrefslogtreecommitdiff
path: root/source/templates
Commit message (Collapse)AuthorAge
* Added number of favorites articlesCédric Bonhomme2013-02-11
|
* added empty lineCédric Bonhomme2013-02-02
|
* syntax error...Cédric Bonhomme2013-02-02
|
* language codes remplaced by language name.Cédric Bonhomme2013-02-02
|
* minor bugfix in the anchors introduced previously.Cédric Bonhomme2013-02-02
|
* added HTML anchor for languagesCédric Bonhomme2013-02-02
|
* Added summary (languages page)Cédric Bonhomme2013-02-02
|
* Display only the last 10 articles by feed for the /languages page.Cédric Bonhomme2013-02-02
|
* The id of the feed is used as key of the dictionary.Cédric Bonhomme2013-02-02
|
* Added link to the article page (in the /languages page).Cédric Bonhomme2013-02-02
|
* Added the publication date of the article in the /languages page.Cédric Bonhomme2013-02-02
|
* Added link to /languages page in the management page.Cédric Bonhomme2013-01-29
|
* summary of languages in the database.Cédric Bonhomme2013-01-29
|
* Added /languages page which displays articles sorted by language.Cédric Bonhomme2013-01-29
|
* Some tests in templates...Cédric Bonhomme2013-01-28
|
* HTML5 fragment identifier for #top.Cédric Bonhomme2013-01-28
|
* HTML5 fragment identifier.Cédric Bonhomme2013-01-28
|
* HTML5 compliant header.Cédric Bonhomme2013-01-28
|
* Updated message in the /feed page template.Cédric Bonhomme2013-01-22
|
* The notification page indicates if e-mail notification is disabled.Cédric Bonhomme2013-01-22
|
* Removed a duplicate line in the template of the management page.Cédric Bonhomme2013-01-22
|
* The management page indicates if e-mail notification is disabled.Cédric Bonhomme2013-01-22
|
* The /feed page now indicates if e-mail notification is activated in the ↵Cédric Bonhomme2013-01-22
| | | | pyAggr3g470r configuration file.
* You can now fetch only one feed.Cédric Bonhomme2013-01-20
|
* Minor bugfix in index.html template: feed['mail'] == True if mail ↵Cédric Bonhomme2013-01-20
| | | | notification is active for a feed.
* Added logout button.Cédric Bonhomme2013-01-14
|
* Display the number of search results.Cédric Bonhomme2013-01-11
|
* Removed import of re in search.html.Cédric Bonhomme2013-01-11
|
* Minor improvements of the /search page.Cédric Bonhomme2013-01-11
|
* Search function now using MongoDB indexed fulltext searching.Cédric Bonhomme2013-01-11
|
* Reworked the UI of the /management page.Cédric Bonhomme2013-01-10
|
* Added possibility to change the username.Cédric Bonhomme2013-01-10
|
* Improvements to the /management page (title hierarchy + password input with ↵Cédric Bonhomme2013-01-10
| | | | hiden characters).
* You can now change your password form the /management page.Cédric Bonhomme2013-01-10
|
* The /feed page now displays the address of the feed.Cédric Bonhomme2013-01-07
|
* Improved display of confirmation message.Cédric Bonhomme2013-01-05
|
* Improved display of error message.Cédric Bonhomme2013-01-05
|
* Numbers are printed with commas as thousands separators (/feed page).Cédric Bonhomme2013-01-02
|
* Numbers are printed with commas as thousands separators without taking into ↵Cédric Bonhomme2013-01-02
| | | | account the locale of the system.
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
|
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
|
* Improved error response.Cédric Bonhomme2012-12-29
|
* Template for the /unread page.Cédric Bonhomme2012-12-29
|
* Template for the /history page.Cédric Bonhomme2012-12-29
|
* Improvements in the search.html template.Cédric Bonhomme2012-12-20
|
* Indentation of the HTML template file for the /feed pageCédric Bonhomme2012-12-13
|
* float() now useless with Python3Cédric Bonhomme2012-12-13
|
* Test if list of articles is not empty.Cédric Bonhomme2012-12-13
|
* Template for the /feed page.Cédric Bonhomme2012-12-13
|
* New template for confirmation message.Cédric Bonhomme2012-12-05
|
bgstack15