webzwo0i
5d15f655f0
dont make local variables global
2014-12-14 22:01:28 +01:00
Marcel Klehr
c909ed256f
Fix #1247 , #1201 : Don't cache eejs blocks!
...
Caching eejs blocks led to many unexpected bugs
like having to restart the server after installing new plugins
or the legendary connectingbar.gif issue...
2012-12-06 18:35:35 +01:00
Marcel Klehr
059f6d280e
Pass on the render args to all eejs hooks
...
eejs.require('foo', {..render args..}) will
be passed on to all eejsBlock_X hooks as `hookContext.renderContext`
2012-11-01 13:44:06 +01:00
Egil Moeller
9a67a3a1db
Removed debug print
2012-04-20 15:08:50 +02:00
Egil Moeller
72c972b256
Bugfix for recursive dependency-installation and paths
2012-04-20 14:37:53 +02:00
Egil Moeller
b8a4333d1b
Exposed require to ejs pages!
2012-03-22 18:34:38 +01:00
Egil Moeller
37c0d279c1
Bugfix for when a block hook calls eejs.require recursively
2012-03-21 19:27:06 +01:00
Egil Moeller
a5366a0a16
Integrated hooks into templates and provided a blokc/hook for the left and right editbar menu
2012-03-13 20:32:56 +01:00
Egil Moeller
05c2e0fde5
Made all html pages into eejs templates
2012-03-13 18:24:45 +01:00
Egil Moeller
3ffed70850
Added inherit function
2012-03-13 17:42:15 +01:00
Egil Moeller
6fb0e00f03
Bugfixes for eejs
2012-03-13 17:31:40 +01:00
Egil Moeller
f6212f452c
Bugfix
2012-03-08 21:01:01 +01:00
Egil Moeller
92dc3e59d6
First attempt to implement the block system from django templates on top of the npm module ejs.
2012-03-07 17:36:11 +01:00