GitHub/WoltLab/WCF.git
11 years agoFixed spelling unifyDirSeperator -> unifyDirSeparator
Alexander Ebert [Wed, 3 Jul 2013 14:18:06 +0000 (16:18 +0200)]
Fixed spelling unifyDirSeperator -> unifyDirSeparator

11 years agoFixed support for quotable objects without a parent
Alexander Ebert [Wed, 3 Jul 2013 13:26:08 +0000 (15:26 +0200)]
Fixed support for quotable objects without a parent

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 3 Jul 2013 12:23:43 +0000 (14:23 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed unpack() to support PHP 5.5
Alexander Ebert [Wed, 3 Jul 2013 12:22:30 +0000 (14:22 +0200)]
Fixed unpack() to support PHP 5.5

11 years agoSmall optimization
Marcel Werk [Wed, 3 Jul 2013 11:04:32 +0000 (13:04 +0200)]
Small optimization

11 years agoFixed check for safe mode
Alexander Ebert [Tue, 2 Jul 2013 22:51:22 +0000 (00:51 +0200)]
Fixed check for safe mode

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 2 Jul 2013 22:31:36 +0000 (00:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed import issues
Marcel Werk [Tue, 2 Jul 2013 22:31:22 +0000 (00:31 +0200)]
Fixed import issues

11 years agoMerge pull request #1398 from SoftCreatR/HTTPRequestFix
Marcel Werk [Tue, 2 Jul 2013 22:06:21 +0000 (15:06 -0700)]
Merge pull request #1398 from SoftCreatR/HTTPRequestFix

Improve http_build_query (fixes reCAPTCHA)

11 years agoImproved http_build_query (fixes reCAPTCHA)
Sascha Greuel [Tue, 2 Jul 2013 21:28:37 +0000 (23:28 +0200)]
Improved http_build_query (fixes reCAPTCHA)

As of PHP 5.3, the default seperator of http_build_query is
arg_separator.input, which is in some cases "&amp". This may cause some
unexpected problems i.e. reCAPTCHA doesn't work as intended.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 2 Jul 2013 19:12:05 +0000 (21:12 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoImproved error handling
Marcel Werk [Tue, 2 Jul 2013 19:11:53 +0000 (21:11 +0200)]
Improved error handling

11 years agoImproved iterator for nested categories
Alexander Ebert [Tue, 2 Jul 2013 19:09:26 +0000 (21:09 +0200)]
Improved iterator for nested categories

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 2 Jul 2013 14:35:46 +0000 (16:35 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded more import features
Marcel Werk [Tue, 2 Jul 2013 14:35:33 +0000 (16:35 +0200)]
Added more import features

11 years agoMerge pull request #1395 from ForkForce/bugfixes/save@StyleEditForm
Alexander Ebert [Tue, 2 Jul 2013 12:55:38 +0000 (05:55 -0700)]
Merge pull request #1395 from ForkForce/bugfixes/save@StyleEditForm

Corrected parent call

11 years agoCorrected parent call
Sebastian Teumert [Tue, 2 Jul 2013 12:04:36 +0000 (14:04 +0200)]
Corrected parent call

Now events are properly fired - first save, then later saved

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 2 Jul 2013 11:52:15 +0000 (13:52 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed path calculation upon WCFSetup
Alexander Ebert [Tue, 2 Jul 2013 11:51:58 +0000 (13:51 +0200)]
Fixed path calculation upon WCFSetup

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 2 Jul 2013 11:50:28 +0000 (13:50 +0200)]
Updating minified JavaScript files

11 years agoDisabling quoting of WYSIWYG content
Alexander Ebert [Tue, 2 Jul 2013 11:46:16 +0000 (13:46 +0200)]
Disabling quoting of WYSIWYG content

11 years agoFixed calculation of number of assigned moderation queues
Alexander Ebert [Tue, 2 Jul 2013 00:38:49 +0000 (02:38 +0200)]
Fixed calculation of number of assigned moderation queues

11 years agoAdded ability to disable redirect if WCF is embedded
Alexander Ebert [Mon, 1 Jul 2013 15:31:01 +0000 (17:31 +0200)]
Added ability to disable redirect if WCF is embedded

11 years agoFixed user edit form
Alexander Ebert [Mon, 1 Jul 2013 12:04:28 +0000 (14:04 +0200)]
Fixed user edit form

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 1 Jul 2013 11:38:39 +0000 (13:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed guessing of application path
Alexander Ebert [Mon, 1 Jul 2013 11:38:17 +0000 (13:38 +0200)]
Fixed guessing of application path

11 years agoMerge pull request #1391 from joshuaruesweg/patch-5
Tim Düsterhus [Sun, 30 Jun 2013 21:08:09 +0000 (14:08 -0700)]
Merge pull request #1391 from joshuaruesweg/patch-5

Update UserBulkProcessingForm.class.php

11 years agoAdded more import features
Marcel Werk [Sun, 30 Jun 2013 18:36:27 +0000 (20:36 +0200)]
Added more import features

11 years agoUpdate UserBulkProcessingForm.class.php
Joshua Rüsweg [Sun, 30 Jun 2013 16:19:27 +0000 (18:19 +0200)]
Update UserBulkProcessingForm.class.php

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 30 Jun 2013 14:16:28 +0000 (16:16 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded user import
Marcel Werk [Sun, 30 Jun 2013 14:16:13 +0000 (16:16 +0200)]
Added user import

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 30 Jun 2013 09:43:24 +0000 (11:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixes active ACP menu items
Matthias Schmidt [Sun, 30 Jun 2013 09:42:46 +0000 (11:42 +0200)]
Fixes active ACP menu items

11 years agoImproved worker process for data import
Alexander Ebert [Sun, 30 Jun 2013 00:28:47 +0000 (02:28 +0200)]
Improved worker process for data import

11 years agoFixes JavaScript error after failed package installation AJAX request
Matthias Schmidt [Sat, 29 Jun 2013 22:16:09 +0000 (00:16 +0200)]
Fixes JavaScript error after failed package installation AJAX request

… and adds documentation

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 29 Jun 2013 17:08:10 +0000 (19:08 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded data import function (WIP)
Marcel Werk [Sat, 29 Jun 2013 17:07:50 +0000 (19:07 +0200)]
Added data import function (WIP)

11 years agoAdded WCF.ACP.Importer
Alexander Ebert [Sat, 29 Jun 2013 15:54:12 +0000 (17:54 +0200)]
Added WCF.ACP.Importer

11 years agoImproved feedback during package installation
Alexander Ebert [Sat, 29 Jun 2013 14:04:37 +0000 (16:04 +0200)]
Improved feedback during package installation

11 years agoFixes English language items
Matthias Schmidt [Sat, 29 Jun 2013 08:06:07 +0000 (10:06 +0200)]
Fixes English language items

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Jun 2013 16:35:30 +0000 (18:35 +0200)]
Updating minified JavaScript files

11 years agoFixed mention suggestions in Internet Explorer
Alexander Ebert [Fri, 28 Jun 2013 16:31:05 +0000 (18:31 +0200)]
Fixed mention suggestions in Internet Explorer

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 28 Jun 2013 16:21:10 +0000 (18:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
com.woltlab.wcf/templates/wysiwygToolbar.tpl
wcfsetup/install/files/lib/system/bbcode/BBCodeHandler.class.php

11 years agoFixed check for available smilies
Alexander Ebert [Fri, 28 Jun 2013 16:19:28 +0000 (18:19 +0200)]
Fixed check for available smilies

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Jun 2013 15:25:39 +0000 (17:25 +0200)]
Updating minified JavaScript files

11 years agoFixes issues with available BBCodes
Matthias Schmidt [Fri, 28 Jun 2013 15:21:18 +0000 (17:21 +0200)]
Fixes issues with available BBCodes

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Fri, 28 Jun 2013 15:19:57 +0000 (17:19 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded missing class attribute
Alexander Ebert [Fri, 28 Jun 2013 14:59:20 +0000 (16:59 +0200)]
Added missing class attribute

11 years agoFixed check for InnoDB support ("have_innodb" was removed in 5.6)
Alexander Ebert [Fri, 28 Jun 2013 14:53:29 +0000 (16:53 +0200)]
Fixed check for InnoDB support ("have_innodb" was removed in 5.6)

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Fri, 28 Jun 2013 14:36:09 +0000 (16:36 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixes issue with excluded search values and ACL object list
Matthias Schmidt [Fri, 28 Jun 2013 14:35:57 +0000 (16:35 +0200)]
Fixes issue with excluded search values and ACL object list

11 years agoFixed use-statement order
Alexander Ebert [Fri, 28 Jun 2013 14:30:35 +0000 (16:30 +0200)]
Fixed use-statement order

11 years agoFixed @package phpDoc comment
Alexander Ebert [Fri, 28 Jun 2013 14:29:09 +0000 (16:29 +0200)]
Fixed @package phpDoc comment

11 years agoAdded missing maxSize data attribute
Alexander Ebert [Fri, 28 Jun 2013 14:24:45 +0000 (16:24 +0200)]
Added missing maxSize data attribute

11 years agoProperly handling pasted lists
Alexander Ebert [Fri, 28 Jun 2013 11:24:01 +0000 (13:24 +0200)]
Properly handling pasted lists

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 28 Jun 2013 11:20:14 +0000 (13:20 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed pasting of content separated with divs instead of new lines
Alexander Ebert [Fri, 28 Jun 2013 11:19:56 +0000 (13:19 +0200)]
Fixed pasting of content separated with divs instead of new lines

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Fri, 28 Jun 2013 09:31:15 +0000 (11:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdds availability consideration for BBCodes in CKEditor toolbar
Matthias Schmidt [Fri, 28 Jun 2013 09:30:35 +0000 (11:30 +0200)]
Adds availability consideration for BBCodes in CKEditor toolbar

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Jun 2013 08:40:23 +0000 (10:40 +0200)]
Updating minified JavaScript files

11 years agoFixes multiple CKEditors for user suggestions
Matthias Schmidt [Fri, 28 Jun 2013 08:37:15 +0000 (10:37 +0200)]
Fixes multiple CKEditors for user suggestions

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 28 Jun 2013 08:25:22 +0000 (10:25 +0200)]
Updating minified JavaScript files

11 years agoAdds user avatar to user search/suggestions
Matthias Schmidt [Fri, 28 Jun 2013 08:20:31 +0000 (10:20 +0200)]
Adds user avatar to user search/suggestions

11 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Jun 2013 20:10:41 +0000 (22:10 +0200)]
Updating minified JavaScript files

11 years agoImproved normalization of selected text
Alexander Ebert [Thu, 27 Jun 2013 20:06:58 +0000 (22:06 +0200)]
Improved normalization of selected text

11 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Jun 2013 17:50:29 +0000 (19:50 +0200)]
Updating minified JavaScript files

11 years agoIncreased delay for search suggestion clearing
Alexander Ebert [Thu, 27 Jun 2013 17:47:55 +0000 (19:47 +0200)]
Increased delay for search suggestion clearing

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 27 Jun 2013 17:45:34 +0000 (19:45 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded pre-upload filesize check
Alexander Ebert [Thu, 27 Jun 2013 17:45:04 +0000 (19:45 +0200)]
Added pre-upload filesize check

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 27 Jun 2013 17:37:47 +0000 (19:37 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed InnoDB check
Marcel Werk [Thu, 27 Jun 2013 17:37:35 +0000 (19:37 +0200)]
Fixed InnoDB check

11 years agoSimple stylesheet compression to save ~10% file size
Alexander Ebert [Thu, 27 Jun 2013 16:34:10 +0000 (18:34 +0200)]
Simple stylesheet compression to save ~10% file size

11 years agoWork-around for superfluous brackets
Alexander Ebert [Thu, 27 Jun 2013 03:45:42 +0000 (05:45 +0200)]
Work-around for superfluous brackets

11 years agoAdded ability to invoke a callback on worker completion
Alexander Ebert [Wed, 26 Jun 2013 17:29:46 +0000 (19:29 +0200)]
Added ability to invoke a callback on worker completion

11 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Jun 2013 13:25:23 +0000 (15:25 +0200)]
Updating minified JavaScript files

11 years agoFixes documentation
Matthias Schmidt [Wed, 26 Jun 2013 13:20:53 +0000 (15:20 +0200)]
Fixes documentation

11 years agoRemoves debug code
Matthias Schmidt [Wed, 26 Jun 2013 13:19:37 +0000 (15:19 +0200)]
Removes debug code

11 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Jun 2013 12:50:23 +0000 (14:50 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 26 Jun 2013 12:47:29 +0000 (14:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded support for pasting of tags
Alexander Ebert [Wed, 26 Jun 2013 12:47:05 +0000 (14:47 +0200)]
Added support for pasting of tags

11 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Jun 2013 12:45:22 +0000 (14:45 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Wed, 26 Jun 2013 12:40:39 +0000 (14:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoUpdating minified JavaScript files
woltlab.com [Wed, 26 Jun 2013 12:40:24 +0000 (14:40 +0200)]
Updating minified JavaScript files

11 years agoAdds user mention suggestions (WIP)
Matthias Schmidt [Wed, 26 Jun 2013 12:40:02 +0000 (14:40 +0200)]
Adds user mention suggestions (WIP)

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 26 Jun 2013 12:36:42 +0000 (14:36 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed tags containing quotes
Alexander Ebert [Wed, 26 Jun 2013 12:36:19 +0000 (14:36 +0200)]
Fixed tags containing quotes

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 25 Jun 2013 18:45:25 +0000 (20:45 +0200)]
Updating minified JavaScript files

11 years agoAdded ability to double click on WCF.InlineEditor instances
Alexander Ebert [Tue, 25 Jun 2013 18:40:28 +0000 (20:40 +0200)]
Added ability to double click on WCF.InlineEditor instances

11 years agoFixed bbcode pip
Marcel Werk [Tue, 25 Jun 2013 17:58:03 +0000 (19:58 +0200)]
Fixed bbcode pip

11 years agoFixed check for optional element
Alexander Ebert [Tue, 25 Jun 2013 12:50:04 +0000 (14:50 +0200)]
Fixed check for optional element

11 years agoAdded support for button creation for BBCodes
Alexander Ebert [Tue, 25 Jun 2013 12:36:28 +0000 (14:36 +0200)]
Added support for button creation for BBCodes

11 years agoFixed undefined constant
Marcel Werk [Tue, 25 Jun 2013 12:29:55 +0000 (14:29 +0200)]
Fixed undefined constant

11 years agoMerge pull request #1384 from SoftCreatR/ConsistentElseIf
Marcel Werk [Tue, 25 Jun 2013 11:22:47 +0000 (04:22 -0700)]
Merge pull request #1384 from SoftCreatR/ConsistentElseIf

Fix inconsistent usage of elseif

11 years agoMerge pull request #1383 from SoftCreatR/SelfBanFix
Marcel Werk [Tue, 25 Jun 2013 11:22:17 +0000 (04:22 -0700)]
Merge pull request #1383 from SoftCreatR/SelfBanFix

Remove self-ban ability

11 years agoFixed inconsistent usage of elseif
Sascha Greuel [Tue, 25 Jun 2013 10:25:43 +0000 (12:25 +0200)]
Fixed inconsistent usage of elseif

11 years agoRemoved self-ban ability
Sascha Greuel [Tue, 25 Jun 2013 10:14:08 +0000 (12:14 +0200)]
Removed self-ban ability

See
http://beta.woltlab.com/index.php/Thread/2251-Admistrator-kann-sich-selbst-sperren-gewollt/

11 years agoRegistered missing language variables
Alexander Ebert [Mon, 24 Jun 2013 19:42:55 +0000 (21:42 +0200)]
Registered missing language variables

11 years agoFixed package installation via update servers
Alexander Ebert [Mon, 24 Jun 2013 19:40:30 +0000 (21:40 +0200)]
Fixed package installation via update servers

11 years agoFixed missing language items in package search
Alexander Ebert [Mon, 24 Jun 2013 19:36:00 +0000 (21:36 +0200)]
Fixed missing language items in package search

11 years agoFixed updating of style description during style update
Alexander Ebert [Mon, 24 Jun 2013 19:24:42 +0000 (21:24 +0200)]
Fixed updating of style description during style update