summaryrefslogtreecommitdiffstats
path: root/source4/lib/appweb/ejs/ejsProcs.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-704/+0
|
* r19021: match the prototype for a trigger functionDerrell Lipman2007-10-101-2/+2
| | | | (This used to be commit f2f191891582af7dcb6d38c14e4ef7afc361299a)
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-0/+1
| | | | | | | means we don't pollute the name space, and also makes for faster startup times as we only create variables for the pipes that we use, not all pipes (This used to be commit 57d7a585e8162d21c7152952aa0cc7471968784f)
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-0/+703
upstream sources. This makes it much easier to keep it up to date. I will separate out the mpr code into lib/appweb/mpr next (This used to be commit 52db7a052baeb0f11361ed69b71cb790039e3cc9)