aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| |
| * redoing full text searchFrançois Schmidts2015-04-16
| | | | | | | | | | using SQL LIKE condition using main home design for displaying results
| * No bad default 'No title' for feed creationFrançois Schmidts2015-04-16
|/
* 'CRAWLING_METHOD wasn't initialized on Heroku.Cédric Bonhomme2015-04-14
|
* Merged in jaesivsm/pyaggr3g470r (pull request #9)Cédric Bonhomme2015-04-14
|\ | | | | | | adding conf defaults and using conf in templates
| * making fetch call dependent to the crawling method optionFrançois Schmidts2015-04-14
| |
| * redoing conf gathering and using it in templatesFrançois Schmidts2015-04-14
|/
* Removed a link pointing to a deleted page.Cédric Bonhomme2015-04-14
|
* Updated translations.Cédric Bonhomme2015-04-14
|
* Automatically download articles for the new feed.Cédric Bonhomme2015-04-14
|
* It is now possible to sort articles by date (default) or by feed.Cédric Bonhomme2015-04-13
|
* Updated translations.Cédric Bonhomme2015-04-12
|
* Bugfix: forgot to pass the 'user' variable to the template.Cédric Bonhomme2015-04-12
|
bgstack15