GitHub/WoltLab/WCF.git
9 years agoFixed notification update on session keep alive
Alexander Ebert [Sun, 30 Nov 2014 00:47:58 +0000 (01:47 +0100)]
Fixed notification update on session keep alive

9 years agoManually preserving special characters being replaced by Redactor
Alexander Ebert [Sat, 29 Nov 2014 21:01:59 +0000 (22:01 +0100)]
Manually preserving special characters being replaced by Redactor

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 29 Nov 2014 19:36:44 +0000 (20:36 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 29 Nov 2014 19:29:45 +0000 (20:29 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agowork-around for Chrome on iOS
Alexander Ebert [Sat, 29 Nov 2014 19:29:22 +0000 (20:29 +0100)]
work-around for Chrome on iOS

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 29 Nov 2014 02:11:46 +0000 (03:11 +0100)]
Updating minified JavaScript files

9 years agoImageViewer can now be closed by clicking into the empty space
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.

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 29 Nov 2014 00:21:45 +0000 (01:21 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 29 Nov 2014 00:20:01 +0000 (01:20 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoDisabling zoom if image viewer is open
Alexander Ebert [Sat, 29 Nov 2014 00:18:37 +0000 (01:18 +0100)]
Disabling zoom if image viewer is open

9 years agoFixing HTML insert issues
Alexander Ebert [Sat, 29 Nov 2014 00:16:06 +0000 (01:16 +0100)]
Fixing HTML insert issues

9 years agoFixed table overflow issues in webkit (for now)
Marcel Werk [Fri, 28 Nov 2014 23:33:32 +0000 (00:33 +0100)]
Fixed table overflow issues in webkit (for now)

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 19:31:49 +0000 (20:31 +0100)]
Updating minified JavaScript files

9 years agoUsing JavaScript to detect iOS devices
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.

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 12:26:53 +0000 (13:26 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 28 Nov 2014 12:21:03 +0000 (13:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed notification dropdown behavior
Alexander Ebert [Fri, 28 Nov 2014 12:20:49 +0000 (13:20 +0100)]
Fixed notification dropdown behavior

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 10:26:56 +0000 (11:26 +0100)]
Updating minified JavaScript files

9 years agoMerge pull request #1849 from CobbleCity/patch-2
Alexander Ebert [Fri, 28 Nov 2014 10:25:40 +0000 (11:25 +0100)]
Merge pull request #1849 from CobbleCity/patch-2

Added missing $

9 years agoAdded missing $
CobbleCity [Fri, 28 Nov 2014 10:24:50 +0000 (11:24 +0100)]
Added missing $

9 years agoUpdate .travis.yml
Tim Düsterhus [Fri, 28 Nov 2014 01:20:42 +0000 (02:20 +0100)]
Update .travis.yml

9 years agoFixed static reference
Alexander Ebert [Fri, 28 Nov 2014 01:12:12 +0000 (02:12 +0100)]
Fixed static reference

9 years agoFallback to base64-encoded favicon for multiple domain setups
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.

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 00:36:54 +0000 (01:36 +0100)]
Updating minified JavaScript files

9 years agoRemoved debug code
Alexander Ebert [Fri, 28 Nov 2014 00:35:21 +0000 (01:35 +0100)]
Removed debug code

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 00:31:54 +0000 (01:31 +0100)]
Updating minified JavaScript files

9 years agoFixed document.createTreeWalker call in Opera 12.17 and IE 9/10
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

9 years agoFixed issue with quote detection in Opera 12.17
Alexander Ebert [Fri, 28 Nov 2014 00:23:54 +0000 (01:23 +0100)]
Fixed issue with quote detection in Opera 12.17

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Nov 2014 00:06:53 +0000 (01:06 +0100)]
Updating minified JavaScript files

9 years agoFixed flexible menu displaying more items than it should
Alexander Ebert [Fri, 28 Nov 2014 00:03:44 +0000 (01:03 +0100)]
Fixed flexible menu displaying more items than it should

9 years agoDisabled text-selection for spoiler bbcode
Alexander Ebert [Thu, 27 Nov 2014 17:56:15 +0000 (18:56 +0100)]
Disabled text-selection for spoiler bbcode

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Nov 2014 16:01:57 +0000 (17:01 +0100)]
Updating minified JavaScript files

9 years agoImproved bad selection causing issues when inserting HTML
Alexander Ebert [Thu, 27 Nov 2014 15:59:16 +0000 (16:59 +0100)]
Improved bad selection causing issues when inserting HTML

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Nov 2014 15:16:55 +0000 (16:16 +0100)]
Updating minified JavaScript files

9 years agoAdded a visual separator for new notifications
Alexander Ebert [Thu, 27 Nov 2014 15:13:37 +0000 (16:13 +0100)]
Added a visual separator for new notifications

9 years agoFixed unconfirmed notifications showing in the wrong order
Alexander Ebert [Thu, 27 Nov 2014 14:48:31 +0000 (15:48 +0100)]
Fixed unconfirmed notifications showing in the wrong order

9 years agoFixed the offline page yielding an error
Alexander Ebert [Thu, 27 Nov 2014 12:14:58 +0000 (13:14 +0100)]
Fixed the offline page yielding an error

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Nov 2014 11:11:55 +0000 (12:11 +0100)]
Updating minified JavaScript files

9 years agoMerge pull request #1846 from ChristopherWalz/master
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

9 years agoAdded a class for unconfirmed notifications
Christopher Walz [Thu, 27 Nov 2014 10:59:16 +0000 (11:59 +0100)]
Added a class for unconfirmed notifications

9 years agoFixed use-statements
Alexander Ebert [Thu, 27 Nov 2014 10:50:04 +0000 (11:50 +0100)]
Fixed use-statements

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Nov 2014 01:26:53 +0000 (02:26 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 27 Nov 2014 01:24:42 +0000 (02:24 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoOverhauled notification system behavior
Alexander Ebert [Wed, 26 Nov 2014 19:21:17 +0000 (20:21 +0100)]
Overhauled notification system behavior

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Nov 2014 19:27:25 +0000 (20:27 +0100)]
Updating minified JavaScript files

9 years agoAdd WCF.Location.GoogleMaps.SuggestionMap
Matthias Schmidt [Wed, 26 Nov 2014 19:24:26 +0000 (20:24 +0100)]
Add WCF.Location.GoogleMaps.SuggestionMap

9 years agoMerge branch '2.0'
Marcel Werk [Wed, 26 Nov 2014 18:21:49 +0000 (19:21 +0100)]
Merge branch '2.0'

9 years agoFixed calculation issue in like rebuild worker
Marcel Werk [Wed, 26 Nov 2014 18:17:20 +0000 (19:17 +0100)]
Fixed calculation issue in like rebuild worker

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Nov 2014 01:11:54 +0000 (02:11 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 26 Nov 2014 01:09:57 +0000 (02:09 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoRemoving embedded attachments upon delete from WYSIWYG view
Alexander Ebert [Wed, 26 Nov 2014 01:09:43 +0000 (02:09 +0100)]
Removing embedded attachments upon delete from WYSIWYG view

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Nov 2014 00:21:56 +0000 (01:21 +0100)]
Updating minified JavaScript files

9 years agoFixed a few issues related to attachment management
Alexander Ebert [Wed, 26 Nov 2014 00:20:33 +0000 (01:20 +0100)]
Fixed a few issues related to attachment management

9 years agoAdded additional __toString() method
Marcel Werk [Wed, 26 Nov 2014 00:03:11 +0000 (01:03 +0100)]
Added additional __toString() method

9 years agoMerge branch '2.0'
Marcel Werk [Wed, 26 Nov 2014 00:02:15 +0000 (01:02 +0100)]
Merge branch '2.0'

9 years agoFixed wrong meta tag name
Marcel Werk [Tue, 25 Nov 2014 23:58:21 +0000 (00:58 +0100)]
Fixed wrong meta tag name

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 25 Nov 2014 22:04:12 +0000 (23:04 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoAdded missing mobile optimization for edit history
Marcel Werk [Tue, 25 Nov 2014 22:04:00 +0000 (23:04 +0100)]
Added missing mobile optimization for edit history

9 years agoMerge pull request #1844 from MenesesEvandro/patch-1
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

9 years agoMerge branch '2.0'
Alexander Ebert [Tue, 25 Nov 2014 19:57:01 +0000 (20:57 +0100)]
Merge branch '2.0'

9 years agoUpdate en.xml
MenesesEvandro [Tue, 25 Nov 2014 19:56:42 +0000 (17:56 -0200)]
Update en.xml

Just fix the translation from "occured" to "occurred".

9 years agoFixed comment
Alexander Ebert [Tue, 25 Nov 2014 19:56:02 +0000 (20:56 +0100)]
Fixed comment

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Nov 2014 19:42:04 +0000 (20:42 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Nov 2014 19:37:31 +0000 (20:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agowork-around for weird localStorage behavior in Safari OS X/iOS
Alexander Ebert [Tue, 25 Nov 2014 19:37:15 +0000 (20:37 +0100)]
work-around for weird localStorage behavior in Safari OS X/iOS

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Nov 2014 18:42:00 +0000 (19:42 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 25 Nov 2014 18:40:44 +0000 (19:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed issues in recent activity context switch
Marcel Werk [Tue, 25 Nov 2014 18:40:32 +0000 (19:40 +0100)]
Fixed issues in recent activity context switch

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Nov 2014 18:26:53 +0000 (19:26 +0100)]
Updating minified JavaScript files

9 years agoFixed NS_ERROR_FAILURE in Firefox related to code.showCode()
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.

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Nov 2014 16:11:56 +0000 (17:11 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Nov 2014 16:07:12 +0000 (17:07 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed [Ctrl] + [Tab] in <textarea> in Firefox on Mac OS X
Alexander Ebert [Tue, 25 Nov 2014 16:07:01 +0000 (17:07 +0100)]
Fixed [Ctrl] + [Tab] in <textarea> in Firefox on Mac OS X

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Nov 2014 15:51:55 +0000 (16:51 +0100)]
Updating minified JavaScript files

9 years agoMerge branch '2.0'
Marcel Werk [Tue, 25 Nov 2014 15:46:03 +0000 (16:46 +0100)]
Merge branch '2.0'

9 years agoPreserve <ul> from losing its style attribute
Alexander Ebert [Tue, 25 Nov 2014 15:45:20 +0000 (16:45 +0100)]
Preserve <ul> from losing its style attribute

9 years agoFixed broken detection of void elements in truncateHTML()
Marcel Werk [Tue, 25 Nov 2014 15:16:57 +0000 (16:16 +0100)]
Fixed broken detection of void elements in truncateHTML()

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 22:51:54 +0000 (23:51 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 24 Nov 2014 22:50:34 +0000 (23:50 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoDisabled black magic for Internet Explorer
Alexander Ebert [Mon, 24 Nov 2014 22:50:20 +0000 (23:50 +0100)]
Disabled black magic for Internet Explorer

9 years agoRemove user merge modes that could possibly create duplicate emails
Tim Düsterhus [Sun, 23 Nov 2014 23:53:46 +0000 (00:53 +0100)]
Remove user merge modes that could possibly create duplicate emails

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 22:02:03 +0000 (23:02 +0100)]
Updating minified JavaScript files

9 years agoGoing wild with pointer-events
Alexander Ebert [Mon, 24 Nov 2014 21:58:39 +0000 (22:58 +0100)]
Going wild with pointer-events

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 17:21:54 +0000 (18:21 +0100)]
Updating minified JavaScript files

9 years agoPrevent matching the very own master key
Alexander Ebert [Mon, 24 Nov 2014 17:19:38 +0000 (18:19 +0100)]
Prevent matching the very own master key

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 16:11:56 +0000 (17:11 +0100)]
Updating minified JavaScript files

9 years agoNotification items can now be clicked directly
Alexander Ebert [Mon, 24 Nov 2014 16:08:11 +0000 (17:08 +0100)]
Notification items can now be clicked directly

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 12:06:54 +0000 (13:06 +0100)]
Updating minified JavaScript files

9 years agoFixed a few issues related to attachment management
Alexander Ebert [Mon, 24 Nov 2014 12:05:26 +0000 (13:05 +0100)]
Fixed a few issues related to attachment management

9 years agoImproved styling of small button groups
Alexander Ebert [Mon, 24 Nov 2014 12:05:13 +0000 (13:05 +0100)]
Improved styling of small button groups

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 11:41:55 +0000 (12:41 +0100)]
Updating minified JavaScript files

9 years agoResolved a few issues
Alexander Ebert [Mon, 24 Nov 2014 11:36:15 +0000 (12:36 +0100)]
Resolved a few issues

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 01:21:55 +0000 (02:21 +0100)]
Updating minified JavaScript files

9 years agoFixed selection saving if no selection exists
Alexander Ebert [Mon, 24 Nov 2014 01:19:36 +0000 (02:19 +0100)]
Fixed selection saving if no selection exists

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 24 Nov 2014 00:56:53 +0000 (01:56 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 24 Nov 2014 00:54:42 +0000 (01:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoUsing a more reliable way to save the caret position
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.

9 years agoFixed missing smilies in mail notifications
Marcel Werk [Mon, 24 Nov 2014 00:45:18 +0000 (01:45 +0100)]
Fixed missing smilies in mail notifications

9 years agoFixup bad commit faaa6c7: Fix some items being hidden in “Done” ModerationList
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

9 years agoFixed wrong notification order for confirmed notifications
Alexander Ebert [Sun, 23 Nov 2014 22:10:15 +0000 (23:10 +0100)]
Fixed wrong notification order for confirmed notifications