GitHub/WoltLab/WCF.git
10 years agoProperly preserve smilies by adding a leading whitespace
Alexander Ebert [Wed, 24 Dec 2014 13:10:40 +0000 (14:10 +0100)]
Properly preserve smilies by adding a leading whitespace

10 years agoMerge pull request #1858 from max-m/patch-14
Tim Düsterhus [Tue, 23 Dec 2014 22:31:53 +0000 (23:31 +0100)]
Merge pull request #1858 from max-m/patch-14

Remove reference to NoCacheSource in CacheListPage

10 years agoRemove reference to NoCacheSource in CacheListPage
Maximilian Mader [Tue, 23 Dec 2014 22:16:18 +0000 (23:16 +0100)]
Remove reference to NoCacheSource in CacheListPage

The NoCacheSource has been deleted in f22a470b

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 23 Dec 2014 20:01:49 +0000 (21:01 +0100)]
Updating minified JavaScript files

10 years agoImproved pasting of content during WYSIWYG mode
Alexander Ebert [Tue, 23 Dec 2014 19:58:54 +0000 (20:58 +0100)]
Improved pasting of content during WYSIWYG mode

This of course fails if a page has a completely messed up markup e.g. Spiegel Online, but I cannot fix the view for them without messing up the other. The current approach deals best with the average content encountered, if it encounters messy markup it follows the simple rule: Garbage in, Garbage out.

10 years agoRemoved debug code
Alexander Ebert [Tue, 23 Dec 2014 19:03:50 +0000 (20:03 +0100)]
Removed debug code

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 23 Dec 2014 18:38:15 +0000 (19:38 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoOverhauled package update server API
Alexander Ebert [Tue, 23 Dec 2014 18:38:01 +0000 (19:38 +0100)]
Overhauled package update server API

10 years agoFix memory limit check in WCFSetup
Tim Düsterhus [Tue, 23 Dec 2014 15:58:47 +0000 (16:58 +0100)]
Fix memory limit check in WCFSetup

10 years agoFix use statement order
Matthias Schmidt [Tue, 23 Dec 2014 09:12:48 +0000 (10:12 +0100)]
Fix use statement order

10 years agoAdd IImageAdapter::drawTextRelative()
Matthias Schmidt [Tue, 23 Dec 2014 08:29:31 +0000 (09:29 +0100)]
Add IImageAdapter::drawTextRelative()

10 years agoAdd missing checks in FileOptionType
Matthias Schmidt [Tue, 23 Dec 2014 08:07:31 +0000 (09:07 +0100)]
Add missing checks in FileOptionType

10 years agoAdd API to overlay image
Matthias Schmidt [Mon, 22 Dec 2014 09:58:12 +0000 (10:58 +0100)]
Add API to overlay image

10 years agoFix cropping of existing avatars
Matthias Schmidt [Mon, 22 Dec 2014 09:37:17 +0000 (10:37 +0100)]
Fix cropping of existing avatars

10 years agoUpdated implementation for package update servers
Alexander Ebert [Sun, 21 Dec 2014 18:08:26 +0000 (19:08 +0100)]
Updated implementation for package update servers

10 years agoFixed positioning of buttons w/ background-image
Alexander Ebert [Sun, 21 Dec 2014 16:17:00 +0000 (17:17 +0100)]
Fixed positioning of buttons w/ background-image

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 20 Dec 2014 00:11:46 +0000 (01:11 +0100)]
Updating minified JavaScript files

10 years agoMerge remote-tracking branch 'remotes/origin/proxyCertificate'
Alexander Ebert [Sat, 20 Dec 2014 00:06:48 +0000 (01:06 +0100)]
Merge remote-tracking branch 'remotes/origin/proxyCertificate'

10 years agoFixed nested lists causing superfluous trailing newlines
Alexander Ebert [Sat, 20 Dec 2014 00:06:01 +0000 (01:06 +0100)]
Fixed nested lists causing superfluous trailing newlines

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 19 Dec 2014 19:26:47 +0000 (20:26 +0100)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Marcel Werk [Fri, 19 Dec 2014 18:51:14 +0000 (19:51 +0100)]
Merge branch '2.0'

10 years agoFixed broken title encoding in image viewer
Marcel Werk [Fri, 19 Dec 2014 18:37:14 +0000 (19:37 +0100)]
Fixed broken title encoding in image viewer

10 years agoMerge pull request #1854 from max-m/patch-13
Alexander Ebert [Fri, 19 Dec 2014 11:38:22 +0000 (12:38 +0100)]
Merge pull request #1854 from max-m/patch-13

Fix issue when uninstalling applications

10 years agoProperly support certificate validation if a HTTP proxy is used
Tim Düsterhus [Wed, 17 Dec 2014 23:51:00 +0000 (00:51 +0100)]
Properly support certificate validation if a HTTP proxy is used

10 years agoRevert "Properly support certificate validation if a HTTP proxy is used"
Tim Düsterhus [Thu, 18 Dec 2014 21:44:36 +0000 (22:44 +0100)]
Revert "Properly support certificate validation if a HTTP proxy is used"

This reverts commit c79b8fcb3e9db22ac5b4c558a8ed7a3d68f3eb80.

10 years agoMerge branch 'codesniff'
Tim Düsterhus [Thu, 18 Dec 2014 21:42:36 +0000 (22:42 +0100)]
Merge branch 'codesniff'

10 years agoAdd some more sane Code Sniffs and fix smelling code
Tim Düsterhus [Thu, 18 Dec 2014 21:37:55 +0000 (22:37 +0100)]
Add some more sane Code Sniffs and fix smelling code

10 years agoAdapt K&R brace style code sniff to our needs
Tim Düsterhus [Thu, 18 Dec 2014 20:57:55 +0000 (21:57 +0100)]
Adapt K&R brace style code sniff to our needs

10 years agoProperly support certificate validation if a HTTP proxy is used
Tim Düsterhus [Wed, 17 Dec 2014 23:51:00 +0000 (00:51 +0100)]
Properly support certificate validation if a HTTP proxy is used

10 years agoUse docker based travis builds
Tim Düsterhus [Thu, 18 Dec 2014 20:30:26 +0000 (21:30 +0100)]
Use docker based travis builds

10 years agoPreparing release 2.1.0 Beta 2 2.1.0_Beta_2
Alexander Ebert [Thu, 18 Dec 2014 17:23:31 +0000 (18:23 +0100)]
Preparing release 2.1.0 Beta 2

10 years agoAdded missing phrase
Alexander Ebert [Thu, 18 Dec 2014 16:52:55 +0000 (17:52 +0100)]
Added missing phrase

10 years agoMerge pull request #1855 from ChristopherWalz/master
Matthias Schmidt [Thu, 18 Dec 2014 15:02:08 +0000 (16:02 +0100)]
Merge pull request #1855 from ChristopherWalz/master

typos

10 years agoChanged JS execution order, now mostly in sync w/ the frontend
Alexander Ebert [Thu, 18 Dec 2014 14:59:59 +0000 (15:59 +0100)]
Changed JS execution order, now mostly in sync w/ the frontend

10 years agoAdded JS-based pagination for phrase management
Alexander Ebert [Thu, 18 Dec 2014 14:58:35 +0000 (15:58 +0100)]
Added JS-based pagination for phrase management

10 years agotypos
Christopher Walz [Thu, 18 Dec 2014 14:38:43 +0000 (15:38 +0100)]
typos

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 18 Dec 2014 13:01:48 +0000 (14:01 +0100)]
Updating minified JavaScript files

10 years agoMoved image handling further down to avoid required whitespaces chopped of
Alexander Ebert [Thu, 18 Dec 2014 12:57:12 +0000 (13:57 +0100)]
Moved image handling further down to avoid required whitespaces chopped of

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 18 Dec 2014 01:41:46 +0000 (02:41 +0100)]
Updating minified JavaScript files

10 years agoRenamed variable, YUI Compressor treats "float" as reserved word
Alexander Ebert [Thu, 18 Dec 2014 01:38:10 +0000 (02:38 +0100)]
Renamed variable, YUI Compressor treats "float" as reserved word

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 18 Dec 2014 01:36:45 +0000 (02:36 +0100)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 18 Dec 2014 01:32:00 +0000 (02:32 +0100)]
Updating minified JavaScript files

10 years agoFixed argument list
Alexander Ebert [Thu, 18 Dec 2014 01:19:16 +0000 (02:19 +0100)]
Fixed argument list

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 18 Dec 2014 01:06:46 +0000 (02:06 +0100)]
Updating minified JavaScript files

10 years agoImproved handling of images and image attachments
Alexander Ebert [Thu, 18 Dec 2014 01:02:20 +0000 (02:02 +0100)]
Improved handling of images and image attachments

10 years agoFix typo in de.xml
Tim Düsterhus [Wed, 17 Dec 2014 23:05:56 +0000 (00:05 +0100)]
Fix typo in de.xml

10 years agoRemove obsolete <enableoptions> from HTTP_ENABLE_GZIP
Tim Düsterhus [Wed, 17 Dec 2014 22:07:19 +0000 (23:07 +0100)]
Remove obsolete <enableoptions> from HTTP_ENABLE_GZIP

10 years agoRemove HTTP_GZIP_LEVEL option
Tim Düsterhus [Wed, 17 Dec 2014 22:04:45 +0000 (23:04 +0100)]
Remove HTTP_GZIP_LEVEL option

10 years agoProperly support an empty escape in Highlighter.class.php
Tim Düsterhus [Tue, 16 Dec 2014 22:52:54 +0000 (23:52 +0100)]
Properly support an empty escape in Highlighter.class.php

10 years agoFixed uploading packages as styles
Alexander Ebert [Wed, 17 Dec 2014 12:02:37 +0000 (13:02 +0100)]
Fixed uploading packages as styles

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 17 Dec 2014 00:16:47 +0000 (01:16 +0100)]
Updating minified JavaScript files

10 years agoFixed text nodes being direct editor childNodes breaking stuff
Alexander Ebert [Wed, 17 Dec 2014 00:13:44 +0000 (01:13 +0100)]
Fixed text nodes being direct editor childNodes breaking stuff

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Dec 2014 23:26:48 +0000 (00:26 +0100)]
Updating minified JavaScript files

10 years agoFixed variable reference
Alexander Ebert [Tue, 16 Dec 2014 23:24:46 +0000 (00:24 +0100)]
Fixed variable reference

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Dec 2014 22:06:46 +0000 (23:06 +0100)]
Updating minified JavaScript files

10 years agoAdded [CTRL] + [Y] to redo (in addition to [CTRL] + [SHIFT] + [Z])
Alexander Ebert [Tue, 16 Dec 2014 22:00:57 +0000 (23:00 +0100)]
Added [CTRL] + [Y] to redo (in addition to [CTRL] + [SHIFT] + [Z])

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Dec 2014 21:46:46 +0000 (22:46 +0100)]
Updating minified JavaScript files

10 years agoDisabled [Ctrl/Meta] + [S] on mobile devices
Alexander Ebert [Tue, 16 Dec 2014 21:45:09 +0000 (22:45 +0100)]
Disabled [Ctrl/Meta] + [S] on mobile devices

10 years agoFix issue when uninstalling applications
Maximilian Mader [Tue, 16 Dec 2014 20:03:52 +0000 (21:03 +0100)]
Fix issue when uninstalling applications

This prevents a call to a member function getPrimaryController() on a non-object in Route.class.php and allows uninstallation of applications again.

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Dec 2014 14:51:45 +0000 (15:51 +0100)]
Updating minified JavaScript files

10 years agoImproved handling of inline formatting tags
Alexander Ebert [Tue, 16 Dec 2014 14:46:56 +0000 (15:46 +0100)]
Improved handling of inline formatting tags

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Dec 2014 12:41:46 +0000 (13:41 +0100)]
Updating minified JavaScript files

10 years agoImproved handling of newlines in list items
Alexander Ebert [Tue, 16 Dec 2014 12:38:47 +0000 (13:38 +0100)]
Improved handling of newlines in list items

10 years agoself cannot be used inside a closure (at least not in PHP 5.3)
Alexander Ebert [Tue, 16 Dec 2014 12:26:06 +0000 (13:26 +0100)]
self cannot be used inside a closure (at least not in PHP 5.3)

10 years agoOverhauled error handling in Database classes
Alexander Ebert [Mon, 15 Dec 2014 15:56:35 +0000 (16:56 +0100)]
Overhauled error handling in Database classes

Since we're no longer using prepared statement emulation, prepares fail at another stage which did not properly report the actual error message.

Additionally I've changed the error mode to actually throw exceptions rather than bogus non-success return values like 'false'.

10 years agoWork-around for PHP 5.3.3 randomly failing in uasort()
Alexander Ebert [Mon, 15 Dec 2014 15:53:48 +0000 (16:53 +0100)]
Work-around for PHP 5.3.3 randomly failing in uasort()

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 15 Dec 2014 14:46:46 +0000 (15:46 +0100)]
Updating minified JavaScript files

10 years agoImproved selection handling
Alexander Ebert [Mon, 15 Dec 2014 14:44:01 +0000 (15:44 +0100)]
Improved selection handling

10 years agoFixed use-statement order
Alexander Ebert [Mon, 15 Dec 2014 13:04:35 +0000 (14:04 +0100)]
Fixed use-statement order

10 years agoMoved supportsSSL() from HTTPRequest to RemoteFile
Alexander Ebert [Mon, 15 Dec 2014 12:57:00 +0000 (13:57 +0100)]
Moved supportsSSL() from HTTPRequest to RemoteFile

10 years agoUpdated URL for pluginstore widget (not yet available!)
Alexander Ebert [Mon, 15 Dec 2014 12:56:44 +0000 (13:56 +0100)]
Updated URL for pluginstore widget (not yet available!)

10 years agoFixed some issues related to the plugin-store purchase query
Alexander Ebert [Mon, 15 Dec 2014 01:13:24 +0000 (02:13 +0100)]
Fixed some issues related to the plugin-store purchase query

10 years agoUpdated translation
Alexander Ebert [Sun, 14 Dec 2014 21:59:29 +0000 (22:59 +0100)]
Updated translation

10 years agoWork-around for glob() randomly failing for no reason
Alexander Ebert [Sun, 14 Dec 2014 21:08:01 +0000 (22:08 +0100)]
Work-around for glob() randomly failing for no reason

Closes #1835

10 years agoAdd missing language item for moderation JavaScript
Matthias Schmidt [Sun, 14 Dec 2014 19:48:24 +0000 (20:48 +0100)]
Add missing language item for moderation JavaScript

10 years agoFix removal of old gravatars in AvatarEditForm
Tim Düsterhus [Sun, 14 Dec 2014 19:31:28 +0000 (20:31 +0100)]
Fix removal of old gravatars in AvatarEditForm

10 years agoAdd missing "Can view tag" permission language item
Matthias Schmidt [Sun, 14 Dec 2014 19:04:37 +0000 (20:04 +0100)]
Add missing "Can view tag" permission language item

10 years agoImprove comment in codeBBCodeTag.tpl 2.1.0_Beta_1
Tim Düsterhus [Sun, 14 Dec 2014 16:54:12 +0000 (17:54 +0100)]
Improve comment in codeBBCodeTag.tpl

10 years agoImprove behaviour of collapsed code boxes
Tim Düsterhus [Sun, 14 Dec 2014 16:45:51 +0000 (17:45 +0100)]
Improve behaviour of collapsed code boxes

10 years agoMerge branch '2.0'
Tim Düsterhus [Sun, 14 Dec 2014 16:19:29 +0000 (17:19 +0100)]
Merge branch '2.0'

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 14 Dec 2014 16:05:44 +0000 (17:05 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoReverted broken list optimizations in messageBody
Marcel Werk [Sun, 14 Dec 2014 16:05:33 +0000 (17:05 +0100)]
Reverted broken list optimizations in messageBody

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

10 years agoiOS does not support unprefixed "transform"
Alexander Ebert [Sun, 14 Dec 2014 15:53:58 +0000 (16:53 +0100)]
iOS does not support unprefixed "transform"

10 years agoFixed inserting quotes fail if editor is not visible yet
Alexander Ebert [Sun, 14 Dec 2014 15:51:07 +0000 (16:51 +0100)]
Fixed inserting quotes fail if editor is not visible yet

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 14 Dec 2014 15:37:46 +0000 (16:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoUpdated WCF_VERSION
Alexander Ebert [Sun, 14 Dec 2014 15:37:32 +0000 (16:37 +0100)]
Updated WCF_VERSION

10 years agoMerge pull request #1853 from joshuaruesweg/patch-46
Alexander Ebert [Sun, 14 Dec 2014 15:25:16 +0000 (16:25 +0100)]
Merge pull request #1853 from joshuaruesweg/patch-46

fix cronjobLogList navigation

10 years agofix cronjobLogList navigation
Joshua Rüsweg [Sun, 14 Dec 2014 14:08:42 +0000 (15:08 +0100)]
fix cronjobLogList navigation

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 14 Dec 2014 14:01:47 +0000 (15:01 +0100)]
Updating minified JavaScript files

10 years agoWork-around for legacy notification messages w/o a link
Alexander Ebert [Sun, 14 Dec 2014 13:56:38 +0000 (14:56 +0100)]
Work-around for legacy notification messages w/o a link

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 14 Dec 2014 13:06:45 +0000 (14:06 +0100)]
Updating minified JavaScript files

10 years agoRemoving linebreak after [/quote] in getText()
Alexander Ebert [Sun, 14 Dec 2014 13:05:20 +0000 (14:05 +0100)]
Removing linebreak after [/quote] in getText()

10 years agoRemoved debug output
Alexander Ebert [Sun, 14 Dec 2014 12:58:12 +0000 (13:58 +0100)]
Removed debug output

10 years agoPreparing release 2.1.0 Beta 1
Alexander Ebert [Sun, 14 Dec 2014 12:32:09 +0000 (13:32 +0100)]
Preparing release 2.1.0 Beta 1

10 years agoFix use order
Matthias Schmidt [Sun, 14 Dec 2014 11:03:15 +0000 (12:03 +0100)]
Fix use order

10 years agoAdd file option type
Matthias Schmidt [Sun, 14 Dec 2014 10:46:41 +0000 (11:46 +0100)]
Add file option type

10 years agoMake checkboxes option type available for user options
Matthias Schmidt [Sun, 14 Dec 2014 10:30:29 +0000 (11:30 +0100)]
Make checkboxes option type available for user options

10 years agoAdd checkboxes option type
Matthias Schmidt [Sun, 14 Dec 2014 10:28:52 +0000 (11:28 +0100)]
Add checkboxes option type

10 years agoAdded WCF 2.0 package update servers
Alexander Ebert [Sun, 14 Dec 2014 02:58:27 +0000 (03:58 +0100)]
Added WCF 2.0 package update servers