GitHub/WoltLab/woltlab.github.io.git
9 months agoFix copy and paste mistake in form_fields.md 5.4
Maximilian Grüttemeier [Sun, 25 Jun 2023 12:46:24 +0000 (14:46 +0200)]
Fix copy and paste mistake in form_fields.md

Fix wrong reference of single-use form fields.

Closes #383

[Tim: Adjusted the commit title]

12 months agoUpdate DefaultTrueBooleanDatabaseTableColumn description
XeroX [Tue, 21 Mar 2023 18:01:56 +0000 (19:01 +0100)]
Update DefaultTrueBooleanDatabaseTableColumn description

Resolves #366

13 months agoAdd `license` element to package.xml documentation
IceQ1337 [Mon, 13 Mar 2023 17:49:04 +0000 (18:49 +0100)]
Add `license` element to package.xml documentation

Resolves #364
Resolves #365

13 months agoAdd `packageurl` element to package.xml documentation
IceQ1337 [Mon, 13 Mar 2023 17:48:42 +0000 (18:48 +0100)]
Add `packageurl` element to package.xml documentation

see #364

13 months agoFix language code reference in package.xml documentation
IceQ1337 [Mon, 13 Mar 2023 17:47:41 +0000 (18:47 +0100)]
Fix language code reference in package.xml documentation

Fixes #363

14 months agoPerform large-scale removal of unneeded `@` symbols in templates
Tim Düsterhus [Wed, 25 Jan 2023 09:11:04 +0000 (10:11 +0100)]
Perform large-scale removal of unneeded `@` symbols in templates

17 months 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

18 months agoMerge pull request #310 from WoltLab/hidden-form-field
Tim Düsterhus [Mon, 10 Oct 2022 15:06:02 +0000 (17:06 +0200)]
Merge pull request #310 from WoltLab/hidden-form-field

Document HiddenFormField

18 months agoDocument HiddenFormField
Tim Düsterhus [Mon, 10 Oct 2022 14:36:19 +0000 (16:36 +0200)]
Document HiddenFormField

Resolves #287

18 months agoMerge pull request #306 from WoltLab/php-ddl-index-name
Tim Düsterhus [Wed, 5 Oct 2022 11:35:39 +0000 (13:35 +0200)]
Merge pull request #306 from WoltLab/php-ddl-index-name

Explain that PHP DDL expects an explicit index name

18 months agoExplain that PHP DDL expects an explicit index name
Tim Düsterhus [Wed, 5 Oct 2022 07:46:47 +0000 (09:46 +0200)]
Explain that PHP DDL expects an explicit index name

23 months agoPin a working jinja2 version
Tim Düsterhus [Fri, 22 Apr 2022 13:37:41 +0000 (15:37 +0200)]
Pin a working jinja2 version

see https://twitter.com/readthedocs/status/1507388916013314048

2 years agoFix codebox title in docs/tutorial/series/part_1.md
Tim Düsterhus [Tue, 19 Apr 2022 07:01:45 +0000 (09:01 +0200)]
Fix codebox title in docs/tutorial/series/part_1.md

Resolves #271

2 years agoFix typo in validation_data.md (#262)
ilou [Fri, 25 Feb 2022 22:22:57 +0000 (23:22 +0100)]
Fix typo in validation_data.md (#262)

2 years agoDrop WoltLab Suite version number in getting-started.md
Tim Düsterhus [Wed, 23 Feb 2022 11:02:05 +0000 (12:02 +0100)]
Drop WoltLab Suite version number in getting-started.md

Closes #261

Co-authored-by: Jens Hausdorf <hello@jens-hausdorf.de>
2 years agoFix typo in helper-functions.md
Tim Düsterhus [Mon, 24 Jan 2022 08:28:05 +0000 (09:28 +0100)]
Fix typo in helper-functions.md

2 years agoSync tutorial-series
Tim Düsterhus [Mon, 17 Jan 2022 12:45:58 +0000 (13:45 +0100)]
Sync tutorial-series

2 years agoModernize package.xml
Tim Düsterhus [Mon, 17 Jan 2022 12:24:19 +0000 (13:24 +0100)]
Modernize package.xml

2 years agoFix the use of the `codebox()` macro in cache documentation
Tim Düsterhus [Thu, 16 Dec 2021 14:31:43 +0000 (15:31 +0100)]
Fix the use of the `codebox()` macro in cache documentation

2 years agoSpecify explicit DatabaseTablePrimaryIndex in install_com.woltlab.wcf.people.php
Tim Düsterhus [Fri, 3 Dec 2021 15:06:58 +0000 (16:06 +0100)]
Specify explicit DatabaseTablePrimaryIndex in install_com.woltlab.wcf.people.php

2 years agoRemove `version` part from filename of install scripts
Tim Düsterhus [Tue, 16 Nov 2021 10:01:24 +0000 (11:01 +0100)]
Remove `version` part from filename of install scripts

2 years agoFix rendering of admonition box in php/api/form_builder/form_fields
Tim Düsterhus [Mon, 8 Nov 2021 08:45:32 +0000 (09:45 +0100)]
Fix rendering of admonition box in php/api/form_builder/form_fields

2 years agoSync requirements.txt from 5.5 to 5.4
Tim Düsterhus [Mon, 18 Oct 2021 13:56:41 +0000 (15:56 +0200)]
Sync requirements.txt from 5.5 to 5.4

2 years agoDocument `IsNotClickedFormFieldDependency`
Tim Düsterhus [Mon, 18 Oct 2021 13:52:27 +0000 (15:52 +0200)]
Document `IsNotClickedFormFieldDependency`

Resolves #234

2 years agoDcoument `EmptyFormFieldDependency`
Tim Düsterhus [Mon, 18 Oct 2021 13:47:51 +0000 (15:47 +0200)]
Dcoument `EmptyFormFieldDependency`

Resolves #235

2 years agoTypo
Marcel Werk [Sun, 17 Oct 2021 09:35:49 +0000 (11:35 +0200)]
Typo

2 years agoIncomplete example for deleting of template listeners
Marcel Werk [Wed, 22 Sep 2021 14:23:12 +0000 (16:23 +0200)]
Incomplete example for deleting of template listeners

2 years agoMerge pull request #220 from mutec/2faenforce
Tim Düsterhus [Wed, 25 Aug 2021 10:10:51 +0000 (12:10 +0200)]
Merge pull request #220 from mutec/2faenforce

add section for enforcing Multi-factor Authentication

2 years agoadd section for enforcing Multi-factor Authentication
mutec [Mon, 23 Aug 2021 14:22:08 +0000 (16:22 +0200)]
add section for enforcing Multi-factor Authentication

2 years agoDocument AbstractFormFieldDecorator (#218)
Tim Düsterhus [Mon, 23 Aug 2021 09:58:53 +0000 (11:58 +0200)]
Document AbstractFormFieldDecorator (#218)

Resolves #217

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
2 years agoFix typo in migration/wsc53/php.md
Tim Düsterhus [Tue, 27 Jul 2021 07:13:56 +0000 (09:13 +0200)]
Fix typo in migration/wsc53/php.md

2 years agofixed typo
ilou [Sat, 10 Jul 2021 21:43:03 +0000 (23:43 +0200)]
fixed typo

fixed typo (split "canbe" to "can be")

2 years agoRemove obsolete numbering in heading
Matthias Schmidt [Thu, 8 Jul 2021 14:49:17 +0000 (16:49 +0200)]
Remove obsolete numbering in heading

2 years agoRemove bogus `.md` in PHP code examples
Matthias Schmidt [Thu, 8 Jul 2021 14:34:31 +0000 (16:34 +0200)]
Remove bogus `.md` in PHP code examples

2 years agoFix code for several codeboxes
Matthias Schmidt [Thu, 8 Jul 2021 12:52:50 +0000 (14:52 +0200)]
Fix code for several codeboxes

2 years agoFix file tree in getting started guide
Matthias Schmidt [Thu, 8 Jul 2021 12:39:15 +0000 (14:39 +0200)]
Fix file tree in getting started guide

2 years agoAdd default values for `canbe(edited|disabled)` in cronjob PIP documentation
Matthias Schmidt [Thu, 8 Jul 2021 08:14:04 +0000 (10:14 +0200)]
Add default values for `canbe(edited|disabled)` in cronjob PIP documentation

Additionally, fix the letter case of the elements.

2 years agoAdd missing `isdisabled` documentation for cronjob PIP
Matthias Schmidt [Thu, 8 Jul 2021 08:11:52 +0000 (10:11 +0200)]
Add missing `isdisabled` documentation for cronjob PIP

2 years agoAdd missing elements to `page` PIP documentation (#199)
Matthias Schmidt [Wed, 7 Jul 2021 11:37:16 +0000 (13:37 +0200)]
Add missing elements to `page` PIP documentation (#199)

2 years agoAdd info on when to add data processors to forms
Matthias Schmidt [Mon, 28 Jun 2021 08:07:38 +0000 (10:07 +0200)]
Add info on when to add data processors to forms

2 years agoMerge pull request #179 from WoltLab/tutorial6
Matthias Schmidt [Mon, 7 Jun 2021 07:32:00 +0000 (09:32 +0200)]
Merge pull request #179 from WoltLab/tutorial6

Add part 6 of tutorial series

2 years agoAdd part 6 of tutorial series
Matthias Schmidt [Thu, 3 Jun 2021 07:24:12 +0000 (09:24 +0200)]
Add part 6 of tutorial series

2 years agoAdd source code for part 6 of tutorial series
Matthias Schmidt [Thu, 3 Jun 2021 07:21:51 +0000 (09:21 +0200)]
Add source code for part 6 of tutorial series

2 years agoAdd 5.5 branch to deploy workflow
Tim Düsterhus [Wed, 2 Jun 2021 14:41:04 +0000 (16:41 +0200)]
Add 5.5 branch to deploy workflow

2 years agoBump mkdocs-material from 7.1.5 to 7.1.6 (#177)
dependabot[bot] [Tue, 1 Jun 2021 08:17:13 +0000 (08:17 +0000)]
Bump mkdocs-material from 7.1.5 to 7.1.6 (#177)

2 years agoBump mike from 1.0.0 to 1.0.1 (#178)
dependabot[bot] [Tue, 1 Jun 2021 07:15:51 +0000 (07:15 +0000)]
Bump mike from 1.0.0 to 1.0.1 (#178)

2 years agoFix code style issues in tutorial series code
Matthias Schmidt [Fri, 28 May 2021 06:45:55 +0000 (08:45 +0200)]
Fix code style issues in tutorial series code

2 years agoBump mkdocs-material from 7.1.3 to 7.1.5 (#175)
dependabot[bot] [Thu, 27 May 2021 14:10:28 +0000 (14:10 +0000)]
Bump mkdocs-material from 7.1.3 to 7.1.5 (#175)

2 years agoFix code boxes on events page
Matthias Schmidt [Wed, 19 May 2021 13:01:07 +0000 (15:01 +0200)]
Fix code boxes on events page

2 years agoAdd `Database::prepare()` to migration guide (#174)
Matthias Schmidt [Wed, 19 May 2021 08:10:02 +0000 (10:10 +0200)]
Add `Database::prepare()` to migration guide (#174)

* Add `Database::prepare()` to migration guide

See WoltLab/WCF#4223

* Fix typo

Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
2 years agoProperly escape backslash in jinja codebox
Tim Düsterhus [Mon, 10 May 2021 14:32:37 +0000 (16:32 +0200)]
Properly escape backslash in jinja codebox

2 years agoImprove wording in `SensitiveArgument` documentation
Matthias Schmidt [Mon, 10 May 2021 14:25:19 +0000 (16:25 +0200)]
Improve wording in `SensitiveArgument` documentation

2 years agoDocument the $type parameter for UserProfile::getIgnoredUsers() (#172)
Tim Düsterhus [Mon, 10 May 2021 14:21:37 +0000 (16:21 +0200)]
Document the $type parameter for UserProfile::getIgnoredUsers() (#172)

Resolves #170

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
2 years agoDocument the use of the SensitiveArgument attribute (#173)
Tim Düsterhus [Mon, 10 May 2021 14:21:21 +0000 (16:21 +0200)]
Document the use of the SensitiveArgument attribute (#173)

Resolves #169

Co-authored-by: Matthias Schmidt <gravatronics@live.com>
2 years agoMark JavaScript helper functions and data structures as deprecated
Matthias Schmidt [Mon, 10 May 2021 06:36:44 +0000 (08:36 +0200)]
Mark JavaScript helper functions and data structures as deprecated

Close #96

2 years agoAdd table with replacements for deprecated JavaScript components (#171)
Matthias Schmidt [Fri, 7 May 2021 11:33:35 +0000 (13:33 +0200)]
Add table with replacements for deprecated JavaScript components (#171)

See #96

2 years agoAdd missing filenames as code box titles
Matthias Schmidt [Mon, 3 May 2021 06:26:23 +0000 (08:26 +0200)]
Add missing filenames as code box titles

2 years agoAdd `PersonRebuildDataWorker` to part 5 of tutorial series
Matthias Schmidt [Mon, 3 May 2021 06:19:14 +0000 (08:19 +0200)]
Add `PersonRebuildDataWorker` to part 5 of tutorial series

Close #168

2 years agoBump mkdocs-material from 7.1.2 to 7.1.3 (#167)
dependabot[bot] [Tue, 27 Apr 2021 10:46:08 +0000 (10:46 +0000)]
Bump mkdocs-material from 7.1.2 to 7.1.3 (#167)

2 years agoAdd filenames to code boxes in migration guides
Matthias Schmidt [Mon, 26 Apr 2021 07:30:34 +0000 (09:30 +0200)]
Add filenames to code boxes in migration guides

Close #165

2 years agoLink to source code file on GitHub in code boxes with filenames (#166)
Matthias Schmidt [Fri, 23 Apr 2021 15:19:17 +0000 (17:19 +0200)]
Link to source code file on GitHub in code boxes with filenames (#166)

Close  #164

2 years agoMerge pull request #163 from WoltLab/codebox_filenames
Matthias Schmidt [Fri, 23 Apr 2021 13:46:21 +0000 (15:46 +0200)]
Merge pull request #163 from WoltLab/codebox_filenames

Add filenames to code boxes

2 years agoUpdate `codebox` macro
Matthias Schmidt [Fri, 23 Apr 2021 13:42:31 +0000 (15:42 +0200)]
Update `codebox` macro

… to also support inline contents.

2 years agoUse new titled code box macro
Matthias Schmidt [Fri, 23 Apr 2021 09:06:23 +0000 (11:06 +0200)]
Use new titled code box macro

2 years agoAdd macro for titled code boxes
Matthias Schmidt [Fri, 23 Apr 2021 09:05:57 +0000 (11:05 +0200)]
Add macro for titled code boxes

2 years agoReplace `markdownextradata` with `macros` custom macros support
Matthias Schmidt [Fri, 23 Apr 2021 07:53:40 +0000 (09:53 +0200)]
Replace `markdownextradata` with `macros` custom macros support

2 years agoConfigure site_url in mkdocs.yml
Tim Düsterhus [Fri, 23 Apr 2021 08:06:48 +0000 (10:06 +0200)]
Configure site_url in mkdocs.yml

2 years agoConfigure a concurrency group for the deploy action
Tim Düsterhus [Fri, 23 Apr 2021 08:01:08 +0000 (10:01 +0200)]
Configure a concurrency group for the deploy action

2 years agoEnable line numbers for code blocks
Matthias Schmidt [Thu, 22 Apr 2021 14:09:45 +0000 (16:09 +0200)]
Enable line numbers for code blocks

2 years agoMerge pull request #162 from WoltLab/tutorial5
Matthias Schmidt [Thu, 22 Apr 2021 08:51:45 +0000 (10:51 +0200)]
Merge pull request #162 from WoltLab/tutorial5

Add part 5 of tutorial series

2 years agoAdd part 5 of tutorial series
Matthias Schmidt [Thu, 22 Apr 2021 08:43:04 +0000 (10:43 +0200)]
Add part 5 of tutorial series

2 years agoAdd source code for part 5 of tutorial series
Matthias Schmidt [Wed, 21 Apr 2021 10:38:51 +0000 (12:38 +0200)]
Add source code for part 5 of tutorial series

2 years agoUpdate code of tutorial series
Matthias Schmidt [Wed, 21 Apr 2021 06:40:09 +0000 (08:40 +0200)]
Update code of tutorial series

2 years agoMerge pull request #160 from WoltLab/tutorial2_update
Matthias Schmidt [Tue, 20 Apr 2021 11:49:50 +0000 (13:49 +0200)]
Merge pull request #160 from WoltLab/tutorial2_update

Update second part of tutorial series

2 years agoAdd missing media breakpoints
Matthias Schmidt [Tue, 20 Apr 2021 11:30:02 +0000 (13:30 +0200)]
Add missing media breakpoints

Close  #142

2 years agoMerge pull request #161 from WoltLab/tutorial3_update
Matthias Schmidt [Tue, 20 Apr 2021 11:24:17 +0000 (13:24 +0200)]
Merge pull request #161 from WoltLab/tutorial3_update

Update third part of tutorial series

2 years agoUpdate third part of tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 11:22:18 +0000 (13:22 +0200)]
Update third part of tutorial series

2 years agoUpdate code of third part of tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 11:20:35 +0000 (13:20 +0200)]
Update code of third part of tutorial series

2 years agoUpdate second part of tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 11:15:49 +0000 (13:15 +0200)]
Update second part of tutorial series

Close #153

2 years agoUpdate code pf tutorial series part 2
Matthias Schmidt [Tue, 20 Apr 2021 10:59:15 +0000 (12:59 +0200)]
Update code pf tutorial series part 2

2 years agoDocument `objectAction` template plugin in template plugin list (#159)
Matthias Schmidt [Tue, 20 Apr 2021 08:44:12 +0000 (10:44 +0200)]
Document `objectAction` template plugin in template plugin list (#159)

For completeness, this template plugin is added here but due to its specificity, other places are referenced where detailed information can be found.

Close #149

2 years agoUse `anchor` template plugin to generate links in tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 08:42:35 +0000 (10:42 +0200)]
Use `anchor` template plugin to generate links in tutorial series

2 years agoBump mike from 0.5.5 to 1.0.0 (#157)
dependabot[bot] [Tue, 20 Apr 2021 08:38:38 +0000 (08:38 +0000)]
Bump mike from 0.5.5 to 1.0.0 (#157)

2 years agoBump mkdocs-material from 7.1.0 to 7.1.2 (#158)
dependabot[bot] [Tue, 20 Apr 2021 08:16:46 +0000 (08:16 +0000)]
Bump mkdocs-material from 7.1.0 to 7.1.2 (#158)

2 years agoMerge pull request #152 from WoltLab/tutorial4
Matthias Schmidt [Tue, 20 Apr 2021 08:06:08 +0000 (10:06 +0200)]
Merge pull request #152 from WoltLab/tutorial4

 Add fourth part of tutorial series on boxes and box conditions

2 years agoImprove wording in fourth part of tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 08:06:00 +0000 (10:06 +0200)]
Improve wording in fourth part of tutorial series

Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
2 years agoFix box positions image in box PIP documentation
Matthias Schmidt [Tue, 20 Apr 2021 07:56:28 +0000 (09:56 +0200)]
Fix box positions image in box PIP documentation

Close #151

2 years agoAdd fourth part of tutorial series on boxes and box conditions
Matthias Schmidt [Tue, 20 Apr 2021 07:50:56 +0000 (09:50 +0200)]
Add fourth part of tutorial series on boxes and box conditions

2 years agoAdd source code for fourth part of tutorial series
Matthias Schmidt [Tue, 20 Apr 2021 07:50:36 +0000 (09:50 +0200)]
Add source code for fourth part of tutorial series

2 years agoMerge pull request #150 from WoltLab/tutorial1_update
Matthias Schmidt [Tue, 20 Apr 2021 07:22:52 +0000 (09:22 +0200)]
Merge pull request #150 from WoltLab/tutorial1_update

Update first part of tutorial series

2 years agoUnify titles of tutorial series parts
Matthias Schmidt [Tue, 20 Apr 2021 06:48:13 +0000 (08:48 +0200)]
Unify titles of tutorial series parts

3 years agoAdd warning about part 2/3 of tutorial series being outdated
Matthias Schmidt [Tue, 20 Apr 2021 06:01:15 +0000 (08:01 +0200)]
Add warning about part 2/3 of tutorial series being outdated

3 years agoUpdate text of first tutorial
Matthias Schmidt [Tue, 20 Apr 2021 05:59:20 +0000 (07:59 +0200)]
Update text of first tutorial

3 years agoUpdate code for tutorial series part 1
Matthias Schmidt [Tue, 20 Apr 2021 05:29:30 +0000 (07:29 +0200)]
Update code for tutorial series part 1

3 years agoDocument LineBreakSeparatedText(UserGroup)OptionType (#148)
Matthias Schmidt [Mon, 19 Apr 2021 12:59:25 +0000 (14:59 +0200)]
Document LineBreakSeparatedText(UserGroup)OptionType (#148)

Close #145

3 years agoDocument new rss feed dialog (#147)
Matthias Schmidt [Mon, 19 Apr 2021 12:59:10 +0000 (14:59 +0200)]
Document new rss feed dialog (#147)

Close #146

3 years agoInclude more pages in navigation
Matthias Schmidt [Fri, 16 Apr 2021 06:49:05 +0000 (08:49 +0200)]
Include more pages in navigation

Close #118

3 years agoFix typo in typescript.md
Tim Düsterhus [Tue, 13 Apr 2021 11:55:05 +0000 (13:55 +0200)]
Fix typo in typescript.md

3 years agoMerge pull request #144 from WoltLab/typescript
Tim Düsterhus [Tue, 13 Apr 2021 11:50:50 +0000 (13:50 +0200)]
Merge pull request #144 from WoltLab/typescript

Add basic TypeScript documentation

3 years agoImprove phrasing of the npm package explanation
Tim Düsterhus [Tue, 13 Apr 2021 11:36:10 +0000 (13:36 +0200)]
Improve phrasing of the npm package explanation