History log of /dokuwiki/inc/pluginutils.php (Results 51 – 56 of 56)
Revision Date Author Comments
# e2e0a40f 02-Aug-2005 chris <chris@teacherscpd.co.uk>

plugin javascript load fix: print.css -> script.js

darcs-hash:20050802084121-50fdc-9a4bf03b72365ac5218c0ba7b6ad6dc971e29676.gz


# 3600bd52 01-Aug-2005 Andreas Gohr <andi@splitbrain.org>

Load plugin javascript

Javascript files from plugins called script.js are loaded automatically

darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz


# 4b15e09d 31-Jul-2005 Andreas Gohr <andi@splitbrain.org>

Plugins can add their own CSS now

Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
function.

The following files are used if existing in the plugin's directory:

sty

Plugins can add their own CSS now

Plugins can use their own styleheets now. They are loaded in the tpl_metaheader
function.

The following files are used if existing in the plugin's directory:

style.css - overall style used always
screen.css - only used in normal view (media

darcs-hash:20050731073521-7ad00-dcece7a255d3b08a1d2da9f2444b31e628ee76ea.gz

show more ...


# a46d0d65 30-Jul-2005 Andreas Gohr <andi@splitbrain.org>

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
n

Changed pluginloading to use references

This patch allows the use of $this in syntax plugins to set internal variables
and let them remain between handle and render calls. Even when it is possible
now to use this method you should exchange data betwenn handler and render calls
by using the $data array only.

darcs-hash:20050730215156-7ad00-69ea79859360d9902533633395de3e1b677f6e46.gz

show more ...


# 107b01d6 21-May-2005 andi <andi@splitbrain.org>

sorting support for syntax plugins, info plugin now actually does something

Syntax plugins now need to implement getSort() which should return a number.
This number is used to add all syntax modes i

sorting support for syntax plugins, info plugin now actually does something

Syntax plugins now need to implement getSort() which should return a number.
This number is used to add all syntax modes in the correct order. To see a
list in which order current modes are loaded you can use the info plugin like
this:

~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with
their sorting score

~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful
for implementing the getType() function.

darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz

show more ...


# ee20e7d1 19-May-2005 andi <andi@splitbrain.org>

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

- Doku_Block_Handler needs work (doesn't honur plugins yet)
- there is no way to specify the order of plugins and other modes yet
- useful output from the info plugin
- bug testing and fixing
- code cleanup
- documentation

darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz

show more ...


123