aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
* first take on redoing the menuFrançois Schmidts2015-04-12
* regrouping favorties and home, redoing the tab selection jscodeFrançois Schmidts2015-04-12
* correcting a bug where we didn't allow to edit a feedFrançois Schmidts2015-04-12
* removing unread pageFrançois Schmidts2015-04-12
* auto redirect to the all including filter when landing on no resultFrançois Schmidts2015-04-12
* no more target, no more going back on the top of the pageFrançois Schmidts2015-04-12
* adding a reset link to the feed pageFrançois Schmidts2015-04-12
* getting things out of the view a little moreFrançois Schmidts2015-04-12
* moving feed views related code in views.feed and massive use of url_forFrançois Schmidts2015-04-12
* Updated bootstrap.Cédric Bonhomme2015-04-12
* Removed debug print.Cédric Bonhomme2015-04-08
* The minimum error count is now specified in the configuration file.Cédric Bonhomme2015-04-08
* correcting the way we use the controllers and adding documentationFrançois Schmidts2015-04-07
* Merge remote-tracking branch 'upstream/master'François Schmidts2015-04-06
|\
| * Minor changes to the CSS.Cédric Bonhomme2015-04-06
| * Minor improvements to the CSS of the side nav.Cédric Bonhomme2015-04-05
| * 'Jumbotron' replaced by 'well' bootstrap component in all templates.Cédric Bonhomme2015-04-04
| * Misc improvements to the CSS.Cédric Bonhomme2015-04-01
| * Bugfix.Cédric Bonhomme2015-04-01
| * Added customized-bootstrap.css file.Cédric Bonhomme2015-04-01
| * Displays the 'retrieved_date' instead of the 'id' in the /duplicates page.Cédric Bonhomme2015-03-29
| * Use more the controllers in views.py. user_id_key is the email.Cédric Bonhomme2015-03-29
| * Clean the file utils.pyCédric Bonhomme2015-03-28
| * Typo...Cédric Bonhomme2015-03-28
| * Pairs of duplicates are sorted by retrieved date.Cédric Bonhomme2015-03-28
| * Updated translations.Cédric Bonhomme2015-03-28
| * Improved table to the /duplicates page.Cédric Bonhomme2015-03-28
| * Bugfix: unnecessary trailing slash.Cédric Bonhomme2015-03-28
| * Typo...Cédric Bonhomme2015-03-28
| * Test of the headers was to strict.Cédric Bonhomme2015-03-28
| * It is now possible to delete all duplicate articles with one request.Cédric Bonhomme2015-03-28
| * Display the article id in the 'duplicates' page.Cédric Bonhomme2015-03-27
| * The manual retrieving of news is solely available for administrator, on the H...Cédric Bonhomme2015-03-23
| * Previous commit is useless...Cédric Bonhomme2015-03-23
| * Use the 'safe' Jinja filter to prevent bad html code.Cédric Bonhomme2015-03-23
| * Fixed a minor bug in the '/feed' page.Cédric Bonhomme2015-03-23
| * Format the date with the adequat Babel filter.Cédric Bonhomme2015-03-19
| * Updated translations.Cédric Bonhomme2015-03-17
| * Reverse the sort of articles.Cédric Bonhomme2015-03-17
| * Improvements to the 'history' page.Cédric Bonhomme2015-03-16
| * Added a new Jinja filter to get month name from number.Cédric Bonhomme2015-03-16
| * Removed blank line.Cédric Bonhomme2015-03-16
| * Removed debug print.Cédric Bonhomme2015-03-16
| * Improvements and fixes for the history() function.Cédric Bonhomme2015-03-16
| * forgot login required decoratorCédric Bonhomme2015-03-15
| * A new test for the history page.Cédric Bonhomme2015-03-15
| * pylint checkCédric Bonhomme2015-03-15
| * The label of the badge (for the errors count) wasn't clear enough.Cédric Bonhomme2015-03-10
| * changed the type of the column 'last_modified' to string.Cédric Bonhomme2015-03-10
| * Bug fix.Cédric Bonhomme2015-03-09
bgstack15