GitHub/WoltLab/WCF.git
5 years agoFix typo
Joshua Rüsweg [Sun, 11 Nov 2018 13:53:09 +0000 (14:53 +0100)]
Fix typo
See #2716

5 years agoAdd ContentRemoveWorker
Joshua Rüsweg [Sun, 11 Nov 2018 13:48:56 +0000 (14:48 +0100)]
Add ContentRemoveWorker
See #2716

5 years agoRemove deprecated method in Comment(Response)?Action
Joshua Rüsweg [Sun, 11 Nov 2018 12:24:01 +0000 (13:24 +0100)]
Remove deprecated method in Comment(Response)?Action
See #2508

5 years agoAdd option to disable input fields directly in the form
Joshua Rüsweg [Thu, 8 Nov 2018 20:09:58 +0000 (21:09 +0100)]
Add option to disable input fields directly in the form
See #2651

5 years agoMake require.linearExecution behave like Alameda WRT Promises
Tim Düsterhus [Thu, 8 Nov 2018 19:33:19 +0000 (20:33 +0100)]
Make require.linearExecution behave like Alameda WRT Promises

If a callback is given the return value of that callback should be passed
as the return value of the Promise, instead of the resolved dependencies.

5 years agoMerge branch 'next' of github.com:WoltLab/WCF into next
Matthias Schmidt [Thu, 8 Nov 2018 17:08:25 +0000 (18:08 +0100)]
Merge branch 'next' of github.com:WoltLab/WCF into next

5 years agoMerge pull request #2763 from mutec/toggletrait
Alexander Ebert [Wed, 7 Nov 2018 10:49:06 +0000 (11:49 +0100)]
Merge pull request #2763 from mutec/toggletrait

add TDatabaseObjectToggle trait

5 years agoMerge pull request #2736 from WoltLab/composer-deps
Alexander Ebert [Wed, 7 Nov 2018 10:46:26 +0000 (11:46 +0100)]
Merge pull request #2736 from WoltLab/composer-deps

 Update composer dependencies

5 years agoMerge pull request #2768 from mutec/ipsearchenginetemplateplugin
Alexander Ebert [Wed, 7 Nov 2018 10:44:34 +0000 (11:44 +0100)]
Merge pull request #2768 from mutec/ipsearchenginetemplateplugin

ipSearch-template plugin for linking ip addresses to a search engine

5 years agoEnhance benchmark (#2733)
Jens Hausdorf [Wed, 7 Nov 2018 10:29:30 +0000 (11:29 +0100)]
Enhance benchmark (#2733)

* Enhance Benchmark

* Fixed formatting

5 years agoMerge pull request #2759 from derpierre65/patch-4
Alexander Ebert [Wed, 7 Nov 2018 10:22:21 +0000 (11:22 +0100)]
Merge pull request #2759 from derpierre65/patch-4

added packageDate to availableVersions select

5 years agoCustom event when closing a date picker
Alexander Ebert [Tue, 6 Nov 2018 17:33:32 +0000 (18:33 +0100)]
Custom event when closing a date picker

The legacy `onClose` callback is error-prone due to its "single callback" design.

5 years agoAdd missing new line
Joshua Rüsweg [Mon, 5 Nov 2018 14:45:14 +0000 (15:45 +0100)]
Add missing new line
See #2670

5 years agoAllow attachments for signatures
Joshua Rüsweg [Mon, 5 Nov 2018 14:42:48 +0000 (15:42 +0100)]
Allow attachments for signatures
See #2670

5 years agoAdd IMAGE_EXTERNAL_SOURCE_WHITELIST
Tim Düsterhus [Mon, 5 Nov 2018 13:53:39 +0000 (14:53 +0100)]
Add IMAGE_EXTERNAL_SOURCE_WHITELIST

Closes #2676

5 years agoMerge remote-tracking branch 'origin/next' into next
Tim Düsterhus [Mon, 5 Nov 2018 11:46:54 +0000 (12:46 +0100)]
Merge remote-tracking branch 'origin/next' into next

5 years agoMerge branch 'master' into next
Tim Düsterhus [Mon, 5 Nov 2018 11:46:36 +0000 (12:46 +0100)]
Merge branch 'master' into next

5 years agoMerge branch '3.0'
Tim Düsterhus [Mon, 5 Nov 2018 11:46:10 +0000 (12:46 +0100)]
Merge branch '3.0'

5 years agoSupport schemaless URLs in ImageProxy
Tim Düsterhus [Mon, 5 Nov 2018 11:45:17 +0000 (12:45 +0100)]
Support schemaless URLs in ImageProxy

Fixes #2758

5 years agoRemove superfluous content for category trophy list page
Joshua Rüsweg [Mon, 5 Nov 2018 10:06:55 +0000 (11:06 +0100)]
Remove superfluous content for category trophy list page
See #2769

5 years agoRestyle trophy list view
Joshua Rüsweg [Mon, 5 Nov 2018 10:05:31 +0000 (11:05 +0100)]
Restyle trophy list view
See #2769

5 years agoUnify reputation counter
Joshua Rüsweg [Sat, 3 Nov 2018 13:08:13 +0000 (14:08 +0100)]
Unify reputation counter
See #2508

5 years agoipSearch-template plugin for linking ip addresses to a search engine
mutec [Thu, 1 Nov 2018 15:40:30 +0000 (16:40 +0100)]
ipSearch-template plugin for linking ip addresses to a search engine

see #2686

5 years agoFix saving category if GUI-edited options
Matthias Schmidt [Fri, 2 Nov 2018 17:41:57 +0000 (18:41 +0100)]
Fix saving category if GUI-edited options

See #2545

5 years agoFix parent menu item validation to avoid circular parenthood
Matthias Schmidt [Fri, 2 Nov 2018 17:29:31 +0000 (18:29 +0100)]
Fix parent menu item validation to avoid circular parenthood

See #2545

5 years agoMerge pull request #2762 from mutec/mailboxlanguage
Tim Düsterhus [Thu, 1 Nov 2018 10:36:20 +0000 (11:36 +0100)]
Merge pull request #2762 from mutec/mailboxlanguage

missing Mailbox::$language added

5 years agoadd TDatabaseObjectToggle trait
mutec [Sun, 28 Oct 2018 14:17:42 +0000 (15:17 +0100)]
add TDatabaseObjectToggle trait

see #2728

5 years ago missing Mailbox::$language added
mutec [Sun, 28 Oct 2018 14:01:24 +0000 (15:01 +0100)]
 missing Mailbox::$language added

5 years agoMerge branch 'next' of https://github.com/WoltLab/WCF into next
Marcel Werk [Wed, 31 Oct 2018 15:24:04 +0000 (16:24 +0100)]
Merge branch 'next' of https://github.com/WoltLab/WCF into next

5 years agoAdded twitter to the default privacy policy
Marcel Werk [Wed, 31 Oct 2018 15:23:59 +0000 (16:23 +0100)]
Added twitter to the default privacy policy

Closes #2744

5 years agoRemove superfluous resetting variable
Joshua Rüsweg [Wed, 31 Oct 2018 15:05:50 +0000 (16:05 +0100)]
Remove superfluous resetting variable
See #2508

5 years agoAdded sort options for TodaysBirthdaysBoxController
Marcel Werk [Tue, 30 Oct 2018 15:41:48 +0000 (16:41 +0100)]
Added sort options for TodaysBirthdaysBoxController

Closes #2765

5 years agoMerge branch '3.0'
Matthias Schmidt [Mon, 29 Oct 2018 18:51:48 +0000 (19:51 +0100)]
Merge branch '3.0'

5 years agoFix `MultiSelectOptionType::(add|get)Condition()` for "empty" values
Matthias Schmidt [Mon, 29 Oct 2018 18:51:33 +0000 (19:51 +0100)]
Fix `MultiSelectOptionType::(add|get)Condition()` for "empty" values

If you have a multi select option with options `0:no` and `1:yes`, searching for `0` does not work because `0` is considered empty by PHP and thus trimmed from the values array.

5 years agoFix dev mode installation if application delivers UserAction event listener
Matthias Schmidt [Mon, 29 Oct 2018 18:27:50 +0000 (19:27 +0100)]
Fix dev mode installation if application delivers UserAction event listener

Close #2719

5 years ago Add event in `DefaultUploadFileSaveStrategy::save()`
Morik [Mon, 29 Oct 2018 17:51:48 +0000 (18:51 +0100)]
 Add event in `DefaultUploadFileSaveStrategy::save()`

5 years agoRemove obsolete imports
Matthias Schmidt [Mon, 29 Oct 2018 17:25:14 +0000 (18:25 +0100)]
Remove obsolete imports

5 years agoFix IDE variable type recognitation/documentation issues in PIP GUI code
Matthias Schmidt [Mon, 29 Oct 2018 17:23:59 +0000 (18:23 +0100)]
Fix IDE variable type recognitation/documentation issues in PIP GUI code

See #2545

5 years agoRemove reputation box in user profile
Joshua Rüsweg [Sun, 28 Oct 2018 16:35:18 +0000 (17:35 +0100)]
Remove reputation box in user profile
See #2508

5 years agoAdd reactionCount buttons for articles
Joshua Rüsweg [Sun, 28 Oct 2018 13:57:32 +0000 (14:57 +0100)]
Add reactionCount buttons for articles
See #2508

5 years agoChange type of *ReactionsReceived column to int(10)
Joshua Rüsweg [Sun, 28 Oct 2018 12:50:17 +0000 (13:50 +0100)]
Change type of *ReactionsReceived column to int(10)
See #2508

5 years agoFix missing parameters in method calls
Matthias Schmidt [Sun, 28 Oct 2018 11:03:25 +0000 (12:03 +0100)]
Fix missing parameters in method calls

See #2545

5 years agoFix ACP menu item controllers
Matthias Schmidt [Sun, 28 Oct 2018 11:02:55 +0000 (12:02 +0100)]
Fix ACP menu item controllers

Close #2757

5 years agoFix interface name for `com.woltlab.wcf.message.quote` definition
Matthias Schmidt [Sun, 28 Oct 2018 10:58:10 +0000 (11:58 +0100)]
Fix interface name for `com.woltlab.wcf.message.quote` definition

Close #2755

5 years agoRemove obsolete update instructions
Matthias Schmidt [Sun, 28 Oct 2018 10:56:11 +0000 (11:56 +0100)]
Remove obsolete update instructions

5 years agoRemove obsolete delete instructions
Matthias Schmidt [Sun, 28 Oct 2018 10:55:04 +0000 (11:55 +0100)]
Remove obsolete delete instructions

5 years agoSet initial description of definition and classname fields in PHP code
Matthias Schmidt [Sun, 28 Oct 2018 10:20:21 +0000 (11:20 +0100)]
Set initial description of definition and classname fields in PHP code

… instead of using JavaScript.

See #2545

5 years agoAdd missing object type PIP GUI-related language item
Matthias Schmidt [Sun, 28 Oct 2018 10:11:39 +0000 (11:11 +0100)]
Add missing object type PIP GUI-related language item

See #2545

5 years agoFix object type PIP GUI issues
Matthias Schmidt [Sun, 28 Oct 2018 09:55:01 +0000 (10:55 +0100)]
Fix object type PIP GUI issues

See #2545

5 years agoFix typo in object PIP GUI-related language item
Matthias Schmidt [Sun, 28 Oct 2018 09:54:42 +0000 (10:54 +0100)]
Fix typo in object PIP GUI-related language item

See #2545

5 years agoResolve language item-related PIP GUI todos
Matthias Schmidt [Sun, 28 Oct 2018 07:09:57 +0000 (08:09 +0100)]
Resolve language item-related PIP GUI todos

See #2545

5 years agoFix integer and text option type determination for option PIP GUI
Matthias Schmidt [Sun, 28 Oct 2018 06:59:17 +0000 (07:59 +0100)]
Fix integer and text option type determination for option PIP GUI

See #2545

5 years agoFix code style issues
Matthias Schmidt [Sun, 28 Oct 2018 06:50:04 +0000 (07:50 +0100)]
Fix code style issues

See #2545

5 years agoUse generic language item for invalid segments error message
Matthias Schmidt [Sun, 28 Oct 2018 06:43:27 +0000 (07:43 +0100)]
Use generic language item for invalid segments error message

See #2545

5 years agoReplace object type PIP-specific form validator factory method with util method
Matthias Schmidt [Sun, 28 Oct 2018 06:38:49 +0000 (07:38 +0100)]
Replace object type PIP-specific form validator factory method with util method

See #2545

5 years agoKeep current order of page content elements when written by PIP GUI
Matthias Schmidt [Sun, 28 Oct 2018 06:29:09 +0000 (07:29 +0100)]
Keep current order of page content elements when written by PIP GUI

See #2545

5 years agoResolve PIP GUI-related todos
Matthias Schmidt [Sun, 28 Oct 2018 06:28:32 +0000 (07:28 +0100)]
Resolve PIP GUI-related todos

See #2545

5 years agoAdd missing parameter in method call
Matthias Schmidt [Sun, 28 Oct 2018 06:20:17 +0000 (07:20 +0100)]
Add missing parameter in method call

See #2545

5 years agoAdd proper support for object type definition-specific XML child elements
Matthias Schmidt [Sun, 28 Oct 2018 06:10:25 +0000 (07:10 +0100)]
Add proper support for object type definition-specific XML child elements

See #2545

5 years agoAdd missing PIP GUI support for messages' `enableToc`
Matthias Schmidt [Sun, 28 Oct 2018 06:09:20 +0000 (07:09 +0100)]
Add missing PIP GUI support for messages' `enableToc`

See #2545

5 years agoRemove condition object field in PIP GUI for user bulk processing conditions
Matthias Schmidt [Sun, 28 Oct 2018 06:03:32 +0000 (07:03 +0100)]
Remove condition object field in PIP GUI for user bulk processing conditions

See #2545

5 years agoFix validation of version tracker table primary key column via PIP GUI
Matthias Schmidt [Sun, 28 Oct 2018 05:43:49 +0000 (06:43 +0100)]
Fix validation of version tracker table primary key column via PIP GUI

See #2545

5 years agoAdd missing condition group support for ad location conditions via PIP GUI
Matthias Schmidt [Sat, 27 Oct 2018 15:45:21 +0000 (17:45 +0200)]
Add missing condition group support for ad location conditions via PIP GUI

See #2545

5 years agoAdd missing `page` for ad locations in object type PIP GUI
Matthias Schmidt [Sat, 27 Oct 2018 15:33:47 +0000 (17:33 +0200)]
Add missing `page` for ad locations in object type PIP GUI

See #2545

5 years agoFix changeFreq of sitemap object PIP entries via GUI
Matthias Schmidt [Sat, 27 Oct 2018 13:43:09 +0000 (15:43 +0200)]
Fix changeFreq of sitemap object PIP entries via GUI

See #2545

5 years agoMerge branch 'next' into pipGui
Matthias Schmidt [Fri, 26 Oct 2018 18:09:39 +0000 (20:09 +0200)]
Merge branch 'next' into pipGui

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 26 Oct 2018 18:09:28 +0000 (20:09 +0200)]
Merge branch 'master' into next

5 years agoFix re-adding validation attributes to hidden form fields
Matthias Schmidt [Fri, 26 Oct 2018 18:09:17 +0000 (20:09 +0200)]
Fix re-adding validation attributes to hidden form fields

See #2509

5 years agoAdd event access for PIP GUI
Matthias Schmidt [Fri, 26 Oct 2018 18:07:57 +0000 (20:07 +0200)]
Add event access for PIP GUI

See #2545

5 years agoMerge branch '3.0'
Matthias Schmidt [Fri, 26 Oct 2018 17:08:38 +0000 (19:08 +0200)]
Merge branch '3.0'

5 years agoFix guest dialog error in unavailable captcha type is used
Matthias Schmidt [Fri, 26 Oct 2018 17:02:38 +0000 (19:02 +0200)]
Fix guest dialog error in unavailable captcha type is used

5 years agoadded packageDate to availableVersions select
derpierre65 [Fri, 26 Oct 2018 16:51:10 +0000 (18:51 +0200)]
added packageDate to availableVersions select

5 years agoFix PIP GUI-related language item issues
Matthias Schmidt [Thu, 25 Oct 2018 18:41:10 +0000 (20:41 +0200)]
Fix PIP GUI-related language item issues

See #2545

5 years agoFix ACP menu PIP GUI issues
Matthias Schmidt [Thu, 25 Oct 2018 17:59:24 +0000 (19:59 +0200)]
Fix ACP menu PIP GUI issues

See #2545

5 years agoFix user group option PIP GUI issues
Matthias Schmidt [Thu, 25 Oct 2018 17:35:04 +0000 (19:35 +0200)]
Fix user group option PIP GUI issues

See #2545

5 years agoFix options cache reset for PIP GUI
Matthias Schmidt [Thu, 25 Oct 2018 16:39:59 +0000 (18:39 +0200)]
Fix options cache reset for PIP GUI

See #2545

5 years agoFix user option PIP GUi issues
Matthias Schmidt [Thu, 25 Oct 2018 16:34:19 +0000 (18:34 +0200)]
Fix user option PIP GUi issues

See #2545

5 years agoFix abstract option and option PIP GUI-related issues
Matthias Schmidt [Wed, 24 Oct 2018 18:14:21 +0000 (20:14 +0200)]
Fix abstract option and option PIP GUI-related issues

See #2545

5 years agoFix abstract option and acl option PIP GUI-related issues
Matthias Schmidt [Wed, 24 Oct 2018 17:30:53 +0000 (19:30 +0200)]
Fix abstract option and acl option PIP GUI-related issues

See #2545

5 years agoFix sort order of global modification log
Matthias Schmidt [Tue, 23 Oct 2018 17:37:46 +0000 (19:37 +0200)]
Fix sort order of global modification log

See #2597

5 years agoAdd `VoidExtendedModificationLogHandler`
Matthias Schmidt [Tue, 23 Oct 2018 17:16:19 +0000 (19:16 +0200)]
Add `VoidExtendedModificationLogHandler`

… for modification log handlers not supporting showing modification logs in the global ACP log list.

See #2597

5 years agoMerge branch '3.0'
Matthias Schmidt [Mon, 22 Oct 2018 18:23:16 +0000 (20:23 +0200)]
Merge branch '3.0'

5 years agoOnly execute bulk processing action if action affects any object
Matthias Schmidt [Mon, 22 Oct 2018 18:22:03 +0000 (20:22 +0200)]
Only execute bulk processing action if action affects any object

5 years agoFix segment count for daily statistics handler category
Matthias Schmidt [Mon, 22 Oct 2018 18:16:26 +0000 (20:16 +0200)]
Fix segment count for daily statistics handler category

See #2545

5 years agoMerge branch 'next' into pipGui
Matthias Schmidt [Mon, 22 Oct 2018 18:05:24 +0000 (20:05 +0200)]
Merge branch 'next' into pipGui

5 years agoFix handling of negative integers in AbstractNumericFormField::value()
Matthias Schmidt [Mon, 22 Oct 2018 18:05:08 +0000 (20:05 +0200)]
Fix handling of negative integers in AbstractNumericFormField::value()

See #2509

5 years agoPreparing the release 3.1.6 pl 1 3.1.6_pl_1
Alexander Ebert [Wed, 17 Oct 2018 20:57:57 +0000 (22:57 +0200)]
Preparing the release 3.1.6 pl 1

5 years agoUpdating minified JavaScript files
woltlab.com [Wed, 17 Oct 2018 20:54:13 +0000 (20:54 +0000)]
Updating minified JavaScript files

5 years agoShow error message for missing responseText when in production debug mode
Tim Düsterhus [Wed, 17 Oct 2018 18:40:30 +0000 (20:40 +0200)]
Show error message for missing responseText when in production debug mode

5 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 17 Oct 2018 18:34:59 +0000 (20:34 +0200)]
Merge branch 'master' into next

5 years agoDisable error message for missing responseText when not in debug mode
Tim Düsterhus [Wed, 17 Oct 2018 18:29:15 +0000 (20:29 +0200)]
Disable error message for missing responseText when not in debug mode

5 years agoCheck return value of getErrorHtml in Core/Ajax/Request._failure
Tim Düsterhus [Wed, 17 Oct 2018 18:28:46 +0000 (20:28 +0200)]
Check return value of getErrorHtml in Core/Ajax/Request._failure

5 years agoMerge branch 'next' into pipGui
Matthias Schmidt [Wed, 17 Oct 2018 18:07:57 +0000 (20:07 +0200)]
Merge branch 'next' into pipGui

5 years agoAdd missing validation of radio button form field value
Matthias Schmidt [Wed, 17 Oct 2018 18:07:37 +0000 (20:07 +0200)]
Add missing validation of radio button form field value

See #2509

5 years agoFix page name issue when saving new page via PIP GUI
Matthias Schmidt [Wed, 17 Oct 2018 18:07:16 +0000 (20:07 +0200)]
Fix page name issue when saving new page via PIP GUI

See #2545

5 years agoFix typos in PIP GUI-related language items
Matthias Schmidt [Wed, 17 Oct 2018 18:00:16 +0000 (20:00 +0200)]
Fix typos in PIP GUI-related language items

See #2545

5 years agoFix page PIP GUI issues with content element
Matthias Schmidt [Wed, 17 Oct 2018 17:59:09 +0000 (19:59 +0200)]
Fix page PIP GUI issues with content element

See #2545

5 years agoDo not require `showOrder` parameter in `UserProfileMenuItemEditor::create()`
Matthias Schmidt [Wed, 17 Oct 2018 17:48:16 +0000 (19:48 +0200)]
Do not require `showOrder` parameter in `UserProfileMenuItemEditor::create()`

5 years agoMerge branch 'next' into pipGui
Matthias Schmidt [Wed, 17 Oct 2018 17:40:08 +0000 (19:40 +0200)]
Merge branch 'next' into pipGui

5 years agoFix "Array" being initially shown as item list form field value
Matthias Schmidt [Wed, 17 Oct 2018 17:39:55 +0000 (19:39 +0200)]
Fix "Array" being initially shown as item list form field value

See #2509