Commit Graph

45 Commits

Author SHA1 Message Date
Andreas Gohr e6380ba37d 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.
2024-02-02 15:03:49 +01:00
Andreas Gohr d32f867959 ignore _test/vendor in git 2023-09-18 18:47:42 +02:00
Andreas Gohr 077b7fe2fa 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.
2023-08-29 13:42:04 +02:00
Andreas Gohr acdf738a61 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.
2022-10-19 21:10:59 +02:00
Andreas Gohr ddba317676 gitignore improvements for tracking the wiki namespace
The previous exceptions didn't work. Found the correct way at
https://stackoverflow.com/a/57859600
2022-10-12 16:23:59 +02:00
Gerrit Uitslag 6dd9988775
Update .gitignore
ignore the log files
2022-01-23 21:23:12 +01:00
Syntaxseed 852992b4f7 Remove phpunit cache. 2021-09-20 10:53:59 -04:00
Andreas Gohr 6cb05674d3 updated composer dependencies 2021-04-16 09:19:51 +02:00
Damien Regad 049a05cf60 .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
2021-02-06 01:10:37 +01:00
Damien Regad fa3a5b869c Reorganize .gitignore
- Add comment to regroup editor/IDE and temp files
- Move config-related excludes together with other DokuWiki ones
2021-02-06 01:03:53 +01:00
Andreas Gohr 70cc2cbf41 added logviwer admin plugin
This allows for easy viewing of the available logs.

The log format was sligthly adjusted again for easier parsing.
2020-08-13 19:48:45 +02:00
Andreas Gohr cbeaa4a047 replace Doku_CLI with splitbrain\phpcli\CLI
It has few more features (like turning down verbosity) and looks nicer
2017-11-10 14:22:02 +01:00
Andreas Gohr 51c795946d 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.
2017-05-12 16:06:42 +02:00
Andreas Gohr 59b616ccfd 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.
2017-01-18 19:02:50 +01:00
Andreas Gohr ea9ebb1c95 removed unneeded files from random_compat 2016-11-22 19:39:07 +01:00
Cyrille Giquello 16d80780bb git ignore Eclipse IDE files 2016-08-01 12:48:15 +02:00
Andreas Gohr f64dbc9005 began work on PDO auth plugin 2016-01-29 21:25:50 +01:00
Andreas Gohr 530d672995 updated php-archive to 1.0.7 fixes #1296 2015-08-13 10:40:35 +02:00
Andreas Gohr 8b3eb08dfe adjusted gitignore for adjusted plugin name 2015-05-25 10:01:18 +02:00
Andreas Gohr 6ea007c9f8 a first very basic implementation of the preview mechanism 2015-05-16 18:40:21 +02:00
Christopher Smith 313d3e75d6 add package phpunit & travis config files to .gitignore 2015-05-16 11:00:57 +02:00
Andreas Gohr 853f15576b some more ignores 2015-05-15 16:38:04 +02:00
Andreas Gohr 41d51802a4 switched geshi higlighter to composer based repository 2015-05-15 16:26:00 +02:00
Andreas Gohr 605f8e8d0e added composer setup and the first composer package php-archive 2015-05-15 15:42:12 +02:00
Anika Henke ae6c41cb69 updated .gitignore file 2014-02-25 00:57:51 +00:00
Michael Hamann c7b9800aee Extension manager: First draft of the extension class 2013-08-01 11:36:28 +02:00
Andreas Gohr 3da7921f08 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
2013-02-03 22:57:45 +01:00
Dominik Eckelmann 818f6d5179 added .idea project folder to gitignore 2012-11-29 15:00:44 +01:00
Andreas Gohr c56cc74a41 Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into pull-request-118
* 'guide' of git://github.com/splitbrain/dokuwiki:
  changed semicolon to colon in link to welcome page to make it less confusing
  added initial pages to not be ignored by git
  improved welcome text
  added welcome page
  changed the link in the installer to point to wiki:welcome

Conflicts:
	inc/lang/fr/lang.php
2012-11-18 20:59:05 +01:00
Andreas Gohr c189f40b49 another gitignore path 2012-11-09 17:29:47 +01:00
Andreas Gohr 5d8f568691 adjusted gitignore for auth plugins 2012-11-09 14:46:55 +01:00
Andreas Gohr 5782941b25 git ignore IntelliJ Idea .iml files 2012-08-22 10:34:38 +02:00
Anika Henke 4385447c9c added initial pages to not be ignored by git 2012-07-14 13:15:07 +01:00
Andreas Gohr 3c0d44f1aa Merge pull request #96 from dom-mel/phpunit
Replace SimpleTest with PHPUnit
2012-05-01 12:38:41 -07:00
Michael Hamann e67fdd7b79 Unignore bundled template files in git as suggested by @timroes 2012-04-27 16:54:39 +02:00
Tobias Sarnowski 8c20cba5ad added testing plugin exception 2012-04-18 09:44:39 +02:00
Andreas Gohr db8363816a added the new data/media* directories to .gitignore 2011-10-15 10:49:08 +02:00
Piyush Mishra b838050e58 added new plugins config cascade and added plugin.info.txt 2011-08-20 19:11:52 +05:30
Michael Hamann 79344f5bff Merge branch 'jquery'
Conflicts:
	lib/scripts/edit.js
	lib/scripts/locktimer.js

Some whitespace (at end of line) cleanup
2011-05-29 23:08:38 +02:00
Guy Brand 7349aca1ef Don't ignore bundled plugin paths 2011-04-17 16:39:28 +02:00
Michal Rezler 35838d22a5 jQuery rewrite branch merged into master branch of whole project 2011-03-23 10:39:45 +01:00
Michael Hamann e6cecb0872 Language files can now be customized in the conf/ directory
As suggested by Robin Getz locale .txt files can now be duplicated and
changed in the conf/lang/ directory and conf/plugin_lang/$plugin/
directory for plugins.
2010-12-29 21:58:39 +01:00
Pierre Spring c1ee9f27c0 ignoring .DS_Store, it's Mac OS X File generated by the Finder.app 2010-10-10 17:29:21 +02:00
Andreas Gohr 6e13d3e8e4 more gitignore paths 2010-01-05 20:32:14 +01:00
Mike Frysinger ca0bdf6539 ignore site-local conf files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-01-05 20:10:33 +01:00