GitHub/WoltLab/WCF.git
6 years agoFix user of comment (response) recent activity after approval
Matthias Schmidt [Mon, 19 Feb 2018 19:14:58 +0000 (20:14 +0100)]
Fix user of comment (response) recent activity after approval

Close #2541

6 years agoDisabled check for mysqlnd
Alexander Ebert [Mon, 19 Feb 2018 11:53:24 +0000 (12:53 +0100)]
Disabled check for mysqlnd

See #2534

6 years agoAvoid CORS nuisance during rewrite test
Alexander Ebert [Sat, 17 Feb 2018 21:22:35 +0000 (22:22 +0100)]
Avoid CORS nuisance during rewrite test

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Sat, 17 Feb 2018 17:49:03 +0000 (18:49 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoEdge yields a strange selection range when selecting an entire line
Alexander Ebert [Sat, 17 Feb 2018 17:21:05 +0000 (18:21 +0100)]
Edge yields a strange selection range when selecting an entire line

6 years agoUpdate @copyright dates
Tim Düsterhus [Sat, 17 Feb 2018 15:10:17 +0000 (16:10 +0100)]
Update @copyright dates

6 years agoRoute cache did not distinguish between ACP and frontend destinations
Alexander Ebert [Sat, 17 Feb 2018 13:19:05 +0000 (14:19 +0100)]
Route cache did not distinguish between ACP and frontend destinations

6 years agoMerge pull request #2540 from WoltLab/dbo-lookup-table
Tim Düsterhus [Sat, 17 Feb 2018 11:57:56 +0000 (12:57 +0100)]
Merge pull request #2540 from WoltLab/dbo-lookup-table

Experimental fix for table name and alias resolution

6 years agoImproved recognition of some legacy user list buttons
Alexander Ebert [Sat, 17 Feb 2018 11:34:50 +0000 (12:34 +0100)]
Improved recognition of some legacy user list buttons

6 years agoUsing a static local variable to hide internals
Alexander Ebert [Sat, 17 Feb 2018 09:42:46 +0000 (10:42 +0100)]
Using a static local variable to hide internals

6 years agoExperimental fix for table name and alias resolution
Alexander Ebert [Fri, 16 Feb 2018 23:42:29 +0000 (00:42 +0100)]
Experimental fix for table name and alias resolution

Relying on a local static variable is dangerous, because it is bound to
the implementing class, but once set, it becomes fixed for all derived
classes too.

This is similar to the `wcf\system\SingletonFactory` work-around that
uses a lookup table rather than LSB fields for the same reasons.

6 years agoVariables sidebar was not fixed in Safari 11
Alexander Ebert [Fri, 16 Feb 2018 13:27:27 +0000 (14:27 +0100)]
Variables sidebar was not fixed in Safari 11

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 15 Feb 2018 23:55:39 +0000 (00:55 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoUndoing an action may lead to a misplaced caret
Alexander Ebert [Thu, 15 Feb 2018 23:18:33 +0000 (00:18 +0100)]
Undoing an action may lead to a misplaced caret

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Marcel Werk [Thu, 15 Feb 2018 18:05:45 +0000 (19:05 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoFixed broken box image CSS
Marcel Werk [Thu, 15 Feb 2018 18:04:37 +0000 (19:04 +0100)]
Fixed broken box image CSS

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 15 Feb 2018 14:41:26 +0000 (15:41 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years ago`selection.saveInstant()` was missing the return value
Alexander Ebert [Thu, 15 Feb 2018 14:40:59 +0000 (15:40 +0100)]
`selection.saveInstant()` was missing the return value

6 years agoRemoved duplicated code block
Alexander Ebert [Thu, 15 Feb 2018 14:20:30 +0000 (15:20 +0100)]
Removed duplicated code block

6 years agoAllow updates for official packages from trusted origins only
Alexander Ebert [Wed, 14 Feb 2018 15:55:18 +0000 (16:55 +0100)]
Allow updates for official packages from trusted origins only

6 years agoConsistent representation of dynamically generated teasers
Alexander Ebert [Wed, 14 Feb 2018 13:01:01 +0000 (14:01 +0100)]
Consistent representation of dynamically generated teasers

6 years agoTreat h1-h6 as block element for text/plain
Alexander Ebert [Wed, 14 Feb 2018 12:59:56 +0000 (13:59 +0100)]
Treat h1-h6 as block element for text/plain

6 years agoReset update servers when clearing global cache
Alexander Ebert [Wed, 14 Feb 2018 12:56:30 +0000 (13:56 +0100)]
Reset update servers when clearing global cache

Closes #2538

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Wed, 14 Feb 2018 12:26:24 +0000 (13:26 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoInfinite loop when reading the adjacent text content
Alexander Ebert [Tue, 13 Feb 2018 19:06:01 +0000 (20:06 +0100)]
Infinite loop when reading the adjacent text content

6 years agoAdded missing `</span>` tags
Alexander Ebert [Tue, 13 Feb 2018 18:11:41 +0000 (19:11 +0100)]
Added missing `</span>` tags

6 years agoPressing delete at the end of a list item in Chrome could lead to stray items
Alexander Ebert [Tue, 13 Feb 2018 13:35:33 +0000 (14:35 +0100)]
Pressing delete at the end of a list item in Chrome could lead to stray items

6 years agoWork-around for the caret position in nested lists in Firefox
Alexander Ebert [Tue, 13 Feb 2018 13:10:45 +0000 (14:10 +0100)]
Work-around for the caret position in nested lists in Firefox

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Mon, 12 Feb 2018 17:38:00 +0000 (18:38 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

# Conflicts:
# com.woltlab.wcf/package.xml
# wcfsetup/install/files/js/WCF.Combined.min.js
# wcfsetup/install/files/js/WCF.Message.js
# wcfsetup/install/files/lib/system/WCF.class.php
# wcfsetup/install/lang/de.xml
# wcfsetup/install/lang/en.xml

6 years agoOptions tab menu has a different identifier 3.0.12_pl_1
Alexander Ebert [Mon, 12 Feb 2018 15:55:54 +0000 (16:55 +0100)]
Options tab menu has a different identifier

6 years agoPreparing release 3.0.12 pl 1
Alexander Ebert [Mon, 12 Feb 2018 15:53:40 +0000 (16:53 +0100)]
Preparing release 3.0.12 pl 1

6 years agoUpdating minified JavaScript files
woltlab.com [Mon, 12 Feb 2018 15:48:58 +0000 (16:48 +0100)]
Updating minified JavaScript files

6 years agoMerge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
Alexander Ebert [Mon, 12 Feb 2018 14:13:46 +0000 (15:13 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/lib/acp/page/IndexPage.class.php
# wcfsetup/install/lang/de.xml

6 years agoFixed typo
Alexander Ebert [Mon, 12 Feb 2018 14:11:40 +0000 (15:11 +0100)]
Fixed typo

6 years agoBetter explanation on how to provide and obtain the reCAPTCHA key
Alexander Ebert [Mon, 12 Feb 2018 14:10:15 +0000 (15:10 +0100)]
Better explanation on how to provide and obtain the reCAPTCHA key

6 years agoMerge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
Alexander Ebert [Mon, 12 Feb 2018 13:14:24 +0000 (14:14 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
# wcfsetup/install/files/js/WCF.Message.js

6 years agoInserting quotes was unable when editing while replying is disallowed
Alexander Ebert [Mon, 12 Feb 2018 12:20:07 +0000 (13:20 +0100)]
Inserting quotes was unable when editing while replying is disallowed

6 years agoWork-around for Firefox being unable to backspace tables
Alexander Ebert [Mon, 12 Feb 2018 11:30:52 +0000 (12:30 +0100)]
Work-around for Firefox being unable to backspace tables

6 years agoMake this a regular update (no need to leave changes out) 3.1.0_RC_4
Alexander Ebert [Sun, 11 Feb 2018 21:14:15 +0000 (22:14 +0100)]
Make this a regular update (no need to leave changes out)

6 years agoUpdating minified JavaScript files
woltlab.com [Sun, 11 Feb 2018 21:13:35 +0000 (22:13 +0100)]
Updating minified JavaScript files

6 years agoBetter default values for page visibility
Alexander Ebert [Sun, 11 Feb 2018 21:06:55 +0000 (22:06 +0100)]
Better default values for page visibility

6 years agoPreparing release 3.1.0 RC 4
Alexander Ebert [Sun, 11 Feb 2018 21:02:03 +0000 (22:02 +0100)]
Preparing release 3.1.0 RC 4

6 years agoFixed handling of default values for page visibility for robots
Alexander Ebert [Sun, 11 Feb 2018 20:46:28 +0000 (21:46 +0100)]
Fixed handling of default values for page visibility for robots

6 years agoMerge pull request #2528 from derpierre65/patch-3
Alexander Ebert [Sun, 11 Feb 2018 18:00:13 +0000 (19:00 +0100)]
Merge pull request #2528 from derpierre65/patch-3

language variable for box type

6 years agoMerge branch '3.0'
Tim Düsterhus [Sun, 11 Feb 2018 02:08:18 +0000 (03:08 +0100)]
Merge branch '3.0'

6 years agoFix typo in de.xml
Tim Düsterhus [Sun, 11 Feb 2018 02:07:10 +0000 (03:07 +0100)]
Fix typo in de.xml

Closes #2536

6 years agofix html in comment response notification email (#2535)
derpierre65 [Sat, 10 Feb 2018 15:29:06 +0000 (16:29 +0100)]
fix html in comment response notification email (#2535)

* * fixed html in comment response notification email

* * fixed tabs

6 years agoMerge branch '3.0'
Tim Düsterhus [Sat, 10 Feb 2018 15:01:57 +0000 (16:01 +0100)]
Merge branch '3.0'

6 years agoFix stack trace handling with resources in parameters
Tim Düsterhus [Sat, 10 Feb 2018 14:58:54 +0000 (15:58 +0100)]
Fix stack trace handling with resources in parameters

6 years agoPreparing release 3.0.12 3.0.12
Alexander Ebert [Sat, 10 Feb 2018 13:17:30 +0000 (14:17 +0100)]
Preparing release 3.0.12

6 years agoUpdating minified JavaScript files
woltlab.com [Fri, 9 Feb 2018 16:04:21 +0000 (17:04 +0100)]
Updating minified JavaScript files

6 years agoAvoid incorrect selection handling w/o a selection
Alexander Ebert [Fri, 9 Feb 2018 12:57:13 +0000 (13:57 +0100)]
Avoid incorrect selection handling w/o a selection

6 years agoAvoid incorrect selection handling w/o a selection
Alexander Ebert [Fri, 9 Feb 2018 12:57:13 +0000 (13:57 +0100)]
Avoid incorrect selection handling w/o a selection

6 years agoBumped release date, adjusted update instructions 3.1.0_RC_3
Alexander Ebert [Thu, 8 Feb 2018 14:29:39 +0000 (15:29 +0100)]
Bumped release date, adjusted update instructions

6 years agoFixed missing marking of required input fields in contact form
Marcel Werk [Thu, 8 Feb 2018 11:37:33 +0000 (12:37 +0100)]
Fixed missing marking of required input fields in contact form

6 years agoRemove unused imports
Matthias Schmidt [Wed, 7 Feb 2018 19:28:56 +0000 (20:28 +0100)]
Remove unused imports

6 years agoUpdate methods' throws tags
Matthias Schmidt [Wed, 7 Feb 2018 19:19:12 +0000 (20:19 +0100)]
Update methods' throws tags

6 years agoFix type documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 19:09:13 +0000 (20:09 +0100)]
Fix type documentation issues

6 years agoMerge branch '3.0'
Matthias Schmidt [Wed, 7 Feb 2018 18:52:57 +0000 (19:52 +0100)]
Merge branch '3.0'

6 years agoMerge branch '2.1' into 3.0
Matthias Schmidt [Wed, 7 Feb 2018 18:52:26 +0000 (19:52 +0100)]
Merge branch '2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/lib/acp/page/CacheListPage.class.php
#
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplateP
lugin.class.php

6 years agoFix method documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 18:50:22 +0000 (19:50 +0100)]
Fix method documentation issues

6 years agoFix permission check in `UserContentAction::validateBulkRevert()`
Matthias Schmidt [Wed, 7 Feb 2018 18:39:40 +0000 (19:39 +0100)]
Fix permission check in `UserContentAction::validateBulkRevert()`

6 years agoUpdating minified JavaScript files
woltlab.com [Wed, 7 Feb 2018 14:36:46 +0000 (15:36 +0100)]
Updating minified JavaScript files

6 years agoIE11 does not expose `DocumentFragment.children`
Alexander Ebert [Wed, 7 Feb 2018 14:34:49 +0000 (15:34 +0100)]
IE11 does not expose `DocumentFragment.children`

6 years agoImport new variables when updating styles
Alexander Ebert [Wed, 7 Feb 2018 14:26:19 +0000 (15:26 +0100)]
Import new variables when updating styles

6 years agoPreparing release 3.1.0 RC 3
Alexander Ebert [Wed, 7 Feb 2018 12:34:07 +0000 (13:34 +0100)]
Preparing release 3.1.0 RC 3

6 years agoUpdating minified JavaScript files
woltlab.com [Wed, 7 Feb 2018 12:21:08 +0000 (13:21 +0100)]
Updating minified JavaScript files

6 years ago`DocumentFragment.childElementCount` is not supported in IE11/Edge
Alexander Ebert [Wed, 7 Feb 2018 12:13:17 +0000 (13:13 +0100)]
`DocumentFragment.childElementCount` is not supported in IE11/Edge

6 years agoExperimental work-around for the margin-hit detection in Safari
Alexander Ebert [Tue, 6 Feb 2018 15:51:14 +0000 (16:51 +0100)]
Experimental work-around for the margin-hit detection in Safari

Fixes #2533

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Tue, 6 Feb 2018 14:58:59 +0000 (15:58 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoUpdate .travis.yml to test with PHP 7.2
Tim Düsterhus [Mon, 5 Feb 2018 19:23:46 +0000 (20:23 +0100)]
Update .travis.yml to test with PHP 7.2

6 years agoFix code style in WCFSetup.class.php
Tim Düsterhus [Mon, 5 Feb 2018 19:22:38 +0000 (20:22 +0100)]
Fix code style in WCFSetup.class.php

6 years agoAdd check for MySQLnd to WCFSetup
Tim Düsterhus [Mon, 5 Feb 2018 18:56:59 +0000 (19:56 +0100)]
Add check for MySQLnd to WCFSetup

6 years agoUse unicode character properties for URL slugs
Tim Düsterhus [Mon, 5 Feb 2018 18:38:28 +0000 (19:38 +0100)]
Use unicode character properties for URL slugs

Strip anything that is not a letter or a number. This preserves
readability for non-western scripts, while reliably removing any
special characters.

6 years agoFixed typo
Alexander Ebert [Mon, 5 Feb 2018 17:56:18 +0000 (18:56 +0100)]
Fixed typo

Thanks `Refactor`!

6 years agoOutdent in Firefox did not work for nested items with a trailing `<br>`
Alexander Ebert [Mon, 5 Feb 2018 17:38:21 +0000 (18:38 +0100)]
Outdent in Firefox did not work for nested items with a trailing `<br>`

See #2529

6 years agoOutdenting nested list caused the list item to escape the editor
Alexander Ebert [Mon, 5 Feb 2018 16:37:34 +0000 (17:37 +0100)]
Outdenting nested list caused the list item to escape the editor

See #2529

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Mon, 5 Feb 2018 13:30:08 +0000 (14:30 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

# Conflicts:
# wcfsetup/install/files/acp/templates/index.tpl
# wcfsetup/install/files/js/3rdParty/redactor2/plugins/combined.min.js
# wcfsetup/install/files/js/WCF.Combined.min.js
# wcfsetup/install/files/js/WoltLabSuite.Core.min.js
# wcfsetup/install/lang/de.xml
# wcfsetup/install/lang/en.xml

6 years agoMerge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
Alexander Ebert [Mon, 5 Feb 2018 13:25:28 +0000 (14:25 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/lib/acp/page/IndexPage.class.php

6 years agoAdded warning when using ReCAPTCHA w/o a key
Alexander Ebert [Mon, 5 Feb 2018 13:22:42 +0000 (14:22 +0100)]
Added warning when using ReCAPTCHA w/o a key

6 years agoFixed missing margin in login form
Marcel Werk [Mon, 5 Feb 2018 11:42:56 +0000 (12:42 +0100)]
Fixed missing margin in login form

6 years agoMerge pull request #2530 from SoftCreatR/patch-6
Alexander Ebert [Mon, 5 Feb 2018 11:41:05 +0000 (12:41 +0100)]
Merge pull request #2530 from SoftCreatR/patch-6

Restore default browser behavior

6 years agoUpdate default.manifest.json
Sascha Greuel [Mon, 5 Feb 2018 01:37:35 +0000 (02:37 +0100)]
Update default.manifest.json

6 years agoUpdating minified JavaScript files
woltlab.com [Sun, 4 Feb 2018 16:01:16 +0000 (17:01 +0100)]
Updating minified JavaScript files

6 years agolanguage variable for box type
derpierre65 [Sat, 3 Feb 2018 16:44:06 +0000 (17:44 +0100)]
language variable for box type

6 years agoMerge pull request #2527 from jens1o/jens1o-remove-unneccessary-unset
Alexander Ebert [Sat, 3 Feb 2018 12:01:41 +0000 (13:01 +0100)]
Merge pull request #2527 from jens1o/jens1o-remove-unneccessary-unset

remove unneccessary usage of `unset($string);`

6 years agoremove unneccessary usage of `unset($string);`
jens1o [Sat, 3 Feb 2018 09:36:26 +0000 (10:36 +0100)]
remove unneccessary usage of `unset($string);`

Code cleanup, introduced with 13be5e885f85a5a878d9e2d8337af74c2ed8bbc1

6 years agoMerge branch '3.0'
Matthias Schmidt [Sat, 3 Feb 2018 08:21:31 +0000 (09:21 +0100)]
Merge branch '3.0'

6 years agoMerge branch '2.1' into 3.0
Matthias Schmidt [Sat, 3 Feb 2018 08:14:52 +0000 (09:14 +0100)]
Merge branch '2.1' into 3.0

6 years agoFire event for Google Maps authentication error
Matthias Schmidt [Sat, 3 Feb 2018 08:12:06 +0000 (09:12 +0100)]
Fire event for Google Maps authentication error

Close #2526

6 years agoRemove workaround for omitting index.php in Page::getDisplayLink()
Joshua Rüsweg [Thu, 1 Feb 2018 11:57:13 +0000 (12:57 +0100)]
Remove workaround for omitting index.php in Page::getDisplayLink()

6 years agoFix omitting index.php for frontend links in the acp
Joshua Rüsweg [Thu, 1 Feb 2018 11:55:19 +0000 (12:55 +0100)]
Fix omitting index.php for frontend links in the acp

6 years agoRemove workaround for display links
Joshua Rüsweg [Thu, 1 Feb 2018 11:50:23 +0000 (12:50 +0100)]
Remove workaround for display links

6 years agoUse forceFrontend parameter for frontend routes
Joshua Rüsweg [Thu, 1 Feb 2018 11:39:07 +0000 (12:39 +0100)]
Use forceFrontend parameter for frontend routes

6 years agoAdd forceFrontend parameter to force controller transformations for the frontend
Joshua Rüsweg [Thu, 1 Feb 2018 11:38:35 +0000 (12:38 +0100)]
Add forceFrontend parameter to force controller transformations for the frontend

6 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Feb 2018 11:52:10 +0000 (12:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 1 Feb 2018 11:13:01 +0000 (12:13 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoBBCode converters did not handle encoded HTML entities
Alexander Ebert [Thu, 1 Feb 2018 11:12:30 +0000 (12:12 +0100)]
BBCode converters did not handle encoded HTML entities

6 years agoAdd missing class for inputs
Joshua Rüsweg [Wed, 31 Jan 2018 19:44:49 +0000 (20:44 +0100)]
Add missing class for inputs

6 years agoMissing check for accessible versions
Alexander Ebert [Wed, 31 Jan 2018 12:36:25 +0000 (13:36 +0100)]
Missing check for accessible versions