History log of /dokuwiki/inc/template.php (Results 101 – 125 of 539)
Revision Date Author Comments
# 9b48e6a1 05-Apr-2017 Gerry Weißbach <gerry.w@gammaproduction.de>

Continue if there are no attributes

If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry.


# e5802cb7 11-Mar-2017 Andreas Gohr <andi@splitbrain.org>

make use of the ActionRouter (temporary solution)

This is just a quick and dirty hack to try and see if the router
actually behaves as it should. I renamed the old methods to XXX_* and
implemented n

make use of the ActionRouter (temporary solution)

This is just a quick and dirty hack to try and see if the router
actually behaves as it should. I renamed the old methods to XXX_* and
implemented new ones calling the router. This has to be cleaned up
later.

show more ...


# f50a239b 31-Mar-2017 Takamura <plehanov.v@gmail.com>

I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.


# 2d90435a 03-Feb-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1507 from ssahara/pageinfo

remove fullpath() call in pageinfo


# 427bf9a2 03-Feb-2017 Andreas Gohr <andi@splitbrain.org>

do not deliver scripts to ie<9 fixes #1816

All script tags are now surrounded by conditional comments to tell
Internet Explorer 8 and lower to not even bother trying to load the
JavaScript.


# 65a6bb07 03-Feb-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'jqsplit'

* jqsplit:
Restore smoothness.css using update.sh
allow selecting the preferred CDN and add event
load jquery via https always
split off jquery from other JS and add C

Merge branch 'jqsplit'

* jqsplit:
Restore smoothness.css using update.sh
allow selecting the preferred CDN and add event
load jquery via https always
split off jquery from other JS and add CDN option #1766
use external version file for jquery updates
removed jQuery.browser calls
replace deprecated bind() calls
replace deprecated delegate() calls
fixed radio options in media manager for new jQ-UI
jQuery Updates

show more ...


# 0470c28f 21-Jan-2017 Andreas Gohr <andi@splitbrain.org>

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better ma

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better maintainable classes in the
Ui namespace. This is the first go at it. Others function->class
conversions should follow.

This also switches the icons for our base admin plugins to inline SVG.
(files and styling not included, yet).

show more ...


# fa078663 21-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook to easily implement their own preferred CDN. Authors might
even use this event to conditionally load additional JavaScript files.

show more ...


# 7a5ae06d 26-Nov-2016 Andreas Gohr <andi@splitbrain.org>

load jquery via https always


# 61537d47 26-Nov-2016 Andreas Gohr <andi@splitbrain.org>

split off jquery from other JS and add CDN option #1766

jQuery (and UI and Migrate) are now loaded separately from the rest of
the JavaScript. This adds at least one HTTP request more but has some
a

split off jquery from other JS and add CDN option #1766

jQuery (and UI and Migrate) are now loaded separately from the rest of
the JavaScript. This adds at least one HTTP request more but has some
advantages:

* browsers can cache it independently
* the cache is only invalidated when versions update
* we do not apply any transformations (replacements, minimizing, etc) on
this code anymore which makes our dispatcher faster for the other JS
* browsers seem to load (not execut) both (jquery and other) parallel,
which might increase download speed a bit

This split allowed for the introduction of a new config: jquerycdn. When
enabled the 3 jquery files are loaded from jQueries CDN. This adds
another two HTTP requests but:

* since it's another host those files do not apply to the 4 request per
host limit and can be loaded (not executed) in paralell which might
increase download speeds a bit
* the CDN is distributed worldwide which means files are requested from
the closest location, increasing the download speeds
* since these files/CDN are very popular, chances are high that people
already have them cached in their browsers, reducing the download time
to 0 and effectiely halving the javascript needed to download

The option currently defaults to 'off', but I would argue 'on' would be
the better default.

show more ...


# 65d3a5db 07-Sep-2016 Andreas Gohr <gohr@cosmocode.de>

fix another PHP 7.1 problem


# 7abc270f 11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

fix typo


# ecbfee27 18-Apr-2016 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1370 from splitbrain/sidebaracl

Add an ACL check in page_findnearest, fix #1369


# a2e03c82 18-Apr-2016 Andreas Gohr <andi@splitbrain.org>

correctly check for pageid in tpl_include_page

@scrutinizer-notifier noticed that the $pageid might be false when
page_findnearest looks for it.


# 7c3e4a67 15-Apr-2016 Andreas Gohr <andi@splitbrain.org>

renamed ignoreacl parameter to useacl


# c83f69ba 21-Mar-2016 Satoshi Sahara <sahara.satoshi@gmail.com>

remove unnecessary fullpath()


# 63cf4192 04-Mar-2016 sarehag <joakim.sarehag@gmail.com>

#1477:Search heading still displayed although search disabled


# 7a112df5 27-Nov-2015 Andreas Gohr <andi@splitbrain.org>

add ignoreacl parameter to tpl_include_page #1369

This is needed to accomodate for the change in page_findnearest()


# a4d6db92 05-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Merge pull request #1279 from splitbrain/tpl_action_get2

TPL_ACTION_UNKNOWN event for building action/button links


# 3131073d 03-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

rename to TPL_ACTION_GET

This event handles both known core types and unknown types as default


# 38d2ca46 01-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

remove debug var


# 84dd2b1a 01-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

TEMPLATE_SITETOOLS_DISPLAY and TEMPLATE_USERTOOLS_DISPLAY

re-add PR #470 again.


# 7b4365a7 01-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

TPL_ACTION_UNKNOWN event for building action/button links


# 0bfc8d5a 25-Jul-2015 Anika Henke <anika@selfthinker.org>

Merge remote-tracking branch 'origin/master' into styler

Conflicts:
lib/exe/css.php


# 84e76a7e 24-Jul-2015 Andreas Gohr <andi@splitbrain.org>

make personal style ini to cause cache reloads


12345678910>>...22