GitHub/WoltLab/WCF.git
3 days agoRead custom value
Cyperghost [Mon, 18 Nov 2024 10:46:09 +0000 (11:46 +0100)]
Read custom value

3 days agoRead and validate `customClassName`
Cyperghost [Mon, 18 Nov 2024 10:42:52 +0000 (11:42 +0100)]
Read and validate `customClassName`

3 days agoImplement `BadgeColorFormField` to select a badge color or custom css class name
Cyperghost [Mon, 18 Nov 2024 08:56:08 +0000 (09:56 +0100)]
Implement `BadgeColorFormField` to select a badge color or custom css class name

12 days agoAlso use the correct path for the emojis in the ACP
Cyperghost [Fri, 8 Nov 2024 12:24:04 +0000 (13:24 +0100)]
Also use the correct path for the emojis in the ACP

2 weeks agoFixes the problem that the user's time zone is not used
Cyperghost [Tue, 5 Nov 2024 09:27:06 +0000 (10:27 +0100)]
Fixes the problem that the user's time zone is not used
See https://github.com/WoltLab/WCF/pull/6042#discussion_r1828441438

2 weeks agoMerge pull request #6041 from WoltLab/upload-field-extension-validation
Olaf Braun [Thu, 31 Oct 2024 12:13:39 +0000 (13:13 +0100)]
Merge pull request #6041 from WoltLab/upload-field-extension-validation

Validate file extensions in `UploadFormField`

3 weeks agoMerge pull request #6042 from WoltLab/deprecate-dateutil-format
Olaf Braun [Thu, 31 Oct 2024 07:58:10 +0000 (08:58 +0100)]
Merge pull request #6042 from WoltLab/deprecate-dateutil-format

Deprecate dateutil format

3 weeks agoDirectly pass filename
Cyperghost [Thu, 31 Oct 2024 07:30:17 +0000 (08:30 +0100)]
Directly pass filename
Use early continue
Fix file extension check

3 weeks agoAdd php doc to `DateFormField::getDateTimeFormatter()`
Cyperghost [Wed, 30 Oct 2024 08:05:07 +0000 (09:05 +0100)]
Add php doc to `DateFormField::getDateTimeFormatter()`

3 weeks agoUse `\IntlDateFormatter` to format the datetime object
Cyperghost [Wed, 30 Oct 2024 07:57:23 +0000 (08:57 +0100)]
Use `\IntlDateFormatter` to format the datetime object

3 weeks agoRemove the unused functions `CLIUtil::formatTime()` and `CLIUtil::formatDate()`.
Cyperghost [Wed, 30 Oct 2024 07:49:01 +0000 (08:49 +0100)]
Remove the unused functions `CLIUtil::formatTime()` and `CLIUtil::formatDate()`.

3 weeks agoMerge pull request #6026 from WoltLab/emoji-picker-v2
Olaf Braun [Tue, 29 Oct 2024 13:42:58 +0000 (14:42 +0100)]
Merge pull request #6026 from WoltLab/emoji-picker-v2

Emoji picker

3 weeks agoNo longer use `DateUtil::format()` to format the date.
Cyperghost [Tue, 29 Oct 2024 13:35:24 +0000 (14:35 +0100)]
No longer use `DateUtil::format()` to format the date.

3 weeks agoUse `\DateTime::format()` instead of `DateUtil::format()`
Cyperghost [Tue, 29 Oct 2024 13:17:21 +0000 (14:17 +0100)]
Use `\DateTime::format()` instead of `DateUtil::format()`

3 weeks agoUse `\IntlDateFormatter` to format the date
Cyperghost [Tue, 29 Oct 2024 13:16:06 +0000 (14:16 +0100)]
Use `\IntlDateFormatter` to format the date

3 weeks agoUse `DateTime::format()` instead of `DateUtil::format()`
Cyperghost [Tue, 29 Oct 2024 11:53:05 +0000 (12:53 +0100)]
Use `DateTime::format()` instead of `DateUtil::format()`

3 weeks agoMark `DateUtil::format()` as deprecated
Cyperghost [Tue, 29 Oct 2024 11:39:59 +0000 (12:39 +0100)]
Mark `DateUtil::format()` as deprecated

3 weeks agoValidate file extensions in `UploadFormField`
Cyperghost [Tue, 29 Oct 2024 09:45:13 +0000 (10:45 +0100)]
Validate file extensions in `UploadFormField`

3 weeks agoImport editor type for `*.svg`
Cyperghost [Mon, 28 Oct 2024 14:31:53 +0000 (15:31 +0100)]
Import editor type for `*.svg`

3 weeks agoUpdate module `@woltlab/editor`
Cyperghost [Mon, 28 Oct 2024 13:36:05 +0000 (14:36 +0100)]
Update module `@woltlab/editor`

3 weeks agoAdd module comment doc
Cyperghost [Mon, 28 Oct 2024 13:06:04 +0000 (14:06 +0100)]
Add module comment doc

3 weeks agoAdd a comment that this file is auto-generated
Cyperghost [Mon, 28 Oct 2024 12:57:44 +0000 (13:57 +0100)]
Add a comment that this file is auto-generated

3 weeks agoMerge pull request #6036 from WoltLab/google-maps-advanced-markers
Olaf Braun [Mon, 28 Oct 2024 09:18:16 +0000 (10:18 +0100)]
Merge pull request #6036 from WoltLab/google-maps-advanced-markers

Google maps advanced markers

3 weeks agoMerge pull request #6037 from WoltLab/password-strength-meter
Olaf Braun [Mon, 28 Oct 2024 09:01:17 +0000 (10:01 +0100)]
Merge pull request #6037 from WoltLab/password-strength-meter

Add strength meter support to `PasswordFormField`

3 weeks agoUpdate wcfsetup/install/files/lib/system/form/builder/field/PasswordFormField.class.php
Olaf Braun [Mon, 28 Oct 2024 08:33:55 +0000 (09:33 +0100)]
Update wcfsetup/install/files/lib/system/form/builder/field/PasswordFormField.class.php

Co-authored-by: Alexander Ebert <ebert@woltlab.com>
3 weeks agoAdd strength meter support to `PasswordFormField`
Cyperghost [Thu, 24 Oct 2024 11:43:40 +0000 (13:43 +0200)]
Add strength meter support to `PasswordFormField`

3 weeks agoChange type of `InitialMarkerPosition`
Cyperghost [Thu, 24 Oct 2024 11:11:16 +0000 (13:11 +0200)]
Change type of `InitialMarkerPosition`

3 weeks ago`draggable` is deprecated and `gestureHandling` should be used.
Cyperghost [Thu, 24 Oct 2024 10:58:42 +0000 (12:58 +0200)]
`draggable` is deprecated and `gestureHandling` should be used.

3 weeks agoWhen using `AdvancedMarkerElement`, `mapId` is required.
Cyperghost [Thu, 24 Oct 2024 10:57:29 +0000 (12:57 +0200)]
When using `AdvancedMarkerElement`, `mapId` is required.

3 weeks agoLoad marker library
Cyperghost [Thu, 24 Oct 2024 10:56:39 +0000 (12:56 +0200)]
Load marker library

4 weeks agoUse `google.maps.Marker` instead of `google.maps.marker.AdvancedMarkerElement`
Cyperghost [Thu, 24 Oct 2024 10:22:55 +0000 (12:22 +0200)]
Use `google.maps.Marker` instead of `google.maps.marker.AdvancedMarkerElement`

4 weeks agoUpgrade `@googlemaps/markerclusterer` to `2.3.2`
Cyperghost [Thu, 24 Oct 2024 10:20:16 +0000 (12:20 +0200)]
Upgrade `@googlemaps/markerclusterer` to `2.3.2`

4 weeks agoDon't use `Database::prepare()` in exporter
Cyperghost [Thu, 24 Oct 2024 09:55:27 +0000 (11:55 +0200)]
Don't use `Database::prepare()` in exporter

4 weeks agoMerge pull request #6033 from WoltLab/database-prepare-statement
Olaf Braun [Thu, 24 Oct 2024 09:28:44 +0000 (11:28 +0200)]
Merge pull request #6033 from WoltLab/database-prepare-statement

No longer use `Database::prepareStatement()`

4 weeks agoIt is not necessary to use `Database::prepare()` as no table is replaced. For example...
Cyperghost [Thu, 24 Oct 2024 07:50:24 +0000 (09:50 +0200)]
It is not necessary to use `Database::prepare()` as no table is replaced. For example, if a database is called `wcf1`, this may cause problems if `WCF_N != 1`.

4 weeks agoIt is not necessary to use `Database::prepare()` as no table is replaced.
Cyperghost [Thu, 24 Oct 2024 07:50:04 +0000 (09:50 +0200)]
It is not necessary to use `Database::prepare()` as no table is replaced.

4 weeks agoAdd since information
Cyperghost [Thu, 24 Oct 2024 07:45:56 +0000 (09:45 +0200)]
Add since information

4 weeks agoRevert incorrect changes on DatabaseObject
Cyperghost [Wed, 23 Oct 2024 06:28:38 +0000 (08:28 +0200)]
Revert incorrect changes on DatabaseObject

4 weeks agoRemove wrong imports.
Olaf Braun [Tue, 22 Oct 2024 15:16:33 +0000 (17:16 +0200)]
Remove wrong imports.

4 weeks agoRemove an unnecessary space
Cyperghost [Tue, 22 Oct 2024 09:30:18 +0000 (11:30 +0200)]
Remove an unnecessary space

4 weeks agoRevert changes on spider update script
Cyperghost [Tue, 22 Oct 2024 09:29:36 +0000 (11:29 +0200)]
Revert changes on spider update script

4 weeks agoIn `ApplicationCacheBuilder` and `ApplicationHandler::insertRealDatabaseTableNames...
Cyperghost [Tue, 22 Oct 2024 07:51:27 +0000 (09:51 +0200)]
In `ApplicationCacheBuilder` and `ApplicationHandler::insertRealDatabaseTableNames()`, `Database::prepare()` mustn't be used

4 weeks agoRun `php-cs-fixer`
Cyperghost [Tue, 22 Oct 2024 07:05:26 +0000 (09:05 +0200)]
Run `php-cs-fixer`

4 weeks agoRemove old `woltlab-core-emoji-picker.js` file
Cyperghost [Mon, 21 Oct 2024 11:25:09 +0000 (13:25 +0200)]
Remove old `woltlab-core-emoji-picker.js` file

4 weeks agoCan't extends custom elements
Cyperghost [Fri, 18 Oct 2024 12:15:41 +0000 (14:15 +0200)]
Can't extends custom elements

4 weeks agoMove `getDataSource` to Localization.ts
Cyperghost [Fri, 18 Oct 2024 11:33:16 +0000 (13:33 +0200)]
Move `getDataSource` to Localization.ts

4 weeks agoRemove emoji data `da.json`
Cyperghost [Fri, 18 Oct 2024 11:11:27 +0000 (13:11 +0200)]
Remove emoji data `da.json`

4 weeks agoCheck if the smiley module disabled
Cyperghost [Fri, 18 Oct 2024 10:52:00 +0000 (12:52 +0200)]
Check if the smiley module disabled

4 weeks agoDisable Smiley module by default
Cyperghost [Fri, 18 Oct 2024 10:51:48 +0000 (12:51 +0200)]
Disable Smiley module by default

4 weeks agoAdd new const `DATABASE_FOR_AUTO_COMPLETE` for autocomplete
Cyperghost [Fri, 18 Oct 2024 10:48:54 +0000 (12:48 +0200)]
Add new const `DATABASE_FOR_AUTO_COMPLETE` for autocomplete
Load emoji from the emoji picker database and add them to smiley autocomplete

4 weeks agoAdd Emoji button to toolbar
Cyperghost [Fri, 18 Oct 2024 10:13:19 +0000 (12:13 +0200)]
Add Emoji button to toolbar

4 weeks agoUse `prepare()` instand of `prepareStatement()`
Cyperghost [Fri, 18 Oct 2024 09:38:20 +0000 (11:38 +0200)]
Use `prepare()` instand of `prepareStatement()`
Don't use `WCF_N` anymore

4 weeks agoMark `Database::prepareStatement()` as deprecated
Cyperghost [Fri, 18 Oct 2024 09:19:00 +0000 (11:19 +0200)]
Mark `Database::prepareStatement()` as deprecated
Implement `Database::prepareUnmanaged()`

4 weeks agoAdd `prettier-ignore` to the auto generated `Localization.ts`
Cyperghost [Fri, 18 Oct 2024 09:13:21 +0000 (11:13 +0200)]
Add `prettier-ignore` to the auto generated `Localization.ts`

4 weeks agoAdd a webpack script to generate an emoji picker bundle
Cyperghost [Fri, 18 Oct 2024 09:04:11 +0000 (11:04 +0200)]
Add a webpack script to generate an emoji picker bundle

4 weeks agoAdd pt and ru to the Localization.ts
Cyperghost [Fri, 18 Oct 2024 07:15:21 +0000 (09:15 +0200)]
Add pt and ru to the Localization.ts

4 weeks agoUse `getLocalizationData()`
Cyperghost [Thu, 17 Oct 2024 12:32:26 +0000 (14:32 +0200)]
Use `getLocalizationData()`

4 weeks agoAdd script to generate emoji picker localization
Cyperghost [Thu, 17 Oct 2024 12:27:09 +0000 (14:27 +0200)]
Add script to generate emoji picker localization
Add `woltlab-core-emoji-picker` element

5 weeks agoAdd script to store emoji data
Cyperghost [Thu, 17 Oct 2024 10:24:07 +0000 (12:24 +0200)]
Add script to store emoji data

5 weeks agoImport npm dependencies for emoji picker
Cyperghost [Thu, 17 Oct 2024 10:05:10 +0000 (12:05 +0200)]
Import npm dependencies for emoji picker

5 weeks agoMerge branch 'master' into 6.1
Alexander Ebert [Tue, 15 Oct 2024 14:09:41 +0000 (16:09 +0200)]
Merge branch 'master' into 6.1

5 weeks agoMerge branch '6.0'
Alexander Ebert [Tue, 15 Oct 2024 14:09:32 +0000 (16:09 +0200)]
Merge branch '6.0'

5 weeks agoUpdate the target branch for d.t.s
Alexander Ebert [Tue, 15 Oct 2024 14:09:16 +0000 (16:09 +0200)]
Update the target branch for d.t.s

5 weeks agoMerge pull request #6022 from WoltLab/abstract-comment-manager
Marcel Werk [Tue, 15 Oct 2024 13:02:40 +0000 (15:02 +0200)]
Merge pull request #6022 from WoltLab/abstract-comment-manager

`AbstractCommentManager` no longer inherits from `SingletonFactory`

5 weeks agoMerge branch '6.0'
Alexander Ebert [Tue, 15 Oct 2024 09:51:12 +0000 (11:51 +0200)]
Merge branch '6.0'

5 weeks ago`AbstractCommentManager` no longer inherits from `SingletonFactory`
Marcel Werk [Mon, 14 Oct 2024 13:55:07 +0000 (15:55 +0200)]
`AbstractCommentManager` no longer inherits from `SingletonFactory`

The dependency on `SingletonFactory` offers no added value, as the comment manager is not accessed directly and it is only instantiated once per object type in `ObjectType::getProcessor()`. At the same time, however, the dependency on `SingleFactory` prevents a `CommentManager` implementation from being used in different/multiple object types.

ref https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/data/object/type/ObjectType.class.php#L109

5 weeks agoRelease 6.0.18 6.0.18
Alexander Ebert [Mon, 14 Oct 2024 13:36:00 +0000 (15:36 +0200)]
Release 6.0.18

5 weeks agoFix the clean up of legacy overrides
Alexander Ebert [Mon, 14 Oct 2024 12:32:56 +0000 (14:32 +0200)]
Fix the clean up of legacy overrides

5 weeks agoMerge branch '5.5' into 6.0
Alexander Ebert [Mon, 14 Oct 2024 12:32:37 +0000 (14:32 +0200)]
Merge branch '5.5' into 6.0

5 weeks agoUse a per-version upgrade override
Alexander Ebert [Mon, 14 Oct 2024 12:30:54 +0000 (14:30 +0200)]
Use a per-version upgrade override

See https://www.woltlab.com/community/thread/308245-pr%C3%BCfung-auf-systemkompatibilit%C3%A4t-fehlerhaft-bei-upgrade-5-4-6-0/

5 weeks agoEnable the upgrade from 6.0 → 6.1
Alexander Ebert [Mon, 14 Oct 2024 12:26:27 +0000 (14:26 +0200)]
Enable the upgrade from 6.0 → 6.1

5 weeks agoUpdating minified JavaScript files
WoltLab [Mon, 14 Oct 2024 12:18:43 +0000 (12:18 +0000)]
Updating minified JavaScript files

5 weeks agoMerge branch '6.0'
Cyperghost [Mon, 14 Oct 2024 09:05:28 +0000 (11:05 +0200)]
Merge branch '6.0'

5 weeks agoMerge branch '5.5' into 6.0
Cyperghost [Mon, 14 Oct 2024 09:04:53 +0000 (11:04 +0200)]
Merge branch '5.5' into 6.0

5 weeks agoFixes the problem that after calling `DatePicker.setDate()` changing the time has...
Cyperghost [Mon, 14 Oct 2024 09:03:23 +0000 (11:03 +0200)]
Fixes the problem that after calling `DatePicker.setDate()` changing the time has no effect

See https://www.woltlab.com/community/thread/308863-datepicker-setdate-nicht-vollständig/

5 weeks agoRemove obsolete code
Marcel Werk [Fri, 11 Oct 2024 09:33:49 +0000 (11:33 +0200)]
Remove obsolete code

5 weeks agoRelease 6.1.0 RC 1 6.1.0_RC_1
Alexander Ebert [Thu, 10 Oct 2024 15:43:54 +0000 (17:43 +0200)]
Release 6.1.0 RC 1

5 weeks agoUpdating minified JavaScript files
WoltLab [Thu, 10 Oct 2024 14:31:43 +0000 (14:31 +0000)]
Updating minified JavaScript files

6 weeks agoFix the icon being duplicated when notices are inserted again
Alexander Ebert [Thu, 10 Oct 2024 08:48:19 +0000 (10:48 +0200)]
Fix the icon being duplicated when notices are inserted again

See https://www.woltlab.com/community/thread/308432-overflow-bei-leerem-benutzerprofil/
Closes #6005

6 weeks agoFix the handling of invalid packages
Alexander Ebert [Wed, 9 Oct 2024 14:04:57 +0000 (16:04 +0200)]
Fix the handling of invalid packages

Regression of 3855c176a98b93735521ea972f506eaea121ec10

See https://www.woltlab.com/community/thread/308418-beta-2-entwickler-tools-wollen-sie-das-paket-installieren-ohne-funktion/

6 weeks agoMerge pull request #6013 from WoltLab/file-processor-object-id
Olaf Braun [Wed, 9 Oct 2024 13:51:25 +0000 (15:51 +0200)]
Merge pull request #6013 from WoltLab/file-processor-object-id

Set `objectID` for `context`

6 weeks agoSet `objectID` for `context`
Cyperghost [Wed, 9 Oct 2024 13:16:57 +0000 (15:16 +0200)]
Set `objectID` for `context`

6 weeks agoAdd a missing phrase
Alexander Ebert [Wed, 9 Oct 2024 12:58:13 +0000 (14:58 +0200)]
Add a missing phrase

See https://www.woltlab.com/community/thread/308427-fehlende-sprachvariable-wcf-attachment-moreoptions/

6 weeks agoAdd a link to view uploaded non-image attachments
Alexander Ebert [Wed, 9 Oct 2024 11:00:37 +0000 (13:00 +0200)]
Add a link to view uploaded non-image attachments

Closes #6011

6 weeks agoMerge pull request #6010 from WoltLab/bugfix/template-lastModificationTime
Olaf Braun [Tue, 8 Oct 2024 13:48:13 +0000 (15:48 +0200)]
Merge pull request #6010 from WoltLab/bugfix/template-lastModificationTime

Set the `lastModificationTime` for the template via a `CustomFormDataProcessor`

6 weeks agoSet the `lastModificationTime` for the template via a `CustomFormDataProcessor`
Cyperghost [Tue, 8 Oct 2024 09:46:30 +0000 (11:46 +0200)]
Set the `lastModificationTime` for the template via a `CustomFormDataProcessor`

6 weeks agoRun `tsc`
Olaf Braun [Mon, 7 Oct 2024 12:10:46 +0000 (14:10 +0200)]
Run `tsc`

6 weeks agoApply template changes to shared template
Olaf Braun [Mon, 7 Oct 2024 12:08:18 +0000 (14:08 +0200)]
Apply template changes to shared template

6 weeks agoMerge branch 'refs/heads/6.0'
Olaf Braun [Mon, 7 Oct 2024 12:07:54 +0000 (14:07 +0200)]
Merge branch 'refs/heads/6.0'

# Conflicts:
# com.woltlab.wcf/templates/__mediaSetCategoryDialog.tpl
# com.woltlab.wcf/templates/commentEditor.tpl
# com.woltlab.wcf/templates/commentResponseEditor.tpl
# ts/WoltLabSuite/Core/Component/Comment/Add.ts
# wcfsetup/install/files/acp/templates/__mediaSetCategoryDialog.tpl
# wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/Add.js

6 weeks agoMerge pull request #6008 from WoltLab/bugfix/media-set-category
Olaf Braun [Mon, 7 Oct 2024 11:51:39 +0000 (13:51 +0200)]
Merge pull request #6008 from WoltLab/bugfix/media-set-category

Use `dialogFactory()` to set media categories

6 weeks agoMerge pull request #6009 from WoltLab/bugfix/editor-comment-toolbar
Olaf Braun [Mon, 7 Oct 2024 11:51:24 +0000 (13:51 +0200)]
Merge pull request #6009 from WoltLab/bugfix/editor-comment-toolbar

Disable some editor features for comments

6 weeks agoSync acp template with frontend
Cyperghost [Mon, 7 Oct 2024 08:40:25 +0000 (10:40 +0200)]
Sync acp template with frontend

6 weeks agoDisable some editor features for comments
Cyperghost [Mon, 7 Oct 2024 06:44:39 +0000 (08:44 +0200)]
Disable some editor features for comments

6 weeks agoSet empty string as default value for `title`, this will be overwritten if `title...
Cyperghost [Mon, 7 Oct 2024 06:09:31 +0000 (08:09 +0200)]
Set empty string as default value for `title`, this will be overwritten if `title` is not multilingual.

See https://www.woltlab.com/community/thread/308470-beta-2-multilinguale-kategorie-für-trophäen-erstellen-schlägt-fehl/

6 weeks agoUse `dialogFactory()` to set media categories
Cyperghost [Mon, 7 Oct 2024 05:21:51 +0000 (07:21 +0200)]
Use `dialogFactory()` to set media categories

6 weeks agoMerge branch '6.0'
Alexander Ebert [Fri, 4 Oct 2024 10:55:06 +0000 (12:55 +0200)]
Merge branch '6.0'

6 weeks agoAdd a new template event after the option name
Alexander Ebert [Fri, 4 Oct 2024 10:54:59 +0000 (12:54 +0200)]
Add a new template event after the option name

See https://www.woltlab.com/community/thread/308241-und-noch-ein-templateevent-bitte/

6 weeks agoFix highlighting of sections in edit history
Marcel Werk [Fri, 4 Oct 2024 09:11:59 +0000 (11:11 +0200)]
Fix highlighting of sections in edit history

7 weeks agoMerge branch '6.0'
Alexander Ebert [Wed, 2 Oct 2024 13:38:18 +0000 (15:38 +0200)]
Merge branch '6.0'

7 weeks agoClean-up a forgotten file from earlier versions
Alexander Ebert [Wed, 2 Oct 2024 13:38:11 +0000 (15:38 +0200)]
Clean-up a forgotten file from earlier versions