GitHub/WoltLab/WCF.git
9 years agofix icon style
Joshua Rüsweg [Sun, 26 Oct 2014 19:28:42 +0000 (20:28 +0100)]
fix icon style

https://beta.woltlab.com/?thread/39-unsauberes-icon/&postID=135#post135

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 26 Oct 2014 18:36:54 +0000 (19:36 +0100)]
Updating minified JavaScript files

9 years agoFixed inserting attachments
Alexander Ebert [Sun, 26 Oct 2014 18:35:47 +0000 (19:35 +0100)]
Fixed inserting attachments

9 years agoFixed bad JS source
Alexander Ebert [Sun, 26 Oct 2014 18:35:39 +0000 (19:35 +0100)]
Fixed bad JS source

9 years agoFixed visuals
Alexander Ebert [Sun, 26 Oct 2014 18:35:27 +0000 (19:35 +0100)]
Fixed visuals

9 years agoFixed editor font size on mobile devices
Alexander Ebert [Sun, 26 Oct 2014 16:11:22 +0000 (17:11 +0100)]
Fixed editor font size on mobile devices

9 years agoFix possible use of undefined index in HTTPRequest
Tim Düsterhus [Sun, 26 Oct 2014 12:35:37 +0000 (13:35 +0100)]
Fix possible use of undefined index in HTTPRequest

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 26 Oct 2014 00:41:53 +0000 (02:41 +0200)]
Updating minified JavaScript files

9 years agoFixed image button and table button placement
Alexander Ebert [Sun, 26 Oct 2014 00:38:40 +0000 (02:38 +0200)]
Fixed image button and table button placement

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 25 Oct 2014 12:56:52 +0000 (14:56 +0200)]
Updating minified JavaScript files

9 years agoMerge branch '2.0'
Alexander Ebert [Sat, 25 Oct 2014 12:52:33 +0000 (14:52 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/WCF.min.js

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 25 Oct 2014 12:50:59 +0000 (14:50 +0200)]
Updating minified JavaScript files

9 years agoFixed overflowing sitemap tabs
Alexander Ebert [Sat, 25 Oct 2014 12:47:53 +0000 (14:47 +0200)]
Fixed overflowing sitemap tabs

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 25 Oct 2014 10:16:54 +0000 (12:16 +0200)]
Updating minified JavaScript files

9 years agoFixed some editor issues and visuals
Alexander Ebert [Sat, 25 Oct 2014 10:12:15 +0000 (12:12 +0200)]
Fixed some editor issues and visuals

9 years agoFixed a few issues related to "stuck" full quote buttons
Alexander Ebert [Sat, 25 Oct 2014 10:11:57 +0000 (12:11 +0200)]
Fixed a few issues related to "stuck" full quote buttons

9 years agoFix HTTPRequest blocking indefinitely under certain circumstances
Tim Düsterhus [Fri, 24 Oct 2014 16:22:26 +0000 (18:22 +0200)]
Fix HTTPRequest blocking indefinitely under certain circumstances

If a misbehaving server is ignoring our Connection: Close and the
reply does not contain a newline fgets() will block. Now the content
length is explicitly checked and only the needed bytes are read, instead
of relying on a proper EOF.

9 years agoFixed wrong default value in tag edit form
Marcel Werk [Fri, 24 Oct 2014 14:50:41 +0000 (16:50 +0200)]
Fixed wrong default value in tag edit form

9 years agoAdded missing target=_blank attribute
Marcel Werk [Thu, 23 Oct 2014 23:03:04 +0000 (01:03 +0200)]
Added missing target=_blank attribute

9 years agoAdded Soundcloud sets as a new media provider
Marcel Werk [Thu, 23 Oct 2014 22:40:02 +0000 (00:40 +0200)]
Added Soundcloud sets as a new media provider

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 22 Oct 2014 17:06:55 +0000 (19:06 +0200)]
Updating minified JavaScript files

9 years agoMerge pull request #1830 from joshuaruesweg/patch-38
Tim Düsterhus [Wed, 22 Oct 2014 17:03:29 +0000 (19:03 +0200)]
Merge pull request #1830 from joshuaruesweg/patch-38

fix error handling in guest-wcf dialog

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 21 Oct 2014 21:01:56 +0000 (23:01 +0200)]
Updating minified JavaScript files

9 years agoFixed purging autosaved content upon submit
Alexander Ebert [Tue, 21 Oct 2014 21:00:23 +0000 (23:00 +0200)]
Fixed purging autosaved content upon submit

9 years agoUse a different cookie prefix to prevent conflicts with earlier WCF installations
Alexander Ebert [Tue, 21 Oct 2014 20:30:09 +0000 (22:30 +0200)]
Use a different cookie prefix to prevent conflicts with earlier WCF installations

The prefix 'wcf_' was already used in WCF 1.x and users migrating from this version sometimes have issues with conflicting cookies sent by their browsers. Using a different prefix (affects fresh installs only) should prevent this.

We should update the prefix with each WCF release to prevent this issue from every coming up again.

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 21 Oct 2014 20:21:56 +0000 (22:21 +0200)]
Updating minified JavaScript files

9 years agoUpdated to Redactor 10.0.2
Alexander Ebert [Tue, 21 Oct 2014 20:18:00 +0000 (22:18 +0200)]
Updated to Redactor 10.0.2

9 years agoFixed editor visible in quick reply
Alexander Ebert [Tue, 21 Oct 2014 20:16:31 +0000 (22:16 +0200)]
Fixed editor visible in quick reply

9 years agoRemoved PATH_INFO check
Alexander Ebert [Tue, 21 Oct 2014 19:46:37 +0000 (21:46 +0200)]
Removed PATH_INFO check

9 years agofix error handling in guest-wcf dialog
Joshua Rüsweg [Tue, 21 Oct 2014 19:15:16 +0000 (21:15 +0200)]
fix error handling in guest-wcf dialog

Is currently writing as a guest a response to a comment and choose for example an blocked name, the dialog is closed anyway, instead of displaying the error message.

9 years agoMerge pull request #1829 from joshuaruesweg/patch-37
Matthias Schmidt [Tue, 21 Oct 2014 15:47:09 +0000 (17:47 +0200)]
Merge pull request #1829 from joshuaruesweg/patch-37

prevent ```Undefined variable: captchaObjectType```

9 years agoprevent ```Undefined variable: captchaObjectType```
Joshua Rüsweg [Tue, 21 Oct 2014 12:59:54 +0000 (14:59 +0200)]
prevent ```Undefined variable: captchaObjectType```

If you disable the captcha, you get when creating a commentary the error message: Undefined variable: captchaObjectType on line 610 and 614. This pull request fixes the bug.

9 years agoFix ordering of imports in NotificationPresetSettingsForm
Tim Düsterhus [Sat, 18 Oct 2014 23:14:05 +0000 (01:14 +0200)]
Fix ordering of imports in NotificationPresetSettingsForm

9 years agoMerge branch '2.0'
Tim Düsterhus [Sat, 18 Oct 2014 23:04:35 +0000 (01:04 +0200)]
Merge branch '2.0'

9 years agoFix grammar in wcf.comment.error.floodControl
Tim Düsterhus [Sat, 18 Oct 2014 23:04:17 +0000 (01:04 +0200)]
Fix grammar in wcf.comment.error.floodControl

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 17 Oct 2014 17:51:23 +0000 (19:51 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoAdded function to change notification preset settings in the ACP
Marcel Werk [Fri, 17 Oct 2014 17:51:12 +0000 (19:51 +0200)]
Added function to change notification preset settings in the ACP

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 17 Oct 2014 00:16:52 +0000 (02:16 +0200)]
Updating minified JavaScript files

9 years agoAdded support for clicking into the void after a quote
Alexander Ebert [Fri, 17 Oct 2014 00:12:55 +0000 (02:12 +0200)]
Added support for clicking into the void after a quote

9 years agoAllow completely disabling the edit history
Tim Düsterhus [Thu, 16 Oct 2014 20:41:58 +0000 (22:41 +0200)]
Allow completely disabling the edit history

9 years agoFix edge case in Diff.class.php causing it to error out
Tim Düsterhus [Thu, 16 Oct 2014 20:38:45 +0000 (22:38 +0200)]
Fix edge case in Diff.class.php causing it to error out

Previously it was possible for the startOffset and endOffset to overlap
for certain arrays, causing the algorithm to completely fall apart.

9 years agoImprove edit_history_expiration description
Tim Düsterhus [Thu, 16 Oct 2014 19:10:08 +0000 (21:10 +0200)]
Improve edit_history_expiration description

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 15 Oct 2014 16:11:54 +0000 (18:11 +0200)]
Updating minified JavaScript files

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 15 Oct 2014 16:06:59 +0000 (18:06 +0200)]
Updating minified JavaScript files

9 years agoFixed wrong icon var
Alexander Ebert [Wed, 15 Oct 2014 14:44:52 +0000 (16:44 +0200)]
Fixed wrong icon var

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 14 Oct 2014 19:41:54 +0000 (21:41 +0200)]
Updating minified JavaScript files

9 years agoFixed button titles for non-core buttons
Alexander Ebert [Tue, 14 Oct 2014 19:36:15 +0000 (21:36 +0200)]
Fixed button titles for non-core buttons

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 14 Oct 2014 18:06:52 +0000 (20:06 +0200)]
Updating minified JavaScript files

9 years agoFixed empty dropdown menus behaving weird
Alexander Ebert [Tue, 14 Oct 2014 18:01:07 +0000 (20:01 +0200)]
Fixed empty dropdown menus behaving weird

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 14 Oct 2014 17:36:54 +0000 (19:36 +0200)]
Updating minified JavaScript files

9 years agoAdded option to submit additional parameter when executing the 'getMapMarkers' action
Marcel Werk [Tue, 14 Oct 2014 17:34:24 +0000 (19:34 +0200)]
Added option to submit additional parameter when executing the 'getMapMarkers' action

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 13 Oct 2014 21:21:53 +0000 (23:21 +0200)]
Updating minified JavaScript files

9 years agoFixed a few issues
Alexander Ebert [Mon, 13 Oct 2014 21:15:58 +0000 (23:15 +0200)]
Fixed a few issues

9 years agoMerge pull request #1827 from CobbleCity/patch-1
Marcel Werk [Mon, 13 Oct 2014 13:41:03 +0000 (15:41 +0200)]
Merge pull request #1827 from CobbleCity/patch-1

Fixed PHPDoc

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 13 Oct 2014 13:31:53 +0000 (15:31 +0200)]
Updating minified JavaScript files

9 years agoFixed cursor position when inserting a BBCode
Alexander Ebert [Mon, 13 Oct 2014 13:30:40 +0000 (15:30 +0200)]
Fixed cursor position when inserting a BBCode

9 years agoFixed PHPDoc
CobbleCity [Mon, 13 Oct 2014 13:09:59 +0000 (15:09 +0200)]
Fixed PHPDoc

9 years agoFixed PHPDoc
CobbleCity [Mon, 13 Oct 2014 13:08:59 +0000 (15:08 +0200)]
Fixed PHPDoc

9 years agoFixed PHPDoc
CobbleCity [Mon, 13 Oct 2014 12:59:23 +0000 (14:59 +0200)]
Fixed PHPDoc

9 years agoMerge pull request #1826 from CobbleCity/patch-1
Marcel Werk [Mon, 13 Oct 2014 11:13:01 +0000 (13:13 +0200)]
Merge pull request #1826 from CobbleCity/patch-1

Fixed PHPDoc

9 years agoFixed PHPDoc
CobbleCity [Mon, 13 Oct 2014 11:02:44 +0000 (13:02 +0200)]
Fixed PHPDoc

9 years agoMerge branch '2.0'
Tim Düsterhus [Sun, 12 Oct 2014 15:11:07 +0000 (17:11 +0200)]
Merge branch '2.0'

9 years agoFix SqlHighlighter in edge cases
Tim Düsterhus [Sun, 12 Oct 2014 15:10:42 +0000 (17:10 +0200)]
Fix SqlHighlighter in edge cases

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 11 Oct 2014 10:31:53 +0000 (12:31 +0200)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 11 Oct 2014 10:25:49 +0000 (12:25 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed some minor issues
Alexander Ebert [Sat, 11 Oct 2014 10:25:25 +0000 (12:25 +0200)]
Fixed some minor issues

9 years agoMerge pull request #1823 from SoftCreatR/patch-5
Marcel Werk [Fri, 10 Oct 2014 22:45:44 +0000 (00:45 +0200)]
Merge pull request #1823 from SoftCreatR/patch-5

Fix display of PHPInfoPage

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 10 Oct 2014 13:51:54 +0000 (15:51 +0200)]
Updating minified JavaScript files

9 years agoFixed some issues related to quotes and smileys
Alexander Ebert [Fri, 10 Oct 2014 13:50:43 +0000 (15:50 +0200)]
Fixed some issues related to quotes and smileys

9 years agoFixed a few minor issues
Alexander Ebert [Fri, 10 Oct 2014 09:56:05 +0000 (11:56 +0200)]
Fixed a few minor issues

9 years agoFix DatabaseObjectDecorator::getData() calls
Matthias Schmidt [Thu, 9 Oct 2014 18:04:37 +0000 (20:04 +0200)]
Fix DatabaseObjectDecorator::getData() calls

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 9 Oct 2014 16:21:54 +0000 (18:21 +0200)]
Updating minified JavaScript files

9 years agoAdapt mentions implementation to latest changes in 2.0
Matthias Schmidt [Thu, 9 Oct 2014 16:18:52 +0000 (18:18 +0200)]
Adapt mentions implementation to latest changes in 2.0

9 years agoUpdated English translation
Alexander Ebert [Thu, 9 Oct 2014 14:19:57 +0000 (16:19 +0200)]
Updated English translation

9 years agoRemoved obsolete language variable
Marcel Werk [Thu, 9 Oct 2014 12:43:57 +0000 (14:43 +0200)]
Removed obsolete language variable

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 9 Oct 2014 12:43:15 +0000 (14:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoAdded missing descriptions
Marcel Werk [Thu, 9 Oct 2014 12:43:06 +0000 (14:43 +0200)]
Added missing descriptions

9 years agoUpdated English translation
Alexander Ebert [Thu, 9 Oct 2014 11:45:47 +0000 (13:45 +0200)]
Updated English translation

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 8 Oct 2014 20:15:04 +0000 (22:15 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
wcfsetup/install/lang/en.xml

9 years agoAdded missing descriptions (WIP)
Marcel Werk [Wed, 8 Oct 2014 16:26:04 +0000 (18:26 +0200)]
Added missing descriptions (WIP)

9 years agoUpdated English translation
Alexander Ebert [Wed, 8 Oct 2014 15:27:23 +0000 (17:27 +0200)]
Updated English translation

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 20:11:52 +0000 (22:11 +0200)]
Updating minified JavaScript files

9 years agoResolved a few issues
Alexander Ebert [Tue, 7 Oct 2014 20:10:03 +0000 (22:10 +0200)]
Resolved a few issues

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 15:21:53 +0000 (17:21 +0200)]
Updating minified JavaScript files

9 years agoFixed IIFE
Alexander Ebert [Tue, 7 Oct 2014 15:18:09 +0000 (17:18 +0200)]
Fixed IIFE

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 15:11:52 +0000 (17:11 +0200)]
Updating minified JavaScript files

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 13:31:53 +0000 (15:31 +0200)]
Updating minified JavaScript files

9 years agoFixed a few issues
Alexander Ebert [Tue, 7 Oct 2014 13:30:08 +0000 (15:30 +0200)]
Fixed a few issues

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 13:01:54 +0000 (15:01 +0200)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 7 Oct 2014 12:59:03 +0000 (14:59 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoMoved 3rd party stuff into WCF.Assets.js and enabled JS strict mode
Alexander Ebert [Tue, 7 Oct 2014 12:58:47 +0000 (14:58 +0200)]
Moved 3rd party stuff into WCF.Assets.js and enabled JS strict mode

9 years agoMerge pull request #1824 from SoftCreatR/patch-6
Marcel Werk [Tue, 7 Oct 2014 12:57:31 +0000 (14:57 +0200)]
Merge pull request #1824 from SoftCreatR/patch-6

Add Safari Mobile Browser Detection

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 12:51:52 +0000 (14:51 +0200)]
Updating minified JavaScript files

9 years agoFixed autosave
Alexander Ebert [Tue, 7 Oct 2014 12:47:20 +0000 (14:47 +0200)]
Fixed autosave

9 years agoAdded Safari Mobile Browser Detection
Sascha Greuel [Tue, 7 Oct 2014 12:46:53 +0000 (14:46 +0200)]
Added Safari Mobile Browser Detection

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 7 Oct 2014 10:21:52 +0000 (12:21 +0200)]
Updating minified JavaScript files

9 years agoSome adjustments for Redactor 10.0.1
Alexander Ebert [Tue, 7 Oct 2014 10:20:22 +0000 (12:20 +0200)]
Some adjustments for Redactor 10.0.1

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 6 Oct 2014 18:11:52 +0000 (20:11 +0200)]
Updating minified JavaScript files

9 years agoUpload plugin now works w/ Redactor 10
Alexander Ebert [Mon, 6 Oct 2014 18:10:50 +0000 (20:10 +0200)]
Upload plugin now works w/ Redactor 10

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 6 Oct 2014 13:59:58 +0000 (15:59 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF