aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
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
|
* Uppdated translations.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
|
* 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
|
* 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
|
* Full text seaerch with Whoosh has been removed.Cédric Bonhomme2015-04-22
|
* 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.
* Test.Cédric Bonhomme2015-04-19
|
* Remove the HTML 500 error handler to better understand the problem.Cédric Bonhomme2015-04-19
|
* 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
|
* 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 ↵Cédric Bonhomme2015-04-12
| | | | improvement for the main menu.
* 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
|
bgstack15