Kevin Van Lierde

Results 152 comments of Kevin Van Lierde

FWIW there's a client-side solution to this https://stuk.github.io/jszip/ albeit with some [limitations](https://stuk.github.io/jszip/documentation/limitations.html)

@tablatronix As a sidenote, do you have objections against using `node` js as a build tool?

I've been playing around, here's a test static setup I made for Github pages: https://webketje.com/gs-website. Made the top menu responsive, as well as the homepage boxes, the rest is still...

May be of interest for forum: https://nodebb.org/ > Free hosting available for open source project communities If you run a popular open source project and are interested in a free...

Holy sh*t, is this the list of _implemented_ or **to be implemented** hooks and filters? I'm asking because the Wiki page doesn't mention half of them.

@shawn_a Is there a way to have access to the globals available to hook actions, provided through hook action arguments? So eg instead of doing: ```` function myhook_action() { global...

@tablatronix in the https://github.com/GetSimpleCMS/GetSimpleCMS/issues/982#issuecomment-66556221, GSSAFEMODE is in there twice. Also, won't safe mode *ironically* break the non-admin part if plugin functions are used in the templates? I take interest in...

Current sort is the default dir list as returned by PHP. I'm working on a plugin to: - treat components as single entities (individual ajax save/ file per component) -...

I just had a look at the GS 3.4 component hooks/funcs; might polyfill some of those as well

@benpolinsky @woodyrew There is actually a very, very compelling reason to do this that I accidentally stumbled upon. When using only a plugin like layouts, the global metadata keys are...