Matthias Schmidt [Sun, 18 Aug 2019 08:21:42 +0000 (10:21 +0200)]
Allow removing initial excess items in static item list
Alexander Ebert [Sat, 17 Aug 2019 18:52:24 +0000 (20:52 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Sat, 17 Aug 2019 18:52:16 +0000 (20:52 +0200)]
Include the number of other reactions in the tooltip
Matthias Schmidt [Sat, 17 Aug 2019 16:04:27 +0000 (18:04 +0200)]
Merge pull request #3014 from WoltLab/databaseEditor_getters
Add DatabaseEditor::(getForeignKeys|getIndexInformation)()
Matthias Schmidt [Sat, 17 Aug 2019 16:03:54 +0000 (18:03 +0200)]
Merge branch 'next' into databaseEditor_getters
Matthias Schmidt [Sat, 17 Aug 2019 16:00:54 +0000 (18:00 +0200)]
Support disallowed bbcodes in wysiwyg form builder field
Close #3022
Matthias Schmidt [Sat, 17 Aug 2019 15:16:59 +0000 (17:16 +0200)]
Ensure that language items belong to correct category
Close #3031
Matthias Schmidt [Sat, 17 Aug 2019 12:25:44 +0000 (14:25 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Matthias Schmidt [Sat, 17 Aug 2019 12:25:08 +0000 (14:25 +0200)]
Add censorship enforement for WSYIWYG form builder fields
See #3022
Fabii547 [Sat, 17 Aug 2019 12:14:30 +0000 (14:14 +0200)]
Fix XSD filenames generated by PIP GUI (#3038)
Fabii547 [Sat, 17 Aug 2019 12:06:45 +0000 (14:06 +0200)]
Fix order of status icons in `categoryList.tpl` (#3015)
Matthias Schmidt [Sat, 17 Aug 2019 11:58:02 +0000 (13:58 +0200)]
Fix small media image previews directly after upload
See #2576
See #3035
Matthias Schmidt [Sat, 17 Aug 2019 11:33:56 +0000 (13:33 +0200)]
Only return each index once in MysqlDatabaseEditor::getIndices()
Close #3012
Matthias Schmidt [Sat, 17 Aug 2019 11:17:09 +0000 (13:17 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sat, 17 Aug 2019 11:16:58 +0000 (13:16 +0200)]
Merge branch '3.0'
Matthias Schmidt [Sat, 17 Aug 2019 11:15:43 +0000 (13:15 +0200)]
Fix wording in English language item
Alexander Ebert [Sat, 17 Aug 2019 10:49:08 +0000 (12:49 +0200)]
Preparing the release 5.2.0 Alpha 4
woltlab.com [Fri, 16 Aug 2019 15:25:35 +0000 (15:25 +0000)]
Updating minified JavaScript files
Alexander Ebert [Fri, 16 Aug 2019 14:31:11 +0000 (16:31 +0200)]
Fixed the auto insert of pasted/dropped images in the editor
Alexander Ebert [Fri, 16 Aug 2019 13:45:50 +0000 (15:45 +0200)]
Support event unbinding for legacy redactor plugins
Alexander Ebert [Fri, 16 Aug 2019 13:18:39 +0000 (15:18 +0200)]
Reduced the reaction popover's z-index to avoid overlapping the menu
Alexander Ebert [Fri, 16 Aug 2019 13:03:07 +0000 (15:03 +0200)]
Moved the reaction summary in comments below the message
Alexander Ebert [Fri, 16 Aug 2019 12:57:53 +0000 (14:57 +0200)]
Disallow spiders to access the auth actions
Alexander Ebert [Fri, 16 Aug 2019 12:57:42 +0000 (14:57 +0200)]
Compact view of the reaction summary
Alexander Ebert [Fri, 16 Aug 2019 12:26:22 +0000 (14:26 +0200)]
Merge branch 'master' into next
Alexander Ebert [Fri, 16 Aug 2019 12:21:30 +0000 (14:21 +0200)]
Allow access to the `MediaPage` when `FORCE_LOGIN` is enabled
Fixes #3036
Alexander Ebert [Thu, 15 Aug 2019 09:58:15 +0000 (11:58 +0200)]
Redundant styles: Purge the inner style rather than the outer one
Alexander Ebert [Thu, 15 Aug 2019 09:32:56 +0000 (11:32 +0200)]
Workaround for arbitrary linebreaks in pasted text in Firefox
Alexander Ebert [Sun, 21 Jul 2019 19:53:24 +0000 (21:53 +0200)]
Hide inaccessible categories for articles
Alexander Ebert [Wed, 14 Aug 2019 21:54:48 +0000 (23:54 +0200)]
Merge branch '3.0'
Alexander Ebert [Wed, 14 Aug 2019 20:54:08 +0000 (22:54 +0200)]
Use the actual `items` value for the list of details of user activity points
Closes #3037
Alexander Ebert [Wed, 14 Aug 2019 20:50:32 +0000 (22:50 +0200)]
Disable the access to the UserMailForm by default
Closes #3034
Marcel Werk [Wed, 14 Aug 2019 16:13:21 +0000 (18:13 +0200)]
Fixed typo
Marcel Werk [Mon, 12 Aug 2019 11:52:06 +0000 (13:52 +0200)]
Unified phrases
Matthias Schmidt [Sun, 11 Aug 2019 10:19:21 +0000 (12:19 +0200)]
Support enum and double columns in MysqlDatabaseEditor::getColumns()
Close #3011
Matthias Schmidt [Sat, 10 Aug 2019 14:05:34 +0000 (16:05 +0200)]
Improve speed of MySQLDatabaseEditor::getForeignKeys()
The JOIN made the previous very slow.
Alexander Ebert [Fri, 9 Aug 2019 14:07:43 +0000 (16:07 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Fri, 9 Aug 2019 14:07:41 +0000 (16:07 +0200)]
Display the top reaction of an element
Joshua Rüsweg [Thu, 8 Aug 2019 09:21:22 +0000 (11:21 +0200)]
Unify reaction list in notifications
Matthias Schmidt [Tue, 6 Aug 2019 17:53:38 +0000 (19:53 +0200)]
Add DatabaseEditor::(getForeignKeys|getIndexInformation)()
Marcel Werk [Tue, 6 Aug 2019 10:27:41 +0000 (12:27 +0200)]
Merge branch '3.0'
Marcel Werk [Tue, 6 Aug 2019 10:27:20 +0000 (12:27 +0200)]
fixed datepicker issue if min-date contains a future date
Alexander Ebert [Mon, 5 Aug 2019 13:32:39 +0000 (15:32 +0200)]
Merge pull request #3013 from Cyperghost/patch-1
Fix marshal undefined exception
Olaf Braun [Mon, 5 Aug 2019 13:30:25 +0000 (15:30 +0200)]
Fix marshal undefined exception
Joshua Rüsweg [Sat, 3 Aug 2019 14:51:58 +0000 (16:51 +0200)]
Fix reactionTypeList structure for UiSortableList
Matthias Schmidt [Fri, 2 Aug 2019 16:43:30 +0000 (18:43 +0200)]
Show actual database connection error on data import form
Close #2964
Matthias Schmidt [Fri, 2 Aug 2019 15:57:16 +0000 (17:57 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Fri, 2 Aug 2019 15:56:26 +0000 (17:56 +0200)]
Add missing language item
Close #3000
Matthias Schmidt [Fri, 2 Aug 2019 15:43:45 +0000 (17:43 +0200)]
Prevent page scroll when clicking on share buttons
Joshua Rüsweg [Thu, 1 Aug 2019 15:22:30 +0000 (17:22 +0200)]
Merge pull request #3009 from WoltLab/next-systemcheck-searchengine
Add system check for search storage engines
Joshua Rüsweg [Thu, 1 Aug 2019 14:29:37 +0000 (16:29 +0200)]
Fix layout of legacy reaction count buttons
Joshua Rüsweg [Thu, 1 Aug 2019 14:16:45 +0000 (16:16 +0200)]
Add system check for search storage engines
See #2977
Joshua Rüsweg [Thu, 1 Aug 2019 10:26:01 +0000 (12:26 +0200)]
Merge pull request #3003 from WoltLab/foreignKeyCheck
Add foreign key system check
Joshua Rüsweg [Thu, 1 Aug 2019 09:37:46 +0000 (11:37 +0200)]
Adjust variable name
See #2977
Joshua Rüsweg [Thu, 1 Aug 2019 09:31:09 +0000 (11:31 +0200)]
Remove superfluous import
See #2977
Joshua Rüsweg [Thu, 1 Aug 2019 09:30:09 +0000 (11:30 +0200)]
Specify fk not found message
See #2977
Joshua Rüsweg [Thu, 1 Aug 2019 09:17:40 +0000 (11:17 +0200)]
Use information_schema to determine fks
See #2977
Matthias Schmidt [Wed, 31 Jul 2019 16:05:36 +0000 (18:05 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Wed, 31 Jul 2019 16:04:54 +0000 (18:04 +0200)]
Merge branch '3.0'
Matthias Schmidt [Wed, 31 Jul 2019 16:04:39 +0000 (18:04 +0200)]
Matthias Schmidt [Wed, 31 Jul 2019 15:56:44 +0000 (17:56 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Wed, 31 Jul 2019 15:56:04 +0000 (17:56 +0200)]
Merge branch '3.0'
Matthias Schmidt [Wed, 31 Jul 2019 15:55:46 +0000 (17:55 +0200)]
Require master password for UserGroupOptionForm
Close #2996
Matthias Schmidt [Wed, 31 Jul 2019 15:49:53 +0000 (17:49 +0200)]
Fix JS language item being parsed by PHP instead of JS
See
e0acf52f22be4b387279a272bbb7dadf5c139da9
Matthias Schmidt [Wed, 31 Jul 2019 15:44:40 +0000 (17:44 +0200)]
Block non-owners from multilingualism page access in enterprise mode
Close #3004
Joshua Rüsweg [Tue, 30 Jul 2019 13:46:07 +0000 (15:46 +0200)]
Merge branch 'master' into next
Joshua Rüsweg [Tue, 30 Jul 2019 11:31:09 +0000 (13:31 +0200)]
Merge pull request #3005 from Fabii547/patch-61
Remove unnecessary reactionTypeIcon.tpl
Joshua Rüsweg [Tue, 30 Jul 2019 09:31:34 +0000 (11:31 +0200)]
Merge pull request #3006 from Fabii547/patch-62
Fix assigning variable to itself in `Core/Ui/File/Upload.js`
Fabii547 [Tue, 30 Jul 2019 09:16:54 +0000 (11:16 +0200)]
Fix assigning variable to itself in `Core/Ui/File/Upload.js`
Marcel Werk [Tue, 30 Jul 2019 09:04:21 +0000 (11:04 +0200)]
Fixed typo
Fabii547 [Tue, 30 Jul 2019 08:08:07 +0000 (10:08 +0200)]
Remove unnecessary reactionTypeIcon.tpl
This file is a leftover of https://github.com/WoltLab/WCF/commit/
91c72fa83a6d1f5152f9f709c3155b322cc9eee9
Joshua Rüsweg [Mon, 29 Jul 2019 17:04:43 +0000 (19:04 +0200)]
Add foreign key system check
See #2977
Joshua Rüsweg [Mon, 29 Jul 2019 15:34:22 +0000 (17:34 +0200)]
Add list toggle for reaction types
Closes #2997
Joshua Rüsweg [Mon, 29 Jul 2019 15:10:14 +0000 (17:10 +0200)]
Fix indention
Joshua Rüsweg [Mon, 29 Jul 2019 15:07:28 +0000 (17:07 +0200)]
Make errors for trophy selection more standardized
Closes #2993
Joshua Rüsweg [Mon, 29 Jul 2019 15:06:09 +0000 (17:06 +0200)]
Add missing lang var
See #2993
Matthias Schmidt [Sun, 28 Jul 2019 14:00:18 +0000 (16:00 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 28 Jul 2019 13:53:26 +0000 (15:53 +0200)]
Fix Travis checks for PHP 5.5
See https://travis-ci.community/t/php-5-4-and-5-5-archives-missing/3723
Matthias Schmidt [Sun, 28 Jul 2019 13:44:49 +0000 (15:44 +0200)]
Apply proper styling to hr elements in preview popovers
Close WoltLab/com.woltlab.wbb#347
Tim Düsterhus [Thu, 25 Jul 2019 13:52:51 +0000 (15:52 +0200)]
Remove questionable replacement of property names in CssHighlighter
see https://community.woltlab.com/thread/277729-css-highlighter-f%C3%BCgt-mitten-im-code-ein/?postID=
1752528#post1752528
Matthias Schmidt [Sun, 28 Jul 2019 13:22:44 +0000 (15:22 +0200)]
Merge branch 'master' into next
Matthias Schmidt [Sun, 28 Jul 2019 13:22:03 +0000 (15:22 +0200)]
Reset menu item-related fields after creating page in ACP
Close #3001
Matthias Schmidt [Sun, 28 Jul 2019 13:17:59 +0000 (15:17 +0200)]
Append (instead of prepend) menu item during page creation
See #2998
Alexander Ebert [Sat, 27 Jul 2019 20:38:59 +0000 (22:38 +0200)]
Proper handling of click events for smilies
woltlab.com [Sat, 27 Jul 2019 20:02:16 +0000 (20:02 +0000)]
Updating minified JavaScript files
Alexander Ebert [Sat, 27 Jul 2019 18:04:24 +0000 (20:04 +0200)]
Preparing the release 5.2.0 Alpha 3
Matthias Schmidt [Sat, 27 Jul 2019 11:51:30 +0000 (13:51 +0200)]
Revert "Optimize AbstractDatabaseObjectAction::update() for bulk processing"
This reverts commit
b50fd065f955d69708a8b093ea2d22717288cc53.
Close #2995
Matthias Schmidt [Sat, 27 Jul 2019 11:23:49 +0000 (13:23 +0200)]
Remove unused imports
Matthias Schmidt [Sat, 27 Jul 2019 08:08:58 +0000 (10:08 +0200)]
Show number of unread articles on unread articles page
See WoltLab/WCF#2994
Matthias Schmidt [Sat, 27 Jul 2019 07:46:31 +0000 (09:46 +0200)]
Remove references of non-existing and unused language item
Matthias Schmidt [Sat, 27 Jul 2019 07:43:52 +0000 (09:43 +0200)]
Add missing language items
Matthias Schmidt [Sat, 27 Jul 2019 07:24:07 +0000 (09:24 +0200)]
Hide notice for missing phrases on ACP index page if file is empty
See #2983
Alexander Ebert [Fri, 26 Jul 2019 10:34:33 +0000 (12:34 +0200)]
Improve the wording: "There are not any […]" -> "There are no […]"
See #2961
Alexander Ebert [Fri, 26 Jul 2019 09:38:04 +0000 (11:38 +0200)]
Merge branch 'master' into next
Alexander Ebert [Fri, 26 Jul 2019 09:08:51 +0000 (11:08 +0200)]
Generic identifier for slack bots
See #2970
Alexander Ebert [Fri, 26 Jul 2019 09:05:00 +0000 (11:05 +0200)]
Removed the outdated title attribute from subscription listings
Fixes #2981
Alexander Ebert [Thu, 25 Jul 2019 22:01:15 +0000 (00:01 +0200)]
Remove control characters that break the SCSS parser
Fixes #2954
Alexander Ebert [Thu, 25 Jul 2019 21:03:30 +0000 (23:03 +0200)]
Drop the custom url if a CMS site is the landing page of an app
Matthias Schmidt [Thu, 25 Jul 2019 16:39:09 +0000 (18:39 +0200)]
Improve type of IFormDataProcessor::processObjectData() parameter
See #2988
Matthias Schmidt [Thu, 25 Jul 2019 16:29:27 +0000 (18:29 +0200)]
Rework form data processors to allow data processing in both directions
i.e. processing form data to be used by a DBOAction and processing object data to be used as form field values.
Close #2988