Matthias Schmidt [Sun, 29 Sep 2019 14:36:30 +0000 (16:36 +0200)]
Fix `TMultipleFormField` if multiples are used
Matthias Schmidt [Sun, 29 Sep 2019 14:26:44 +0000 (16:26 +0200)]
Fix duplicate inclusion of `WCF.Combined` via AJAX form builder forms
Matthias Schmidt [Sun, 29 Sep 2019 14:10:28 +0000 (16:10 +0200)]
Submit attachment tmpHash in AJAX form builder forms
Close #3075
Matthias Schmidt [Sun, 29 Sep 2019 13:52:21 +0000 (15:52 +0200)]
Fix wysiwyg form container for prefixed forms (2)
Matthias Schmidt [Sun, 29 Sep 2019 13:51:39 +0000 (15:51 +0200)]
Fix wysiwyg form container for prefixed forms
Matthias Schmidt [Sun, 29 Sep 2019 13:46:17 +0000 (15:46 +0200)]
Merge pull request #3042 from WoltLab/update_writability_check
Check if main directories are writable during Core updates
Alexander Ebert [Sun, 29 Sep 2019 13:26:12 +0000 (15:26 +0200)]
Merge pull request #3065 from WoltLab/db_update_api
Add PHP API to update database tables
Matthias Schmidt [Sat, 28 Sep 2019 12:54:24 +0000 (14:54 +0200)]
Fix missing language item entries because of PIP GUI
Matthias Schmidt [Sat, 28 Sep 2019 12:48:06 +0000 (14:48 +0200)]
Show proper error message on pip pages of non-installed packages
Joshua Rüsweg [Fri, 27 Sep 2019 18:28:39 +0000 (20:28 +0200)]
Add minimum/maximum image height for UploadFormField
Joshua Rüsweg [Fri, 27 Sep 2019 18:04:35 +0000 (20:04 +0200)]
Add minimum/maximum image width for UploadFormField
Joshua Rüsweg [Fri, 27 Sep 2019 17:13:44 +0000 (19:13 +0200)]
Add maximum filesize validator for UploadFormFields
Matthias Schmidt [Fri, 27 Sep 2019 15:38:43 +0000 (17:38 +0200)]
Add license support for devtools project form
See #2772
Matthias Schmidt [Fri, 27 Sep 2019 15:19:20 +0000 (17:19 +0200)]
Always split database changes into single requests
Matthias Schmidt [Fri, 27 Sep 2019 15:11:18 +0000 (17:11 +0200)]
Fix reading enum values from database table column data
Matthias Schmidt [Fri, 27 Sep 2019 15:08:33 +0000 (17:08 +0200)]
Fix minimum/maximum lengths of db columns
Matthias Schmidt [Fri, 27 Sep 2019 15:06:11 +0000 (17:06 +0200)]
Remove support for unsigned database columns in PHP API
Matthias Schmidt [Fri, 27 Sep 2019 15:00:35 +0000 (17:00 +0200)]
Resolve TODOs related to `wcf1_reaction_type` table
Marcel Werk [Fri, 27 Sep 2019 14:29:26 +0000 (16:29 +0200)]
Merge branch 'master' into next
Marcel Werk [Fri, 27 Sep 2019 14:27:44 +0000 (16:27 +0200)]
Merge branch 'master' of https://github.com/WoltLab/WCF
Marcel Werk [Fri, 27 Sep 2019 14:27:31 +0000 (16:27 +0200)]
Merge branch '3.0'
Matthias Schmidt [Fri, 27 Sep 2019 14:25:03 +0000 (16:25 +0200)]
Add event in `BoxHandler::loadBoxes()`
Marcel Werk [Fri, 27 Sep 2019 14:24:58 +0000 (16:24 +0200)]
Merge pull request #3077 from SoftCreatR/patch-7
Update breadcrumbs.tpl
Matthias Schmidt [Fri, 27 Sep 2019 14:23:50 +0000 (16:23 +0200)]
Add missing `dataFields` event in `boxAdd.tpl`
Joshua Rüsweg [Thu, 26 Sep 2019 18:41:41 +0000 (20:41 +0200)]
Fix given test object for UserRegistrationUserNotificationEvent
Joshua Rüsweg [Thu, 26 Sep 2019 15:08:43 +0000 (17:08 +0200)]
Optimize wcf1_reaction_type table
woltlab.com [Thu, 26 Sep 2019 14:32:38 +0000 (14:32 +0000)]
Updating minified JavaScript files
Joshua Rüsweg [Thu, 26 Sep 2019 13:44:30 +0000 (15:44 +0200)]
Merge branch 'master' into next
Joshua Rüsweg [Thu, 26 Sep 2019 13:43:33 +0000 (15:43 +0200)]
Simplify exception catching of punycode encodes
See
7951824093fe2996ee90f4d1f60075eae4b965d9
Alexander Ebert [Wed, 25 Sep 2019 10:43:03 +0000 (12:43 +0200)]
Missing page for viewing attachments in the admin panel that have been uploaded in the contact form
Alexander Ebert [Wed, 25 Sep 2019 10:31:56 +0000 (12:31 +0200)]
Jumping to headlines now accounts for the fixed header's height
Alexander Ebert [Wed, 25 Sep 2019 10:21:55 +0000 (12:21 +0200)]
Incorrect property used to display the number of received reactions
Alexander Ebert [Wed, 25 Sep 2019 10:13:36 +0000 (12:13 +0200)]
Enforce the custom table border color inside the editor
Alexander Ebert [Wed, 25 Sep 2019 09:30:39 +0000 (11:30 +0200)]
Merge branch 'master' into next
Alexander Ebert [Wed, 25 Sep 2019 09:16:32 +0000 (11:16 +0200)]
Merge branch '3.0'
Alexander Ebert [Wed, 25 Sep 2019 09:01:00 +0000 (11:01 +0200)]
Incorrect redirect after entering the master password when using multiple subdomains
Alexander Ebert [Wed, 25 Sep 2019 08:37:31 +0000 (10:37 +0200)]
Strip font color/family/size when clean paste is enabled
Joshua Rüsweg [Tue, 24 Sep 2019 18:57:25 +0000 (20:57 +0200)]
Merge branch 'master' into next
Joshua Rüsweg [Tue, 24 Sep 2019 18:54:56 +0000 (20:54 +0200)]
Convert punycode exceptions to \DomainExceptions in Mailbox class
Alexander Ebert [Tue, 24 Sep 2019 16:44:39 +0000 (18:44 +0200)]
Set `signatureEnableHtml` to `1` for new users
Marcel Werk [Tue, 24 Sep 2019 13:17:55 +0000 (15:17 +0200)]
Merge branch 'master' into next
Marcel Werk [Tue, 24 Sep 2019 13:16:45 +0000 (15:16 +0200)]
Fixed typo
Marcel Werk [Tue, 24 Sep 2019 13:15:46 +0000 (15:15 +0200)]
Merge branch 'master' into next
Marcel Werk [Tue, 24 Sep 2019 13:15:17 +0000 (15:15 +0200)]
Merge branch '3.0'
Marcel Werk [Tue, 24 Sep 2019 13:14:57 +0000 (15:14 +0200)]
Fixed typos
Joshua Rüsweg [Fri, 20 Sep 2019 21:53:28 +0000 (23:53 +0200)]
Fix typos
Sascha Greuel [Fri, 20 Sep 2019 16:54:49 +0000 (18:54 +0200)]
Update breadcrumbs.tpl
- Hide breadcrumbs that do not expose a visible label
- Added position property in breadcrumbs microdata
Matthias Schmidt [Fri, 20 Sep 2019 15:57:12 +0000 (17:57 +0200)]
Fix IDE return type determination for WysiwygFormContainer::create()
mutec [Wed, 18 Sep 2019 15:36:16 +0000 (17:36 +0200)]
Add missing WysiwygFormField::$javaScriptDataHandlerModule (#3074)
Fixes #3073
Matthias Schmidt [Mon, 16 Sep 2019 17:10:57 +0000 (19:10 +0200)]
Add missing <label> for label selection (2)
See #3071
Matthias Schmidt [Mon, 16 Sep 2019 17:08:18 +0000 (19:08 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Mon, 16 Sep 2019 16:58:50 +0000 (18:58 +0200)]
Add missing <label> for label selection
Close #3071
Matthias Schmidt [Mon, 16 Sep 2019 16:39:32 +0000 (18:39 +0200)]
Add aliases to JS module files for better IDE support
Matthias Schmidt [Mon, 16 Sep 2019 16:25:34 +0000 (18:25 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Mon, 16 Sep 2019 16:25:22 +0000 (18:25 +0200)]
Merge branch '3.0'
Matthias Schmidt [Mon, 16 Sep 2019 16:25:10 +0000 (18:25 +0200)]
Add missing dialog rebuild after window resizing
Close #3072
Matthias Schmidt [Mon, 16 Sep 2019 16:15:46 +0000 (18:15 +0200)]
Make `__messageQuoteManager` template available in ACP
… to have consistency between frontend and backend with regard to WYSIWYG form fields.
Marcel Werk [Sun, 15 Sep 2019 16:37:59 +0000 (18:37 +0200)]
Merge branch 'master' into next
Marcel Werk [Sun, 15 Sep 2019 16:36:14 +0000 (18:36 +0200)]
Merge branch '3.0'
Marcel Werk [Sun, 15 Sep 2019 16:35:57 +0000 (18:35 +0200)]
Incorrect usage of $this->errorType
Matthias Schmidt [Sun, 15 Sep 2019 12:07:10 +0000 (14:07 +0200)]
Fix typo in German language item
Matthias Schmidt [Wed, 11 Sep 2019 16:19:09 +0000 (18:19 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Wed, 11 Sep 2019 16:18:27 +0000 (18:18 +0200)]
Merge branch '3.0'
Matthias Schmidt [Wed, 11 Sep 2019 16:17:46 +0000 (18:17 +0200)]
Remove birthday and location scope from FacebookAuth
Close #2912
Matthias Schmidt [Wed, 11 Sep 2019 15:37:39 +0000 (17:37 +0200)]
Fix hover color for reaction summary
Marcel Werk [Tue, 10 Sep 2019 17:34:14 +0000 (19:34 +0200)]
Improved a11y
Matthias Schmidt [Tue, 10 Sep 2019 16:08:06 +0000 (18:08 +0200)]
Fix writability check during WCF updates
Matthias Schmidt [Tue, 10 Sep 2019 15:28:56 +0000 (17:28 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Tue, 10 Sep 2019 15:27:30 +0000 (17:27 +0200)]
Merge branch '3.0'
Matthias Schmidt [Tue, 10 Sep 2019 15:27:04 +0000 (17:27 +0200)]
Fix typo in German language item
Joshua Rüsweg [Mon, 9 Sep 2019 18:03:49 +0000 (20:03 +0200)]
Merge pull request #3067 from WoltLab/next-usable-reactions
Add a function, to disable usage for reactions
Joshua Rüsweg [Mon, 9 Sep 2019 18:02:57 +0000 (20:02 +0200)]
Merge branch 'next' into next-usable-reactions
Joshua Rüsweg [Wed, 4 Sep 2019 13:32:48 +0000 (15:32 +0200)]
Add a function, to disable usage for reactions
Matthias Schmidt [Mon, 9 Sep 2019 16:59:36 +0000 (18:59 +0200)]
Support standard `objectID` for article importer
`$additionalData['articleID']` is used by the wordpress importer and kept as a fallback.
Matthias Schmidt [Sun, 8 Sep 2019 18:03:54 +0000 (20:03 +0200)]
Fix alignment of reaction icon and reaction counter
Matthias Schmidt [Sun, 8 Sep 2019 18:03:39 +0000 (20:03 +0200)]
Unify HTML code for number of times reactions was used
Matthias Schmidt [Sun, 8 Sep 2019 17:51:53 +0000 (19:51 +0200)]
Hide reaction filter in user profile in only one reaction exists
Matthias Schmidt [Sun, 8 Sep 2019 17:24:47 +0000 (19:24 +0200)]
Add media category importer
Close #3069
Matthias Schmidt [Sun, 8 Sep 2019 14:59:09 +0000 (16:59 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 14:58:58 +0000 (16:58 +0200)]
Merge branch '3.0'
Matthias Schmidt [Sun, 8 Sep 2019 14:58:38 +0000 (16:58 +0200)]
Add missing import language items
Matthias Schmidt [Sun, 8 Sep 2019 14:37:06 +0000 (16:37 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 14:36:45 +0000 (16:36 +0200)]
Merge branch '3.0'
Matthias Schmidt [Sun, 8 Sep 2019 14:36:28 +0000 (16:36 +0200)]
Fix label/description of style selection in user settings
Matthias Schmidt [Sun, 8 Sep 2019 14:17:20 +0000 (16:17 +0200)]
Properly disable attachment insertion button(s) on contact form
See #2687
Matthias Schmidt [Sun, 8 Sep 2019 14:01:21 +0000 (16:01 +0200)]
Change outdated references of "likes" to "reactions"
Matthias Schmidt [Sun, 8 Sep 2019 13:58:23 +0000 (15:58 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 13:57:59 +0000 (15:57 +0200)]
Merge branch '3.0'
Matthias Schmidt [Sun, 8 Sep 2019 13:57:48 +0000 (15:57 +0200)]
Fix German name of capital of Oman in timezone language item
Matthias Schmidt [Sun, 8 Sep 2019 13:38:01 +0000 (15:38 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 8 Sep 2019 13:36:14 +0000 (15:36 +0200)]
Merge branch '3.0'
Matthias Schmidt [Sun, 8 Sep 2019 13:34:08 +0000 (15:34 +0200)]
Fix double clicking on inline editor trigger
See
f5885eb2e46530678df20cbca2603ff202b4231a
Matthias Schmidt [Sun, 8 Sep 2019 13:11:11 +0000 (15:11 +0200)]
Update logging procedure of database change
1. Create a log entry marked as not done yet
2. Execute the change
3. Mark the log entry as done
(When deleting a component, no log entry is created and the relevant log entry is deleted in the end.)
Matthias Schmidt [Sun, 8 Sep 2019 13:05:02 +0000 (15:05 +0200)]
Check if foreign key has an action
Joshua Rüsweg [Wed, 4 Sep 2019 19:11:02 +0000 (21:11 +0200)]
Clean up reaction counter before processing
Fix #3066
Alexander Ebert [Mon, 2 Sep 2019 14:44:22 +0000 (16:44 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Mon, 2 Sep 2019 14:44:12 +0000 (16:44 +0200)]
Optional override for the ImageMagick filter
Closes #3057
Marcel Werk [Mon, 2 Sep 2019 14:38:13 +0000 (16:38 +0200)]
Merge branch 'next' of https://github.com/WoltLab/WCF into next
Marcel Werk [Mon, 2 Sep 2019 14:38:10 +0000 (16:38 +0200)]
Fixed reaction import, removed disabled reactions
Marcel Werk [Mon, 2 Sep 2019 14:37:07 +0000 (16:37 +0200)]
Fixed typo