aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
Commit message (Expand)AuthorAge
...
* Numbers are printed with commas as thousands separators without taking into a...Cédric Bonhomme2013-01-02
* Numbers are printed with commas as thousands separators.Cédric Bonhomme2013-01-02
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Added a confirmation message after a successfull export of the database.Cédric Bonhomme2012-12-30
* Removed useless print().Cédric Bonhomme2012-12-30
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
* Minor improvements to the /feed page.Cédric Bonhomme2012-12-30
* Updated revision number.Cédric Bonhomme2012-12-29
* Bad tag opening.Cédric Bonhomme2012-12-29
* Improved error response.Cédric Bonhomme2012-12-29
* add_feed now uses templated.Cédric Bonhomme2012-12-29
* Removed global variables for HTML header and footer tags.Cédric Bonhomme2012-12-29
* Template for the /unread page.Cédric Bonhomme2012-12-29
* Removed HTML headers and footers for 404 page.Cédric Bonhomme2012-12-29
* Template for the /history page.Cédric Bonhomme2012-12-29
* Typo.Cédric Bonhomme2012-12-29
* Removed useless HTML newline.Cédric Bonhomme2012-12-29
* The HTML month date picker has been removed from the /history page.Cédric Bonhomme2012-12-29
* Simplification of the history code.Cédric Bonhomme2012-12-26
* Test if list of articles is not empty.Cédric Bonhomme2012-12-13
* Template for the /feed page.Cédric Bonhomme2012-12-13
* Updated comments.Cédric Bonhomme2012-12-05
* New template for confirmation message.Cédric Bonhomme2012-12-05
* Template for the /search page.Cédric Bonhomme2012-12-04
* Updated revision date.Cédric Bonhomme2012-12-04
* New page (/inactives) which displays the list of inactive feeds since a certa...Cédric Bonhomme2012-12-02
* Fixed typo name of a function).Cédric Bonhomme2012-12-01
* Code factorization.Cédric Bonhomme2012-11-30
* Performance MongoDB imptovements (get_gavorites() function).Cédric Bonhomme2012-11-30
* Display the title of an article in the tab of the browser (for the /article p...Cédric Bonhomme2012-11-28
* Display the number of unread articles in the browser tab (with templates).Cédric Bonhomme2012-11-28
* Fix: number of feeds wan no longer displayed in the navigation bar.Cédric Bonhomme2012-11-28
* Template for the /index page.Cédric Bonhomme2012-11-27
* Removed the horrible box.Cédric Bonhomme2012-11-26
* Added CSS box for the main menu.Cédric Bonhomme2012-11-26
* The link to the source code is now at the bottoem of the HTML page.Cédric Bonhomme2012-11-26
* CherryPy port number and address are now defined in ./cfg/cherrypy.cfg.Cédric Bonhomme2012-11-26
* Minor changes.Cédric Bonhomme2012-11-26
* Renamed 'error_page' function to 'error'.Cédric Bonhomme2012-11-26
* Template for the /error_page page.Cédric Bonhomme2012-11-26
* Template for the /statistics page.Cédric Bonhomme2012-11-25
* Template for the /notifications page.Cédric Bonhomme2012-11-25
* Template for the /articles page.Cédric Bonhomme2012-11-25
* Template for the /management page.Cédric Bonhomme2012-11-22
* Template for the /article page.Cédric Bonhomme2012-11-22
* Added template for the page of favorite articles.Cédric Bonhomme2012-11-22
* Created new branch "Mako integration". First test of Mako with the plain_text...Cédric Bonhomme2012-11-21
* Name of the currently consulted article is displayed on the tab.Cédric Bonhomme2012-11-21
* Added a link to the site if the corresponding feed.cedricbonhomme2012-11-11
* I hear you like commits.cedricbonhomme2012-11-09
bgstack15