History log of /dokuwiki/inc/ (Results 1176 – 1200 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
60b9af7317-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Move deprecated HTTPClient classes to deprecated.php

198564ab17-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Refactor HTTPClient into different files

06a7013314-Mar-2019 Phy <git@phy25.com>

fix zero ID/NS issue with page_findnearest

5e0da3ce14-Mar-2019 Phy <git@phy25.com>

fix zero value issue with metadata indexer

73f0521714-Mar-2019 Phy <git@phy25.com>

fix zero ID issue with linkwiz and search indexer

40b5fb5b14-Mar-2019 Phy <git@phy25.com>

fix zero ID issue with wl() and getID()

1c3eca7d12-Mar-2019 Phy <git@phy25.com>

set_doku_pref bugfix, closes #2721

- Read last entries (if duplicate) when get
- Remove duplicate entries when set
- Type-aware compare to decide append or modify
- Remove $cookieVal empty check bef

set_doku_pref bugfix, closes #2721

- Read last entries (if duplicate) when get
- Remove duplicate entries when set
- Type-aware compare to decide append or modify
- Remove $cookieVal empty check before setcookie, because there might be cases when we want to remove cookie

show more ...

5833995a12-Mar-2019 Phy <git@phy25.com>

add tests for get/set_doku_pref #2721

c3cc6e0506-Mar-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...

1b5fd97701-Mar-2019 Magnús Ýmir Magnússon <mm@mck-dk.dk>

translation update

06c1575701-Mar-2019 Victor <kvp@live.com>

translation update

fb97a12a28-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Fix notices when using dw CLI

On the commandline several global variables might not be set. Accessing
them might generate an E_NOTICE.

4593dbd228-Feb-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discuss

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discussed in FS#2703 and #134

Squashed commit of the following:

commit 5ed550f6ba61a1d475b7572cbff18f0d790c78c2
Merge: 0cefed65e cab1833b0
Author: Andreas Gohr <gohr@cosmocode.de>
Date: Thu Feb 28 13:38:46 2019 +0100

Merge branch 'styleConfCascade' of https://github.com/annda/dokuwiki into annda-styleConfCascade

* 'styleConfCascade' of https://github.com/annda/dokuwiki:
Clean up StyleUtils
Update StyleUtils test
Fix array to boolean conversion
Use better placeholder string in config cascade
Calls to StyleUtils use the new constructor
Add test for StyleUtils
Refactor StyleUtils
WIP add temporary test comparing two implementations of StyleUtils
WIP add new style config cascade side by side with the old one

commit cab1833b09a59331a5580fe0e3e6f36d743dea09
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:54:27 2019 +0100

Clean up StyleUtils

commit 766e3907cf7b234c3f2fa7bf86f205c1c8c7c6e1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:51:15 2019 +0100

Update StyleUtils test

commit f5c08787ddf9db60e3429421e5c627d5c81d876a
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:51:53 2019 +0100

Fix array to boolean conversion

commit c9671698992328d5671a43b2707ffc6c5b117423
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:38:55 2019 +0100

Use better placeholder string in config cascade

commit 4845eff54d227325476bb00b7c8402ce58cf72df
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:24:16 2019 +0100

Calls to StyleUtils use the new constructor

commit 7a6337a8f8f2cc0cedbf54ae0b43e94033192cb8
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:22:44 2019 +0100

Add test for StyleUtils

commit 5ae9e8f69e076ab2a18b24aa178cca15fea6b000
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:16:57 2019 +0100

Refactor StyleUtils

commit a2adcc9f37be93f4bcf90fdba4089ea4b0d6436e
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:58:04 2019 +0100

WIP add temporary test comparing two implementations of StyleUtils

commit 845c40c4faf379a65134e171514a09d47ffe95f1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:59:41 2019 +0100

WIP add new style config cascade side by side with the old one

show more ...

2e9d571626-Feb-2019 Benjamin Molitor <bmolitor@uos.de>

translation update

27cff89825-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Remove PHP user deprecation errors

Remove these errors pending proper discussion.
These errors could be a problem for installations that have HTML errors on
in production. Since DokuWikis is often

Remove PHP user deprecation errors

Remove these errors pending proper discussion.
These errors could be a problem for installations that have HTML errors on
in production. Since DokuWikis is often used in smaller and private
contexts, this is a scenario that should be considered.

show more ...

0c5eb5e225-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Refactor deprecation logging into its own class

This gives us the flexibility to handle both deprecated properties and
methods/functions properly.

792cbafa25-Feb-2019 eiroca <39483731+eiroca@users.noreply.github.com>

Fix issue #2396

e24a74c024-Feb-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 style fixes

These are some simple whitespace/arrangement things that apparantly
can't be fixed automatically

c472ace424-Feb-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 cleanup for the feedparser override

It might be a good idea to namespace the FeedParser class itself in the
future

963c693424-Feb-2019 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for SafeFN

the renamed methods were not used in any known plugin

43452e6723-Feb-2019 HokkaidoPerson <dosankomali@yahoo.co.jp>

translation update

b4b0b31b22-Feb-2019 Michael Große <mic.grosse@googlemail.com>

Use deprecation helper

Instead of writing our own magic getters and setters for all variables
that used to be public, this adds a trait that does that in a generic
way.
This trait was copied from Me

Use deprecation helper

Instead of writing our own magic getters and setters for all variables
that used to be public, this adds a trait that does that in a generic
way.
This trait was copied from MediaWiki and adjusted to DokuWiki.
The original author seems to be @tgr Tisza Gergő

The downside of this trait is that the properties keep their
(potentially undesired) name. While that could be fixed within the
helper, that might add unnecessary complexity. The name can change when
support is dropped.

show more ...

e180e45321-Feb-2019 Phy <git@phy25.com>

use utf8_strtolower instead of strtolower

395b0e1609-Jan-2019 Phy <git@phy25.com>

compare cleaned pageid case-insensitive in search, fixes #2613

2ed72d0619-Feb-2019 Andreas Gohr <andi@splitbrain.org>

rename Ajax Callbacks for PSR2

1...<<41424344454647484950>>...258