History log of /dokuwiki/inc/html.php (Results 101 – 125 of 575)
Revision Date Author Comments
# 06917fce 05-Sep-2017 Michael Große <grosse@cosmocode.de>

fix: fix regex to return table secedit buttons

Since the hid is optional, it must also be optional in the regex. Also
this commit introduced named capture groups to make it more obvious
which part o

fix: fix regex to return table secedit buttons

Since the hid is optional, it must also be optional in the regex. Also
this commit introduced named capture groups to make it more obvious
which part of the regex captures what.

Also there is now an explicit hid generated for tables, to enable
jumping to the correct section after finishing editing.

This was broken in 2571786c763e04c7abbf27c2245a5720878dc3f1 or #1966
respectively.

Known Issues:
* since both title and hid are optional, a hid may be misinterpreted as
a title if the title is not generated.

show more ...


# 5f28f727 02-Sep-2017 Andreas Gohr <andi@splitbrain.org>

make top button a button. fixes #2045


# 2689c55f 27-Aug-2017 Michael Große <mic.grosse@googlemail.com>

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to

fix: access first element of associative arrays

This function might be called by an plugin with an array that has only
string keys and hence no key 0. This would trigger an PHP Notice when
trying to get the first key's level.

show more ...


# 20dc95cd 27-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1933 from splitbrain/actionrefactor

Action Dispatch Refactoring


# 7c6a857a 15-Aug-2017 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through R

Merge branch 'master' into actionrefactor

* master: (65 commits)
updated composer dependencies
Release preparation
translation update
do not disclose email or IP addresses of users through RSS
small fix
Make default encapsulation more readable and less duplicate.
Replace htmlspecialchars to hsc in core
Add the preview-bool for the cache file.
Add htmlspecialchars when showing $DATE_AT
#2021 broken links to W3C validators also dokuwiki and php are on https
made bin/wantedpage.php more flexible
doc abbreviation
Fix PHP Notices: Reduce error log noise
Create valid empty options
translation update
doc fix
translation update
using $options->getCmd to retrieve show-pages parameter
added option to wantedpages.php to show or not show pages where broken links occur
show pages where broken links occur: page_id => broken_link
...

show more ...


# 564ad40a 14-Aug-2017 Oliver Geisen <oliver@rehkopf-geisen.de>

Removed progressbar from searchform


# 65cc1598 01-Aug-2017 Phy <git@phy25.com>

Replace htmlspecialchars to hsc in core


# 6d6db8ee 16-Jun-2017 Oliver <igittigitt@users.noreply.github.com>

Update html.php

$regex initialization added to clearify that it is passed by reference and filled from subroutines


# 2571786c 18-May-2017 LarsDW223 <lars_paulsen@web.de>

always redirect to correct section

Across workflow 'show - sectionedit - save/cancel' explicitly
transmit header id to the server. So the server can always redirect to
the correct section even if he

always redirect to correct section

Across workflow 'show - sectionedit - save/cancel' explicitly
transmit header id to the server. So the server can always redirect to
the correct section even if headings have the same name. Fixes #1364.

show more ...


# 9e491c01 12-May-2017 Andreas Gohr <andi@splitbrain.org>

replaced some more each calls

There are still some left in the DifferenceEngine code


# 074b2b3f 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.


# 5a9597bb 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.


# 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.


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

fix pass by reference bug identified by scrutinizer

$pagelog->getRevisions(-1, 1) cannot be passed to array_pop() as the
parameter $array expects a reference.


# 82be9669 03-Feb-2017 Andreas Gohr <andi@splitbrain.org>

Merge pull request #1602 from metinn/master

added rev number to most recent link in old revisions page


# 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 ...


# 3c27983b 21-Jan-2017 Andreas Gohr <andi@splitbrain.org>

Use inline SVG for Admin Plugin icons and style them via CSS

This introduces an embedSVG() function that can be used at other places.


# 3b93167c 21-Jan-2017 ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>

Provide icons for plugins in admin menu

Squashed commit of the following:

commit 86183b66c5b53b47e5ddb1e0d1c155c06c331d35
Merge: ebfb1ab1e 4a8f4288e
Author: Andreas Gohr <andi@splitbrain.org>
Date:

Provide icons for plugins in admin menu

Squashed commit of the following:

commit 86183b66c5b53b47e5ddb1e0d1c155c06c331d35
Merge: ebfb1ab1e 4a8f4288e
Author: Andreas Gohr <andi@splitbrain.org>
Date: Sat Jan 21 11:20:32 2017 +0100

Merge branch 'master' of git://github.com/ThisNameIsNotAllowed/dokuwiki into pull-request-1767

* 'master' of git://github.com/ThisNameIsNotAllowed/dokuwiki:
Update admin.php
Update admin.php
Update _admin.css
Update admin.php
Update html.php
Update _admin.css
Update html.php
Update html.php
Update html.php
Update.html
Update html.php
Update admin.php

commit 4a8f4288e61d48156bf9c4a7c49756912e4dac25
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Fri Jan 20 09:25:52 2017 +0100

Update admin.php

Changed the code to check for icons being SVG files.
This should fix php5.3 errors for using method returns straight on.

commit e43b6cae1e12c1d24efae301e6b25f79a660f353
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Fri Jan 20 08:22:41 2017 +0100

Update admin.php

Removed elements that could lead to behaviors that shouldn't occure.

commit 9af82fb6f43a5ce10ba9b54f1d5f5cac644c7611
Merge: b99c67797 0b8d1871c
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Jan 19 16:22:02 2017 +0100

Merge pull request #1 from ThisNameIsNotAllowed/add-c

Added css, forced the author to use ".svg"-files for plugin icons.

commit 0b8d1871c8bd0a02aca3ff56128465e8739c96ea
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Jan 19 16:17:34 2017 +0100

Update _admin.css

fixed some aligning for plugin names.

commit 9158649de99867574471a2b894f8611bb99b9a7f
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Jan 19 15:49:20 2017 +0100

Update admin.php

Added method to return menu icons only in case their mime type matches svg files.

Added warning to getMenuIcon comments telling the user to provide svg only.

commit 6df4e0f41880d40f0e7b1882d26fc647d6d2188e
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Jan 19 15:46:17 2017 +0100

Update html.php

Added code to accept svg files only.
Also changed names of css classes to suit dokuwiki style.

commit 3435abc52ac1dbd4e0cea291a8b30bef722638a6
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Jan 19 15:41:06 2017 +0100

Update _admin.css

Added css for displaying plugin icons.

commit b99c67797eafdb73351f62d2db4c206426b9f828
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Nov 24 14:16:23 2016 +0100

Update html.php

Changed the list of admin plugins.

The icons and plugin names appearance can now be influenced by css.

commit 479c6517ff6fc6010c24b2a285249f3600bc3248
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Thu Nov 24 13:45:08 2016 +0100

Update html.php

Cleaned, due to too much duplicated code.

commit e621fd9788c064cc22385cfa4999a9be588bedc2
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Wed Nov 23 16:26:14 2016 +0100

Update html.php

Changed class name for images shown before plugin names.

commit 9099dac8483fc1aa5a875755ba3dea6e7eb3f280
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Wed Nov 23 16:24:01 2016 +0100

Update.html

Added icon to plugin array

commit faea3ceb7986ecd6d6bad3d8055a388f3810c4b1
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Wed Nov 23 15:56:40 2016 +0100

Update html.php

Added support to display plugin icons in admin menu.

commit 539e60be075ab060d7d57beadc74d94606262a2e
Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Date: Wed Nov 23 15:51:39 2016 +0100

Update admin.php

Add support for icons in admin menu.

show more ...


# 97c3189f 03-Jun-2016 Metin Güler <eng.metin@gmail.com>

fixing for php 5.3


# fe101f30 03-Jun-2016 Metin Güler <eng.metin@gmail.com>

added rev number to most recent link in old revisions page


# 0b78a6ed 23-May-2016 Anika Henke <anika@selfthinker.org>

take care of file size change of zero


# cd2a4cfd 23-May-2016 Anika Henke <anika@selfthinker.org>

refactor duplicate sizechange code into its own function


# 2966355b 15-Mar-2016 Gerrit Uitslag <klapinklapin@gmail.com>

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

Conflicts:
inc/common.php


# dab290ef 11-Mar-2016 Satoshi Sahara <sahara.satoshi@gmail.com>

usie a strict comparison === instead


# d73566f8 11-Mar-2016 Satoshi Sahara <sahara.satoshi@gmail.com>

Merge remote-tracking branch 'refs/remotes/splitbrain/master' into patch


12345678910>>...23