aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAge
* Fix function name in export_epub().Cédric Bonhomme2013-01-01
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Added a confirmation message after a successfull export of the database.Cédric Bonhomme2012-12-30
* Bugfix in export.py for export_txt().Cédric Bonhomme2012-12-30
* Removed unescape function.Cédric Bonhomme2012-12-30
* Removed strip_accents function.Cédric Bonhomme2012-12-30
* Removed useless print().Cédric Bonhomme2012-12-30
* Bugfix in export.py for export_html().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
* Improvements in the search.html template.Cédric Bonhomme2012-12-20
* Optimization of the regular expression used by clear_string in utils.py.Cédric Bonhomme2012-12-20
* test get_words for the generation of the tag cloud.Cédric Bonhomme2012-12-20
* Added getwords(html) function.Cédric Bonhomme2012-12-20
* Typo.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
* Removed files related to k-means sorting tests.Cédric Bonhomme2012-12-05
* 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
* Minor improvements in style.css.Cédric Bonhomme2012-12-04
* Removed <hr /> tag from the main page.Cédric Bonhomme2012-12-03
* Minor changes to the management page.Cédric Bonhomme2012-12-03
* Number of days with datetime.timedelta can't be bigger than 999999999.Cédric Bonhomme2012-12-03
* Added a form for the /inactives page in order to enter the number of days.Cédric Bonhomme2012-12-03
* New page (/inactives) which displays the list of inactive feeds since a certa...Cédric Bonhomme2012-12-02
* Updated comments in mongodb.py.Cédric Bonhomme2012-12-02
* Fixed typo name of a function).Cédric Bonhomme2012-12-01
* ReorganisationCédric Bonhomme2012-11-30
* Code factorization...Cédric Bonhomme2012-11-30
* Code factorization.Cédric Bonhomme2012-11-30
* List of favorites articles is now always sorted by date.Cédric Bonhomme2012-11-30
* Performance MongoDB imptovements (get_gavorites() function).Cédric Bonhomme2012-11-30
* Removed useless function in mongodb.py.Cédric Bonhomme2012-11-30
bgstack15