woltlab.com [Sat, 29 Nov 2014 21:06:44 +0000 (22:06 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sat, 29 Nov 2014 21:01:59 +0000 (22:01 +0100)]
Manually preserving special characters being replaced by Redactor
woltlab.com [Sat, 29 Nov 2014 19:36:44 +0000 (20:36 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sat, 29 Nov 2014 19:29:45 +0000 (20:29 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 29 Nov 2014 19:29:22 +0000 (20:29 +0100)]
work-around for Chrome on iOS
woltlab.com [Sat, 29 Nov 2014 02:11:46 +0000 (03:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sat, 29 Nov 2014 02:08:38 +0000 (03:08 +0100)]
ImageViewer can now be closed by clicking into the empty space
This is disabled on mobile devices due to the lack of precision when tapping on a spot, preventing accidental closing. In general this is not really required on mobile devices because the close button is rather big and easily reachable with a minimum of finger movement.
woltlab.com [Sat, 29 Nov 2014 00:21:45 +0000 (01:21 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sat, 29 Nov 2014 00:20:01 +0000 (01:20 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 29 Nov 2014 00:18:37 +0000 (01:18 +0100)]
Disabling zoom if image viewer is open
Alexander Ebert [Sat, 29 Nov 2014 00:16:06 +0000 (01:16 +0100)]
Fixing HTML insert issues
Marcel Werk [Fri, 28 Nov 2014 23:33:32 +0000 (00:33 +0100)]
Fixed table overflow issues in webkit (for now)
woltlab.com [Fri, 28 Nov 2014 19:31:49 +0000 (20:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 19:28:26 +0000 (20:28 +0100)]
Using JavaScript to detect iOS devices
The "overflow: hidden" is required to fix the famous zoom bug on orientation change in iOS Safari, sadly the work-around using the event listener for device acceleration is not always reliable.
The previous code caused Chrome on Android to block scrolling if a visible element with "position: fixed" is present (for whatever reason, enlight me Google!), which is for example the case if the quote overlay is present.
woltlab.com [Fri, 28 Nov 2014 12:26:53 +0000 (13:26 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 12:21:03 +0000 (13:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 28 Nov 2014 12:20:49 +0000 (13:20 +0100)]
Fixed notification dropdown behavior
woltlab.com [Fri, 28 Nov 2014 10:26:56 +0000 (11:26 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 10:25:40 +0000 (11:25 +0100)]
Merge pull request #1849 from CobbleCity/patch-2
Added missing $
CobbleCity [Fri, 28 Nov 2014 10:24:50 +0000 (11:24 +0100)]
Added missing $
Tim Düsterhus [Fri, 28 Nov 2014 01:20:42 +0000 (02:20 +0100)]
Update .travis.yml
Alexander Ebert [Fri, 28 Nov 2014 01:12:12 +0000 (02:12 +0100)]
Fixed static reference
Alexander Ebert [Fri, 28 Nov 2014 00:50:02 +0000 (01:50 +0100)]
Fallback to base64-encoded favicon for multiple domain setups
Favico.js uses a <canvas> to draw the badge, but this will fail if the accessed domain is foo.example.com and the favicon was served from bar.example.com. This is caused by the fact that the <canvas> is considered tainted once an external image has been loaded and thus refuses to export the resulting image.
Roughly 99.99% of all setups use only a single domain, thus there is absolutely no change in this case. This change adresses potentially issues when running a multiple-domain setup.
woltlab.com [Fri, 28 Nov 2014 00:36:54 +0000 (01:36 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 00:35:21 +0000 (01:35 +0100)]
Removed debug code
woltlab.com [Fri, 28 Nov 2014 00:31:54 +0000 (01:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 00:26:56 +0000 (01:26 +0100)]
Fixed document.createTreeWalker call in Opera 12.17 and IE 9/10
Alexander Ebert [Fri, 28 Nov 2014 00:23:54 +0000 (01:23 +0100)]
Fixed issue with quote detection in Opera 12.17
woltlab.com [Fri, 28 Nov 2014 00:06:53 +0000 (01:06 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 28 Nov 2014 00:03:44 +0000 (01:03 +0100)]
Fixed flexible menu displaying more items than it should
Alexander Ebert [Thu, 27 Nov 2014 17:56:15 +0000 (18:56 +0100)]
Disabled text-selection for spoiler bbcode
woltlab.com [Thu, 27 Nov 2014 16:01:57 +0000 (17:01 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 27 Nov 2014 15:59:16 +0000 (16:59 +0100)]
Improved bad selection causing issues when inserting HTML
woltlab.com [Thu, 27 Nov 2014 15:16:55 +0000 (16:16 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 27 Nov 2014 15:13:37 +0000 (16:13 +0100)]
Added a visual separator for new notifications
Alexander Ebert [Thu, 27 Nov 2014 14:48:31 +0000 (15:48 +0100)]
Fixed unconfirmed notifications showing in the wrong order
Alexander Ebert [Thu, 27 Nov 2014 12:14:58 +0000 (13:14 +0100)]
Fixed the offline page yielding an error
woltlab.com [Thu, 27 Nov 2014 11:11:55 +0000 (12:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 27 Nov 2014 11:10:16 +0000 (12:10 +0100)]
Merge pull request #1846 from ChristopherWalz/master
Added a class for unconfirmed notifications
Christopher Walz [Thu, 27 Nov 2014 10:59:16 +0000 (11:59 +0100)]
Added a class for unconfirmed notifications
Alexander Ebert [Thu, 27 Nov 2014 10:50:04 +0000 (11:50 +0100)]
Fixed use-statements
woltlab.com [Thu, 27 Nov 2014 01:26:53 +0000 (02:26 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 27 Nov 2014 01:24:42 +0000 (02:24 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 26 Nov 2014 19:21:17 +0000 (20:21 +0100)]
Overhauled notification system behavior
woltlab.com [Wed, 26 Nov 2014 19:27:25 +0000 (20:27 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Wed, 26 Nov 2014 19:24:26 +0000 (20:24 +0100)]
Add WCF.Location.GoogleMaps.SuggestionMap
Marcel Werk [Wed, 26 Nov 2014 18:21:49 +0000 (19:21 +0100)]
Merge branch '2.0'
Marcel Werk [Wed, 26 Nov 2014 18:17:20 +0000 (19:17 +0100)]
Fixed calculation issue in like rebuild worker
woltlab.com [Wed, 26 Nov 2014 01:11:54 +0000 (02:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 26 Nov 2014 01:09:57 +0000 (02:09 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 26 Nov 2014 01:09:43 +0000 (02:09 +0100)]
Removing embedded attachments upon delete from WYSIWYG view
woltlab.com [Wed, 26 Nov 2014 00:21:56 +0000 (01:21 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 26 Nov 2014 00:20:33 +0000 (01:20 +0100)]
Fixed a few issues related to attachment management
Marcel Werk [Wed, 26 Nov 2014 00:03:11 +0000 (01:03 +0100)]
Added additional __toString() method
Marcel Werk [Wed, 26 Nov 2014 00:02:15 +0000 (01:02 +0100)]
Merge branch '2.0'
Marcel Werk [Tue, 25 Nov 2014 23:58:21 +0000 (00:58 +0100)]
Fixed wrong meta tag name
Marcel Werk [Tue, 25 Nov 2014 22:04:12 +0000 (23:04 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 25 Nov 2014 22:04:00 +0000 (23:04 +0100)]
Added missing mobile optimization for edit history
Tim Düsterhus [Tue, 25 Nov 2014 20:03:30 +0000 (21:03 +0100)]
Merge pull request #1844 from MenesesEvandro/patch-1
Update en.xml
Alexander Ebert [Tue, 25 Nov 2014 19:57:01 +0000 (20:57 +0100)]
Merge branch '2.0'
MenesesEvandro [Tue, 25 Nov 2014 19:56:42 +0000 (17:56 -0200)]
Update en.xml
Just fix the translation from "occured" to "occurred".
Alexander Ebert [Tue, 25 Nov 2014 19:56:02 +0000 (20:56 +0100)]
Fixed comment
woltlab.com [Tue, 25 Nov 2014 19:42:04 +0000 (20:42 +0100)]
Updating minified JavaScript files
Alexander Ebert [Tue, 25 Nov 2014 19:37:31 +0000 (20:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Nov 2014 19:37:15 +0000 (20:37 +0100)]
work-around for weird localStorage behavior in Safari OS X/iOS
woltlab.com [Tue, 25 Nov 2014 18:42:00 +0000 (19:42 +0100)]
Updating minified JavaScript files
Marcel Werk [Tue, 25 Nov 2014 18:40:44 +0000 (19:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 25 Nov 2014 18:40:32 +0000 (19:40 +0100)]
Fixed issues in recent activity context switch
woltlab.com [Tue, 25 Nov 2014 18:26:53 +0000 (19:26 +0100)]
Updating minified JavaScript files
Alexander Ebert [Tue, 25 Nov 2014 18:25:14 +0000 (19:25 +0100)]
Fixed NS_ERROR_FAILURE in Firefox related to code.showCode()
Invoking setSelectionRange() on a <textarea> contained in a hidden element (display: none) will invoke NS_ERROR_FAILURE without any further error message. This is an attempt to work around by code.showCode() which is unaware of this fact.
woltlab.com [Tue, 25 Nov 2014 16:11:56 +0000 (17:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Tue, 25 Nov 2014 16:07:12 +0000 (17:07 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Nov 2014 16:07:01 +0000 (17:07 +0100)]
Fixed [Ctrl] + [Tab] in <textarea> in Firefox on Mac OS X
woltlab.com [Tue, 25 Nov 2014 15:51:55 +0000 (16:51 +0100)]
Updating minified JavaScript files
Marcel Werk [Tue, 25 Nov 2014 15:46:03 +0000 (16:46 +0100)]
Merge branch '2.0'
Alexander Ebert [Tue, 25 Nov 2014 15:45:20 +0000 (16:45 +0100)]
Preserve <ul> from losing its style attribute
Marcel Werk [Tue, 25 Nov 2014 15:16:57 +0000 (16:16 +0100)]
Fixed broken detection of void elements in truncateHTML()
woltlab.com [Mon, 24 Nov 2014 22:51:54 +0000 (23:51 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 22:50:34 +0000 (23:50 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 24 Nov 2014 22:50:20 +0000 (23:50 +0100)]
Disabled black magic for Internet Explorer
Tim Düsterhus [Sun, 23 Nov 2014 23:53:46 +0000 (00:53 +0100)]
Remove user merge modes that could possibly create duplicate emails
woltlab.com [Mon, 24 Nov 2014 22:02:03 +0000 (23:02 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 21:58:39 +0000 (22:58 +0100)]
Going wild with pointer-events
woltlab.com [Mon, 24 Nov 2014 17:21:54 +0000 (18:21 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 17:19:38 +0000 (18:19 +0100)]
Prevent matching the very own master key
woltlab.com [Mon, 24 Nov 2014 16:11:56 +0000 (17:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 16:08:11 +0000 (17:08 +0100)]
Notification items can now be clicked directly
woltlab.com [Mon, 24 Nov 2014 12:06:54 +0000 (13:06 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 12:05:26 +0000 (13:05 +0100)]
Fixed a few issues related to attachment management
Alexander Ebert [Mon, 24 Nov 2014 12:05:13 +0000 (13:05 +0100)]
Improved styling of small button groups
woltlab.com [Mon, 24 Nov 2014 11:41:55 +0000 (12:41 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 11:36:15 +0000 (12:36 +0100)]
Resolved a few issues
woltlab.com [Mon, 24 Nov 2014 01:21:55 +0000 (02:21 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 01:19:36 +0000 (02:19 +0100)]
Fixed selection saving if no selection exists
woltlab.com [Mon, 24 Nov 2014 00:56:53 +0000 (01:56 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 24 Nov 2014 00:54:42 +0000 (01:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 24 Nov 2014 00:54:24 +0000 (01:54 +0100)]
Using a more reliable way to save the caret position
blur() isn't that great with Firefox because getSelection() already contains the new range and focusout is not supported.
Marcel Werk [Mon, 24 Nov 2014 00:45:18 +0000 (01:45 +0100)]
Fixed missing smilies in mail notifications
Tim Düsterhus [Sun, 23 Nov 2014 22:20:17 +0000 (23:20 +0100)]
Fixup bad commit
faaa6c7: Fix some items being hidden in “Done” ModerationList
Alexander Ebert [Sun, 23 Nov 2014 22:10:15 +0000 (23:10 +0100)]
Fixed wrong notification order for confirmed notifications