GitHub/WoltLab/WCF.git
9 years agoFixed text selection for quote in Internet Explorer
Alexander Ebert [Sat, 13 Dec 2014 13:35:43 +0000 (14:35 +0100)]
Fixed text selection for quote in Internet Explorer

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

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

9 years agoVisualizing [tt] causes an unreliable behavior
Alexander Ebert [Sat, 13 Dec 2014 00:54:14 +0000 (01:54 +0100)]
Visualizing [tt] causes an unreliable behavior

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 23:11:45 +0000 (00:11 +0100)]
Updating minified JavaScript files

9 years agoFixed a few issues related to multi-line list items
Alexander Ebert [Fri, 12 Dec 2014 23:09:17 +0000 (00:09 +0100)]
Fixed a few issues related to multi-line list items

9 years agoFixed wrong variable name in user update
Marcel Werk [Fri, 12 Dec 2014 21:25:52 +0000 (22:25 +0100)]
Fixed wrong variable name in user update

Closes #1852

9 years agoFixed list issue in messageBody
Marcel Werk [Fri, 12 Dec 2014 21:23:28 +0000 (22:23 +0100)]
Fixed list issue in messageBody

9 years agoAdded missing module setting check
Marcel Werk [Fri, 12 Dec 2014 20:54:22 +0000 (21:54 +0100)]
Added missing module setting check

9 years agoFixed erroneous query
Alexander Ebert [Fri, 12 Dec 2014 20:19:52 +0000 (21:19 +0100)]
Fixed erroneous query

9 years agoFixed moderation queue dropdown returning all items
Alexander Ebert [Fri, 12 Dec 2014 18:26:24 +0000 (19:26 +0100)]
Fixed moderation queue dropdown returning all items

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 17:56:45 +0000 (18:56 +0100)]
Updating minified JavaScript files

9 years agoDouble-clicking a user panel item forwards to 'show all' URL
Alexander Ebert [Fri, 12 Dec 2014 17:53:28 +0000 (18:53 +0100)]
Double-clicking a user panel item forwards to 'show all' URL

9 years agoAdded missing space
Alexander Ebert [Fri, 12 Dec 2014 15:25:06 +0000 (16:25 +0100)]
Added missing space

9 years agoLowering time until notifications are deleted from 60 to 14 days
Alexander Ebert [Fri, 12 Dec 2014 15:11:27 +0000 (16:11 +0100)]
Lowering time until notifications are deleted from 60 to 14 days

The previous value was a bit much considering that a lot of notifications can be yielded during that timespan and the primary intention of this option is to prevent building a huge pile or notifications in database.

9 years agoFilling up moderation dropdown with outstanding queues
Alexander Ebert [Fri, 12 Dec 2014 15:07:34 +0000 (16:07 +0100)]
Filling up moderation dropdown with outstanding queues

9 years agoFixed fetching queues was still using the outdated logic
Alexander Ebert [Fri, 12 Dec 2014 13:49:58 +0000 (14:49 +0100)]
Fixed fetching queues was still using the outdated logic

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Dec 2014 12:51:45 +0000 (13:51 +0100)]
Updating minified JavaScript files

9 years agoImproved loading behavior for user panel items
Alexander Ebert [Fri, 12 Dec 2014 12:46:10 +0000 (13:46 +0100)]
Improved loading behavior for user panel items

9 years agoRemoved unnecessary code
Alexander Ebert [Fri, 12 Dec 2014 12:27:19 +0000 (13:27 +0100)]
Removed unnecessary code

9 years agoUnified return value for markAllAs*()
Alexander Ebert [Fri, 12 Dec 2014 12:26:06 +0000 (13:26 +0100)]
Unified return value for markAllAs*()

9 years agoAdded proper moderation queue dropdown handling
Alexander Ebert [Fri, 12 Dec 2014 12:24:46 +0000 (13:24 +0100)]
Added proper moderation queue dropdown handling

9 years agoChanged build order
Alexander Ebert [Fri, 12 Dec 2014 12:24:18 +0000 (13:24 +0100)]
Changed build order

9 years agoFix possible undefined index notice in SQLParser
Tim Düsterhus [Fri, 12 Dec 2014 00:26:41 +0000 (01:26 +0100)]
Fix possible undefined index notice in SQLParser

9 years agoMerge branch '2.0'
Tim Düsterhus [Fri, 12 Dec 2014 00:17:36 +0000 (01:17 +0100)]
Merge branch '2.0'

9 years agoMerge branch 'sigsegv' into 2.0
Tim Düsterhus [Fri, 12 Dec 2014 00:17:23 +0000 (01:17 +0100)]
Merge branch 'sigsegv' into 2.0

9 years agoDisable highlighting for codes longer than 16KiB
Tim Düsterhus [Fri, 12 Dec 2014 00:10:53 +0000 (01:10 +0100)]
Disable highlighting for codes longer than 16KiB

9 years agoUse atomic group to match quotes in Highlighter.class.php
Tim Düsterhus [Thu, 11 Dec 2014 23:51:27 +0000 (00:51 +0100)]
Use atomic group to match quotes in Highlighter.class.php

This modification is safe, as backtracking the contents of the
parentheses will not help finding a match anyway, as the part
between the parentheses cannot match the closing quote character.

Previously PCRE would have build up a huge stack of backtracking
states for strings containing a single quote character and a large
number of other characters, leading to stack overflow and SIGSEGV
as the final result.

9 years agoFixed scrollbar y-rail visible without being active
Alexander Ebert [Thu, 11 Dec 2014 16:25:14 +0000 (17:25 +0100)]
Fixed scrollbar y-rail visible without being active

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Dec 2014 16:11:47 +0000 (17:11 +0100)]
Updating minified JavaScript files

9 years agoFixed dropdowns staying if a secondary is being opened
Alexander Ebert [Thu, 11 Dec 2014 16:06:54 +0000 (17:06 +0100)]
Fixed dropdowns staying if a secondary is being opened

9 years agoHide loading overlay for user panel requests
Alexander Ebert [Thu, 11 Dec 2014 16:06:39 +0000 (17:06 +0100)]
Hide loading overlay for user panel requests

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Dec 2014 13:31:47 +0000 (14:31 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 11 Dec 2014 13:30:34 +0000 (14:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoAdded 'mark as read' system for moderation queue items
Marcel Werk [Thu, 11 Dec 2014 13:30:18 +0000 (14:30 +0100)]
Added 'mark as read' system for moderation queue items

9 years agoFixed marking notifications as read
Alexander Ebert [Wed, 10 Dec 2014 20:25:36 +0000 (21:25 +0100)]
Fixed marking notifications as read

9 years agoFixed z-index issue preventing clicks on scrollbar
Alexander Ebert [Wed, 10 Dec 2014 13:27:49 +0000 (14:27 +0100)]
Fixed z-index issue preventing clicks on scrollbar

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 10 Dec 2014 02:21:46 +0000 (03:21 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 10 Dec 2014 02:18:40 +0000 (03:18 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
com.woltlab.wcf/templates/headIncludeJavaScript.tpl

9 years agoNotification dropdown overhaul
Alexander Ebert [Wed, 10 Dec 2014 02:17:00 +0000 (03:17 +0100)]
Notification dropdown overhaul

9 years agoProperly prevent session fixation in every case
Tim Düsterhus [Tue, 9 Dec 2014 20:42:46 +0000 (21:42 +0100)]
Properly prevent session fixation in every case

9 years agoAdd reCAPTCHA v2 support for users w/o JavaScript
Tim Düsterhus [Tue, 9 Dec 2014 18:38:11 +0000 (19:38 +0100)]
Add reCAPTCHA v2 support for users w/o JavaScript

9 years agoRemoved obsolete labels in user search form
Marcel Werk [Tue, 9 Dec 2014 15:38:03 +0000 (16:38 +0100)]
Removed obsolete labels in user search form

9 years agoAdded missing updates of media providers
Marcel Werk [Tue, 9 Dec 2014 13:45:20 +0000 (14:45 +0100)]
Added missing updates of media providers

9 years agoChanged default value of the time column in wcf1_like to 1
Marcel Werk [Tue, 9 Dec 2014 13:34:59 +0000 (14:34 +0100)]
Changed default value of the time column in wcf1_like to 1

9 years agoAdded menu item name as attribute
Marcel Werk [Mon, 8 Dec 2014 22:49:47 +0000 (23:49 +0100)]
Added menu item name as attribute

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 8 Dec 2014 19:22:08 +0000 (20:22 +0100)]
Updating minified JavaScript files

9 years agoExtend WCF.Option.Handler implementation
Matthias Schmidt [Mon, 8 Dec 2014 19:18:13 +0000 (20:18 +0100)]
Extend WCF.Option.Handler implementation

WCF.Option.Handler now supports file input fields and option types with multiple form elements (like radiobuttons).

9 years agoFix log out deleting every virtual session
Tim Düsterhus [Sun, 7 Dec 2014 20:58:59 +0000 (21:58 +0100)]
Fix log out deleting every virtual session

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 7 Dec 2014 15:52:08 +0000 (16:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed typo in comment
Marcel Werk [Sun, 7 Dec 2014 15:51:54 +0000 (16:51 +0100)]
Fixed typo in comment

9 years agoFix typo in comment
Matthias Schmidt [Sun, 7 Dec 2014 13:37:43 +0000 (14:37 +0100)]
Fix typo in comment

9 years agoFixed wrong gravatar file extensions
Marcel Werk [Sat, 6 Dec 2014 19:23:24 +0000 (20:23 +0100)]
Fixed wrong gravatar file extensions

9 years agoMade activity point overlay accessible on members list
Marcel Werk [Sat, 6 Dec 2014 02:18:15 +0000 (03:18 +0100)]
Made activity point overlay accessible on members list

9 years agoFixed like loading issue
Marcel Werk [Sat, 6 Dec 2014 01:22:32 +0000 (02:22 +0100)]
Fixed like loading issue

9 years agoImproved title and description for URL rewrite option
Alexander Ebert [Fri, 5 Dec 2014 21:02:30 +0000 (22:02 +0100)]
Improved title and description for URL rewrite option

9 years agoUsing FQN due to class name collision
Alexander Ebert [Fri, 5 Dec 2014 18:18:05 +0000 (19:18 +0100)]
Using FQN due to class name collision

9 years agoFixed class imports
Alexander Ebert [Fri, 5 Dec 2014 16:28:59 +0000 (17:28 +0100)]
Fixed class imports

9 years agoFixed use-statement order
Alexander Ebert [Fri, 5 Dec 2014 16:10:42 +0000 (17:10 +0100)]
Fixed use-statement order

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 5 Dec 2014 16:01:48 +0000 (17:01 +0100)]
Updating minified JavaScript files

9 years agoPrevent a weird issue in Chrome for Android
Alexander Ebert [Fri, 5 Dec 2014 15:55:52 +0000 (16:55 +0100)]
Prevent a weird issue in Chrome for Android

Chrome for Android somtimes report an empty value for a text input if the previously typed-in character is an underscore. For some reason the event is not properly bound to the original "this"-context, yielding unexpected results. To clarify this, I have no idea why it happens, thus I simply work-around it and ignore it for the time being.

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 5 Dec 2014 01:24:39 +0000 (02:24 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed empty editor behaving different on iOS
Alexander Ebert [Fri, 5 Dec 2014 01:24:22 +0000 (02:24 +0100)]
Fixed empty editor behaving different on iOS

9 years agoFix update script
Tim Düsterhus [Thu, 4 Dec 2014 21:42:51 +0000 (22:42 +0100)]
Fix update script

9 years agoMerge branch 'recaptcha'
Tim Düsterhus [Thu, 4 Dec 2014 20:44:15 +0000 (21:44 +0100)]
Merge branch 'recaptcha'

9 years agoNuke reCAPTCHA OEM key during update and for new installations
Tim Düsterhus [Thu, 4 Dec 2014 20:42:35 +0000 (21:42 +0100)]
Nuke reCAPTCHA OEM key during update and for new installations

9 years agoImplement Recaptcha V2
Tim Düsterhus [Thu, 4 Dec 2014 20:42:16 +0000 (21:42 +0100)]
Implement Recaptcha V2

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 4 Dec 2014 19:37:15 +0000 (20:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoOverhauled usage of quotation marks / improved user online location strings
Marcel Werk [Thu, 4 Dec 2014 19:37:01 +0000 (20:37 +0100)]
Overhauled usage of quotation marks / improved user online location strings

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 4 Dec 2014 17:46:44 +0000 (18:46 +0100)]
Updating minified JavaScript files

9 years agoMoved wmonkeypatch.*Selection -> wutil, fixed selection saving
Alexander Ebert [Thu, 4 Dec 2014 17:41:25 +0000 (18:41 +0100)]
Moved wmonkeypatch.*Selection -> wutil, fixed selection saving

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 4 Dec 2014 12:56:44 +0000 (13:56 +0100)]
Updating minified JavaScript files

9 years agoImageViewer could not properly find the thumbnail for attachment tab
Alexander Ebert [Thu, 4 Dec 2014 12:54:51 +0000 (13:54 +0100)]
ImageViewer could not properly find the thumbnail for attachment tab

9 years agoFirefox does not allow SVG filters loaded from domains != origin
Alexander Ebert [Thu, 4 Dec 2014 12:26:41 +0000 (13:26 +0100)]
Firefox does not allow SVG filters loaded from domains != origin

Firefox 35+ seems to support the native filter property values, possibly remove the SVG filter at all: http://caniuse.com/#search=filter

9 years agoFix SessionHandler setting cookie for ACP sessions
Tim Düsterhus [Wed, 3 Dec 2014 19:27:24 +0000 (20:27 +0100)]
Fix SessionHandler setting cookie for ACP sessions

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 3 Dec 2014 18:32:42 +0000 (19:32 +0100)]
Updating minified JavaScript files

9 years agoAdd JavaScript support for a024d6a4
Matthias Schmidt [Wed, 3 Dec 2014 18:29:18 +0000 (19:29 +0100)]
Add JavaScript support for a024d6a4

9 years agoFixed behavior of big attachments
Alexander Ebert [Tue, 2 Dec 2014 23:59:56 +0000 (00:59 +0100)]
Fixed behavior of big attachments

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 2 Dec 2014 21:26:56 +0000 (22:26 +0100)]
Updating minified JavaScript files

9 years agoImproved notification links to mark items as confirmed
Alexander Ebert [Tue, 2 Dec 2014 21:24:05 +0000 (22:24 +0100)]
Improved notification links to mark items as confirmed

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 2 Dec 2014 13:56:45 +0000 (14:56 +0100)]
Updating minified JavaScript files

9 years agoAttempt to fix formatting on iOS
Alexander Ebert [Tue, 2 Dec 2014 13:55:08 +0000 (14:55 +0100)]
Attempt to fix formatting on iOS

9 years agoMerge branch 'session'
Tim Düsterhus [Tue, 2 Dec 2014 02:07:21 +0000 (03:07 +0100)]
Merge branch 'session'

9 years agoMatch usernames with up to one space in PreParserAtUserListener
Tim Düsterhus [Tue, 2 Dec 2014 02:06:59 +0000 (03:06 +0100)]
Match usernames with up to one space in PreParserAtUserListener

9 years agoProperly resolve conflicting UNIQUE KEY in virtual sessions
Tim Düsterhus [Tue, 2 Dec 2014 01:23:00 +0000 (02:23 +0100)]
Properly resolve conflicting UNIQUE KEY in virtual sessions

9 years agoPrevent session fixation attacks
Tim Düsterhus [Tue, 2 Dec 2014 01:22:30 +0000 (02:22 +0100)]
Prevent session fixation attacks

9 years agoRemove obsolete code in SessionHandler.class.php
Tim Düsterhus [Tue, 2 Dec 2014 01:20:29 +0000 (02:20 +0100)]
Remove obsolete code in SessionHandler.class.php

9 years agoProperly support $hideSession if virtual sessions are enabled
Tim Düsterhus [Tue, 2 Dec 2014 00:54:01 +0000 (01:54 +0100)]
Properly support $hideSession if virtual sessions are enabled

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 1 Dec 2014 15:56:45 +0000 (16:56 +0100)]
Updating minified JavaScript files

9 years agoFixed extended quick reply
Alexander Ebert [Mon, 1 Dec 2014 15:53:49 +0000 (16:53 +0100)]
Fixed extended quick reply

9 years agoMerge branch '2.0'
Alexander Ebert [Sun, 30 Nov 2014 15:20:57 +0000 (16:20 +0100)]
Merge branch '2.0'

9 years agoFixed condition (Thank you @joshuaruesweg)
Alexander Ebert [Sun, 30 Nov 2014 15:20:19 +0000 (16:20 +0100)]
Fixed condition (Thank you @joshuaruesweg)

9 years agoProperly assigning a language id for like user activity events
Alexander Ebert [Sun, 30 Nov 2014 15:18:46 +0000 (16:18 +0100)]
Properly assigning a language id for like user activity events

9 years agoMerge branch '2.0'
Alexander Ebert [Sun, 30 Nov 2014 10:38:11 +0000 (11:38 +0100)]
Merge branch '2.0'

9 years agoFixed cronjobs executing during offline mode
Alexander Ebert [Sun, 30 Nov 2014 10:37:20 +0000 (11:37 +0100)]
Fixed cronjobs executing during offline mode

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 30 Nov 2014 00:51:44 +0000 (01:51 +0100)]
Updating minified JavaScript files

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

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 agoUpdating minified JavaScript files
woltlab.com [Sat, 29 Nov 2014 21:06:44 +0000 (22:06 +0100)]
Updating minified JavaScript files

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