zoneminder/web
Kyle Johnson 80b1a61a12 Add CakePHP Crud plugin to the API
I wish I knew about this plugin months ago.

By default PDO and CakePHP cast int as string.  This prevents me
from using `<input type="number">`, as the modle that the input
is bound to is actually a string, not an int.

Crud by default casts int back to int via ApiTransformationListener

It also has a bunch of other features which makes the life of a
REST / CRUD developer easier.
2015-02-25 10:28:24 -05:00
..
ajax handle empty [file] to prevent logzilla 2014-11-13 09:17:54 -05:00
api Add CakePHP Crud plugin to the API 2015-02-25 10:28:24 -05:00
css Update bootstrap from 3.3.0 to 3.3.2 2015-02-19 10:54:51 -05:00
fonts Move bootstrap to the web root 2015-02-11 14:20:10 -05:00
graphics clean out autogenerated files 2013-09-12 14:43:57 -04:00
includes Make all outputImageStill calls have class="img-responsive" 2014-11-25 17:47:28 +00:00
js Add zone view / edit functionality to new ui 2015-02-24 11:18:01 -05:00
lang Convert french lang file to UTF-8 2014-11-20 20:51:49 +01:00
scripts Reverting my web changes in develop - keeping them in modern 2013-05-02 10:20:06 -04:00
skins Move bootstrap to the web root 2015-02-11 14:20:10 -05:00
tools Fix make install failing to install mootools symlinks in an out-of-source build 2013-11-13 16:52:01 +02:00
views Add zone view / edit functionality to new ui 2015-02-24 11:18:01 -05:00
CMakeLists.txt Fix wrong install path for core.php and database.php 2014-04-30 12:25:42 +03:00
Makefile.am Reverting my web changes in develop - keeping them in modern 2013-05-02 10:20:06 -04:00
README.md Update README.md 2013-05-01 08:04:57 -03:00
index.html Make the new UI not scalable on mobile 2015-02-24 11:14:42 -05:00
index.php make expiry date relative (~10years) 2014-05-01 09:53:45 +02:00

README.md

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.