aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* ensuring the icon isn't empty and redoing a bit of loggingFrançois Schmidts2015-07-31
|
* redoing the etag matching mechanismFrançois Schmidts2015-07-31
|
* adding munin probesFrançois Schmidts2015-07-31
|
* The numver ov values of the splited string is variable (sometimes the ↵Cédric Bonhomme2015-07-22
| | | | charset encoding is present, sometimes not).
* improving article listing : default icon and title for article linkFrançois Schmidts2015-07-21
|
* fixing overlapping title on small screensFrançois Schmidts2015-07-21
|
* making gen_url get args order predictable so cache generation worksFrançois Schmidts2015-07-21
|
* fetching mimetypes with imagesFrançois Schmidts2015-07-21
|
* adding a no change return policyFrançois Schmidts2015-07-21
|
* retrieved date is now when retrieved and comparison are made on the date of ↵François Schmidts2015-07-21
| | | | articles
* Updated translations.Cédric Bonhomme2015-07-10
|
* Management of connection errors when adding a new feed.Cédric Bonhomme2015-07-10
|
* Improved the mini-form to create new feeds.Cédric Bonhomme2015-07-10
|
* Do not display the flash message in full width.Cédric Bonhomme2015-07-10
|
* Minor fixes to the counter.Cédric Bonhomme2015-07-10
|
* Only start the classic crawler if we were able to get the feed of the site.Cédric Bonhomme2015-07-10
|
* rebuilding feed url as wellFrançois Schmidts2015-07-07
|
* making the crawler getting the feed with high traffic earlierFrançois Schmidts2015-07-07
|
* protecting pyagg against empty feedFrançois Schmidts2015-07-07
|
* using bookmarklet for adding feed from navbarFrançois Schmidts2015-07-07
|
* Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470rCédric Bonhomme2015-07-06
|\
| * making it possible for super admin to update other's feedFrançois Schmidts2015-07-06
| |
| * important fix, the retrieved_date was always now, leading to unmatchable ↵François Schmidts2015-07-06
| | | | | | | | article (added again and again)
| * adding feed icons on feed pagesFrançois Schmidts2015-07-06
| |
* | Updated translations.Cédric Bonhomme2015-07-06
|/
* Minor fixes from a quick review. Need to test deeper.Cédric Bonhomme2015-07-06
|
* adding cache control on iconsFrançois Schmidts2015-07-06
|
* the icon isn't a url but a b64 dumpFrançois Schmidts2015-07-06
|
* light refactFrançois Schmidts2015-07-06
| | | | | * both crawlers now use the same utils methods * the original crawler use now more of the controllers, enabling the filters feature
* making bookmaklet work for any urlFrançois Schmidts2015-07-06
|
* constructing feed from normal url alsoFrançois Schmidts2015-07-06
|
* fixing bug on reset link for feeds and hidding feed title for eXtraSmall deviceFrançois Schmidts2015-07-06
|
* Improved the way we get the URL of the feed's icon.Cédric Bonhomme2015-07-06
|
* Updated the classic crawler to use the new icon feature.Cédric Bonhomme2015-07-06
|
* fixing bug on reset link for feeds and hidding feed title for eXtraSmall deviceFrançois Schmidts2015-07-03
|
* the icon featureFrançois Schmidts2015-07-03
| | | | | | * icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date
* Minor improvements to the edit feed forms.Cédric Bonhomme2015-07-03
|
* using conf.DEFAULT_MAX_ERROR in feed templateFrançois Schmidts2015-07-02
|
* basic UI to maniuplate filtersFrançois Schmidts2015-07-02
|
* redoing home page in a more 'bootstrapy' wayFrançois Schmidts2015-07-02
|
* a more bootstrap edit feed page & removing unused codeFrançois Schmidts2015-07-02
|
* registering an strftime even if headers don't provide oneFrançois Schmidts2015-07-02
|
* adding unread count when listing feeds, using count_by_feed for user managementFrançois Schmidts2015-07-02
|
* accelerating the feeds pageFrançois Schmidts2015-07-02
|
* adding comments and testsFrançois Schmidts2015-07-02
|
* adding filters mechanism + splitting tests + adding tests for filtersFrançois Schmidts2015-07-02
|
* adding filters fieldFrançois Schmidts2015-07-02
|
* some factorisingFrançois Schmidts2015-07-02
|
* Display a picto when a feed is disabled due to errors when retrieving.Cédric Bonhomme2015-07-02
|
bgstack15