woltlab.com [Sun, 23 Apr 2017 18:31:49 +0000 (20:31 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 23 Apr 2017 18:24:30 +0000 (20:24 +0200)]
Fixed timezone calculation for birthday input
Alexander Ebert [Sun, 23 Apr 2017 17:00:57 +0000 (19:00 +0200)]
Some full quotes were not recognized as such
The changes actually work around the legacy behavior of the creation of
`QuotedMessage` objects, that did not use the existing data if a quote
is an actual full quote.
woltlab.com [Sun, 23 Apr 2017 16:31:47 +0000 (18:31 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 23 Apr 2017 16:21:00 +0000 (18:21 +0200)]
Update behavior of page dependence condition controller
The relevant element should only be shown when all selected pages are
accepted as the related condition is only guaranteed to work in these
instances and can cause other selected pages to be ignored.
Tim Düsterhus [Sun, 23 Apr 2017 14:27:29 +0000 (16:27 +0200)]
Merge branch '2.1'
Tim Düsterhus [Sun, 23 Apr 2017 14:27:10 +0000 (16:27 +0200)]
Merge branch '2.0' into 2.1
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).
Alexander Ebert [Sun, 23 Apr 2017 14:06:57 +0000 (16:06 +0200)]
Force redirect to core's login/index page
Alexander Ebert [Sun, 23 Apr 2017 12:37:26 +0000 (14:37 +0200)]
Fix issues with heavily nested block bbcodes
woltlab.com [Sun, 23 Apr 2017 10:46:49 +0000 (12:46 +0200)]
Updating minified JavaScript files
Marcel Werk [Sun, 23 Apr 2017 10:43:41 +0000 (12:43 +0200)]
Fixed empty element in quick reply
Alexander Ebert [Sun, 23 Apr 2017 10:42:55 +0000 (12:42 +0200)]
Fixed recognition of non-checkbox/radio input fields
Alexander Ebert [Sat, 22 Apr 2017 13:39:48 +0000 (15:39 +0200)]
Added missing check for callback if page never scrolled
Marcel Werk [Sun, 23 Apr 2017 10:04:35 +0000 (12:04 +0200)]
Fixed username validation in guest posting
Marcel Werk [Sun, 23 Apr 2017 09:08:18 +0000 (11:08 +0200)]
Unified phrases
Alexander Ebert [Fri, 21 Apr 2017 13:02:31 +0000 (15:02 +0200)]
Added events to alter the quoted message contents
woltlab.com [Thu, 20 Apr 2017 19:16:49 +0000 (21:16 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Thu, 20 Apr 2017 19:09:42 +0000 (21:09 +0200)]
Pass variables to {lang} in Template.grammar
Marcel Werk [Thu, 20 Apr 2017 18:25:47 +0000 (20:25 +0200)]
Fixed legacy config.inc.php include
Marcel Werk [Wed, 19 Apr 2017 17:14:00 +0000 (19:14 +0200)]
Impoved validation of parent page id to prevent infinite loop
Marcel Werk [Wed, 19 Apr 2017 17:10:59 +0000 (19:10 +0200)]
Fixed print issue in firefox
Marcel Werk [Tue, 18 Apr 2017 19:25:49 +0000 (21:25 +0200)]
Fixed download of small attached images
Marcel Werk [Tue, 18 Apr 2017 16:29:04 +0000 (18:29 +0200)]
Fixed missing module setting check
Marcel Werk [Thu, 13 Apr 2017 11:22:44 +0000 (13:22 +0200)]
Added event in UserBirthdayCache
Marcel Werk [Wed, 12 Apr 2017 09:33:07 +0000 (11:33 +0200)]
Fixed wrong permission
Joshua Rüsweg [Tue, 11 Apr 2017 15:31:54 +0000 (17:31 +0200)]
hide condition field, if the user can't select any group (#2179)
Olaf Braun [Tue, 11 Apr 2017 15:30:05 +0000 (17:30 +0200)]
Better IDE XSD support by package.xml (#2241)
* Add a function to set a object visit by given userIDs
* Add transaction and reformat code
* Add whitspaces
* fix indentation
* Fix XSD IDE problem
* Add new vortex attributes
Alexander Ebert [Tue, 11 Apr 2017 15:28:42 +0000 (17:28 +0200)]
Merge pull request #2247 from Morik/patch-11
Fix empty lines in CodeMetacodeConverter
Marcel Werk [Mon, 10 Apr 2017 15:25:47 +0000 (17:25 +0200)]
Merge pull request #2250 from mutec/3rdpartyautherrors
fix error messages if account is already liked with 3rdparty
Marcel Werk [Sat, 8 Apr 2017 11:58:06 +0000 (13:58 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/2.1'
# Conflicts:
# com.woltlab.wcf/templates/register.tpl
Marcel Werk [Sat, 8 Apr 2017 11:57:44 +0000 (13:57 +0200)]
Merge branch '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
Marcel Werk [Sat, 8 Apr 2017 11:55:35 +0000 (13:55 +0200)]
Fixed js issue in username validation
mutec [Fri, 7 Apr 2017 17:11:44 +0000 (19:11 +0200)]
fix error messages if account is already liked with 3rdparty
the language items for those error-messages use template-scripting (`{if LANGUAGE_USE_INFORMAL_VARIANT}deinem{else}Ihrem{/if}`) which is not supported by `Language::get()`, but `Language::getDynamicVariable()`
Alexander Ebert [Thu, 6 Apr 2017 11:53:56 +0000 (13:53 +0200)]
Updating release date
Alexander Ebert [Thu, 6 Apr 2017 11:51:59 +0000 (13:51 +0200)]
Merge branch '2.1'
Alexander Ebert [Thu, 6 Apr 2017 11:49:13 +0000 (13:49 +0200)]
Preparing release 2.1.14
Alexander Ebert [Thu, 6 Apr 2017 11:48:01 +0000 (13:48 +0200)]
Merge branch '2.0' into 2.1
Alexander Ebert [Thu, 6 Apr 2017 11:44:58 +0000 (13:44 +0200)]
Preparing release 2.0.15 pl 1
woltlab.com [Thu, 6 Apr 2017 11:16:50 +0000 (13:16 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 6 Apr 2017 11:09:53 +0000 (13:09 +0200)]
Work-around for an issue w/ Vivaldi
Tim Düsterhus [Wed, 5 Apr 2017 13:21:42 +0000 (15:21 +0200)]
Stop logging connection errors of ImageProxy
Alexander Ebert [Tue, 4 Apr 2017 17:14:57 +0000 (19:14 +0200)]
Fixed rescue mode's visuals
Alexander Ebert [Tue, 4 Apr 2017 15:47:21 +0000 (17:47 +0200)]
Avoid bbcode parsing inside source code elements
woltlab.com [Tue, 4 Apr 2017 11:16:49 +0000 (13:16 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 4 Apr 2017 11:05:00 +0000 (13:05 +0200)]
Avoid invalid HTML caused by nested link elements
Alexander Ebert [Tue, 4 Apr 2017 10:30:29 +0000 (12:30 +0200)]
Fixed code viewer incorrectly handling nbsp
Morik [Mon, 3 Apr 2017 20:01:41 +0000 (22:01 +0200)]
Fix empty lines in CodeMetacodeConverter
This seams to be an relict from the alpha stage where paragraphes have been handled as two new lines.
Now its a bit missleading as it looks in the editor fine and gets messed up after sending.
Alexander Ebert [Mon, 3 Apr 2017 09:45:23 +0000 (11:45 +0200)]
Preparing release 3.0.4
Marcel Werk [Sat, 1 Apr 2017 19:26:55 +0000 (21:26 +0200)]
Added vendor prefixes for min-content property
woltlab.com [Fri, 31 Mar 2017 14:16:50 +0000 (16:16 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 31 Mar 2017 14:11:58 +0000 (16:11 +0200)]
Removed debug code
woltlab.com [Fri, 31 Mar 2017 13:01:49 +0000 (15:01 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 31 Mar 2017 12:53:17 +0000 (14:53 +0200)]
Fixed inline code behavior in iOS Safari
woltlab.com [Fri, 31 Mar 2017 11:31:48 +0000 (13:31 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 31 Mar 2017 11:17:57 +0000 (13:17 +0200)]
Avoid potentially losing caret position on tab menu activation
woltlab.com [Thu, 30 Mar 2017 14:16:48 +0000 (16:16 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 30 Mar 2017 14:07:07 +0000 (16:07 +0200)]
Fixed block-level changes w/o editor focus
woltlab.com [Thu, 30 Mar 2017 13:16:49 +0000 (15:16 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 30 Mar 2017 13:01:41 +0000 (15:01 +0200)]
Fixed text format on paste
Alexander Ebert [Thu, 30 Mar 2017 12:41:09 +0000 (14:41 +0200)]
Upgraded to Redactor II 2.4
Alexander Ebert [Thu, 30 Mar 2017 10:57:56 +0000 (12:57 +0200)]
Added handling of erroneous instruction blocks
woltlab.com [Wed, 29 Mar 2017 21:31:49 +0000 (23:31 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Wed, 29 Mar 2017 21:24:29 +0000 (23:24 +0200)]
Ensure that Ajax/Request calls the `failure` callback for all errors
Previously errors such as broken TCP connections / closed ports
would not call `failure`, because the reply wasn't valid JSON.
woltlab.com [Wed, 29 Mar 2017 20:46:48 +0000 (22:46 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Wed, 29 Mar 2017 20:38:30 +0000 (22:38 +0200)]
Fix issue with dots in Template.grammar.jison
Also simplify the grammar: Most tokens are now only recognized when inside
a command (i.e. a valid opening brace), previously a manual listing inside
PLAIN_ANY was required, leading to subtle bugs.
Tim Düsterhus [Wed, 29 Mar 2017 12:02:50 +0000 (14:02 +0200)]
Merge remote-tracking branch 'origin/master'
Tim Düsterhus [Wed, 29 Mar 2017 12:02:16 +0000 (14:02 +0200)]
Merge branch '2.1'
Tim Düsterhus [Wed, 29 Mar 2017 12:01:58 +0000 (14:01 +0200)]
Merge branch '2.0' into 2.1
Tim Düsterhus [Wed, 29 Mar 2017 12:01:32 +0000 (14:01 +0200)]
Fix FacebookAuthAction
Marcel Werk [Tue, 28 Mar 2017 19:36:06 +0000 (21:36 +0200)]
Fixed text overflow in mobile menu
Tim Düsterhus [Thu, 23 Mar 2017 20:36:29 +0000 (21:36 +0100)]
Fix non-ASCII characters in email subject when transporting w/ PHP
Tim Düsterhus [Fri, 24 Mar 2017 14:03:30 +0000 (15:03 +0100)]
Make RemoteFile::setTLS() compatible with disabled TLS 1.0
Marcel Werk [Wed, 22 Mar 2017 16:34:34 +0000 (17:34 +0100)]
Fixed sort order in tagged article list
Alexander Ebert [Wed, 15 Mar 2017 11:57:49 +0000 (12:57 +0100)]
Page handler failed to validate object existence
Marcel Werk [Tue, 14 Mar 2017 18:19:20 +0000 (19:19 +0100)]
Fixed issue caused by attachments with missing file type value
woltlab.com [Tue, 14 Mar 2017 17:31:52 +0000 (18:31 +0100)]
Updating minified JavaScript files
Marcel Werk [Tue, 14 Mar 2017 17:16:05 +0000 (18:16 +0100)]
Added updateButtonState event
Marcel Werk [Tue, 14 Mar 2017 17:15:53 +0000 (18:15 +0100)]
Fixed tag encoding issue
woltlab.com [Mon, 13 Mar 2017 17:46:51 +0000 (18:46 +0100)]
Updating minified JavaScript files
Marcel Werk [Mon, 13 Mar 2017 17:30:09 +0000 (18:30 +0100)]
Fixed duplicates in acl suggestions
woltlab.com [Mon, 13 Mar 2017 12:31:53 +0000 (13:31 +0100)]
Updating minified JavaScript files
Marcel Werk [Mon, 13 Mar 2017 12:18:30 +0000 (13:18 +0100)]
Fixed saving of delete reason
Marcel Werk [Sun, 12 Mar 2017 17:08:15 +0000 (18:08 +0100)]
Fixed missing consideration of module settings
Marcel Werk [Sun, 12 Mar 2017 11:25:17 +0000 (12:25 +0100)]
Fixed styling of disabled javascript warning
Alexander Ebert [Wed, 8 Mar 2017 08:49:30 +0000 (09:49 +0100)]
Merge pull request #2232 from ChristopherWalz/master
Add hasContent event
Christopher Walz [Tue, 7 Mar 2017 07:07:13 +0000 (15:07 +0800)]
Add hasContent event
Tim Düsterhus [Mon, 6 Mar 2017 19:47:00 +0000 (20:47 +0100)]
Fix typos in English mail contents
woltlab.com [Sun, 5 Mar 2017 01:16:49 +0000 (02:16 +0100)]
Updating minified JavaScript files
Tim Düsterhus [Sun, 5 Mar 2017 01:04:31 +0000 (02:04 +0100)]
Fix regression of
5324611c30069603bb767707f0aafb6b4a2b07c9
This makes the grammar ambiguous, but jison generates the correct
parser.
woltlab.com [Fri, 3 Mar 2017 17:01:52 +0000 (18:01 +0100)]
Updating minified JavaScript files
Marcel Werk [Fri, 3 Mar 2017 16:50:00 +0000 (17:50 +0100)]
Fixed redirect url in quick login overlay
Marcel Werk [Thu, 2 Mar 2017 16:18:20 +0000 (17:18 +0100)]
Fixed follow/ignore buttons in birthday overlay
woltlab.com [Thu, 2 Mar 2017 15:16:50 +0000 (16:16 +0100)]
Updating minified JavaScript files
Marcel Werk [Thu, 2 Mar 2017 15:14:01 +0000 (16:14 +0100)]
Fixed duplicates in tag input
Marcel Werk [Thu, 2 Mar 2017 13:57:14 +0000 (14:57 +0100)]
Fixed undefined variable in paid subscritions box
woltlab.com [Thu, 2 Mar 2017 12:31:50 +0000 (13:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 2 Mar 2017 12:16:02 +0000 (13:16 +0100)]
Fixed callback for smooth scrolling
Marcel Werk [Thu, 2 Mar 2017 11:28:07 +0000 (12:28 +0100)]
Fixed paddings in sidebar menus