kolber / stacey

Cheap & easy content management
http://staceyapp.com
MIT License
1.04k stars 131 forks source link

little tweaks #93

Closed fibsifan closed 11 years ago

fibsifan commented 11 years ago

PHP 5.5 complains about preg_replace with /e being deprecated The old php_fixes function ignored the ini-timezone

pbatts commented 11 years ago

Fixes in page-data.inc.php breaks generated pg_name

Example page name "Wiring Harness" now appears as "Wiring' '.strtoupper('\1')arness"

Running PHP 5.3.15 locally on Mac OS X.

Thanks,

PB

pbatts commented 11 years ago

Upon further investigation, I see the trouble I'm having, as described above, is clearly related to my use of underscores in the file name.

Is there a fix for this?

PB

kolber commented 11 years ago

Thanks for the heads up @pbatts. I have pushed up a fix for this.

pbatts commented 11 years ago

Excellent.

Thanks,

PB

On Aug 21, 2013, at 9:04 PM, Anthony Kolber wrote:

Thanks for the heads up @pbatts. I have pushed up a fix for this.

— Reply to this email directly or view it on GitHub.