aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sqlite can't drop column, ignoring drop statementFrançois Schmidts2015-07-02
|
* some factorisingFrançois Schmidts2015-07-02
|
* Display a picto when a feed is disabled due to errors when retrieving.Cédric Bonhomme2015-07-02
|
* Bugfix: the variable 'favorites' wasn't transfered to the template.Cédric Bonhomme2015-06-29
|
* Typo.Cédric Bonhomme2015-06-12
|
* No need to display the /duplicates page when there is no duplicate.Cédric Bonhomme2015-06-12
|
* The bookmarklet to subscribe to a feed has been slightly updated.Cédric Bonhomme2015-06-03
|
* Updated NEWS.rst file for the new release (6.6).Cédric Bonhomme2015-06-02
|
* It is recommended to close the loop at the end of the procesus ↵Cédric Bonhomme2015-06-02
| | | | (https://groups.google.com/forum/#!topic/python-tulip/8bRLexUzeU4).
* Bug fix: the 'expire_articles' function was deleting articles of all users!Cédric Bonhomme2015-06-02
|
* It is now possible to sort the list of articles on the second column (title ↵Cédric Bonhomme2015-06-02
| | | | of article).
* The search is now case unsensitive.Cédric Bonhomme2015-06-01
|
* This sort is supposed to be based on the feed's name.Cédric Bonhomme2015-06-01
|
* Run the asyncio loop in a try block.Cédric Bonhomme2015-05-27
|
* Feedpaser is now fixed.Cédric Bonhomme2015-05-27
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-05-27
|\
| * Removed debug message.Cédric Bonhomme2015-05-17
| |
| * The line of an unread articles is removed from the table when it is opened ↵Cédric Bonhomme2015-05-17
| | | | | | | | in a new tab.
| * Finally, the side menu was easier to understand before.Cédric Bonhomme2015-05-17
| |
* | Try to fix a problem with Python 3.4.3 and test 'ensure_future' with Python ↵Cédric Bonhomme2015-05-27
| | | | | | | | dev (3.5).
* | No need to set feed.enabled in the asyncio crawler. Just to increase the ↵Cédric Bonhomme2015-05-27
|/ | | | counter.
* The web server should run on 0.0.0.0 for Vagrant.Cédric Bonhomme2015-05-15
|
* Updated conf file for Vagrant installation.Cédric Bonhomme2015-05-15
|
* Fixed some problems with the install script.Cédric Bonhomme2015-05-15
|
* Merged in jaesivsm/pyaggr3g470r (pull request #13)Cédric Bonhomme2015-05-15
|\ | | | | | | introducing unittests !
| * testing special controller methodsFrançois Schmidts2015-05-15
| |
| * adding base unittestsFrançois Schmidts2015-05-15
| |
| * correcting log level for error in feed retrievingFrançois Schmidts2015-05-13
| |
| * pep8François Schmidts2015-05-13
|/
* The list of inactive feeds is now sorted.Cédric Bonhomme2015-05-10
|
* Updated link to the page of articles for a feed.Cédric Bonhomme2015-05-09
|
* Removed 'articles' view.Cédric Bonhomme2015-05-09
|
* Updated translations.Cédric Bonhomme2015-05-07
|
* This field is mandatory.Cédric Bonhomme2015-05-07
|
* Updated documentation.Cédric Bonhomme2015-05-03
|
* Changed variable 'notification_sender' to 'notification_email'.Cédric Bonhomme2015-05-03
|
* Uppdated translations.Cédric Bonhomme2015-05-03
|
* Updated documentation.Cédric Bonhomme2015-05-03
|
* Fixed a bug when sending emails (email of the sender was empty).Cédric Bonhomme2015-05-03
|
* Display the ration only for the tab 'All'.Cédric Bonhomme2015-04-23
|
* Just a try to get a more comprehensive counter of unread articles.Cédric Bonhomme2015-04-23
|
* Merged in jaesivsm/pyaggr3g470r (pull request #12)Cédric Bonhomme2015-04-23
|\ | | | | | | enforcing better user of user_id in controllers
| * enforcing better user of user_id in controllersFrançois Schmidts2015-04-23
|/ | | | | | thus enhancing rights limitations between users wider_controller are a way to say "I was the maximum rights my role allows me"
* Fixed strange behaviour of the search when only searching on the content.Cédric Bonhomme2015-04-23
|
* Bugfix: 'searc_content' -> 'search_content'.Cédric Bonhomme2015-04-23
|
* Only display this message when the crawling has been launched.Cédric Bonhomme2015-04-23
|
* Automatically use the good Python executable for the classic crawler.Cédric Bonhomme2015-04-23
|
* Updated translations.Cédric Bonhomme2015-04-23
|
* Removed HTML accesskey, not so useful.Cédric Bonhomme2015-04-23
|
* Forgot to git add babaek.cfg.Cédric Bonhomme2015-04-23
|
bgstack15