Results 45 issues of onli

In https://github.com/s9y/additional_plugins is an alpha directory where we moved broken plugins into. It's not clear to me that this is still necessary given the version history git provides, and we...

discuss

Some Spartacus plugins still depend on **HTTP/Request.php**, despite that bundled lib having been removed in https://github.com/s9y/Serendipity/commit/60529329eb306ee186323fdc1c238dceca34e221 (I'm not remembering whether there was a discussion about this and do not see...

(This is for when https://github.com/s9y/Serendipity/pull/933 is merged) Under **bundled_libs/Net/** we now only have **Net/URL.php**, **Net/URL2.php** and **Net/Socket.php**. All of these files are very old and (to be checked again) not...

This index creation errors out: ``` $q = "CREATE INDEX refsrefs ON {$serendipity['dbPrefix']}refs (refs(191));"; ``` We should either create the index only on mysql or create it in a way...

bugs
plugins

The maintenance menu has the option to empty the cache, deleting the smarty template cache. But it does not delete our own integrated cache, the one you can activate in...

backend
enhancements