aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
...
* Display a message when self registration is disabled.Cédric Bonhomme2014-08-25
|
* It is now possible to enable or disable self registration with an ↵Cédric Bonhomme2014-08-25
| | | | environment variable.
* A link to the feed description page has been added in the commands.Cédric Bonhomme2014-08-22
|
* Fixed some errors in the translations.Cédric Bonhomme2014-08-20
|
* Updated translations.Cédric Bonhomme2014-08-20
|
* Updated translations.Cédric Bonhomme2014-08-20
|
* Finally delete article older and retrieved before 10 weeks.Cédric Bonhomme2014-08-20
|
* Confirmation of deletion.Cédric Bonhomme2014-08-20
|
* It is now possible to delete articles older than a given number of weeks.Cédric Bonhomme2014-08-20
|
* Configuration variables has been updated.Cédric Bonhomme2014-08-18
|
* A new tab is opened when clicking on the title of an article.Cédric Bonhomme2014-08-10
|
* Updated header information.Cédric Bonhomme2014-08-10
|
* Articles are automatically retrieved after the import of an OPML file.Cédric Bonhomme2014-08-10
|
* Removed anchor.Cédric Bonhomme2014-08-10
|
* Bold/Unbold the title of the article with jQuery.Cédric Bonhomme2014-08-10
|
* When displaying all articles (unread + read) titles of unread articles are ↵Cédric Bonhomme2014-08-09
| | | | emphasized in bold.
* Minor bug fix in the /inactives template.Cédric Bonhomme2014-08-06
|
* minor changes.Cédric Bonhomme2014-07-13
|
* Timeout of 5 seconds for all sockets.Cédric Bonhomme2014-07-13
|
* It is useless to retrieve all articles in order to count the number of articles.Cédric Bonhomme2014-07-13
|
* Update headers tags.Cédric Bonhomme2014-07-13
|
* Performance improvement for the crawler (database insertion step).Cédric Bonhomme2014-07-13
|
* Performance imporvement (loading of the management page).Cédric Bonhomme2014-07-13
|
* Removed a trailing space.Cédric Bonhomme2014-07-13
|
* Minor improvemnts for the crawler.Cédric Bonhomme2014-07-13
|
* Fixed a bad link.Cédric Bonhomme2014-07-12
|
* Fixed a bad link.Cédric Bonhomme2014-07-09
|
* Typo.Cédric Bonhomme2014-07-07
|
* It is now possible to add new feeds with a bookmarklet.Cédric Bonhomme2014-07-07
|
* Added 'warning' CSS class for table rows of disabled feeds.Cédric Bonhomme2014-07-07
|
* Improved return messages of the Web service.Cédric Bonhomme2014-07-06
|
* THe JSON REST API return the number of articles in a feed only for one feed.Cédric Bonhomme2014-07-06
|
* reverse the list of usersCédric Bonhomme2014-07-05
|
* Users are now sorted with the attribute 'last_seen'.Cédric Bonhomme2014-07-05
|
* Updated NEWS.rst for the new release.Cédric Bonhomme2014-07-05
|
* Updated REST API error codes.Cédric Bonhomme2014-07-05
|
* It is now possible to tupdate a feed with REST API.Cédric Bonhomme2014-07-05
|
* Add an article with the JSON REST API with default arguments.Cédric Bonhomme2014-07-04
|
* FeedAPI added to the rest module.Cédric Bonhomme2014-07-02
|
* Added FeedListAPI ressource (todo: FeedAPI ressource).Cédric Bonhomme2014-07-01
|
* Now using jQuery v2.1.1.Cédric Bonhomme2014-06-30
|
* Minor improvements to the JS scripts.Cédric Bonhomme2014-06-29
|
* Using date CSS class where appropriate.Cédric Bonhomme2014-06-29
|
* Fixed some problems with href tags.Cédric Bonhomme2014-06-29
|
* Removed a bad character.Cédric Bonhomme2014-06-29
|
* Improved read/unread JS function.Cédric Bonhomme2014-06-29
|
* Improved read/unread JS function.Cédric Bonhomme2014-06-29
|
* Mark an article as read or unread via the REST API.Cédric Bonhomme2014-06-29
|
* A little bit more JavaScript.Cédric Bonhomme2014-06-29
|
* Delete article from the Whoosh indew when article has been deleted via the ↵Cédric Bonhomme2014-06-28
| | | | REST API.
bgstack15