Alexander Ebert [Fri, 24 Jan 2014 16:27:28 +0000 (17:27 +0100)]
Fixed check for CKEditor support for smilies
Alexander Ebert [Fri, 24 Jan 2014 16:17:54 +0000 (17:17 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 24 Jan 2014 16:17:35 +0000 (17:17 +0100)]
Invoke IPageMenuItemProvider::getLink() for landing pages
woltlab.com [Fri, 24 Jan 2014 15:00:50 +0000 (16:00 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 24 Jan 2014 14:59:38 +0000 (15:59 +0100)]
Fixed unmarking of clipboard items
Matthias Schmidt [Wed, 22 Jan 2014 08:00:38 +0000 (09:00 +0100)]
Fixes code formatting
Matthias Schmidt [Wed, 22 Jan 2014 07:34:09 +0000 (08:34 +0100)]
Fixes counter update when deleting comment with responses
When deleting comments with responses, the object type processor is first called with the number of responses plus one (for the deleted comment itself). This call correctly corrects the number of comments for the relevant object.
Afterwards, when deleting the responses, the objects' comment counters were updated again for each deleted response which causes a incorrect count because the counters were now updated twice for each response. Thus, we can simply ignore the counter update altogether in CommentResponseAction when deleting responses because the comment, they belong to, is deleted.
Furthermore, there is no need for CommentResponseAction to update the response counter of those comments in this case because the comments will be deleted anyway.
Marcel Werk [Tue, 21 Jan 2014 16:12:24 +0000 (17:12 +0100)]
Fixed search robot update
Marcel Werk [Mon, 20 Jan 2014 01:24:39 +0000 (02:24 +0100)]
Added user birthday cache
Marcel Werk [Thu, 16 Jan 2014 23:49:26 +0000 (00:49 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 16 Jan 2014 23:49:15 +0000 (00:49 +0100)]
Added method to get the type of an image
woltlab.com [Thu, 16 Jan 2014 19:25:49 +0000 (20:25 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Thu, 16 Jan 2014 19:20:40 +0000 (20:20 +0100)]
Fixes condition
woltlab.com [Wed, 15 Jan 2014 22:35:50 +0000 (23:35 +0100)]
Updating minified JavaScript files
Marcel Werk [Wed, 15 Jan 2014 22:30:58 +0000 (23:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 15 Jan 2014 22:30:48 +0000 (23:30 +0100)]
Fixed message sort order setting
Tim Düsterhus [Wed, 15 Jan 2014 14:57:42 +0000 (15:57 +0100)]
Log errors that occur during 3rd party login
Marcel Werk [Tue, 14 Jan 2014 18:43:40 +0000 (19:43 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 14 Jan 2014 18:43:32 +0000 (19:43 +0100)]
Small optimization
Tim Düsterhus [Tue, 14 Jan 2014 16:05:29 +0000 (17:05 +0100)]
Fix code copying for PHP in Google Chrome
Marcel Werk [Mon, 13 Jan 2014 22:13:56 +0000 (23:13 +0100)]
Fixed broken package info issues
Marcel Werk [Sat, 11 Jan 2014 21:28:18 +0000 (22:28 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 11 Jan 2014 21:28:09 +0000 (22:28 +0100)]
Fixed URL parsing issue
Marcel Werk [Sat, 11 Jan 2014 21:27:53 +0000 (22:27 +0100)]
Removed obsolete whitespaces
Matthias Schmidt [Sat, 11 Jan 2014 11:45:33 +0000 (12:45 +0100)]
Adds missing language item
Marcel Werk [Thu, 9 Jan 2014 21:46:17 +0000 (22:46 +0100)]
Fixed broken user website
Marcel Werk [Thu, 9 Jan 2014 21:45:48 +0000 (22:45 +0100)]
Fixed missing user ranks when using 3rd party auth
Marcel Werk [Thu, 9 Jan 2014 20:42:22 +0000 (21:42 +0100)]
Fixed missing access to user option values
Marcel Werk [Thu, 9 Jan 2014 16:39:13 +0000 (17:39 +0100)]
Fixed wrong author in notifications
Marcel Werk [Tue, 7 Jan 2014 12:33:59 +0000 (13:33 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 7 Jan 2014 12:33:45 +0000 (13:33 +0100)]
Fixed input field type
Marcel Werk [Tue, 7 Jan 2014 12:32:39 +0000 (13:32 +0100)]
Fixed error in username validation
http://www.woltlab.com/forum/index.php/Thread/219895-Fehlerhafter-Benutzername-bei-starten-einer-PN-Fatal-Error/
Matthias Schmidt [Mon, 6 Jan 2014 17:27:13 +0000 (18:27 +0100)]
Small optimization
Matthias Schmidt [Sun, 5 Jan 2014 21:20:07 +0000 (22:20 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 5 Jan 2014 21:19:44 +0000 (22:19 +0100)]
Fixes icon for custom valued language items
If the custom value of a language item is empty, no icon has been displayed.
Matthias Schmidt [Sun, 5 Jan 2014 21:18:36 +0000 (22:18 +0100)]
Fixes languageCustomItemValue for "reseted" language items
If you use a custom version of language item, but don't want to use it anymore and don't want the custom version to be saved, you uncheck the "Use custom value" checkbox and leave the "Custom Value" textarea empty. This is the same state as the state of a never edited language item which is why the `languageCustomItemValue` value of the previously customized language item has to be `NULL` as it is for the never edited language item.
This fixes the number of custom phrases in the language table of LanguageListPage which currently counts all language items which ever had a custom value.
Alexander Ebert [Sun, 5 Jan 2014 14:34:37 +0000 (15:34 +0100)]
Fixed request handler for controller-less requests
Tim Düsterhus [Sun, 5 Jan 2014 13:52:01 +0000 (14:52 +0100)]
Fix duplicate tag check when editing
See: https://www.woltlab.com/forum/index.php/Thread/219837-Problem-bei-der-TAG-Verwaltung-Integrity-constraint-violation-1062-Duplicate-ent/
Matthias Schmidt [Sun, 5 Jan 2014 13:49:28 +0000 (14:49 +0100)]
Fixes disallowed BBCodes error message with source codes
Currently, when using a disallowed BBCode in [tt]…[/tt], for example, the disallowed BBCode isn't ignored, even though it isn't parsed.
Marcel Werk [Fri, 3 Jan 2014 16:59:43 +0000 (17:59 +0100)]
Fixed build date
Matthias Schmidt [Thu, 2 Jan 2014 19:29:21 +0000 (20:29 +0100)]
Updates method visibility
Matthias Schmidt [Thu, 2 Jan 2014 19:14:11 +0000 (20:14 +0100)]
Fixes double (and thus erroneous) update of category position
Matthias Schmidt [Thu, 2 Jan 2014 18:25:51 +0000 (19:25 +0100)]
Adds missing condition when updating categories' showOrder value
Marcel Werk [Thu, 2 Jan 2014 11:33:43 +0000 (12:33 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 2 Jan 2014 11:33:33 +0000 (12:33 +0100)]
Small workaround
Alexander Ebert [Thu, 2 Jan 2014 11:28:06 +0000 (12:28 +0100)]
Using fixed IDs to prevent issues with auto_increment_increment
Alexander Ebert [Thu, 2 Jan 2014 10:40:00 +0000 (11:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 2 Jan 2014 10:37:58 +0000 (11:37 +0100)]
Fixes redirect
woltlab.com [Wed, 1 Jan 2014 22:10:34 +0000 (23:10 +0100)]
Updating minified JavaScript files
Marcel Werk [Wed, 1 Jan 2014 22:05:56 +0000 (23:05 +0100)]
Added first day of the week setting
Marcel Werk [Wed, 1 Jan 2014 17:06:35 +0000 (18:06 +0100)]
Fixed import issue
Marcel Werk [Wed, 1 Jan 2014 13:30:37 +0000 (14:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 1 Jan 2014 13:30:22 +0000 (14:30 +0100)]
Fixed active menu item in search results
Alexander Ebert [Wed, 1 Jan 2014 12:51:19 +0000 (13:51 +0100)]
Providing sane values for SMTP on CLI
Alexander Ebert [Wed, 1 Jan 2014 11:57:36 +0000 (03:57 -0800)]
Merge pull request #1618 from Stricted/cache_fallback
add fallback to disk cache
Alexander Ebert [Wed, 1 Jan 2014 11:54:21 +0000 (12:54 +0100)]
Updated README
Alexander Ebert [Wed, 1 Jan 2014 01:10:05 +0000 (17:10 -0800)]
Merge pull request #1638 from FirePanther/patch-1
Update de.xml
Suat Secmen [Tue, 31 Dec 2013 23:45:10 +0000 (00:45 +0100)]
Update de.xml
Alexander Ebert [Tue, 31 Dec 2013 22:10:47 +0000 (23:10 +0100)]
Removed input fields for cookiePath
Marcel Werk [Tue, 31 Dec 2013 21:50:46 +0000 (22:50 +0100)]
Fixed style issue
woltlab.com [Tue, 31 Dec 2013 20:55:33 +0000 (21:55 +0100)]
Updating minified JavaScript files
Alexander Ebert [Tue, 31 Dec 2013 20:50:40 +0000 (21:50 +0100)]
Fixed wcfPages display issue and ACP package search navigation
Fixes #1512
Marcel Werk [Tue, 31 Dec 2013 20:36:38 +0000 (21:36 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 31 Dec 2013 20:36:27 +0000 (21:36 +0100)]
Fixed broken/invalid media providers
Alexander Ebert [Tue, 31 Dec 2013 14:56:19 +0000 (15:56 +0100)]
Applied CSS fixes
Marcel Werk [Tue, 31 Dec 2013 14:26:46 +0000 (15:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 31 Dec 2013 14:26:36 +0000 (15:26 +0100)]
Fixed CSS syntax error
Matthias Schmidt [Tue, 31 Dec 2013 14:22:28 +0000 (15:22 +0100)]
Fixes comment flood control user group option type
Fixes #1620
Alexander Ebert [Tue, 31 Dec 2013 12:27:53 +0000 (13:27 +0100)]
Avoid timezone issues
Alexander Ebert [Tue, 31 Dec 2013 11:13:16 +0000 (12:13 +0100)]
Improved editing of old polls
Alexander Ebert [Tue, 31 Dec 2013 02:21:31 +0000 (03:21 +0100)]
Updating WCF version
Alexander Ebert [Mon, 30 Dec 2013 22:22:11 +0000 (23:22 +0100)]
Preparing release 2.0.1
Matthias Schmidt [Sun, 29 Dec 2013 11:28:27 +0000 (12:28 +0100)]
Removes obsolete property references in TemplateScriptingCompiler
Fixes #1633
Alexander Ebert [Sun, 29 Dec 2013 11:22:18 +0000 (12:22 +0100)]
Removed $this->literalStack (not used anymore)
Fixes #1633
Matthias Schmidt [Sun, 29 Dec 2013 07:23:50 +0000 (08:23 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 29 Dec 2013 07:23:38 +0000 (08:23 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 29 Dec 2013 07:22:04 +0000 (08:22 +0100)]
Adds support for labeledHeadline in combination with boxSubHeadline
woltlab.com [Sat, 28 Dec 2013 22:30:34 +0000 (23:30 +0100)]
Updating minified JavaScript files
Marcel Werk [Sat, 28 Dec 2013 22:25:08 +0000 (14:25 -0800)]
Merge pull request #1625 from FirePanther/wcf.message.js-2
"insert quotes" is buttonPrimary
Marcel Werk [Sat, 28 Dec 2013 21:37:41 +0000 (22:37 +0100)]
Fixed date localization issues
Marcel Werk [Fri, 27 Dec 2013 21:43:48 +0000 (22:43 +0100)]
Fixed array to string conversion error
Marcel Werk [Fri, 27 Dec 2013 21:39:21 +0000 (22:39 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 27 Dec 2013 21:39:09 +0000 (22:39 +0100)]
Fixed missing permission check
FirePanther [Fri, 27 Dec 2013 08:33:12 +0000 (09:33 +0100)]
"insert quotes" is buttonPrimary
Matthias Schmidt [Thu, 26 Dec 2013 11:30:21 +0000 (12:30 +0100)]
Fixes selector for user suggestions in userSearch.tpl
Stricted [Wed, 25 Dec 2013 16:38:25 +0000 (17:38 +0100)]
fix syntax
Stricted [Tue, 24 Dec 2013 21:13:47 +0000 (22:13 +0100)]
add fallback to disk cache
Alexander Ebert [Tue, 24 Dec 2013 00:30:11 +0000 (01:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 24 Dec 2013 00:29:58 +0000 (01:29 +0100)]
Improved search query parser
Marcel Werk [Mon, 23 Dec 2013 22:08:51 +0000 (23:08 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 23 Dec 2013 22:08:34 +0000 (23:08 +0100)]
Added missing event
Marcel Werk [Mon, 23 Dec 2013 19:48:58 +0000 (11:48 -0800)]
Merge pull request #1613 from FirePanther/(new)-spider-avatar
added an avatar for spiders
FirePanther [Mon, 23 Dec 2013 18:36:12 +0000 (19:36 +0100)]
added an avatar for spiders
i’ve created this as default avatar for robots.
on coderz i also created individual avatars for some spiders:
https://coderz.pro/UsersOnlineList/#robots
Alexander Ebert [Mon, 23 Dec 2013 15:41:35 +0000 (16:41 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 23 Dec 2013 15:41:26 +0000 (16:41 +0100)]
Proper validation of file extension (supports multipel e.g. .tar.gz)
Matthias Schmidt [Mon, 23 Dec 2013 13:46:35 +0000 (14:46 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Mon, 23 Dec 2013 13:44:52 +0000 (14:44 +0100)]
Fixes category acl option cache builder
woltlab.com [Mon, 23 Dec 2013 11:45:35 +0000 (12:45 +0100)]
Updating minified JavaScript files
Alexander Ebert [Mon, 23 Dec 2013 11:44:27 +0000 (12:44 +0100)]
Fix for assigned but no longer associated label groups
Marcel Werk [Sun, 22 Dec 2013 22:49:12 +0000 (23:49 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF