GitHub/WoltLab/WCF.git
3 years agoAdd `getSubscribedUserIDs()` function for article categories
joshuaruesweg [Mon, 13 Sep 2021 07:48:24 +0000 (09:48 +0200)]
Add `getSubscribedUserIDs()` function for article categories

3 years agoMerge branch '5.4'
Alexander Ebert [Sat, 11 Sep 2021 15:07:45 +0000 (17:07 +0200)]
Merge branch '5.4'

3 years agoMerge branch '5.3' into 5.4
Alexander Ebert [Sat, 11 Sep 2021 15:07:28 +0000 (17:07 +0200)]
Merge branch '5.3' into 5.4

3 years agoMerge pull request #4496 from mutec/tagfieldfdp1
Alexander Ebert [Sat, 11 Sep 2021 15:05:59 +0000 (17:05 +0200)]
Merge pull request #4496 from mutec/tagfieldfdp1

fix id of `CustomFormDataProcessor` in `TagFormField`

3 years agofix id of `CustomFormDataProcessor` in `TagFormField`
mutec [Fri, 10 Sep 2021 14:49:57 +0000 (16:49 +0200)]
fix id of `CustomFormDataProcessor` in `TagFormField`

the id was `acl` which seems to be a copy paste-mistake

3 years agoRemoved unnecessary type assertions
Alexander Ebert [Thu, 9 Sep 2021 12:35:17 +0000 (14:35 +0200)]
Removed unnecessary type assertions

3 years agoRebuilt the compiled JavaScript
Alexander Ebert [Thu, 9 Sep 2021 12:19:57 +0000 (14:19 +0200)]
Rebuilt the compiled JavaScript

3 years agoMerge branch '5.4'
Alexander Ebert [Thu, 9 Sep 2021 12:19:27 +0000 (14:19 +0200)]
Merge branch '5.4'

3 years agoIncorrect code style
Alexander Ebert [Thu, 9 Sep 2021 11:47:17 +0000 (13:47 +0200)]
Incorrect code style

3 years agoAdjusted the `tab_width` for *.css/*.scss
Alexander Ebert [Thu, 9 Sep 2021 11:42:47 +0000 (13:42 +0200)]
Adjusted the `tab_width` for *.css/*.scss

3 years agoExplicitly reduce the indent size of *.css/*.scss
Alexander Ebert [Thu, 9 Sep 2021 11:35:31 +0000 (13:35 +0200)]
Explicitly reduce the indent size of *.css/*.scss

3 years agoMerge pull request #4494 from WoltLab/5.5-sql-installation-cleanup
Joshua Rüsweg [Thu, 9 Sep 2021 10:21:24 +0000 (12:21 +0200)]
Merge pull request #4494 from WoltLab/5.5-sql-installation-cleanup

Force overwrite unknown database tables using a known prefix

3 years agoMerge branch '5.4'
Alexander Ebert [Thu, 9 Sep 2021 09:59:36 +0000 (11:59 +0200)]
Merge branch '5.4'

3 years agoMerge branch '5.3' into 5.4
Alexander Ebert [Thu, 9 Sep 2021 09:58:15 +0000 (11:58 +0200)]
Merge branch '5.3' into 5.4

3 years agoMerge branch '5.2' into 5.3
Alexander Ebert [Thu, 9 Sep 2021 09:58:00 +0000 (11:58 +0200)]
Merge branch '5.2' into 5.3

3 years agoMerge branch '5.3' into 5.4
Alexander Ebert [Thu, 9 Sep 2021 09:56:06 +0000 (11:56 +0200)]
Merge branch '5.3' into 5.4

3 years agoMerge pull request #4495 from Fabii547/patch-79
Alexander Ebert [Thu, 9 Sep 2021 09:50:40 +0000 (11:50 +0200)]
Merge pull request #4495 from Fabii547/patch-79

Fix writing `runStandalone` attribute to package.xml

3 years agoMerge pull request #4493 from WoltLab/5.3-aclformfieldcleanup
Alexander Ebert [Thu, 9 Sep 2021 09:47:02 +0000 (11:47 +0200)]
Merge pull request #4493 from WoltLab/5.3-aclformfieldcleanup

Reset ACL field values within form cleanup

3 years agoFix writing `runStandalone` attribute to package.xml
Fabii547 [Thu, 9 Sep 2021 08:28:36 +0000 (10:28 +0200)]
Fix writing `runStandalone` attribute to package.xml

3 years agoForce overwrite unknown database tables using a known prefix
joshuaruesweg [Wed, 8 Sep 2021 14:17:50 +0000 (16:17 +0200)]
Force overwrite unknown database tables using a known prefix

Closes #4410

3 years agoRelease 5.4.7 5.4.7
Alexander Ebert [Wed, 8 Sep 2021 13:38:46 +0000 (15:38 +0200)]
Release 5.4.7

3 years agoRelease 5.3.14 5.3.14
Alexander Ebert [Wed, 8 Sep 2021 12:13:30 +0000 (14:13 +0200)]
Release 5.3.14

3 years agoIncorrect use of spaces for indentation in <5.4
Alexander Ebert [Wed, 8 Sep 2021 12:05:13 +0000 (14:05 +0200)]
Incorrect use of spaces for indentation in <5.4

3 years agoSandbox `foreachVars` in templates
Alexander Ebert [Sun, 8 Aug 2021 09:29:26 +0000 (11:29 +0200)]
Sandbox `foreachVars` in templates

Nesting the same template inside a `foreach` loop that is also accessed inside the nested call will overwrite the values from the outer template due to identical identifiers being used.

The sandbox did not protected `$this->foreachVars` despite being stateful.

See #4431
Fixes #4444

3 years agoReset ACL field values within form cleanup
joshuaruesweg [Wed, 8 Sep 2021 11:53:42 +0000 (13:53 +0200)]
Reset ACL field values within form cleanup

3 years agoRemove empty lines
joshuaruesweg [Wed, 8 Sep 2021 11:51:29 +0000 (13:51 +0200)]
Remove empty lines

3 years agoRelease 5.4.7 RC 2 5.4.7_RC_2
Alexander Ebert [Tue, 7 Sep 2021 21:01:22 +0000 (23:01 +0200)]
Release 5.4.7 RC 2

3 years agoReplaced a hard-wired color value, Safari fix
Alexander Ebert [Tue, 7 Sep 2021 21:00:29 +0000 (23:00 +0200)]
Replaced a hard-wired color value, Safari fix

3 years agoRelease 5.4.7 RC 1 5.4.7-RC-1 5.4.7_RC_1
Alexander Ebert [Tue, 7 Sep 2021 11:33:58 +0000 (13:33 +0200)]
Release 5.4.7 RC 1

3 years agoMerge branch '5.4' of https://github.com/WoltLab/WCF into 5.4
Alexander Ebert [Tue, 7 Sep 2021 11:32:43 +0000 (13:32 +0200)]
Merge branch '5.4' of https://github.com/WoltLab/WCF into 5.4

3 years agoUpdating minified JavaScript files
WoltLab [Tue, 7 Sep 2021 11:30:44 +0000 (11:30 +0000)]
Updating minified JavaScript files

3 years agoRemoved the upgrade instructions for 5.3.*
Alexander Ebert [Tue, 7 Sep 2021 11:28:49 +0000 (13:28 +0200)]
Removed the upgrade instructions for 5.3.*

This greatly reduces the size of the update packages. Upgrade from 5.3 will still work, but will upgrade to 5.4.6 only and then apply the remaining updates.

3 years agoCheck against the current menu item during editing only
Alexander Ebert [Tue, 7 Sep 2021 11:21:01 +0000 (13:21 +0200)]
Check against the current menu item during editing only

3 years agoMerge pull request #4492 from WoltLab/5.5-packageExcludeSpecification
Joshua Rüsweg [Tue, 7 Sep 2021 10:28:25 +0000 (12:28 +0200)]
Merge pull request #4492 from WoltLab/5.5-packageExcludeSpecification

5.5 package exclude specification

3 years agoMake condition more readable
Joshua Rüsweg [Tue, 7 Sep 2021 10:28:18 +0000 (12:28 +0200)]
Make condition more readable

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
3 years agoAdd explicit support for `*` in excludedPackages
joshuaruesweg [Mon, 6 Sep 2021 14:21:50 +0000 (16:21 +0200)]
Add explicit support for `*` in excludedPackages

Closes #4149

3 years agoAdd validation for the version of excluded packages
joshuaruesweg [Mon, 6 Sep 2021 13:35:31 +0000 (15:35 +0200)]
Add validation for the version of excluded packages

See #4149

3 years agoMerge pull request #4491 from Fighter456/devtools-language-fix
Joshua Rüsweg [Sat, 4 Sep 2021 10:24:10 +0000 (12:24 +0200)]
Merge pull request #4491 from Fighter456/devtools-language-fix

Fix miswording in language variable of devtools

3 years agoFix miswording in language variable of devtools
Dennis Kraffczyk [Sat, 4 Sep 2021 10:11:50 +0000 (12:11 +0200)]
Fix miswording in language variable of devtools

The german language variable `wcf.acp.pip.page.name.description` uses the word `Boxname` but is used in the `PagePackageInstallationPlugin`.

3 years agoCreate page conditions during page add/edit
joshuaruesweg [Fri, 3 Sep 2021 15:26:27 +0000 (17:26 +0200)]
Create page conditions during page add/edit

3 years agoMerge branch '5.3' into 5.4
Marcel Werk [Thu, 2 Sep 2021 13:55:21 +0000 (15:55 +0200)]
Merge branch '5.3' into 5.4

3 years agoNew link format for Facebook videos
Marcel Werk [Thu, 2 Sep 2021 13:54:36 +0000 (15:54 +0200)]
New link format for Facebook videos

3 years agoMerge pull request #4489 from WoltLab/5.5-boxen-condition-system
Alexander Ebert [Thu, 2 Sep 2021 13:30:30 +0000 (15:30 +0200)]
Merge pull request #4489 from WoltLab/5.5-boxen-condition-system

Box Visibility Conditions

3 years agoAdd file delete update instructions for `LikeUserRebuildDataWorker`
joshuaruesweg [Thu, 2 Sep 2021 09:37:18 +0000 (11:37 +0200)]
Add file delete update instructions for `LikeUserRebuildDataWorker`

See 7e3ae784ddaaaa77721f96958c86bcdeb2381070

3 years agoDelete `LikeUserRebuildDataWorker`
joshuaruesweg [Thu, 2 Sep 2021 09:35:18 +0000 (11:35 +0200)]
Delete `LikeUserRebuildDataWorker`

Closes #4418

3 years agoApply suggestions from code review
joshuaruesweg [Thu, 2 Sep 2021 09:05:36 +0000 (11:05 +0200)]
Apply suggestions from code review

3 years agoFix reverse logic logic
joshuaruesweg [Wed, 1 Sep 2021 13:29:23 +0000 (15:29 +0200)]
Fix reverse logic logic

3 years agoAdd update script for box conditions
joshuaruesweg [Wed, 1 Sep 2021 13:14:00 +0000 (15:14 +0200)]
Add update script for box conditions

3 years ago`exif` was not listed as a required extension
Alexander Ebert [Tue, 31 Aug 2021 20:31:14 +0000 (22:31 +0200)]
`exif` was not listed as a required extension

3 years agoTypo (missing comma)
Alexander Ebert [Tue, 31 Aug 2021 20:29:15 +0000 (22:29 +0200)]
Typo (missing comma)

3 years agoMerge pull request #4487 from WoltLab/npm
Alexander Ebert [Tue, 31 Aug 2021 20:04:47 +0000 (22:04 +0200)]
Merge pull request #4487 from WoltLab/npm

Upgrade npm dependencies

3 years agoRelease 5.4.6 5.4.6
Alexander Ebert [Tue, 31 Aug 2021 14:52:04 +0000 (16:52 +0200)]
Release 5.4.6

3 years agoRelease 5.4.5 5.4.5
Alexander Ebert [Tue, 31 Aug 2021 14:33:48 +0000 (16:33 +0200)]
Release 5.4.5

3 years agoRelease 5.4.5
Alexander Ebert [Tue, 31 Aug 2021 14:20:29 +0000 (16:20 +0200)]
Release 5.4.5

3 years agoCleanup code
joshuaruesweg [Tue, 31 Aug 2021 14:09:44 +0000 (16:09 +0200)]
Cleanup code

3 years agoMerge branch '5.3' into 5.4
Alexander Ebert [Tue, 31 Aug 2021 13:57:40 +0000 (15:57 +0200)]
Merge branch '5.3' into 5.4

3 years agoRelease 5.3.13 5.3.13
Alexander Ebert [Tue, 31 Aug 2021 12:49:21 +0000 (14:49 +0200)]
Release 5.3.13

3 years agoUpdating minified JavaScript files
WoltLab [Tue, 31 Aug 2021 12:35:22 +0000 (12:35 +0000)]
Updating minified JavaScript files

3 years agoMerge branch '5.2' into 5.3
Alexander Ebert [Tue, 31 Aug 2021 12:32:44 +0000 (14:32 +0200)]
Merge branch '5.2' into 5.3

3 years agoRelease 5.2.15 5.2.15
Alexander Ebert [Tue, 31 Aug 2021 11:40:31 +0000 (13:40 +0200)]
Release 5.2.15

3 years agoMerge branch '3.1' into 5.2
Alexander Ebert [Tue, 31 Aug 2021 11:31:31 +0000 (13:31 +0200)]
Merge branch '3.1' into 5.2

3 years agoRelease 3.1.23 3.1.23
Alexander Ebert [Tue, 31 Aug 2021 10:32:33 +0000 (12:32 +0200)]
Release 3.1.23

3 years agoSpecify condition methods
joshuaruesweg [Tue, 31 Aug 2021 09:59:08 +0000 (11:59 +0200)]
Specify condition methods

3 years agoReplace page selections with condition selection
joshuaruesweg [Tue, 31 Aug 2021 08:25:25 +0000 (10:25 +0200)]
Replace page selections with condition selection

3 years agoSatisfy eslint
Tim Düsterhus [Mon, 30 Aug 2021 10:33:04 +0000 (12:33 +0200)]
Satisfy eslint

3 years agoRun prettier
Tim Düsterhus [Mon, 30 Aug 2021 10:08:35 +0000 (12:08 +0200)]
Run prettier

3 years agoUpgrade TypeScript
Tim Düsterhus [Mon, 30 Aug 2021 09:50:56 +0000 (11:50 +0200)]
Upgrade TypeScript

3 years agoUpdate all npm dependendencies except TypeScript itself
Tim Düsterhus [Mon, 30 Aug 2021 09:48:16 +0000 (11:48 +0200)]
Update all npm dependendencies except TypeScript itself

3 years agoAdd condition handling for boxes
joshuaruesweg [Mon, 30 Aug 2021 08:28:33 +0000 (10:28 +0200)]
Add condition handling for boxes

3 years agoMerge pull request #4485 from WoltLab/deprecated-request-isexecuted
Tim Düsterhus [Mon, 30 Aug 2021 07:36:43 +0000 (09:36 +0200)]
Merge pull request #4485 from WoltLab/deprecated-request-isexecuted

Deprecate Request::isExecuted()

3 years agoDeprecate Request::isExecuted()
Tim Düsterhus [Fri, 27 Aug 2021 14:35:20 +0000 (16:35 +0200)]
Deprecate Request::isExecuted()

3 years agoMerge pull request #4477 from WoltLab/xfo-deprecated
Tim Düsterhus [Fri, 27 Aug 2021 13:00:46 +0000 (15:00 +0200)]
Merge pull request #4477 from WoltLab/xfo-deprecated

Deprecate HTTP_SEND_X_FRAME_OPTIONS

3 years agoAdd warning to IndexPage if HTTP_SEND_X_FRAME_OPTIONS is disabled
Tim Düsterhus [Fri, 27 Aug 2021 12:56:17 +0000 (14:56 +0200)]
Add warning to IndexPage if HTTP_SEND_X_FRAME_OPTIONS is disabled

3 years agoDeprecate HTTP_SEND_X_FRAME_OPTIONS
Tim Düsterhus [Wed, 25 Aug 2021 10:20:45 +0000 (12:20 +0200)]
Deprecate HTTP_SEND_X_FRAME_OPTIONS

Resolves #4474

3 years agoCall `finalizeLog` for all exceptions within a chain
Tim Düsterhus [Fri, 27 Aug 2021 11:57:26 +0000 (13:57 +0200)]
Call `finalizeLog` for all exceptions within a chain

3 years agoMake ILoggingAwareException extend the \Throwable interface
Tim Düsterhus [Fri, 27 Aug 2021 11:56:54 +0000 (13:56 +0200)]
Make ILoggingAwareException extend the \Throwable interface

3 years agoMerge pull request #4483 from WoltLab/search-exception
Tim Düsterhus [Fri, 27 Aug 2021 11:32:51 +0000 (13:32 +0200)]
Merge pull request #4483 from WoltLab/search-exception

Add SearchFailed exception

3 years agoMerge pull request #4482 from WoltLab/innodb-search
Tim Düsterhus [Fri, 27 Aug 2021 11:32:44 +0000 (13:32 +0200)]
Merge pull request #4482 from WoltLab/innodb-search

Remove checks for InnoDB search engine

3 years agoRelease 5.4.5 RC 1 5.4.5_RC_1
Alexander Ebert [Fri, 27 Aug 2021 10:43:18 +0000 (12:43 +0200)]
Release 5.4.5 RC 1

3 years agoClean up the objectTypes emptiness check in MysqlSearchEngine
Tim Düsterhus [Fri, 27 Aug 2021 10:06:07 +0000 (12:06 +0200)]
Clean up the objectTypes emptiness check in MysqlSearchEngine

3 years agoMake use of the `SearchFailed` exception in MysqlSearchEngine
Tim Düsterhus [Fri, 27 Aug 2021 10:03:15 +0000 (12:03 +0200)]
Make use of the `SearchFailed` exception in MysqlSearchEngine

3 years agoAdd search\exception\SearchFailed
Tim Düsterhus [Fri, 27 Aug 2021 10:01:25 +0000 (12:01 +0200)]
Add search\exception\SearchFailed

Resolves #4476

3 years agoRemove SearchEngineConvertInnoDbWorker
Tim Düsterhus [Fri, 27 Aug 2021 09:46:00 +0000 (11:46 +0200)]
Remove SearchEngineConvertInnoDbWorker

3 years agoRemove InnoDB check for search engine from SystemCheckPage
Tim Düsterhus [Fri, 27 Aug 2021 09:41:15 +0000 (11:41 +0200)]
Remove InnoDB check for search engine from SystemCheckPage

Using MyISAM for the search engine does not actually break anything (in
contrast to using InnoDB before 5.4), thus this check is not essential and
single check will be run immediately before the upgrade to 5.5 in
update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php

3 years agoRemove the InnoDB check for the search engine from IndexPage
Tim Düsterhus [Fri, 27 Aug 2021 09:37:33 +0000 (11:37 +0200)]
Remove the InnoDB check for the search engine from IndexPage

3 years agoUpdating minified JavaScript files
WoltLab [Fri, 27 Aug 2021 09:38:25 +0000 (09:38 +0000)]
Updating minified JavaScript files

3 years agoAdd update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php
Tim Düsterhus [Fri, 27 Aug 2021 09:32:50 +0000 (11:32 +0200)]
Add update_com.woltlab.wcf_5.5_ensureInnoDbSearch.php

3 years agoMerge branch '5.4'
Tim Düsterhus [Fri, 27 Aug 2021 09:27:46 +0000 (11:27 +0200)]
Merge branch '5.4'

3 years agoAdd placeholder to the 'path' input in DevtoolsProjectAddForm
Tim Düsterhus [Fri, 27 Aug 2021 09:26:53 +0000 (11:26 +0200)]
Add placeholder to the 'path' input in DevtoolsProjectAddForm

3 years agoAdd description to the path input in DevtoolsProjectAddForm
Tim Düsterhus [Fri, 27 Aug 2021 09:23:49 +0000 (11:23 +0200)]
Add description to the path input in DevtoolsProjectAddForm

Resolves #4479

3 years agoMerge branch '5.4'
Tim Düsterhus [Fri, 27 Aug 2021 09:05:35 +0000 (11:05 +0200)]
Merge branch '5.4'

3 years agoRevert "Remove erroneous DatabasePackageInstallationPlugin::getDefaultFilename()"
Tim Düsterhus [Fri, 27 Aug 2021 09:03:25 +0000 (11:03 +0200)]
Revert "Remove erroneous DatabasePackageInstallationPlugin::getDefaultFilename()"

This had the unintended side-effect of no longer listing the database PIP
within the “Sync” view of dev tools. This will need to be revisited (#4480).

This reverts commit d5b180155d5805bda7e3132df2f4fde6627a49db.

3 years agoMerge pull request #4478 from ilouHD/patch-2
Alexander Ebert [Thu, 26 Aug 2021 14:31:32 +0000 (16:31 +0200)]
Merge pull request #4478 from ilouHD/patch-2

Update de.xml

3 years agoUpdate de.xml
ilou [Thu, 26 Aug 2021 14:26:25 +0000 (16:26 +0200)]
Update de.xml

fixed some typos when creating a new project using the devtools-gui in the german language.

Regarding the item `wcf.acp.devtools.project.isApplication.description` I'm unsure, why template-folders are mentioned explicitly. As I know they're the same as in plugins/projects, which are no applications.

3 years agoIncorrect alignment of positioned elements when they are hidden
Alexander Ebert [Thu, 26 Aug 2021 14:06:18 +0000 (16:06 +0200)]
Incorrect alignment of positioned elements when they are hidden

The calculation did not consider the `display` attribute, causing the elements dimensions to be considered as `0x0` for the purpose of the calculation.

See https://community.woltlab.com/thread/291896-beitragsoptionen-verschoben/

3 years agoReset the floating code box header when the sticky page header is hidden
Alexander Ebert [Thu, 26 Aug 2021 12:45:28 +0000 (14:45 +0200)]
Reset the floating code box header when the sticky page header is hidden

See https://community.woltlab.com/thread/291977-sticky-code-header-w%C3%A4hrend-antwort-unsch%C3%B6n/

3 years agoDrop obsolete update scripts for 5.4.2 -> 5.4.3
Tim Düsterhus [Thu, 26 Aug 2021 10:11:39 +0000 (12:11 +0200)]
Drop obsolete update scripts for 5.4.2 -> 5.4.3

3 years agoMerge branch '5.4'
Tim Düsterhus [Thu, 26 Aug 2021 10:07:18 +0000 (12:07 +0200)]
Merge branch '5.4'

3 years agoRemove erroneous DatabasePackageInstallationPlugin::getDefaultFilename()
Tim Düsterhus [Thu, 26 Aug 2021 10:06:39 +0000 (12:06 +0200)]
Remove erroneous DatabasePackageInstallationPlugin::getDefaultFilename()

3 years agoMerge branch '5.4'
Tim Düsterhus [Thu, 26 Aug 2021 08:33:00 +0000 (10:33 +0200)]
Merge branch '5.4'