aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
...
* 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
|
* It is now possible to configure the proxy and the user agent.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
|
* It is now possible to export all articles in a simple HTML site. The result ↵Cédric Bonhomme2013-12-08
| | | | is returned as a compressed tgz file.
* Updated /feeds page.Cédric Bonhomme2013-12-03
|
* Performance improvement: direct acces to articles in the database (without ↵Cédric Bonhomme2013-12-03
| | | | using the User object).
* The title of the HTML page is now updated for /article and /feed pages.Cédric Bonhomme2013-12-03
|
* Minor improvements for the /search page.Cédric Bonhomme2013-12-01
|
* The /feeds page has benn slightly updated.Cédric Bonhomme2013-12-01
|
* TextField replaced by PasswordField in the ProfileForm form.Cédric Bonhomme2013-11-24
|
* Updated management page.Cédric Bonhomme2013-11-24
|
* Updating the password is not required.Cédric Bonhomme2013-11-24
|
* It is now possible to update information about a user (first name, last ↵Cédric Bonhomme2013-11-24
| | | | name, email and password).
* Merge.Cédric Bonhomme2013-11-23
|\
| * Added some comments in views.py.Cédric Bonhomme2013-11-22
| |
* | It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
| |
* | Test if a feed already exists before creating a new one.Cédric Bonhomme2013-11-23
|/
* Added an option to index all the database.Cédric Bonhomme2013-11-21
|
* No need to sort the list of articles by date.Cédric Bonhomme2013-11-18
|
* Sort articles for the page /inactives.Cédric Bonhomme2013-11-18
|
* Added inactives.html template.Cédric Bonhomme2013-11-17
|
* List of inavtive feeds.Cédric Bonhomme2013-11-17
|
* Minor improvements in utils.py.Cédric Bonhomme2013-11-17
|
* Added stop words files.Cédric Bonhomme2013-11-17
|
* Restored tag cloud per feed.Cédric Bonhomme2013-11-17
|
* Removed old requirements.txt file.Cédric Bonhomme2013-11-17
|
* Added comments in models.py.Cédric Bonhomme2013-11-17
|
* Removed old module for the MongoDB connection.Cédric Bonhomme2013-11-17
|
* Updated about page.Cédric Bonhomme2013-11-16
|
* Adde history.html template.Cédric Bonhomme2013-11-14
|
* Test for the /history page.Cédric Bonhomme2013-11-13
|
bgstack15