aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Merged in jaesivsm/pyaggr3g470r (pull request #11)Cédric Bonhomme2015-04-22
|\ | | | | | | misc improvement in http crawler
| * impacting wosh suppression to controllerFrançois Schmidts2015-04-22
| |
| * making admin able to update all other users feedFrançois Schmidts2015-04-22
| |
| * better title handlingFrançois Schmidts2015-04-22
|/
* Updated NEWS.rstCédric Bonhomme2015-04-22
|
* Updated NEWS.rstCédric Bonhomme2015-04-22
|
* Full text seaerch with Whoosh has been removed.Cédric Bonhomme2015-04-22
|
* Fixed the default configuration file. Minor update to the install.sh script.Cédric Bonhomme2015-04-20
|
* Link to about page is not only visible for the administrator.Cédric Bonhomme2015-04-20
|
* Minor changes to the search form.Cédric Bonhomme2015-04-19
|
* Trying the search on Heroku.Cédric Bonhomme2015-04-19
|
* Restoring HTML 500 error handler.Cédric Bonhomme2015-04-19
|
* The problem was the 'database_url' conf variable, which is required on ↵Cédric Bonhomme2015-04-19
| | | | Heroku. We wre using the name 'uri' everywhere.
* The name of this conf variable should be 'DATABASE_URL' on Heroku.Cédric Bonhomme2015-04-19
|
* Test.Cédric Bonhomme2015-04-19
|
* Remove the HTML 500 error handler to better understand the problem.Cédric Bonhomme2015-04-19
|
* Forgot the section of postmark_api_key conf variable.Cédric Bonhomme2015-04-19
|
* Platform URL is missing for Heroku.Cédric Bonhomme2015-04-17
|
* Platform URL is missing for Heroku.Cédric Bonhomme2015-04-17
|
* Load Postmark API key for Heroku.Cédric Bonhomme2015-04-17
|
* Merged in jaesivsm/pyaggr3g470r (pull request #10)Cédric Bonhomme2015-04-17
|\ | | | | | | misc fix and search integration in the new style page
| * facto on config and more option in log levelsFrançois Schmidts2015-04-16
| |
| * misc bugfix (dict should be set at load time) and var renamingFrançois Schmidts2015-04-16
| |
| * redoing sorting on SQL and allowing to reverse sortingFrançois Schmidts2015-04-16
| |
| * removing unused templateFrançois Schmidts2015-04-16
| |
| * introducing the or filter componentFrançois Schmidts2015-04-16
| |
bgstack15