#
efd15b3e |
| 09-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
explicitly track known config files, gitignore the rest
fixes #4308
|
#
e6380ba3 |
| 02-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
replace LESS library. fixes #4088
This replaces the abandoned fork with my own fork at splitbrain/lesserphp
That fork has been cleaned up somewhat and the issues in #4088 should be fixed.
|
#
d32f8679 |
| 18-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
ignore _test/vendor in git
|
#
077b7fe2 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
add configuration for rector
A workflow should automatically suggest a new pull request with the changes.
Initial fixes will not be applied from the auto generated PR but will be added as piece by
add configuration for rector
A workflow should automatically suggest a new pull request with the changes.
Initial fixes will not be applied from the auto generated PR but will be added as piece by piece commits with rule updates to this branch.
show more ...
|
#
acdf738a |
| 19-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
replace phpquery by php-dom-wrapper #3308
This replaces the outdated phpquery library by the newer and maintained php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is left in but
replace phpquery by php-dom-wrapper #3308
This replaces the outdated phpquery library by the newer and maintained php-dom-wrapper. Usage is similar but not a 1:1 replacement. phpQuery is left in but marked as deprecated.
show more ...
|
#
ddba3176 |
| 12-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
gitignore improvements for tracking the wiki namespace
The previous exceptions didn't work. Found the correct way at https://stackoverflow.com/a/57859600
|
#
6dd99887 |
| 23-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Update .gitignore
ignore the log files
|
#
852992b4 |
| 20-Sep-2021 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Remove phpunit cache.
|
#
6cb05674 |
| 16-Apr-2021 |
Andreas Gohr <andi@splitbrain.org> |
updated composer dependencies
|
#
049a05cf |
| 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
.gitignore: exclude PHPUnit tests related files
The following files should not be checked in: - phpunit.phar: per documentation [1], it is PHP version-specific - PHPUnit's cache file - data files ge
.gitignore: exclude PHPUnit tests related files
The following files should not be checked in: - phpunit.phar: per documentation [1], it is PHP version-specific - PHPUnit's cache file - data files generated during tests execution
[1]: https://www.dokuwiki.org/devel:unittesting
show more ...
|
#
fa3a5b86 |
| 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
Reorganize .gitignore
- Add comment to regroup editor/IDE and temp files - Move config-related excludes together with other DokuWiki ones
|
#
70cc2cbf |
| 13-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
added logviwer admin plugin
This allows for easy viewing of the available logs.
The log format was sligthly adjusted again for easier parsing.
|
#
cbeaa4a0 |
| 10-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace Doku_CLI with splitbrain\phpcli\CLI
It has few more features (like turning down verbosity) and looks nicer
|
#
51c79594 |
| 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace LESS compiler with lesserphp
This is a better maintained fork of lessphp. It seems to be fully compatible, so this is more or less a drop in replacement.
|
#
59b616cc |
| 18-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
updated SimplePie and moved to composer based install. #1800
This updates the SimplePie RSS parser to the recent 1.4.3 release, fixing an PHP 7 bug (and probably others). We now use a composer based
updated SimplePie and moved to composer based install. #1800
This updates the SimplePie RSS parser to the recent 1.4.3 release, fixing an PHP 7 bug (and probably others). We now use a composer based install.
show more ...
|
#
ea9ebb1c |
| 22-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed unneeded files from random_compat
|
#
16d80780 |
| 01-Aug-2016 |
Cyrille Giquello <cyrille@giquello.fr> |
git ignore Eclipse IDE files
|
#
f64dbc90 |
| 29-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
began work on PDO auth plugin
|
#
530d6729 |
| 13-Aug-2015 |
Andreas Gohr <gohr@cosmocode.de> |
updated php-archive to 1.0.7 fixes #1296
|
#
8b3eb08d |
| 25-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
adjusted gitignore for adjusted plugin name
|
#
6ea007c9 |
| 16-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
a first very basic implementation of the preview mechanism
|
#
313d3e75 |
| 16-May-2015 |
Christopher Smith <chris@jalakai.co.uk> |
add package phpunit & travis config files to .gitignore
|
#
853f1557 |
| 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
some more ignores
|
#
41d51802 |
| 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
switched geshi higlighter to composer based repository
|
#
605f8e8d |
| 15-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
added composer setup and the first composer package php-archive
|