aboutsummaryrefslogtreecommitdiff
path: root/source/static
Commit message (Collapse)AuthorAge
* Removed static, templates and var files.Cédric Bonhomme2013-10-13
|
* The logo has been resized.Cédric Bonhomme2013-09-14
|
* Templates has been removed to the upper folder.Cédric Bonhomme2013-09-14
|
* The logo of the feed has been added to the feed management page (/feed).Cédric Bonhomme2013-09-14
|
* Improved /management template.Cédric Bonhomme2013-09-10
|
* It is now possible to delete all articles from a feed from the database via ↵Cédric Bonhomme2013-09-10
| | | | the /feed page.
* Improvement to the CSS for the navigation container.Cédric Bonhomme2013-09-03
|
* Improvement of the template for the /index page.Cédric Bonhomme2013-09-03
|
* Minor improvement to the CSS.Cédric Bonhomme2013-09-03
|
* Minor change to the template of the /history page.Cédric Bonhomme2013-09-03
|
* Removed 'overflow-x:hiden' in the CSS.Cédric Bonhomme2013-09-03
|
* Updated index.html template.Cédric Bonhomme2013-08-15
|
* The /management page dislays the number of indexed documents.Cédric Bonhomme2013-07-25
|
* Added a button to reindex the database on the /search page.Cédric Bonhomme2013-06-24
|
* Integration of the new search module.Cédric Bonhomme2013-06-24
|
* Updated the /management template.Cédric Bonhomme2013-06-24
|
* Minor changes to the tempate of the /unread page.Cédric Bonhomme2013-06-07
|
* Updated login page CSS.Cédric Bonhomme2013-05-02
|
* The qrcode module has been ported to Python 3.3 and the qrcode image is ↵Cédric Bonhomme2013-04-15
| | | | horizontally centered in /article page.
* Improvement of the display of the /article view.Cédric Bonhomme2013-04-15
|
* Improvements in the article.html template.Cédric Bonhomme2013-04-15
|
* The heart pict wasn't any more present in the /history page.Cédric Bonhomme2013-04-14
|
* A picto was not displayed in the /articles page.Cédric Bonhomme2013-04-12
|
* Minor bugfix: the link to the heart picto was wrong.Cédric Bonhomme2013-04-12
|
* Added a link to the page of unread article in the /feed page.Cédric Bonhomme2013-04-10
|
* Added the case when the feed is empty for the /articles view.Cédric Bonhomme2013-03-28
|
* Minor fix to the /feed view when a feed has no articles.Cédric Bonhomme2013-03-28
|
* Chech if there is any subscription.Cédric Bonhomme2013-03-27
|
* THe /management page points now to the /subsciptions page.Cédric Bonhomme2013-03-27
|
* Minor changes to the format of the /management page.Cédric Bonhomme2013-03-27
|
* Removed the 'Add feed' form from the page /subscriptions.Cédric Bonhomme2013-03-27
|
* The /subscriptions page refers now to the appropriate feeds page.Cédric Bonhomme2013-03-24
|
* Added new views: subscriptions in order to list subscribed feeds.Cédric Bonhomme2013-03-19
|
* It is now possible to switch between the plain text and the HTML version of ↵Cédric Bonhomme2013-03-18
| | | | the article.
* The plain_text views and plain_text template has been removed. There is now ↵Cédric Bonhomme2013-03-18
| | | | alink in the /article page to see the content of the article in plain text.
* Updated templates.Cédric Bonhomme2013-03-15
|
* Reaorganization of folders for the CSS, templates and pictures.Cédric Bonhomme2013-03-15
bgstack15