aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Forgot to git add babaek.cfg.Cédric Bonhomme2015-04-23
* Merged in jaesivsm/pyaggr3g470r (pull request #11)Cédric Bonhomme2015-04-22
|\
| * 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 Heroku...Cédric Bonhomme2015-04-19
* 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
|\
| * 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
| * 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
|\
| * 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
* Removed useless form instance.Cédric Bonhomme2015-04-12
* Fixed a bug when creating a new user via the dashboard. An other little impro...Cédric Bonhomme2015-04-12
* Typo.Cédric Bonhomme2015-04-12
* Do not display the search button on Heroku.Cédric Bonhomme2015-04-12
* Removed a bad character in the layout.html file.Cédric Bonhomme2015-04-12
* Added some spaces betweens icons and text.Cédric Bonhomme2015-04-12
* Fix: test if we display the button to fetch article.Cédric Bonhomme2015-04-12
* It is now possible to add a new feed from any page via a dropdown menu.Cédric Bonhomme2015-04-12
* Merged in jaesivsm/pyaggr3g470r (pull request #8)Cédric Bonhomme2015-04-12
|\
| * improving look and feel of home pageFrançois Schmidts2015-04-12
| * making the favorites link switch to home when the displayed page is favoritesFrançois Schmidts2015-04-12
bgstack15