issues
search
Dallas-Makerspace
/
calendar
https://calendar.dallasmakerspace.org/
BSD 3-Clause "New" or "Revised" License
8
stars
20
forks
source link
Minor cleanup
#107
Closed
aceat64
closed
5 years ago
aceat64
commented
5 years ago
Modify app.default.php to avoid cryptic errors about "cache engine spies"
The _cake
routes
cache option was completely missing, so I added the default from cakephp/app.
Set bin/cake to be executable.
Switch from parse_str() to PSR-7 compliant getQueryParams()
This also avoids a notice about QUERY_STRING not being set when there are no query string parameters.
More consistent vertical spacing on Events::index
Added Development Quickstart Guide