updatecheck feature
This patch adds a feature to let DokuWiki automatically check if updates are available or any other important messages (like security warnings) and then display this info to the admin user. DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php with a parameter telling it which messages it already know (read from conf/msg) - the server side script then will return all new messages. The messages will be displayed until DokuWiki was upgraded or conf/msg was updated manually. Messages are cached and only checked once a day. The messenger URL will probably change before the next release. darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
Showing
- conf/dokuwiki.php 5 additions, 0 deletionsconf/dokuwiki.php
- doku.php 3 additions, 0 deletionsdoku.php
- inc/common.php 8 additions, 210 deletionsinc/common.php
- inc/infoutils.php 250 additions, 0 deletionsinc/infoutils.php
- lib/images/notify.png 0 additions, 0 deletionslib/images/notify.png
- lib/plugins/config/lang/en/lang.php 1 addition, 0 deletionslib/plugins/config/lang/en/lang.php
- lib/plugins/config/settings/config.metadata.php 1 addition, 0 deletionslib/plugins/config/settings/config.metadata.php
- lib/styles/style.css 11 additions, 0 deletionslib/styles/style.css
Loading
Please register or sign in to comment