aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Display the number of unread articles in the Browser tab title.Cédric Bonhomme2014-01-12
|
* Only display this icon if the feed is enabled.Cédric Bonhomme2014-01-12
|
* Removed useless print.Cédric Bonhomme2014-01-12
|
* It is now possible to feth only one feed.Cédric Bonhomme2014-01-12
|
* Keep the MongoDB database and Whoosh index synchronized.Cédric Bonhomme2014-01-12
|
* The term wasn't adequate.Cédric Bonhomme2014-01-06
|
* utm_* parameters are now systematically removed.Cédric Bonhomme2014-01-06
|
* Bugfix: variable name.Cédric Bonhomme2014-01-06
|
* utm_* parameters are automatically removed from article's URLs.Cédric Bonhomme2014-01-06
|
* Bug fix in the feedgetter.Cédric Bonhomme2014-01-06
|
* Minor fix when a feed contains 0 article.Cédric Bonhomme2014-01-06
|
* Displaying more information in the /feed page.Cédric Bonhomme2014-01-01
|
* Link to the page to edit feed informations.Cédric Bonhomme2014-01-01
|
* Share articles with reddit.Cédric Bonhomme2014-01-01
|
* sorting by date all articles for each feed.Cédric Bonhomme2013-12-30
|
* Test without sorting articles.Cédric Bonhomme2013-12-30
|
* Added favicon link in the layout template.Cédric Bonhomme2013-12-28
|
* Added favicon.png.Cédric Bonhomme2013-12-28
|
* Removed old test file.Cédric Bonhomme2013-12-28
|
* Removed useless imports.Cédric Bonhomme2013-12-28
|
* Using a for..else loop here.Cédric Bonhomme2013-12-28
|
* Added comments.Cédric Bonhomme2013-12-28
|
* Released version 4.4.Cédric Bonhomme2013-12-27
|
* Removed bootstrat-responsive.cssCédric Bonhomme2013-12-27
|
* Feed deleteion confirmation.Cédric Bonhomme2013-12-27
|
* Improved Flask flash messages.Cédric Bonhomme2013-12-27
|
* Minor bugfix.Cédric Bonhomme2013-12-27
|
* Flash messsages.Cédric Bonhomme2013-12-27
|
* Minor fix in the template of unread articles.Cédric Bonhomme2013-12-27
|
* Sort the result of the search.Cédric Bonhomme2013-12-27
|
* Log timeout exception.Cédric Bonhomme2013-12-27
|
* Don't log that.Cédric Bonhomme2013-12-27
|
* Better management of exceptions.Cédric Bonhomme2013-12-27
|
* No need to test explicitly if the article is already in the database since ↵Cédric Bonhomme2013-12-27
| | | | the 'link' MongoEngine field is unique.
* Rederict to the page edit_feed.Cédric Bonhomme2013-12-26
|
* Added log info message for new articles.Cédric Bonhomme2013-12-26
|
* Logging for the feedgetter module.Cédric Bonhomme2013-12-26
|
* Uses the user agent defined in the configuration file.Cédric Bonhomme2013-12-26
|
* Only append the article to list if the saving with MongoEngine has been ↵Cédric Bonhomme2013-12-26
| | | | successful.
* If it is not possible to get the real URL, uses the URL provided by feedparser.Cédric Bonhomme2013-12-26
|
* Get the 'real' url.Cédric Bonhomme2013-12-24
|
* Updated README.Cédric Bonhomme2013-12-24
|
* It is now possible to configure the proxy and the user agent.Cédric Bonhomme2013-12-24
|
* Updated default configuration file.Cédric Bonhomme2013-12-24
|
* Improved models with a new index for articles.Cédric Bonhomme2013-12-24
|
* Fixed mistyped HTML tag in templates.Cédric Bonhomme2013-12-24
|
* Removed export_txt functionality.Cédric Bonhomme2013-12-08
|
* The name of the archive is composed of the current date.Cédric Bonhomme2013-12-08
|
* Updated /management page template.Cédric Bonhomme2013-12-08
|
* The archive is now generated after all articles.Cédric Bonhomme2013-12-08
|
bgstack15