- Oct 25, 2023
-
-
Eric Smith authored
-
- May 28, 2020
-
-
Niels van Mourik authored
-
Niels van Mourik authored
-
- May 19, 2020
-
-
Niels van Mourik authored
-
- May 18, 2020
-
-
Niels van Mourik authored
-
Niels van Mourik authored
-
Niels van Mourik authored
-
- May 05, 2020
-
-
Niels van Mourik authored
-
- Sep 05, 2017
-
-
Issue #2897838 by Mschudders: Warning: Invalid argument supplied for foreach() in Drupal\purge_queuer_url\StackMiddleware\UrlRegistrar->determine()
-
Niels van Mourik authored
-
Niels van Mourik authored
-
- Jul 24, 2017
-
-
Niels van Mourik authored
-
- May 23, 2017
-
-
Issue #2847828 by adam.weingarten, pedrop, vaibhavjain: Add ability to only queue anonymous requests
-
-
Niels van Mourik authored
-
Niels van Mourik authored
Changing the blacklist now wipes the render cache to force quicker change reflection in the traffic registry. This still requires already-registered URLs to be visited however.
-
Niels van Mourik authored
-
-
- Nov 25, 2016
-
-
Niels van Mourik authored
-
Niels van Mourik authored
Z331956: Added blacklisting feature to help fight queue overload by blocking randomly generated strings.
-
- Sep 07, 2016
-
-
Niels van Mourik authored
-
Niels van Mourik authored
-
Niels van Mourik authored
-
Issue #2701577 by davidwbarratt, nielsvm, Fidelix: reimplement as StackMiddleware and drop dependency on page_cache.
-
Niels van Mourik authored
- Sep 06, 2016
-
-
Niels van Mourik authored
-
- Sep 05, 2016
-
-
- Jul 25, 2016
-
-
Niels van Mourik authored
Issue #2730093 by davidwbarratt, nielsvm, nielsvm: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'url'
-
Niels van Mourik authored
-
- Mar 22, 2016
-
-
Niels van Mourik authored
-
- Mar 10, 2016
-
-
Niels van Mourik authored
During module uninstall I was getting "Table 'purge_queuer_url_tag' doesn't exist" errors, and this is likely due the fact that cache_tags_invalidator subscribers run during uninstall too. Unfortunately the only seriously working fix is dynamic table checks, which happen as least as possible (no, constructor didn't work as table dissapears after construction).
-
Niels van Mourik authored
-
Niels van Mourik authored
-
- Mar 03, 2016
-
-
Niels van Mourik authored
-
Niels van Mourik authored
Fixed: Drupal\purge\Plugin\Purge\Invalidation\Exception\InvalidExpressionException: Path invalidations cannot start with slashes.
-
Niels van Mourik authored
-
Niels van Mourik authored
-
Niels van Mourik authored
Simplified the schema, tags are kept but 'tag url' associations merged into the url table. This creates (terribly slow) LIKE queries, though that's still better than exploding tables.
-