| #
114248c7 |
| 30-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'master' into phpseclib
* master: (54 commits) updated geshi authpdo - use type safe comparison on passwords. fixes #1765 removed unneeded files from random_compat Use cryptogra
Merge branch 'master' into phpseclib
* master: (54 commits) updated geshi authpdo - use type safe comparison on passwords. fixes #1765 removed unneeded files from random_compat Use cryptographically secure pseudo random number generator (CSPRNG) translation update translation update translation update translation update translation update or maybe I only now figured out the right travis config :-/ disable 7.1 testing completely allow 7.1 failures until it's released #1682 DE translation for key 'protected' Use 'Benachrichtigung' instead of 'Notifikation' Fix spelling of some terms (lower to upper case) DE translation for key: addUser_error_missing_pass DE translation for keys: update_name, update_mail translation update translation update Implemented interwiki substitution for external images (issue #1614). ...
show more ...
|
| #
b368386f |
| 01-Oct-2016 |
Florian Rathgeber <florian.rathgeber@gmail.com> |
Autoload IXR_Error class #1704
|
| #
59419fd0 |
| 06-Sep-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Use composer installed phpseclib
We used to ship only parts of phpseclib in inc/phpseclib which made it a little tricky to update. This replaces the library with a composer installed version, making
Use composer installed phpseclib
We used to ship only parts of phpseclib in inc/phpseclib which made it a little tricky to update. This replaces the library with a composer installed version, making the rest of the library available to plugin authors. It might fix a problem with PHP 7.1 as reported in #1682 (unconfirmed)
show more ...
|
| #
b00eb817 |
| 20-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong namespace length
as pointed out in https://github.com/splitbrain/dokuwiki/pull/1530/files/b89dfc20f1e13333ce49ce0d6a3a83cc9836094b#r60392099
|
| #
b89dfc20 |
| 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
vendor prefix plugin namespace
As suggested by @micgro42 the plugin namespace should use a vendor prefix to avoid name clashes when DokuWiki is integrated with other software.
|
| #
600fb65e |
| 14-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
autoload plugin namespace
This introduces an autoloader for namespaces starting with plugin\*
This way, plugins can easily have additional classes auto loaded without needing to register their own
autoload plugin namespace
This introduces an autoloader for namespaces starting with plugin\*
This way, plugins can easily have additional classes auto loaded without needing to register their own loader. A plugin\*\test\* namespace will automatically be mapped to the _test directory of the plugin.
show more ...
|
| #
ce949263 |
| 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
autoloader needs return, plugins should be required not included
|
| #
b20eed15 |
| 18-Oct-2015 |
David Stone <dstone@cbs.com> |
fix error
|
| #
8a58013e |
| 18-Oct-2015 |
David Stone <dstone@cbs.com> |
Optimizations to autoloader
Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use sinc
Optimizations to autoloader
Autoloader should return true if it can handle the class so other registered autoloader don't execute.
require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists
show more ...
|
| #
8909ab76 |
| 03-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #1265 from splitbrain/form2
Form 2
|
| #
0b55591d |
| 31-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
deprecation of Archive libs
|
| #
41d51802 |
| 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
switched geshi higlighter to composer based repository
|
| #
e7a32b17 |
| 08-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
added autoloading for namespaced classes
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
| #
496e3a6f |
| 17-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
completely new base for CLI scripts
This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options
completely new base for CLI scripts
This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options and provides commonly needed things like help output and colored text.
Existing CLI scripts still need to be converted.
show more ...
|
| #
2ada8709 |
| 25-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add renderers to autolader
|
| #
36e8c637 |
| 22-Jan-2014 |
Andreas Gohr <gohr@cosmocode.de> |
add missing autoloader entry for Doku_Parser_Mode_Plugin #496
|
| #
6589c60c |
| 30-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
compatibility functions for missing ctype extension FS#2873
|
| #
9b81fefe |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'less'
* less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and
Merge branch 'less'
* less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and lessified a few more css fixed broken structure removed debug statement. sorry convert ini replacements to less vars first make sure calculations are correct lessified more files lessyfied another one lessyfied the first of template's CSS files fixed ini replacement to less variables stuff added missing lessc library add LESS support
Conflicts: inc/load.php lib/tpl/dokuwiki/css/basic.less
show more ...
|
| #
04369c3e |
| 30-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Add AES from phpseclib and use it for cookie encryption
This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security.
|
| #
d4a1ece8 |
| 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing
|
| #
3da7921f |
| 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into future
* master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to
Merge branch 'master' into future
* master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to match standard 1.4em grid added comment on use of whitelist vs blacklist Updated idfilter() function for IIS use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found. added 'home' class to first link in hierarchical breadcrumbs reduced required max width to go into tablet mode re-added linear gradients for firefox added missing styling for disabled form elements (FS#2705) fixed acronyms in italics (FS#2684) improved print styles (includes fixes for FS#2645 and FS#2707) basic styles improvements Greek language update Use list in acl help text, for more structure Galician language update touch the config on save, even if no changes were made unwind the width narrowing commit put some whitespace between form submit button and fieldset bottom border ...
Conflicts: lib/plugins/config/admin.php lib/plugins/config/settings/config.class.php
show more ...
|
| #
d14415e3 |
| 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct Germ
Merge branch 'master' into subscription
* master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ...
Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
show more ...
|
| #
76ce1169 |
| 09-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved adLDAP to authad plugin and fixed includes
|
| #
35349ab0 |
| 06-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
added simple compatibility wrapper for old TarLib
|