History log of /dokuwiki/inc/ (Results 3276 – 3300 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8e41425c21-Sep-2012 Rudolf Mayerhofer <rudolf.mayerhofer@hs-regensburg.de>

make use of adLDAP 4.0.4 in AD backend

The new version of adLDAP improves the speed in handling recursive group
memberships dramatically

2ed3803621-Sep-2012 Andreas Gohr <andi@splitbrain.org>

consolidate more notification code in subscription class

This is untested and probably broken currently

bd4e4c9418-Sep-2012 Andreas Gohr <andi@splitbrain.org>

add linebreaks and escaping in digest HTML mails FS#2606

this is a temporary and somewhat ugly fix. digest subscriptions should
make use of the inline format just as the 'every' subscriptions do.
Bu

add linebreaks and escaping in digest HTML mails FS#2606

this is a temporary and somewhat ugly fix. digest subscriptions should
make use of the inline format just as the 'every' subscriptions do.
But it makes sense to implement it correctly in the subscription branch
instead and not introduce new code in the RC.

show more ...

e7ebc15818-Sep-2012 Michael Hamann <michael@content-space.de>

Remove diff link from French notify mail FS#2602

The link doesn't exist in the English version and it doesn't work
anymore because appending a parameter to a link doesn't work when the
link is not j

Remove diff link from French notify mail FS#2602

The link doesn't exist in the English version and it doesn't work
anymore because appending a parameter to a link doesn't work when the
link is not just a URL but an HTML link

show more ...

ce7fb7d717-Sep-2012 Michael Hamann <michael@content-space.de>

Only complain about invalid plugin names when plugins are loaded FS#2595

This fixes error messages about invalid plugin names for directories in
the plugin directory which didn't contain any plugin.

Only complain about invalid plugin names when plugins are loaded FS#2595

This fixes error messages about invalid plugin names for directories in
the plugin directory which didn't contain any plugin. Now the message is
only displayed for plugins which couldn't be loaded because of the
invalid name.

show more ...

9aa3848317-Sep-2012 Michael Hamann <michael@content-space.de>

Fix link names of start pages in sitemap/index FS#2605

ff5a286c17-Sep-2012 Michael Hamann <michael@content-space.de>

Fix revisions title for pages without title with useheading on FS#2597

7521090b10-Sep-2012 Michael Hamann <michael@content-space.de>

Move plugin name regex to a constant as suggested by @glensc

92faea0e09-Sep-2012 Michael Hamann <michael@content-space.de>

Load plugins using include_once instead of include

The problem with using include is that when the file that is loaded
does not contain the plugin class (e.g. because the directory name is
wrong), t

Load plugins using include_once instead of include

The problem with using include is that when the file that is loaded
does not contain the plugin class (e.g. because the directory name is
wrong), the file could be loaded again when the plugin class is
requested a second time which will lead to a fatal error because of
class redeclaration.

show more ...

baf1d9a009-Sep-2012 Michael Hamann <michael@content-space.de>

Less restrictive plugin name checking

This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the
strict check breaks existing plugins and this shouldn't be changed
without prior discussi

Less restrictive plugin name checking

This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the
strict check breaks existing plugins and this shouldn't be changed
without prior discussion and a warning for plugin authors with some time
to adjust their plugins. Now all characters that are valid in PHP class
names except "_" are allowed.

show more ...

00b89f9b08-Sep-2012 Michael Hamann <michael@content-space.de>

Fix encoding of special characters in HTML mails FS#2590

Before this change it was possible to send arbitrary HTML content to
subscribers, if you are using HTML subscription mails and have
untrustwo

Fix encoding of special characters in HTML mails FS#2590

Before this change it was possible to send arbitrary HTML content to
subscribers, if you are using HTML subscription mails and have
untrustworthy editors, it is recommended to upgrade as soon as possible
(this doesn't affect the current stable release).

show more ...

0484ed6d08-Sep-2012 Michael Hamann <michael@content-space.de>

Display an error message when an enabled plugin has an invalid name

This displays an error message when building the plugin list and an
enabled plugin does not follow the plugin naming conventions.

Display an error message when an enabled plugin has an invalid name

This displays an error message when building the plugin list and an
enabled plugin does not follow the plugin naming conventions. This
should help plugin developers and admins understand why their plugins
aren't working.

show more ...

eef93e9908-Sep-2012 Michael Hamann <michael@content-space.de>

Use hardcoded plugin loading error message as $lang isn't initialized

When loading plugins, $lang might not be initialized yet, so use a
hardcoded error message instead, especially as this error sho

Use hardcoded plugin loading error message as $lang isn't initialized

When loading plugins, $lang might not be initialized yet, so use a
hardcoded error message instead, especially as this error should only be
displayed for the admin (and then fixed). This also removes the
previously localized message, it might be re-added as part of the new
extension manager.

show more ...

de50cad608-Sep-2012 Michael Hamann <michael@content-space.de>

Check plugin naming conventions during load FS#2464

This checks if plugin names are valid and only loads valid plugin files,
this could prevent some errors from wrong upgrades as described in
FS#246

Check plugin naming conventions during load FS#2464

This checks if plugin names are valid and only loads valid plugin files,
this could prevent some errors from wrong upgrades as described in
FS#2464.

show more ...

dd74fecf08-Sep-2012 Michael Hamann <michael@content-space.de>

Remove BOM in linesToHash, partial fix for FS#2464

The BOM at the beginning of some plugin.info.txt files prevented the
plugin manager from correctly reading the base property and thus it
installed

Remove BOM in linesToHash, partial fix for FS#2464

The BOM at the beginning of some plugin.info.txt files prevented the
plugin manager from correctly reading the base property and thus it
installed the plugin in the wrong directory.

show more ...

cd2f903b07-Sep-2012 Michael Hamann <michael@content-space.de>

Correct and add some PHPDoc comments, initialize some variables

0a78cb4607-Sep-2012 Michael Hamann <michael@content-space.de>

Fix the test if a subscription already exists FS#2580

This fixes the test for existing subscriptions by not only testing if
the subscription for the deepest namespace level is for the current page
b

Fix the test if a subscription already exists FS#2580

This fixes the test for existing subscriptions by not only testing if
the subscription for the deepest namespace level is for the current page
but by simply testing all levels. Test case is included, it fails
without this change.

show more ...

05be3a5707-Sep-2012 Olivier Duval <zorky00@gmail.com>

French language update

0e65a48406-Sep-2012 Gerardo Zamudio <gerardo@gerardozamudio.net>

Spanish language update

72d49c3b06-Sep-2012 Andreas Gohr <andi@splitbrain.org>

spanish language update FS#2586

520297b406-Sep-2012 Jukka Inkeri <jukka@awot.fi>

Finish language update

ccde6bdb06-Sep-2012 日向小郎 <syaoranhinata@gmail.com>

Traditional Chinese language update

15c2c85326-Aug-2012 Andreas Gohr <andi@splitbrain.org>

GeSHi upgraded to version 1.0.8.11


geshi/4cs.php
geshi/6502acme.php
geshi/6502kickass.php
geshi/6502tasm.php
geshi/68000devpac.php
geshi/abap.php
geshi/actionscript.php
geshi/actionscript3.php
geshi/ada.php
geshi/algol68.php
geshi/apache.php
geshi/applescript.php
geshi/apt_sources.php
geshi/arm.php
geshi/asm.php
geshi/asp.php
geshi/asymptote.php
geshi/autoconf.php
geshi/autohotkey.php
geshi/autoit.php
geshi/avisynth.php
geshi/awk.php
geshi/bascomavr.php
geshi/bash.php
geshi/basic4gl.php
geshi/bf.php
geshi/bibtex.php
geshi/blitzbasic.php
geshi/bnf.php
geshi/boo.php
geshi/c.php
geshi/c_loadrunner.php
geshi/c_mac.php
geshi/caddcl.php
geshi/cadlisp.php
geshi/cfdg.php
geshi/cfm.php
geshi/chaiscript.php
geshi/cil.php
geshi/clojure.php
geshi/cmake.php
geshi/cobol.php
geshi/coffeescript.php
geshi/cpp-qt.php
geshi/cpp.php
geshi/csharp.php
geshi/css.php
geshi/cuesheet.php
geshi/d.php
geshi/dcl.php
geshi/dcpu16.php
geshi/dcs.php
geshi/delphi.php
geshi/diff.php
geshi/div.php
geshi/dos.php
geshi/dot.php
geshi/e.php
geshi/ecmascript.php
geshi/eiffel.php
geshi/email.php
geshi/epc.php
geshi/erlang.php
geshi/euphoria.php
geshi/f1.php
geshi/falcon.php
geshi/fo.php
geshi/fortran.php
geshi/freebasic.php
geshi/freeswitch.php
geshi/fsharp.php
geshi/gambas.php
geshi/gdb.php
geshi/genero.php
geshi/genie.php
geshi/gettext.php
geshi/glsl.php
geshi/gml.php
geshi/gnuplot.php
geshi/go.php
geshi/groovy.php
geshi/gwbasic.php
geshi/haskell.php
geshi/haxe.php
geshi/hicest.php
geshi/hq9plus.php
geshi/html4strict.php
geshi/html5.php
geshi/icon.php
geshi/idl.php
geshi/ini.php
geshi/inno.php
geshi/intercal.php
geshi/io.php
geshi/j.php
geshi/java.php
geshi/java5.php
geshi/javascript.php
geshi/jquery.php
geshi/kixtart.php
geshi/klonec.php
geshi/klonecpp.php
geshi/latex.php
geshi/lb.php
geshi/ldif.php
geshi/lisp.php
geshi/llvm.php
geshi/locobasic.php
geshi/logtalk.php
geshi/lolcode.php
geshi/lotusformulas.php
geshi/lotusscript.php
geshi/lscript.php
geshi/lsl2.php
geshi/lua.php
geshi/m68k.php
geshi/magiksf.php
geshi/make.php
geshi/mapbasic.php
geshi/matlab.php
geshi/mirc.php
geshi/mmix.php
geshi/modula2.php
geshi/modula3.php
geshi/mpasm.php
geshi/mxml.php
geshi/mysql.php
geshi/nagios.php
geshi/netrexx.php
geshi/newlisp.php
geshi/nsis.php
geshi/oberon2.php
geshi/objc.php
geshi/objeck.php
geshi/ocaml-brief.php
geshi/ocaml.php
geshi/octave.php
geshi/oobas.php
geshi/oorexx.php
geshi/oracle11.php
geshi/oracle8.php
geshi/oxygene.php
geshi/oz.php
geshi/parasail.php
geshi/parigp.php
geshi/pascal.php
geshi/pcre.php
geshi/per.php
geshi/perl.php
geshi/perl6.php
geshi/pf.php
geshi/php-brief.php
geshi/php.php
geshi/pic16.php
geshi/pike.php
geshi/pixelbender.php
geshi/pli.php
geshi/plsql.php
geshi/postgresql.php
geshi/povray.php
geshi/powerbuilder.php
geshi/powershell.php
geshi/proftpd.php
geshi/progress.php
geshi/prolog.php
geshi/properties.php
geshi/providex.php
geshi/purebasic.php
geshi/pycon.php
geshi/pys60.php
geshi/python.php
geshi/q.php
geshi/qbasic.php
geshi/rails.php
geshi/rebol.php
geshi/reg.php
geshi/rexx.php
geshi/robots.php
geshi/rpmspec.php
geshi/rsplus.php
geshi/ruby.php
geshi/sas.php
geshi/scala.php
geshi/scheme.php
geshi/scilab.php
geshi/sdlbasic.php
geshi/smalltalk.php
geshi/smarty.php
geshi/spark.php
geshi/sparql.php
geshi/sql.php
geshi/stonescript.php
geshi/systemverilog.php
geshi/tcl.php
geshi/teraterm.php
geshi/text.php
geshi/thinbasic.php
geshi/tsql.php
geshi/typoscript.php
geshi/unicon.php
geshi/upc.php
geshi/urbi.php
geshi/uscript.php
geshi/vala.php
geshi/vb.php
geshi/vbnet.php
geshi/vedit.php
geshi/verilog.php
geshi/vhdl.php
geshi/vim.php
geshi/visualfoxpro.php
geshi/visualprolog.php
geshi/whitespace.php
geshi/whois.php
geshi/winbatch.php
geshi/xbasic.php
geshi/xml.php
geshi/xorg_conf.php
geshi/xpp.php
geshi/yaml.php
geshi/z80.php
geshi/zxbasic.php
c3564cf926-Aug-2012 이명진 <aranet100@gmail.com>

Korean language update

77d4447726-Aug-2012 Otto Vainio <otto@valjakko.net>

Finish language update

1...<<131132133134135136137138139140>>...266