GitHub/WoltLab/woltlab.github.io.git
3 years agoAdd AbstractEventListener documentation
Tim Düsterhus [Tue, 25 Aug 2020 08:07:47 +0000 (10:07 +0200)]
Add AbstractEventListener documentation

Resolves #63

3 years agoUpdate `sink` example for Guzzle
Tim Düsterhus [Mon, 24 Aug 2020 08:52:41 +0000 (10:52 +0200)]
Update `sink` example for Guzzle

3 years agoAdd documentation for `all` environment of event listeners (#66)
Tim Düsterhus [Thu, 20 Aug 2020 07:49:58 +0000 (09:49 +0200)]
Add documentation for `all` environment of event listeners (#66)

Resolves #64

3 years agoAdd documentation for enablePreviewButton (#61)
ilou [Wed, 19 Aug 2020 16:36:08 +0000 (18:36 +0200)]
Add documentation for enablePreviewButton (#61)

3 years agoMerge pull request #58 from WoltLab/guzzle
Alexander Ebert [Fri, 14 Aug 2020 13:09:50 +0000 (15:09 +0200)]
Merge pull request #58 from WoltLab/guzzle

Add Guzzle to migration_wsc-52_libraries.md

3 years agoMerge pull request #59 from WoltLab/comment-object-author
Tim Düsterhus [Tue, 11 Aug 2020 07:30:33 +0000 (09:30 +0200)]
Merge pull request #59 from WoltLab/comment-object-author

Add migration_wsc-52_php.md for ICommentManager::isContentAuthor()

3 years agoAdd migration_wsc-52_php.md for ICommentManager::isContentAuthor()
Tim Düsterhus [Mon, 10 Aug 2020 13:29:12 +0000 (15:29 +0200)]
Add migration_wsc-52_php.md for ICommentManager::isContentAuthor()

Resolves #57

3 years agoRemove bogus trailing spaces from migration_wsc-31_like.html
Tim Düsterhus [Mon, 10 Aug 2020 13:25:33 +0000 (15:25 +0200)]
Remove bogus trailing spaces from migration_wsc-31_like.html

3 years agoAdd Guzzle to migration_wsc-52_libraries.md
Tim Düsterhus [Mon, 10 Aug 2020 13:23:18 +0000 (15:23 +0200)]
Add Guzzle to migration_wsc-52_libraries.md

3 years agoMerge pull request #56 from WoltLab/scssphp
Alexander Ebert [Tue, 14 Jul 2020 09:47:20 +0000 (11:47 +0200)]
Merge pull request #56 from WoltLab/scssphp

Add migration_wsc-52_libraries.md

3 years agoAdd migration_wsc-52_libraries.md
Tim Düsterhus [Tue, 14 Jul 2020 08:45:03 +0000 (10:45 +0200)]
Add migration_wsc-52_libraries.md

Resolves #55

3 years agoAdd exclude package instruction in quick starter guide
joshuaruesweg [Wed, 24 Jun 2020 19:12:05 +0000 (21:12 +0200)]
Add exclude package instruction in quick starter guide

3 years agoMark API versions as deprecated
Titus Kirch [Wed, 24 Jun 2020 19:08:12 +0000 (21:08 +0200)]
Mark API versions as deprecated

* The API versions were abolished

* Add note

* Update package_package-xml.md

* Update pages/package/package_package-xml.md

Co-authored-by: Joshua Rüsweg <ruesweg@woltlab.com>
3 years agoTypo
Marcel Werk [Fri, 19 Jun 2020 18:16:11 +0000 (20:16 +0200)]
Typo

4 years agoAdd chapter about linking images in styles
joshuaruesweg [Thu, 11 Jun 2020 19:53:23 +0000 (21:53 +0200)]
Add chapter about linking images in styles

4 years agowysiwygicon may also be a path to an image (#51)
Niklas [Wed, 20 May 2020 09:33:56 +0000 (11:33 +0200)]
wysiwygicon may also be a path to an image (#51)

* wysiwygicon may also be a path to an image

* Specify allowed image file types

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
Co-authored-by: Matthias Schmidt <gravatronics@live.com>
4 years agoAdd CaptchaFormField to php_api_form_builder-form_fields.md (#53)
ilou [Tue, 19 May 2020 16:01:00 +0000 (18:01 +0200)]
Add CaptchaFormField to php_api_form_builder-form_fields.md (#53)

* Update php_api_form_builder-form_fields.md

* Update pages/php/api/formBuilder/php_api_form_builder-form_fields.md

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
* Update pages/php/api/formBuilder/php_api_form_builder-form_fields.md

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
Co-authored-by: Matthias Schmidt <gravatronics@live.com>
4 years agoMerge pull request #50 from Krymonota/patch-2
Joshua Rüsweg [Mon, 4 May 2020 12:21:04 +0000 (14:21 +0200)]
Merge pull request #50 from Krymonota/patch-2

Add missing events

4 years agoAdd missing events
Niklas [Wed, 29 Apr 2020 10:39:56 +0000 (12:39 +0200)]
Add missing events

4 years agoMerge pull request #48 from Krymonota/patch-1
Joshua Rüsweg [Wed, 29 Apr 2020 07:38:05 +0000 (09:38 +0200)]
Merge pull request #48 from Krymonota/patch-1

Fix capitalization of buttonlabel and usetext tag (BBCode)

4 years agoMerge pull request #49 from ilouHD/patch-1
Joshua Rüsweg [Wed, 29 Apr 2020 07:33:43 +0000 (09:33 +0200)]
Merge pull request #49 from ilouHD/patch-1

Changed className of DOA

4 years agoChanged className of DOA
ilou [Tue, 28 Apr 2020 21:59:49 +0000 (23:59 +0200)]
Changed className of DOA

Changed $className of AbstractDatabaseObjectAction to use DatabaseObjectEditor instead of DatabaseObject. Using DatabaseObject results in the following ErrorException trying to execute actions using Ajax:
```
call_user_func() expects parameter 1 to be a valid callback, class 'newsletter\data\newsletter\Newsletter' does not have a method 'getBaseClass'
```

Using the DatabaseObjectEditor instead seems to work without any errors.

File:
```
/opt/bw-dev/lib/system/WCF.class.php (341)
```

Full Stacktrace:
```
[internal function] (?): wcf\system\WCF::handleError(…)
/opt/bw-dev/lib/data/AbstractDatabaseObjectAction.class.php (123): call_user_func(…)
/opt/bw-dev/lib/action/AJAXProxyAction.class.php (69): wcf\data\AbstractDatabaseObjectAction->__construct(…)
/opt/bw-dev/lib/action/AJAXInvokeAction.class.php (94): wcf\action\AJAXProxyAction->invoke(…)
/opt/bw-dev/lib/action/AbstractAction.class.php (47): wcf\action\AJAXInvokeAction->execute(…)
/opt/bw-dev/lib/action/AJAXInvokeAction.class.php (61): wcf\action\AbstractAction->__run(…)
/opt/bw-dev/lib/system/request/Request.class.php (83): wcf\action\AJAXInvokeAction->__run(…)
/opt/bw-dev/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
/opt/bw-dev/newsletter/index.php (3): wcf\system\request\RequestHandler->handle(…)
```

4 years agoFix capitalization of buttonlabel and usetext tag
Niklas [Thu, 12 Mar 2020 20:34:43 +0000 (21:34 +0100)]
Fix capitalization of buttonlabel and usetext tag

4 years agoMerge pull request #47 from Krymonota/fix-bbcode-wysiwygicon-capitalization
Tim Düsterhus [Thu, 12 Mar 2020 19:44:44 +0000 (20:44 +0100)]
Merge pull request #47 from Krymonota/fix-bbcode-wysiwygicon-capitalization

Fix capitalization of wysiwygicon (BBCode)

4 years agoFix capitalization of wysiwygicon (BBCode)
Niklas [Thu, 12 Mar 2020 19:36:23 +0000 (20:36 +0100)]
Fix capitalization of wysiwygicon (BBCode)

4 years agoMerge pull request #46 from WoltLab/dependabot/bundler/nokogiri-1.10.8
dependabot[bot] [Tue, 25 Feb 2020 11:10:12 +0000 (11:10 +0000)]
Merge pull request #46 from WoltLab/dependabot/bundler/nokogiri-1.10.8

4 years agoBump nokogiri from 1.10.5 to 1.10.8
dependabot[bot] [Tue, 25 Feb 2020 04:41:53 +0000 (04:41 +0000)]
Bump nokogiri from 1.10.5 to 1.10.8

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoAdd version numbers for Reaction System class backports
Joshua Rüsweg [Mon, 16 Dec 2019 19:31:27 +0000 (20:31 +0100)]
Add version numbers for Reaction System class backports

4 years agoMerge branch 'next'
Joshua Rüsweg [Mon, 16 Dec 2019 19:03:04 +0000 (20:03 +0100)]
Merge branch 'next'

4 years agoUpdate reaction notification language variable style
Joshua Rüsweg [Mon, 16 Dec 2019 19:01:21 +0000 (20:01 +0100)]
Update reaction notification language variable style

4 years agoMerge pull request #45 from azerusDE/patch-1
Joshua Rüsweg [Sun, 15 Dec 2019 11:51:36 +0000 (12:51 +0100)]
Merge pull request #45 from azerusDE/patch-1

Update wsc version number in like migration documentation

4 years agoUpdate wsc version number in like migration documentation
azerusDE [Sun, 15 Dec 2019 08:31:25 +0000 (09:31 +0100)]
Update wsc version number in like migration documentation

4 years agoAdd PHP database API documentation
Matthias Schmidt [Sun, 24 Nov 2019 16:01:52 +0000 (17:01 +0100)]
Add PHP database API documentation

Close #39

4 years agoUpdate form builder documentation
Matthias Schmidt [Sun, 24 Nov 2019 09:18:57 +0000 (10:18 +0100)]
Update form builder documentation

4 years agoUpdate UserFormField documentation
Matthias Schmidt [Sun, 3 Nov 2019 09:39:25 +0000 (10:39 +0100)]
Update UserFormField documentation

4 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 3 Nov 2019 09:35:11 +0000 (10:35 +0100)]
Merge branch 'master' into next

4 years agoMerge pull request #44 from WoltLab/dependabot/bundler/rubyzip-2.0.0
dependabot[bot] [Sat, 2 Nov 2019 16:00:33 +0000 (16:00 +0000)]
Merge pull request #44 from WoltLab/dependabot/bundler/rubyzip-2.0.0

4 years agoBump rubyzip from 1.2.2 to 2.0.0
dependabot[bot] [Sat, 2 Nov 2019 15:51:24 +0000 (15:51 +0000)]
Bump rubyzip from 1.2.2 to 2.0.0

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoMerge pull request #43 from WoltLab/dependabot/bundler/nokogiri-1.10.5
dependabot[bot] [Sat, 2 Nov 2019 15:50:06 +0000 (15:50 +0000)]
Merge pull request #43 from WoltLab/dependabot/bundler/nokogiri-1.10.5

4 years agoBump nokogiri from 1.9.1 to 1.10.5
dependabot[bot] [Sat, 2 Nov 2019 15:45:12 +0000 (15:45 +0000)]
Bump nokogiri from 1.9.1 to 1.10.5

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.9.1 to 1.10.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.9.1...v1.10.5)

Signed-off-by: dependabot[bot] <support@github.com>
4 years agoFix XSD path
Matthias Schmidt [Sun, 15 Sep 2019 12:24:26 +0000 (14:24 +0200)]
Fix XSD path

4 years agoUpdate copryight year in tutorial series files
Matthias Schmidt [Sun, 15 Sep 2019 12:19:50 +0000 (14:19 +0200)]
Update copryight year in tutorial series files

4 years agoAdd activity point documentation
Matthias Schmidt [Sun, 18 Aug 2019 15:12:16 +0000 (17:12 +0200)]
Add activity point documentation

Close #38

4 years agoUpdate form data processor documentation
Matthias Schmidt [Sun, 28 Jul 2019 14:22:36 +0000 (16:22 +0200)]
Update form data processor documentation

Close #36

4 years agoMerge branch 'master' into next
Matthias Schmidt [Sat, 13 Jul 2019 15:31:33 +0000 (17:31 +0200)]
Merge branch 'master' into next

4 years agoFix menu item documentation
Matthias Schmidt [Sat, 13 Jul 2019 15:30:43 +0000 (17:30 +0200)]
Fix menu item documentation

Close #35

4 years agoUpdate documentation with latest form builder changes
Matthias Schmidt [Fri, 12 Jul 2019 06:46:56 +0000 (08:46 +0200)]
Update documentation with latest form builder changes

4 years agoFix parameter type of WysiwygFormContainer::addSettingsNode(s)
Matthias Schmidt [Sun, 7 Jul 2019 15:08:39 +0000 (17:08 +0200)]
Fix parameter type of WysiwygFormContainer::addSettingsNode(s)

4 years agoAdd new DateFormField methods to documentation
Matthias Schmidt [Sun, 30 Jun 2019 12:08:52 +0000 (14:08 +0200)]
Add new DateFormField methods to documentation

See WoltLab/WCF@ae66eba0aa78bce6a07f39ae5f205f453c03e9db

5 years agoAdd WYSIWYG form container example
Matthias Schmidt [Sat, 8 Jun 2019 18:02:03 +0000 (20:02 +0200)]
Add WYSIWYG form container example

5 years agoCapitalize `Promise`
Matthias Schmidt [Sat, 8 Jun 2019 17:47:39 +0000 (19:47 +0200)]
Capitalize `Promise`

5 years agoAdd documentation on form builder forms in dialogs
Matthias Schmidt [Sat, 8 Jun 2019 13:10:58 +0000 (15:10 +0200)]
Add documentation on form builder forms in dialogs

5 years agoAdd additional info for `ShowOrderFormField`
Matthias Schmidt [Thu, 6 Jun 2019 17:28:09 +0000 (19:28 +0200)]
Add additional info for `ShowOrderFormField`

5 years agoAdd the new recent activity language variables for reactions
Joshua Rüsweg [Tue, 21 May 2019 09:47:54 +0000 (11:47 +0200)]
Add the new recent activity language variables for reactions

5 years agoFix typo
Matthias Schmidt [Sun, 28 Apr 2019 12:32:54 +0000 (14:32 +0200)]
Fix typo

See f5cca14c40d3f82e8d1289bc446e2f4860588536
See #34

5 years agoUpdate `package.xml` in quick start
Matthias Schmidt [Sun, 28 Apr 2019 12:10:50 +0000 (14:10 +0200)]
Update `package.xml` in quick start

Use `package.xml` as generated by devtools.

Close #34

5 years agoAdd migration guide for likes
Joshua Rüsweg [Thu, 25 Apr 2019 11:55:42 +0000 (13:55 +0200)]
Add migration guide for likes

5 years agoUpdate form builder documentation
Matthias Schmidt [Sat, 20 Apr 2019 13:49:41 +0000 (15:49 +0200)]
Update form builder documentation

5 years agoChange version numbers from 3.2 to 5.2
Matthias Schmidt [Wed, 17 Apr 2019 15:53:43 +0000 (17:53 +0200)]
Change version numbers from 3.2 to 5.2

5 years agoUse API_VERSION for xsd paths
Matthias Schmidt [Mon, 15 Apr 2019 16:21:19 +0000 (18:21 +0200)]
Use API_VERSION for xsd paths

See WoltLab/WCF#2821

5 years agoFix bogus link to the event listener doc
Joshua Rüsweg [Wed, 20 Mar 2019 22:14:25 +0000 (23:14 +0100)]
Fix bogus link to the event listener doc

5 years agoRemove obsolete form error/success message code
Matthias Schmidt [Sun, 17 Mar 2019 07:45:22 +0000 (08:45 +0100)]
Remove obsolete form error/success message code

See WoltLab/WCF@823aa7469c3af440709059cba472bc072180086d
See WoltLab/WCF@4d1923680ea8ef759921b5cc4dbb2ddadf797a23

5 years agoUpdate form builder documentation with latest updates
Matthias Schmidt [Sun, 10 Mar 2019 14:08:01 +0000 (15:08 +0100)]
Update form builder documentation with latest updates

5 years agoAdd UploadFormField documentation
Joshua Rüsweg [Sun, 10 Feb 2019 12:54:55 +0000 (13:54 +0100)]
Add UploadFormField documentation
See WoltLab/WCF#2825

5 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 13 Jan 2019 12:39:21 +0000 (13:39 +0100)]
Merge branch 'master' into next

5 years agoAdd LICENSE file
Matthias Schmidt [Sun, 13 Jan 2019 12:39:08 +0000 (13:39 +0100)]
Add LICENSE file

Close #31

5 years agoDocument new `IImmutableFormField` interface
Matthias Schmidt [Sun, 13 Jan 2019 10:03:20 +0000 (11:03 +0100)]
Document new `IImmutableFormField` interface

See WoltLab/WCF#2509
See WoltLab/WCF@aa6f853584182980c1c7d12891b689317e458b8b

5 years agoDocument new `disabled` option for `htmlCheckboxes`
Matthias Schmidt [Sun, 13 Jan 2019 09:46:13 +0000 (10:46 +0100)]
Document new `disabled` option for `htmlCheckboxes`

5 years agoDocument new `IFormNode::cleanup()` method
Matthias Schmidt [Sun, 13 Jan 2019 08:29:16 +0000 (09:29 +0100)]
Document new `IFormNode::cleanup()` method

5 years agoUpdate version number to 5.2
Matthias Schmidt [Sun, 13 Jan 2019 08:21:44 +0000 (09:21 +0100)]
Update version number to 5.2

5 years agoMove user content provider migration guide into PHP part
Matthias Schmidt [Sun, 30 Dec 2018 16:59:10 +0000 (17:59 +0100)]
Move user content provider migration guide into PHP part

5 years agoAdd form builder documentation
Matthias Schmidt [Sun, 30 Dec 2018 16:56:26 +0000 (17:56 +0100)]
Add form builder documentation

See WoltLab/WCF#2509

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 28 Dec 2018 16:03:57 +0000 (17:03 +0100)]
Merge branch 'master' into next

5 years agoFix links
Matthias Schmidt [Fri, 28 Dec 2018 16:01:55 +0000 (17:01 +0100)]
Fix links

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 28 Dec 2018 13:53:12 +0000 (14:53 +0100)]
Merge branch 'master' into next

5 years agoUpdate stylesheet
Matthias Schmidt [Fri, 28 Dec 2018 13:52:59 +0000 (14:52 +0100)]
Update stylesheet

5 years agoDecrease size of optional notes
Matthias Schmidt [Fri, 28 Dec 2018 13:45:36 +0000 (14:45 +0100)]
Decrease size of optional notes

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 28 Dec 2018 13:44:55 +0000 (14:44 +0100)]
Merge branch 'master' into next

5 years agoDecrease size of optional notes
Matthias Schmidt [Fri, 28 Dec 2018 13:44:28 +0000 (14:44 +0100)]
Decrease size of optional notes

5 years agoLink user content providers migration guide in sidebar
Matthias Schmidt [Fri, 28 Dec 2018 13:32:16 +0000 (14:32 +0100)]
Link user content providers migration guide in sidebar

… and some minor adjustments.

See WoltLab/WCF#2716
See 158c16a

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 28 Dec 2018 13:17:46 +0000 (14:17 +0100)]
Merge branch 'master' into next

5 years agoAdd legal notice and privacy policy links
Matthias Schmidt [Fri, 28 Dec 2018 13:17:21 +0000 (14:17 +0100)]
Add legal notice and privacy policy links

5 years agoAdd version since which newer template plugins are available
Matthias Schmidt [Fri, 28 Dec 2018 08:04:36 +0000 (09:04 +0100)]
Add version since which newer template plugins are available

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 28 Dec 2018 08:03:04 +0000 (09:03 +0100)]
Merge branch 'master' into next

5 years agoAdd version since which newer template plugins are available
Matthias Schmidt [Fri, 28 Dec 2018 08:01:39 +0000 (09:01 +0100)]
Add version since which newer template plugins are available

5 years agoFix link in migration guide from 3.0
Matthias Schmidt [Thu, 27 Dec 2018 19:22:29 +0000 (20:22 +0100)]
Fix link in migration guide from 3.0

5 years agoFix path to FontAwesome CSS file
Matthias Schmidt [Thu, 27 Dec 2018 19:20:28 +0000 (20:20 +0100)]
Fix path to FontAwesome CSS file

5 years agoUpdate dependencies
Matthias Schmidt [Thu, 27 Dec 2018 18:30:23 +0000 (19:30 +0100)]
Update dependencies

5 years agoReplace externals resources with local ones
Matthias Schmidt [Thu, 27 Dec 2018 15:17:51 +0000 (16:17 +0100)]
Replace externals resources with local ones

5 years agoAdd `ipSearch` to list of available template plugins
Matthias Schmidt [Thu, 27 Dec 2018 15:03:58 +0000 (16:03 +0100)]
Add `ipSearch` to list of available template plugins

See #25
See WoltLab/WCF/2686

5 years agoMerge branch 'master' into next
Matthias Schmidt [Thu, 27 Dec 2018 15:00:13 +0000 (16:00 +0100)]
Merge branch 'master' into next

5 years agoAdd overview of all available plugins
Matthias Schmidt [Thu, 27 Dec 2018 14:59:47 +0000 (15:59 +0100)]
Add overview of all available plugins

Close #25

5 years agoAdd user menu PIP documentation
Matthias Schmidt [Thu, 27 Dec 2018 10:14:30 +0000 (11:14 +0100)]
Add user menu PIP documentation

Close  #33

5 years agoFix typos
Matthias Schmidt [Thu, 27 Dec 2018 10:04:30 +0000 (11:04 +0100)]
Fix typos

5 years agoFix link on user options PIP page
Matthias Schmidt [Thu, 27 Dec 2018 09:56:10 +0000 (10:56 +0100)]
Fix link on user options PIP page

5 years agoMinor improvements to Content Provider Documentation
Joshua Rüsweg [Mon, 26 Nov 2018 14:29:53 +0000 (15:29 +0100)]
Minor improvements to Content Provider Documentation
See WoltLab/WCF#2716

5 years agoAdd content provider documentation
Joshua Rüsweg [Mon, 26 Nov 2018 14:16:53 +0000 (15:16 +0100)]
Add content provider documentation
See WoltLab/WCF#2716

5 years agoMerge pull request #32 from Morik/patch-1
Tim Düsterhus [Thu, 4 Oct 2018 21:23:41 +0000 (23:23 +0200)]
Merge pull request #32 from Morik/patch-1

Fix classname in objectType.xml example

5 years agoFix classname in objectType.xml example
Morik [Thu, 4 Oct 2018 21:09:36 +0000 (23:09 +0200)]
Fix classname in objectType.xml example

5 years agoFix typo
Joshua Rüsweg [Tue, 14 Aug 2018 13:57:46 +0000 (15:57 +0200)]
Fix typo