GitHub/WoltLab/WCF.git
7 years agoPoll were missing the button to show participants after vote
Alexander Ebert [Tue, 6 Jun 2017 12:17:14 +0000 (14:17 +0200)]
Poll were missing the button to show participants after vote

7 years agoFixed user suggestions inside Redactor
Alexander Ebert [Tue, 6 Jun 2017 11:49:26 +0000 (13:49 +0200)]
Fixed user suggestions inside Redactor

7 years agoFixed an compatibility issue with PHP 7
Alexander Ebert [Tue, 6 Jun 2017 11:27:56 +0000 (13:27 +0200)]
Fixed an compatibility issue with PHP 7

See db8aa273d6eec8f364800681daf3e0a74cb2a624

7 years agoReset subscription length after saving subscription
Matthias Schmidt [Fri, 2 Jun 2017 15:44:30 +0000 (17:44 +0200)]
Reset subscription length after saving subscription

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Thu, 1 Jun 2017 18:17:29 +0000 (20:17 +0200)]
Merge branch '2.0' into 2.1

7 years agoHandle timeout-or-duplicate in RecaptchaHandler
Markus [Thu, 1 Jun 2017 17:31:16 +0000 (19:31 +0200)]
Handle timeout-or-duplicate in RecaptchaHandler

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Wed, 31 May 2017 14:10:15 +0000 (16:10 +0200)]
Merge branch '2.0' into 2.1

7 years agoAdd composer's global bin dir to path in Travis
Tim Düsterhus [Wed, 31 May 2017 13:58:31 +0000 (15:58 +0200)]
Add composer's global bin dir to path in Travis

7 years agoUse absolute path to phpcs
Tim Düsterhus [Wed, 31 May 2017 13:48:38 +0000 (15:48 +0200)]
Use absolute path to phpcs

7 years agoInstall CodeSniffer using composer
Tim Düsterhus [Wed, 31 May 2017 13:39:17 +0000 (15:39 +0200)]
Install CodeSniffer using composer

7 years agoFix typo in English future date interval language items
Matthias Schmidt [Tue, 30 May 2017 15:39:31 +0000 (17:39 +0200)]
Fix typo in English future date interval language items

7 years agoUpdating release date 2.1.15
Alexander Ebert [Mon, 15 May 2017 10:51:10 +0000 (12:51 +0200)]
Updating release date

7 years agoA few corrections (#2275)
Smooey [Fri, 12 May 2017 10:36:19 +0000 (06:36 -0400)]
A few corrections (#2275)

* A few corrections

* few more

to make consistent with bulk processing "action" ones for threads/posts.

* put back list of staff members users online location

7 years agoPreparing release 2.1.15
Alexander Ebert [Thu, 11 May 2017 13:03:31 +0000 (15:03 +0200)]
Preparing release 2.1.15

7 years agoWCF 2.1 phrase adjustments 1st wave (#2260)
Smooey [Thu, 11 May 2017 12:11:43 +0000 (08:11 -0400)]
WCF 2.1 phrase adjustments 1st wave (#2260)

* WCF 2.1 phrase adjustments 1st wave

* WCF 2.1 phrase adjustments 2nd wave

* WCF 2.1 phrase adjustments 2nd wave

* WCF 2.1 phrase adjustments 3rd wave

Keeping users online location short, less descriptive, less
intrusive/nosy, yet try to be consistent.

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Sun, 7 May 2017 14:09:52 +0000 (16:09 +0200)]
Merge branch '2.0' into 2.1

7 years agoForce CodeSniffer 2.9.0
Tim Düsterhus [Sun, 7 May 2017 14:01:52 +0000 (16:01 +0200)]
Force CodeSniffer 2.9.0

7 years agoRevert "Update CodeSniffs to be compatible with CodeSniffer 3.0"
Tim Düsterhus [Sun, 7 May 2017 14:01:16 +0000 (16:01 +0200)]
Revert "Update CodeSniffs to be compatible with CodeSniffer 3.0"

This reverts commit 8d17de131cd799e2a1a119cb9f3141521092262c.

7 years agoMerge remote-tracking branch 'origin/2.1' into 2.1
Tim Düsterhus [Sat, 6 May 2017 18:21:26 +0000 (20:21 +0200)]
Merge remote-tracking branch 'origin/2.1' into 2.1

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Sat, 6 May 2017 18:21:21 +0000 (20:21 +0200)]
Merge branch '2.0' into 2.1

7 years agoUpdate CodeSniffs to be compatible with CodeSniffer 3.0
Tim Düsterhus [Sat, 6 May 2017 18:20:01 +0000 (20:20 +0200)]
Update CodeSniffs to be compatible with CodeSniffer 3.0

7 years agoNon-activated users no longer can purchase paid subscriptions
Marcel Werk [Fri, 5 May 2017 15:21:40 +0000 (17:21 +0200)]
Non-activated users no longer can purchase paid subscriptions

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 2 May 2017 09:46:25 +0000 (11:46 +0200)]
Updating minified JavaScript files

7 years agoFixed selection handling in Chrome 58
Alexander Ebert [Tue, 2 May 2017 08:45:26 +0000 (10:45 +0200)]
Fixed selection handling in Chrome 58

7 years agoWork-around an issue with Chrome 58
Alexander Ebert [Mon, 1 May 2017 22:09:01 +0000 (00:09 +0200)]
Work-around an issue with Chrome 58

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Sun, 23 Apr 2017 14:27:10 +0000 (16:27 +0200)]
Merge branch '2.0' into 2.1

7 years agoFix `Range` handling in \wcf\util\FileReader
Tim Düsterhus [Sun, 23 Apr 2017 14:20:24 +0000 (16:20 +0200)]
Fix `Range` handling in \wcf\util\FileReader

- Disallow invalid Range: bytes=100 without a trailing hyphen.
- Disallow invalid Range: bytes=2-1 with start > end.
- Support valid    Range: bytes=0-0 with end = 0.
- Support maximum offset > filesize as per RFC 7233:
   A client can limit the number of bytes requested without knowing the
   size of the selected representation.  If the last-byte-pos value is
   absent, or if the value is greater than or equal to the current
   length of the representation data, the byte range is interpreted as
   the remainder of the representation (i.e., the server replaces the
   value of last-byte-pos with a value that is one less than the current
   length of the selected representation).

7 years agoMerge remote-tracking branch 'refs/remotes/origin/2.0' into 2.1
Marcel Werk [Sat, 8 Apr 2017 11:56:15 +0000 (13:56 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/2.0' into 2.1

7 years agoFixed js issue in username validation
Marcel Werk [Sat, 8 Apr 2017 11:55:35 +0000 (13:55 +0200)]
Fixed js issue in username validation

7 years agoPreparing release 2.1.14 2.1.14
Alexander Ebert [Thu, 6 Apr 2017 11:49:13 +0000 (13:49 +0200)]
Preparing release 2.1.14

7 years agoMerge branch '2.0' into 2.1
Alexander Ebert [Thu, 6 Apr 2017 11:48:01 +0000 (13:48 +0200)]
Merge branch '2.0' into 2.1

7 years agoPreparing release 2.0.15 pl 1 2.0.15_pl_1
Alexander Ebert [Thu, 6 Apr 2017 11:44:58 +0000 (13:44 +0200)]
Preparing release 2.0.15 pl 1

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Wed, 29 Mar 2017 12:01:58 +0000 (14:01 +0200)]
Merge branch '2.0' into 2.1

7 years agoFix FacebookAuthAction
Tim Düsterhus [Wed, 29 Mar 2017 12:01:32 +0000 (14:01 +0200)]
Fix FacebookAuthAction

7 years agoFix deleting all activity events for likes/follows instead of specific ones
Matthias Schmidt [Tue, 28 Feb 2017 18:57:14 +0000 (19:57 +0100)]
Fix deleting all activity events for likes/follows instead of specific ones

7 years agoUpdating release date 2.1.13
Alexander Ebert [Tue, 28 Feb 2017 13:27:32 +0000 (14:27 +0100)]
Updating release date

7 years agoMerge branch '2.0' into 2.1
Alexander Ebert [Tue, 28 Feb 2017 13:27:09 +0000 (14:27 +0100)]
Merge branch '2.0' into 2.1

7 years agoUpdating release date 2.0.15
Alexander Ebert [Tue, 28 Feb 2017 13:07:17 +0000 (14:07 +0100)]
Updating release date

7 years agoPreparing release 2.1.13
Alexander Ebert [Fri, 24 Feb 2017 16:34:15 +0000 (17:34 +0100)]
Preparing release 2.1.13

7 years agoMerge branch '2.0' into 2.1
Alexander Ebert [Fri, 24 Feb 2017 16:31:56 +0000 (17:31 +0100)]
Merge branch '2.0' into 2.1

7 years agoFixed encoding issue
Alexander Ebert [Fri, 24 Feb 2017 15:46:03 +0000 (16:46 +0100)]
Fixed encoding issue

7 years agoFixed detection of content pasted from Microsoft Word
Alexander Ebert [Tue, 21 Feb 2017 18:10:23 +0000 (19:10 +0100)]
Fixed detection of content pasted from Microsoft Word

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Jan 2017 11:08:59 +0000 (12:08 +0100)]
Updating minified JavaScript files

7 years agoFixed safari focusing without providing a range
Alexander Ebert [Tue, 24 Jan 2017 10:53:12 +0000 (11:53 +0100)]
Fixed safari focusing without providing a range

7 years agoFixed empty lines in code boxes being removed
Alexander Ebert [Mon, 23 Jan 2017 17:44:50 +0000 (18:44 +0100)]
Fixed empty lines in code boxes being removed

7 years agoDisabled share counter for Facebook
Alexander Ebert [Mon, 23 Jan 2017 16:55:26 +0000 (17:55 +0100)]
Disabled share counter for Facebook

7 years agoFixed detection of relative caret position
Alexander Ebert [Mon, 23 Jan 2017 16:48:03 +0000 (17:48 +0100)]
Fixed detection of relative caret position

7 years agoFixed full quote when text is manually selected
Alexander Ebert [Mon, 23 Jan 2017 16:33:30 +0000 (17:33 +0100)]
Fixed full quote when text is manually selected

7 years agoFixed broken captcha bypass
Marcel Werk [Fri, 20 Jan 2017 16:31:00 +0000 (17:31 +0100)]
Fixed broken captcha bypass

7 years agoFixed wrong option type name
Marcel Werk [Wed, 18 Jan 2017 17:30:21 +0000 (18:30 +0100)]
Fixed wrong option type name

7 years agoFixed wrong option type name
Marcel Werk [Tue, 17 Jan 2017 17:22:07 +0000 (18:22 +0100)]
Fixed wrong option type name

Closes #1924

7 years agoFixed check for cached downloads
Alexander Ebert [Fri, 13 Jan 2017 16:00:58 +0000 (17:00 +0100)]
Fixed check for cached downloads

7 years agoFixed php5.3 compatibility
Marcel Werk [Tue, 27 Dec 2016 16:32:04 +0000 (17:32 +0100)]
Fixed php5.3 compatibility

7 years agoFixed deletion of user notification events
Marcel Werk [Tue, 27 Dec 2016 16:24:13 +0000 (17:24 +0100)]
Fixed deletion of user notification events

7 years agoFix MultiSelectOptionType::checkUser()
Matthias Schmidt [Tue, 27 Dec 2016 13:32:50 +0000 (14:32 +0100)]
Fix MultiSelectOptionType::checkUser()

7 years agoFix text transparency in ImagickImageAdapter::drawText()
Matthias Schmidt [Sun, 27 Nov 2016 15:23:45 +0000 (16:23 +0100)]
Fix text transparency in ImagickImageAdapter::drawText()

7 years agoImprove upload file handling for file option type
Matthias Schmidt [Sun, 27 Nov 2016 14:31:25 +0000 (15:31 +0100)]
Improve upload file handling for file option type

In `IUploadFileValidationStrategy::validate()`, you now get proper
values for `UploadFile::getImageData()`, for example.

7 years agoFix transparency handling in `GDImageAdapter::overlayImage()`
Matthias Schmidt [Sun, 6 Nov 2016 07:37:52 +0000 (08:37 +0100)]
Fix transparency handling in `GDImageAdapter::overlayImage()`

7 years agoFix opacity issue when writing images with GD
Matthias Schmidt [Sat, 5 Nov 2016 14:08:50 +0000 (15:08 +0100)]
Fix opacity issue when writing images with GD

7 years agoAdd missing values reset in `LanguageAddForm`
Matthias Schmidt [Sat, 22 Oct 2016 07:50:18 +0000 (09:50 +0200)]
Add missing values reset in `LanguageAddForm`

7 years agoFix issue with invalid links to moderation queue entry links on first request
Matthias Schmidt [Sat, 22 Oct 2016 07:04:13 +0000 (09:04 +0200)]
Fix issue with invalid links to moderation queue entry links on first request

7 years agoAdded missing instructions for 2.1.11 pl 1 2.1.12
Alexander Ebert [Tue, 18 Oct 2016 19:53:44 +0000 (21:53 +0200)]
Added missing instructions for 2.1.11 pl 1

7 years agoUpdated release date 2.0.14
Alexander Ebert [Tue, 18 Oct 2016 15:27:00 +0000 (17:27 +0200)]
Updated release date

7 years agoPreparing release 2.1.12
Alexander Ebert [Tue, 18 Oct 2016 10:41:14 +0000 (12:41 +0200)]
Preparing release 2.1.12

7 years agoAdded missing update path
Alexander Ebert [Tue, 18 Oct 2016 08:27:25 +0000 (10:27 +0200)]
Added missing update path

7 years agoPreparing release 2.0.14
Alexander Ebert [Mon, 17 Oct 2016 14:50:10 +0000 (16:50 +0200)]
Preparing release 2.0.14

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 17 Oct 2016 12:25:35 +0000 (14:25 +0200)]
Updating minified JavaScript files

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Mon, 17 Oct 2016 10:30:29 +0000 (12:30 +0200)]
Merge branch '2.0' into 2.1

7 years agoReplace Facebook's bio field by about
Tim Düsterhus [Mon, 17 Oct 2016 10:26:22 +0000 (12:26 +0200)]
Replace Facebook's bio field by about

> (#12) bio field is deprecated for versions v2.8 and higher

7 years agoMerge pull request #2114 from Smooey/master
Alexander Ebert [Tue, 11 Oct 2016 16:58:03 +0000 (18:58 +0200)]
Merge pull request #2114 from Smooey/master

A couple English "bug fixes" to merge...

7 years agoA couple English "bug fixes" to merge...
Smooey [Thu, 6 Oct 2016 06:02:34 +0000 (02:02 -0400)]
A couple English "bug fixes" to merge...

Bug thread:
https://community.woltlab.com/thread/250305-fehler-im-englischen-sprachpaket/

7 years agoMerge branch 'refs/heads/pr/2062'
Alexander Ebert [Wed, 5 Oct 2016 14:17:40 +0000 (16:17 +0200)]
Merge branch 'refs/heads/pr/2062'

# Conflicts:
# wcfsetup/install/lang/en.xml

7 years agoFix return values of `StructuredComment::key()`
Matthias Schmidt [Sun, 2 Oct 2016 09:54:01 +0000 (11:54 +0200)]
Fix return values of `StructuredComment::key()`

7 years agoUpdating minified JavaScript files
woltlab.com [Thu, 29 Sep 2016 07:46:34 +0000 (09:46 +0200)]
Updating minified JavaScript files

7 years agoUpdate texts in mobile user button dropdown
Matthias Schmidt [Thu, 29 Sep 2016 07:34:34 +0000 (09:34 +0200)]
Update texts in mobile user button dropdown

7 years agoMerge branch '2.0'
Matthias Schmidt [Sun, 18 Sep 2016 08:06:26 +0000 (10:06 +0200)]
Merge branch '2.0'

7 years agoFix typos in German language items
Matthias Schmidt [Sun, 18 Sep 2016 08:04:50 +0000 (10:04 +0200)]
Fix typos in German language items

7 years agoFixed issue in paid subscription form
Marcel Werk [Sat, 17 Sep 2016 21:28:55 +0000 (23:28 +0200)]
Fixed issue in paid subscription form

7 years agoRemoved obsolete code
Marcel Werk [Sat, 17 Sep 2016 21:26:02 +0000 (23:26 +0200)]
Removed obsolete code

7 years agoFix disabled date searchable options
Matthias Schmidt [Wed, 14 Sep 2016 08:55:22 +0000 (10:55 +0200)]
Fix disabled date searchable options

For dates, it is not sufficient to only disable the option field
itself, but also the `…DatePicker` input field needs to be disabled.

8 years agoMerge pull request #2097 from VieCode/patch-1
Marcel Werk [Fri, 26 Aug 2016 13:32:48 +0000 (15:32 +0200)]
Merge pull request #2097 from VieCode/patch-1

Added hidden option "language_use_informal_variant" to enable forward-compatibility

8 years agoAdded hidden option "language_use_informal_variant" to enable forward-compatibility
Peter Frühwirt [Thu, 25 Aug 2016 19:50:46 +0000 (21:50 +0200)]
Added hidden option "language_use_informal_variant" to enable forward-compatibility

8 years agoUpdating minified JavaScript files
woltlab.com [Wed, 24 Aug 2016 13:01:39 +0000 (15:01 +0200)]
Updating minified JavaScript files

8 years agoCatch errors during initialization of Favico
Tim Düsterhus [Wed, 24 Aug 2016 12:58:42 +0000 (14:58 +0200)]
Catch errors during initialization of Favico

8 years agoAdd check if any users are affected in UserGroupAssignmentCronjob
Matthias Schmidt [Sun, 21 Aug 2016 13:40:18 +0000 (15:40 +0200)]
Add check if any users are affected in UserGroupAssignmentCronjob

8 years agoFixed SystemException namespace
Marcel Werk [Sat, 13 Aug 2016 08:22:36 +0000 (10:22 +0200)]
Fixed SystemException namespace

Closes #2076

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:46:35 +0000 (18:46 +0200)]
Updating minified JavaScript files

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:31:36 +0000 (18:31 +0200)]
Updating minified JavaScript files

8 years agoa few more adjustments...
Smooey [Sun, 7 Aug 2016 07:09:02 +0000 (03:09 -0400)]
a few more adjustments...

8 years agoSeveral more phrase adjustments
Smooey [Mon, 1 Aug 2016 04:24:40 +0000 (00:24 -0400)]
Several more phrase adjustments

- trying to keep most left-hand and right-hand label text capitalization
consistent.
- per Alex, removing quotes from the more visible label text,
descriptions, etc because it's useless anyway for yielding search
results.
- more general phrase adjustments, etc

8 years agoa few more phrase adjustments
Smooey [Fri, 29 Jul 2016 12:37:19 +0000 (08:37 -0400)]
a few more phrase adjustments

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 26 Jul 2016 10:56:04 +0000 (12:56 +0200)]
Updating minified JavaScript files

8 years agoRevert "Work-around for Firefox... again"
Alexander Ebert [Tue, 26 Jul 2016 10:48:51 +0000 (12:48 +0200)]
Revert "Work-around for Firefox... again"

This reverts commit 263e497c6d3b4d62cdd42df6df32bb9f146650b2.

8 years agoFixed missing / duplicate language variable
Marcel Werk [Mon, 25 Jul 2016 16:37:40 +0000 (18:37 +0200)]
Fixed missing / duplicate language variable

8 years agoRemoved superfluous newline
Alexander Ebert [Mon, 25 Jul 2016 15:36:01 +0000 (17:36 +0200)]
Removed superfluous newline

8 years agoFixed updating own user options
Alexander Ebert [Mon, 25 Jul 2016 15:19:58 +0000 (17:19 +0200)]
Fixed updating own user options

8 years agoFixed broken quotes in font family style
Alexander Ebert [Mon, 25 Jul 2016 15:02:39 +0000 (17:02 +0200)]
Fixed broken quotes in font family style

8 years agoFixed dropdown escaping the document's top
Alexander Ebert [Mon, 25 Jul 2016 14:00:37 +0000 (16:00 +0200)]
Fixed dropdown escaping the document's top

8 years agoRemove invisible whitespace pasted by Firefox
Alexander Ebert [Mon, 25 Jul 2016 13:48:46 +0000 (15:48 +0200)]
Remove invisible whitespace pasted by Firefox

8 years agoUpdating minified JavaScript files
woltlab.com [Mon, 25 Jul 2016 11:30:06 +0000 (13:30 +0200)]
Updating minified JavaScript files