GitHub/WoltLab/woltlab.github.io.git
22 months agoMerge pull request #345 from WoltLab/google-maps
Marcel Werk [Mon, 9 Jan 2023 12:22:49 +0000 (13:22 +0100)]
Merge pull request #345 from WoltLab/google-maps

Add documentation for google maps web component

22 months agoApply suggestions from code review
Marcel Werk [Mon, 9 Jan 2023 12:21:58 +0000 (13:21 +0100)]
Apply suggestions from code review

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
22 months agoBump mkdocs-material from 8.5.11 to 9.0.3 (#346)
dependabot[bot] [Mon, 9 Jan 2023 11:36:53 +0000 (11:36 +0000)]
Bump mkdocs-material from 8.5.11 to 9.0.3 (#346)

22 months agoAdd documentation for google maps web component
Marcel Werk [Fri, 6 Jan 2023 17:21:44 +0000 (18:21 +0100)]
Add documentation for google maps web component

22 months agoUpdate deprecations and removals (google maps)
Marcel Werk [Fri, 6 Jan 2023 15:23:29 +0000 (16:23 +0100)]
Update deprecations and removals (google maps)

22 months agoUpdate for the Favicon refactoring
Tim Düsterhus [Wed, 4 Jan 2023 12:33:50 +0000 (13:33 +0100)]
Update for the Favicon refactoring

see WoltLab/WCF#5201

22 months agoPresets for confirmation dialogs now optionally ask for an object title
Alexander Ebert [Tue, 3 Jan 2023 15:04:43 +0000 (16:04 +0100)]
Presets for confirmation dialogs now optionally ask for an object title

23 months agoMerge pull request #344 from WoltLab/pagination-web-component
Marcel Werk [Thu, 22 Dec 2022 11:19:15 +0000 (12:19 +0100)]
Merge pull request #344 from WoltLab/pagination-web-component

Add documentation for the pagination web component

23 months agoApply suggestions from code review
Marcel Werk [Thu, 22 Dec 2022 11:18:59 +0000 (12:18 +0100)]
Apply suggestions from code review

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
23 months agoAdd documentation for the pagination web component
Marcel Werk [Wed, 21 Dec 2022 15:50:45 +0000 (16:50 +0100)]
Add documentation for the pagination web component

23 months agoUpdate the PSR-15 example for the CheckHttpMethod middleware
Tim Düsterhus [Wed, 14 Dec 2022 13:07:33 +0000 (14:07 +0100)]
Update the PSR-15 example for the CheckHttpMethod middleware

see WoltLab/WCF#5181

23 months agoMerge branch '5.5' into 6.0
Tim Düsterhus [Wed, 14 Dec 2022 13:06:03 +0000 (14:06 +0100)]
Merge branch '5.5' into 6.0

23 months agoRemove remaining use of WCF_N
Tim Düsterhus [Wed, 14 Dec 2022 13:05:27 +0000 (14:05 +0100)]
Remove remaining use of WCF_N

Apparently I didn't save the file properly previously.

see 9476fad029424690ce07bff8ffef7b31ab17e298

23 months agoMerge pull request #343 from WoltLab/remove-js-data-structures
Tim Düsterhus [Tue, 13 Dec 2022 10:52:16 +0000 (11:52 +0100)]
Merge pull request #343 from WoltLab/remove-js-data-structures

Remove documentation for deprecated JS data structures

23 months agoRemove documentation for deprecated JS data structures
Tim Düsterhus [Tue, 13 Dec 2022 09:41:10 +0000 (10:41 +0100)]
Remove documentation for deprecated JS data structures

These are deprecated since 5.4, no need to list them in the docs for 6.0.

23 months agoRemove section about executing cronjobs via CLI
Tim Düsterhus [Tue, 13 Dec 2022 09:36:37 +0000 (10:36 +0100)]
Remove section about executing cronjobs via CLI

This does not really belong into the developer documentation, but rather the
manual. In any case support for this was removed in WoltLab/WCF#5171.

23 months agoMerge branch '5.5' into 6.0
Tim Düsterhus [Tue, 13 Dec 2022 09:36:23 +0000 (10:36 +0100)]
Merge branch '5.5' into 6.0

23 months agoUse `->prepare()` instead of `->prepareStatement()`
Tim Düsterhus [Tue, 13 Dec 2022 09:35:27 +0000 (10:35 +0100)]
Use `->prepare()` instead of `->prepareStatement()`

23 months agoRemove documentation for `{fetch}`
Tim Düsterhus [Tue, 13 Dec 2022 09:28:26 +0000 (10:28 +0100)]
Remove documentation for `{fetch}`

see WoltLab/WCF#4892

23 months agoUpdate deprecations and removals
Tim Düsterhus [Mon, 12 Dec 2022 14:33:47 +0000 (15:33 +0100)]
Update deprecations and removals

23 months agoFix example for PSR-15 FormBuilder handling
Tim Düsterhus [Mon, 12 Dec 2022 09:16:15 +0000 (10:16 +0100)]
Fix example for PSR-15 FormBuilder handling

23 months agoImprove rendering in php.md
Tim Düsterhus [Fri, 9 Dec 2022 14:43:11 +0000 (15:43 +0100)]
Improve rendering in php.md

23 months agoMerge pull request #342 from WoltLab/psr-15
Tim Düsterhus [Fri, 9 Dec 2022 14:38:11 +0000 (15:38 +0100)]
Merge pull request #342 from WoltLab/psr-15

Add explanation of PSR-15-style request processing

23 months agoImprove phrasing of PSR-15 explanation
Tim Düsterhus [Fri, 9 Dec 2022 14:37:25 +0000 (15:37 +0100)]
Improve phrasing of PSR-15 explanation

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
23 months agoAdd explanation of PSR-15-style request processing
Tim Düsterhus [Fri, 9 Dec 2022 14:05:58 +0000 (15:05 +0100)]
Add explanation of PSR-15-style request processing

23 months agoMerge pull request #339 from WoltLab/valinor
Tim Düsterhus [Fri, 9 Dec 2022 12:59:50 +0000 (13:59 +0100)]
Merge pull request #339 from WoltLab/valinor

Add Valinor to libraries.md

23 months agoUpdate deprecations and removals
Tim Düsterhus [Fri, 9 Dec 2022 11:04:39 +0000 (12:04 +0100)]
Update deprecations and removals

23 months agoMerge branch '5.5' into 6.0
Tim Düsterhus [Fri, 9 Dec 2022 10:30:37 +0000 (11:30 +0100)]
Merge branch '5.5' into 6.0

23 months agoMark basic-app’s APPCore as final
Tim Düsterhus [Fri, 9 Dec 2022 10:29:25 +0000 (11:29 +0100)]
Mark basic-app’s APPCore as final

23 months agoUpdate package.xml for basic-app
Tim Düsterhus [Fri, 9 Dec 2022 10:29:11 +0000 (11:29 +0100)]
Update package.xml for basic-app

23 months agoUpdate global.php include in basic-app
Tim Düsterhus [Fri, 9 Dec 2022 10:27:32 +0000 (11:27 +0100)]
Update global.php include in basic-app

23 months agoUpdate code style for basic-app
Tim Düsterhus [Fri, 9 Dec 2022 10:25:42 +0000 (11:25 +0100)]
Update code style for basic-app

23 months agoAdd Valinor to libraries.md
Tim Düsterhus [Fri, 9 Dec 2022 10:18:19 +0000 (11:18 +0100)]
Add Valinor to libraries.md

23 months agoUpdate Diactoros version
Tim Düsterhus [Fri, 9 Dec 2022 10:15:32 +0000 (11:15 +0100)]
Update Diactoros version

23 months agoUpdate deprecations and removals
Tim Düsterhus [Wed, 7 Dec 2022 11:15:10 +0000 (12:15 +0100)]
Update deprecations and removals

23 months agoMerge pull request #337 from WoltLab/rebuild-worker
Tim Düsterhus [Tue, 6 Dec 2022 12:43:17 +0000 (13:43 +0100)]
Merge pull request #337 from WoltLab/rebuild-worker

Document the event-based rebuild worker registration

23 months agoImprove phrasing for rebuild worker registration
Tim Düsterhus [Tue, 6 Dec 2022 12:42:09 +0000 (13:42 +0100)]
Improve phrasing for rebuild worker registration

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
23 months agoDocument the event-based rebuild worker registration
Tim Düsterhus [Tue, 6 Dec 2022 10:06:20 +0000 (11:06 +0100)]
Document the event-based rebuild worker registration

Resolves #334

23 months agoBump mkdocs-material from 8.5.10 to 8.5.11 (#335)
dependabot[bot] [Thu, 1 Dec 2022 16:03:18 +0000 (16:03 +0000)]
Bump mkdocs-material from 8.5.10 to 8.5.11 (#335)

2 years agoUpdate deprecations and removals
Tim Düsterhus [Fri, 18 Nov 2022 12:46:04 +0000 (13:46 +0100)]
Update deprecations and removals

2 years agoUpdate deprecations and removals
Tim Düsterhus [Wed, 16 Nov 2022 15:18:32 +0000 (16:18 +0100)]
Update deprecations and removals

2 years agoBump mkdocs-material from 8.5.7 to 8.5.10 (#333)
dependabot[bot] [Wed, 16 Nov 2022 14:05:57 +0000 (14:05 +0000)]
Bump mkdocs-material from 8.5.7 to 8.5.10 (#333)

2 years agoUpdate deprecations and removals
Tim Düsterhus [Tue, 15 Nov 2022 13:41:40 +0000 (14:41 +0100)]
Update deprecations and removals

2 years agoUpdate deprecations and removals
Tim Düsterhus [Tue, 15 Nov 2022 08:49:31 +0000 (09:49 +0100)]
Update deprecations and removals

2 years ago Update deprecations and removals
Marcel Werk [Fri, 4 Nov 2022 14:38:50 +0000 (15:38 +0100)]
 Update deprecations and removals

2 years agoMerge branch '6.0' of https://github.com/WoltLab/docs.woltlab.com into 6.0
Marcel Werk [Fri, 4 Nov 2022 14:38:39 +0000 (15:38 +0100)]
Merge branch '6.0' of https://github.com/WoltLab/docs.woltlab.com into 6.0

2 years agoUpdate deprecations and removals
Tim Düsterhus [Wed, 2 Nov 2022 12:54:20 +0000 (13:54 +0100)]
Update deprecations and removals

2 years agoBump mkdocs from 1.4.1 to 1.4.2 (#332)
dependabot[bot] [Wed, 2 Nov 2022 08:54:00 +0000 (08:54 +0000)]
Bump mkdocs from 1.4.1 to 1.4.2 (#332)

2 years agoMerge pull request #330 from WoltLab/intl
Tim Düsterhus [Wed, 2 Nov 2022 08:51:55 +0000 (09:51 +0100)]
Merge pull request #330 from WoltLab/intl

Add section on the intl extension

2 years agoShorten lines in bootstrap script example
Tim Düsterhus [Wed, 2 Nov 2022 08:24:52 +0000 (09:24 +0100)]
Shorten lines in bootstrap script example

2 years agoAdd section on the intl extension
Tim Düsterhus [Mon, 31 Oct 2022 13:51:19 +0000 (14:51 +0100)]
Add section on the intl extension

Resolves #317

2 years agoFix broken links in migration/wsc55/dialogs.md
Tim Düsterhus [Mon, 31 Oct 2022 09:59:57 +0000 (10:59 +0100)]
Fix broken links in migration/wsc55/dialogs.md

2 years agoMerge branch '5.5' into 6.0
Tim Düsterhus [Mon, 31 Oct 2022 09:25:11 +0000 (10:25 +0100)]
Merge branch '5.5' into 6.0

2 years agoMerge branch '5.4' into 5.5
Tim Düsterhus [Mon, 31 Oct 2022 09:20:37 +0000 (10:20 +0100)]
Merge branch '5.4' into 5.5

2 years agoFix examples in api/form_builder/dependencies.md
Tim Düsterhus [Mon, 31 Oct 2022 09:19:31 +0000 (10:19 +0100)]
Fix examples in api/form_builder/dependencies.md

Fixes #329

2 years agoMerge pull request #328 from WoltLab/bootstrap
Tim Düsterhus [Mon, 31 Oct 2022 08:07:15 +0000 (09:07 +0100)]
Merge pull request #328 from WoltLab/bootstrap

Explain bootstrap scripts

2 years agoExplain bootstrap scripts
Tim Düsterhus [Fri, 28 Oct 2022 14:43:35 +0000 (16:43 +0200)]
Explain bootstrap scripts

Resolves #324

2 years agoMerge branch '5.5' into 6.0
Tim Düsterhus [Fri, 28 Oct 2022 14:43:15 +0000 (16:43 +0200)]
Merge branch '5.5' into 6.0

2 years agoAdd explicit `void` return type to ValueDumpListener::__invoke()
Tim Düsterhus [Fri, 28 Oct 2022 14:42:03 +0000 (16:42 +0200)]
Add explicit `void` return type to ValueDumpListener::__invoke()

2 years agoDocument the required `minversion` attribute
Tim Düsterhus [Fri, 28 Oct 2022 11:33:36 +0000 (13:33 +0200)]
Document the required `minversion` attribute

2 years agoUpdate deprecations and removals
Tim Düsterhus [Fri, 28 Oct 2022 11:32:46 +0000 (13:32 +0200)]
Update deprecations and removals

2 years agoUpdate deprecations and removals
Tim Düsterhus [Fri, 28 Oct 2022 07:09:15 +0000 (09:09 +0200)]
Update deprecations and removals

2 years agoDocument the `AbstractIntegerCondition` changes
Tim Düsterhus [Wed, 26 Oct 2022 12:22:16 +0000 (14:22 +0200)]
Document the `AbstractIntegerCondition` changes

2 years agoUpdate deprecations and removals
Tim Düsterhus [Tue, 25 Oct 2022 15:47:52 +0000 (17:47 +0200)]
Update deprecations and removals

2 years agoUpdate deprecations and removals
Tim Düsterhus [Tue, 25 Oct 2022 12:49:08 +0000 (14:49 +0200)]
Update deprecations and removals

Resolves #327.

2 years agoBump mkdocs from 1.4.0 to 1.4.1 (#326)
dependabot[bot] [Mon, 24 Oct 2022 14:43:27 +0000 (14:43 +0000)]
Bump mkdocs from 1.4.0 to 1.4.1 (#326)

2 years agoBump mkdocs-material from 8.5.4 to 8.5.7 (#325)
dependabot[bot] [Mon, 24 Oct 2022 14:41:36 +0000 (14:41 +0000)]
Bump mkdocs-material from 8.5.4 to 8.5.7 (#325)

2 years agoMerge pull request #323 from WoltLab/final
Tim Düsterhus [Mon, 24 Oct 2022 14:39:40 +0000 (16:39 +0200)]
Merge pull request #323 from WoltLab/final

Add “Final” section to “Inheritance” in migration/wsc55/php

2 years agoAdd “Final” section to “Inheritance” in migration/wsc55/php
Tim Düsterhus [Mon, 24 Oct 2022 13:35:22 +0000 (15:35 +0200)]
Add “Final” section to “Inheritance” in migration/wsc55/php

2 years agoMerge pull request #318 from WoltLab/application-boot-http
Tim Düsterhus [Mon, 24 Oct 2022 07:33:39 +0000 (09:33 +0200)]
Merge pull request #318 from WoltLab/application-boot-http

Document the move of request-specific logic into middlewares

2 years agoAdd examples of logic that relies on request-specific state.
Tim Düsterhus [Fri, 21 Oct 2022 14:23:16 +0000 (16:23 +0200)]
Add examples of logic that relies on request-specific state.

2 years agoFix grammar in migration/wsc55/php.md
Tim Düsterhus [Fri, 21 Oct 2022 13:25:41 +0000 (15:25 +0200)]
Fix grammar in migration/wsc55/php.md

2 years agoLink to the commit introducing the CheckUserBan middleware
Tim Düsterhus [Fri, 21 Oct 2022 13:25:11 +0000 (15:25 +0200)]
Link to the commit introducing the CheckUserBan middleware

2 years agoMerge branch '5.5' into 6.0
Tim Düsterhus [Fri, 21 Oct 2022 13:23:26 +0000 (15:23 +0200)]
Merge branch '5.5' into 6.0

2 years agoMerge pull request #322 from WoltLab/superglobal-template
Tim Düsterhus [Fri, 21 Oct 2022 13:23:03 +0000 (15:23 +0200)]
Merge pull request #322 from WoltLab/superglobal-template

Remove explanation on how to access superglobals via templates

2 years agoAdd template superglobals to deprecations and removals
Tim Düsterhus [Fri, 21 Oct 2022 13:21:03 +0000 (15:21 +0200)]
Add template superglobals to deprecations and removals

see WoltLab/WCF@7cfd5578ede22e798b770262c0cdf1e9dfe25d36

2 years agoMerge pull request #321 from WoltLab/legacy-helper
Alexander Ebert [Fri, 21 Oct 2022 13:03:40 +0000 (15:03 +0200)]
Merge pull request #321 from WoltLab/legacy-helper

Remove the documentation for the legacy JS helpers

2 years agoMerge pull request #320 from WoltLab/php-ddl-database
Alexander Ebert [Fri, 21 Oct 2022 13:03:09 +0000 (15:03 +0200)]
Merge pull request #320 from WoltLab/php-ddl-database

Stop mentioning the `script` PIP in database-php-api.md

2 years agoRemove explanation on how to access superglobals via templates
Tim Düsterhus [Fri, 21 Oct 2022 12:52:35 +0000 (14:52 +0200)]
Remove explanation on how to access superglobals via templates

One really really shouldn't do this.

2 years agoRemove the documentation for the legacy JS helpers
Tim Düsterhus [Fri, 21 Oct 2022 12:50:41 +0000 (14:50 +0200)]
Remove the documentation for the legacy JS helpers

They are still available in the older versions, but should not be pointed out
to developers for 6.0.

2 years agoStop mentioning the `script` PIP in database-php-api.md
Tim Düsterhus [Fri, 21 Oct 2022 12:42:35 +0000 (14:42 +0200)]
Stop mentioning the `script` PIP in database-php-api.md

see #219

2 years agoUpdate `<excludedpackage>` example to 7.0.0 Alpha 1
Tim Düsterhus [Fri, 21 Oct 2022 12:39:52 +0000 (14:39 +0200)]
Update `<excludedpackage>` example to 7.0.0 Alpha 1

2 years agoFix typo in package-xml.md
Tim Düsterhus [Fri, 21 Oct 2022 12:39:08 +0000 (14:39 +0200)]
Fix typo in package-xml.md

2 years agoRemove `pl` versions from package-xml.md
Tim Düsterhus [Fri, 21 Oct 2022 12:38:46 +0000 (14:38 +0200)]
Remove `pl` versions from package-xml.md

2 years agoMerge branch '5.5' into 6.0
Tim Düsterhus [Fri, 21 Oct 2022 12:32:47 +0000 (14:32 +0200)]
Merge branch '5.5' into 6.0

2 years agoSync tutorial-series
Tim Düsterhus [Fri, 21 Oct 2022 12:32:05 +0000 (14:32 +0200)]
Sync tutorial-series

2 years agoUpdate deprecations and removals
Tim Düsterhus [Fri, 21 Oct 2022 11:51:22 +0000 (13:51 +0200)]
Update deprecations and removals

Resolves #316

2 years agoDocument the move of request-specific logic into middlewares
Tim Düsterhus [Fri, 21 Oct 2022 09:55:58 +0000 (11:55 +0200)]
Document the move of request-specific logic into middlewares

Resolves #294

2 years agoMerge branch '6.0' of https://github.com/WoltLab/docs.woltlab.com into 6.0
Marcel Werk [Thu, 20 Oct 2022 14:14:58 +0000 (16:14 +0200)]
Merge branch '6.0' of https://github.com/WoltLab/docs.woltlab.com into 6.0

2 years agoUpdate deprecations and removals (calendar)
Marcel Werk [Thu, 20 Oct 2022 14:14:56 +0000 (16:14 +0200)]
Update deprecations and removals (calendar)

2 years agoUpdate deprecations and removals
Tim Düsterhus [Wed, 19 Oct 2022 11:33:27 +0000 (13:33 +0200)]
Update deprecations and removals

2 years agoUpdate deprecations and removals (user list)
Marcel Werk [Tue, 18 Oct 2022 14:09:56 +0000 (16:09 +0200)]
Update deprecations and removals (user list)

2 years agoUpdate the Diactoros version
Tim Düsterhus [Tue, 18 Oct 2022 08:13:58 +0000 (10:13 +0200)]
Update the Diactoros version

2 years agoDocument the requirement for the `intl` extension
Tim Düsterhus [Tue, 18 Oct 2022 08:12:51 +0000 (10:12 +0200)]
Document the requirement for the `intl` extension

see WoltLab/WCF#5051

2 years agoMerge branch '5.5' into 6.0
Tim Düsterhus [Mon, 17 Oct 2022 08:08:06 +0000 (10:08 +0200)]
Merge branch '5.5' into 6.0

2 years agoFix syntax highlighting in migration/wsc54/php.md
Tim Düsterhus [Mon, 17 Oct 2022 08:07:44 +0000 (10:07 +0200)]
Fix syntax highlighting in migration/wsc54/php.md

2 years agoDocument the ability to dynamically disable the dialog submit
Alexander Ebert [Fri, 14 Oct 2022 16:29:40 +0000 (18:29 +0200)]
Document the ability to dynamically disable the dialog submit

See WoltLab/WCF#5044

2 years agoAdd an example to keep track of a dialog instance
Alexander Ebert [Thu, 13 Oct 2022 17:24:50 +0000 (19:24 +0200)]
Add an example to keep track of a dialog instance

2 years agoDocument the removal of the legacy inheritance in TS
Alexander Ebert [Thu, 13 Oct 2022 17:11:26 +0000 (19:11 +0200)]
Document the removal of the legacy inheritance in TS

See WoltLab/WCF#5041

2 years agoMerge pull request #308 from WoltLab/60-migration-dialog
Alexander Ebert [Wed, 12 Oct 2022 15:27:27 +0000 (17:27 +0200)]
Merge pull request #308 from WoltLab/60-migration-dialog

Document the new dialog API