aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
* Mark all articles as read by feed.Cédric Bonhomme2014-02-02
|
* Test with another time format (only for the home page).Cédric Bonhomme2014-01-31
|
* Updated /search template.Cédric Bonhomme2014-01-30
|
* Updated template with Bootstrap 3.1 headers.Cédric Bonhomme2014-01-30
|
* Upgraded to Bootstrap 3.1.0.Cédric Bonhomme2014-01-30
|
* Released version 4.5. Installation in one step. Misc improvements to the ↵Cédric Bonhomme2014-01-29
| | | | Jinja templates. Improvements to the feed fetcher.
* Improved installation processus.Cédric Bonhomme2014-01-29
|
* explicitly mark a string as safe HTML with |safeCédric Bonhomme2014-01-27
|
* Improved /inactives template.Cédric Bonhomme2014-01-27
|
* Catch exception if the description is not available.Cédric Bonhomme2014-01-26
|
* Updated /feed page.Cédric Bonhomme2014-01-26
|
* Added feed description as link title.Cédric Bonhomme2014-01-26
|
* The description is not required.Cédric Bonhomme2014-01-26
|
* The description of the feed is stored in the database.Cédric Bonhomme2014-01-26
|
* Added an option to choose if URL of articles behind proxies should be resolved.Cédric Bonhomme2014-01-21
|
* Removed debug print.Cédric Bonhomme2014-01-20
|
* Finally always try to get the real URL...Cédric Bonhomme2014-01-20
|
* The MongoEngine object is saved after all threads are done.Cédric Bonhomme2014-01-19
|
* Only get the URL with requests if the string 'feedproxy' is found in the ↵Cédric Bonhomme2014-01-19
| | | | netloc part of the original URL.
* Replaced eye-open icon by info-sign.Cédric Bonhomme2014-01-15
|
* Added a link to the page to add/edit feeds.Cédric Bonhomme2014-01-14
|
* Continue on exception.Cédric Bonhomme2014-01-13
|
* requests is now too using the defined proxy.Cédric Bonhomme2014-01-13
|
* Feedgetter now uses the defined proxy of HTTP and HTTPS.Cédric Bonhomme2014-01-13
|
* 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
|
bgstack15