Joshua Rüsweg [Sun, 11 Nov 2018 13:48:56 +0000 (14:48 +0100)]
Add ContentRemoveWorker
See #2716
Joshua Rüsweg [Sun, 11 Nov 2018 12:24:01 +0000 (13:24 +0100)]
Remove deprecated method in Comment(Response)?Action
See #2508
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
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.
Matthias Schmidt [Thu, 8 Nov 2018 17:08:25 +0000 (18:08 +0100)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Wed, 7 Nov 2018 10:49:06 +0000 (11:49 +0100)]
Merge pull request #2763 from mutec/toggletrait
add TDatabaseObjectToggle trait
Alexander Ebert [Wed, 7 Nov 2018 10:46:26 +0000 (11:46 +0100)]
Merge pull request #2736 from WoltLab/composer-deps
Update composer dependencies
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
Jens Hausdorf [Wed, 7 Nov 2018 10:29:30 +0000 (11:29 +0100)]
Enhance benchmark (#2733)
* Enhance Benchmark
* Fixed formatting
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
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.
Joshua Rüsweg [Mon, 5 Nov 2018 14:45:14 +0000 (15:45 +0100)]
Add missing new line
See #2670
Joshua Rüsweg [Mon, 5 Nov 2018 14:42:48 +0000 (15:42 +0100)]
Allow attachments for signatures
See #2670
Tim Düsterhus [Mon, 5 Nov 2018 13:53:39 +0000 (14:53 +0100)]
Add IMAGE_EXTERNAL_SOURCE_WHITELIST
Closes #2676
Tim Düsterhus [Mon, 5 Nov 2018 11:46:54 +0000 (12:46 +0100)]
Merge remote-tracking branch 'origin/next' into next
Tim Düsterhus [Mon, 5 Nov 2018 11:46:36 +0000 (12:46 +0100)]
Merge branch 'master' into next
Tim Düsterhus [Mon, 5 Nov 2018 11:46:10 +0000 (12:46 +0100)]
Merge branch '3.0'
Tim Düsterhus [Mon, 5 Nov 2018 11:45:17 +0000 (12:45 +0100)]
Support schemaless URLs in ImageProxy
Fixes #2758
Joshua Rüsweg [Mon, 5 Nov 2018 10:06:55 +0000 (11:06 +0100)]
Remove superfluous content for category trophy list page
See #2769
Joshua Rüsweg [Mon, 5 Nov 2018 10:05:31 +0000 (11:05 +0100)]
Restyle trophy list view
See #2769
Joshua Rüsweg [Sat, 3 Nov 2018 13:08:13 +0000 (14:08 +0100)]
Unify reputation counter
See #2508
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
Matthias Schmidt [Fri, 2 Nov 2018 17:41:57 +0000 (18:41 +0100)]
Fix saving category if GUI-edited options
See #2545
Matthias Schmidt [Fri, 2 Nov 2018 17:29:31 +0000 (18:29 +0100)]
Fix parent menu item validation to avoid circular parenthood
See #2545
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
mutec [Sun, 28 Oct 2018 14:17:42 +0000 (15:17 +0100)]
add TDatabaseObjectToggle trait
see #2728
mutec [Sun, 28 Oct 2018 14:01:24 +0000 (15:01 +0100)]
missing Mailbox::$language added
Marcel Werk [Wed, 31 Oct 2018 15:24:04 +0000 (16:24 +0100)]
Merge branch 'next' of https://github.com/WoltLab/WCF into next
Marcel Werk [Wed, 31 Oct 2018 15:23:59 +0000 (16:23 +0100)]
Added twitter to the default privacy policy
Closes #2744
Joshua Rüsweg [Wed, 31 Oct 2018 15:05:50 +0000 (16:05 +0100)]
Remove superfluous resetting variable
See #2508
Marcel Werk [Tue, 30 Oct 2018 15:41:48 +0000 (16:41 +0100)]
Added sort options for TodaysBirthdaysBoxController
Closes #2765
Matthias Schmidt [Mon, 29 Oct 2018 18:51:48 +0000 (19:51 +0100)]
Merge branch '3.0'
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.
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
Morik [Mon, 29 Oct 2018 17:51:48 +0000 (18:51 +0100)]
Add event in `DefaultUploadFileSaveStrategy::save()`
Matthias Schmidt [Mon, 29 Oct 2018 17:25:14 +0000 (18:25 +0100)]
Remove obsolete imports
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
Joshua Rüsweg [Sun, 28 Oct 2018 16:35:18 +0000 (17:35 +0100)]
Remove reputation box in user profile
See #2508
Joshua Rüsweg [Sun, 28 Oct 2018 13:57:32 +0000 (14:57 +0100)]
Add reactionCount buttons for articles
See #2508
Joshua Rüsweg [Sun, 28 Oct 2018 12:50:17 +0000 (13:50 +0100)]
Change type of *ReactionsReceived column to int(10)
See #2508
Matthias Schmidt [Sun, 28 Oct 2018 11:03:25 +0000 (12:03 +0100)]
Fix missing parameters in method calls
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 11:02:55 +0000 (12:02 +0100)]
Fix ACP menu item controllers
Close #2757
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
Matthias Schmidt [Sun, 28 Oct 2018 10:56:11 +0000 (11:56 +0100)]
Remove obsolete update instructions
Matthias Schmidt [Sun, 28 Oct 2018 10:55:04 +0000 (11:55 +0100)]
Remove obsolete delete instructions
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
Matthias Schmidt [Sun, 28 Oct 2018 10:11:39 +0000 (11:11 +0100)]
Add missing object type PIP GUI-related language item
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 09:55:01 +0000 (10:55 +0100)]
Fix object type PIP GUI issues
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 09:54:42 +0000 (10:54 +0100)]
Fix typo in object PIP GUI-related language item
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 07:09:57 +0000 (08:09 +0100)]
Resolve language item-related PIP GUI todos
See #2545
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
Matthias Schmidt [Sun, 28 Oct 2018 06:50:04 +0000 (07:50 +0100)]
Fix code style issues
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 06:43:27 +0000 (07:43 +0100)]
Use generic language item for invalid segments error message
See #2545
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
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
Matthias Schmidt [Sun, 28 Oct 2018 06:28:32 +0000 (07:28 +0100)]
Resolve PIP GUI-related todos
See #2545
Matthias Schmidt [Sun, 28 Oct 2018 06:20:17 +0000 (07:20 +0100)]
Add missing parameter in method call
See #2545
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
Matthias Schmidt [Sun, 28 Oct 2018 06:09:20 +0000 (07:09 +0100)]
Add missing PIP GUI support for messages' `enableToc`
See #2545
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
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
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
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
Matthias Schmidt [Sat, 27 Oct 2018 13:43:09 +0000 (15:43 +0200)]
Fix changeFreq of sitemap object PIP entries via GUI
See #2545
Matthias Schmidt [Fri, 26 Oct 2018 18:09:39 +0000 (20:09 +0200)]
Merge branch 'next' into pipGui
Matthias Schmidt [Fri, 26 Oct 2018 18:09:28 +0000 (20:09 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Fri, 26 Oct 2018 18:09:17 +0000 (20:09 +0200)]
Fix re-adding validation attributes to hidden form fields
See #2509
Matthias Schmidt [Fri, 26 Oct 2018 18:07:57 +0000 (20:07 +0200)]
Add event access for PIP GUI
See #2545
Matthias Schmidt [Fri, 26 Oct 2018 17:08:38 +0000 (19:08 +0200)]
Merge branch '3.0'
Matthias Schmidt [Fri, 26 Oct 2018 17:02:38 +0000 (19:02 +0200)]
Fix guest dialog error in unavailable captcha type is used
derpierre65 [Fri, 26 Oct 2018 16:51:10 +0000 (18:51 +0200)]
added packageDate to availableVersions select
Matthias Schmidt [Thu, 25 Oct 2018 18:41:10 +0000 (20:41 +0200)]
Fix PIP GUI-related language item issues
See #2545
Matthias Schmidt [Thu, 25 Oct 2018 17:59:24 +0000 (19:59 +0200)]
Fix ACP menu PIP GUI issues
See #2545
Matthias Schmidt [Thu, 25 Oct 2018 17:35:04 +0000 (19:35 +0200)]
Fix user group option PIP GUI issues
See #2545
Matthias Schmidt [Thu, 25 Oct 2018 16:39:59 +0000 (18:39 +0200)]
Fix options cache reset for PIP GUI
See #2545
Matthias Schmidt [Thu, 25 Oct 2018 16:34:19 +0000 (18:34 +0200)]
Fix user option PIP GUi issues
See #2545
Matthias Schmidt [Wed, 24 Oct 2018 18:14:21 +0000 (20:14 +0200)]
Fix abstract option and option PIP GUI-related issues
See #2545
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
Matthias Schmidt [Tue, 23 Oct 2018 17:37:46 +0000 (19:37 +0200)]
Fix sort order of global modification log
See #2597
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
Matthias Schmidt [Mon, 22 Oct 2018 18:23:16 +0000 (20:23 +0200)]
Merge branch '3.0'
Matthias Schmidt [Mon, 22 Oct 2018 18:22:03 +0000 (20:22 +0200)]
Only execute bulk processing action if action affects any object
Matthias Schmidt [Mon, 22 Oct 2018 18:16:26 +0000 (20:16 +0200)]
Fix segment count for daily statistics handler category
See #2545
Matthias Schmidt [Mon, 22 Oct 2018 18:05:24 +0000 (20:05 +0200)]
Merge branch 'next' into pipGui
Matthias Schmidt [Mon, 22 Oct 2018 18:05:08 +0000 (20:05 +0200)]
Fix handling of negative integers in AbstractNumericFormField::value()
See #2509
Alexander Ebert [Wed, 17 Oct 2018 20:57:57 +0000 (22:57 +0200)]
Preparing the release 3.1.6 pl 1
woltlab.com [Wed, 17 Oct 2018 20:54:13 +0000 (20:54 +0000)]
Updating minified JavaScript files
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
Tim Düsterhus [Wed, 17 Oct 2018 18:34:59 +0000 (20:34 +0200)]
Merge branch 'master' into next
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
Tim Düsterhus [Wed, 17 Oct 2018 18:28:46 +0000 (20:28 +0200)]
Check return value of getErrorHtml in Core/Ajax/Request._failure
Matthias Schmidt [Wed, 17 Oct 2018 18:07:57 +0000 (20:07 +0200)]
Merge branch 'next' into pipGui
Matthias Schmidt [Wed, 17 Oct 2018 18:07:37 +0000 (20:07 +0200)]
Add missing validation of radio button form field value
See #2509
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
Matthias Schmidt [Wed, 17 Oct 2018 18:00:16 +0000 (20:00 +0200)]
Fix typos in PIP GUI-related language items
See #2545
Matthias Schmidt [Wed, 17 Oct 2018 17:59:09 +0000 (19:59 +0200)]
Fix page PIP GUI issues with content element
See #2545
Matthias Schmidt [Wed, 17 Oct 2018 17:48:16 +0000 (19:48 +0200)]
Do not require `showOrder` parameter in `UserProfileMenuItemEditor::create()`
Matthias Schmidt [Wed, 17 Oct 2018 17:40:08 +0000 (19:40 +0200)]
Merge branch 'next' into pipGui
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
Matthias Schmidt [Wed, 17 Oct 2018 17:31:46 +0000 (19:31 +0200)]
Add support for writing comments in `wcf\util\XML`