woltlab.com [Wed, 8 Apr 2015 12:46:48 +0000 (14:46 +0200)]
Updating minified JavaScript files
Alexander Ebert [Wed, 8 Apr 2015 12:42:45 +0000 (14:42 +0200)]
Fix for weird caret position after paste in Firefox
Marcel Werk [Wed, 8 Apr 2015 12:30:34 +0000 (14:30 +0200)]
Prepared update
Marcel Werk [Wed, 8 Apr 2015 12:24:49 +0000 (14:24 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 8 Apr 2015 12:24:36 +0000 (14:24 +0200)]
Fixed honeypot in chrome
Alexander Ebert [Tue, 7 Apr 2015 18:38:47 +0000 (20:38 +0200)]
Properly inheriting SECURITY_TOKEN for virtual sessions
Tim Düsterhus [Mon, 6 Apr 2015 16:00:19 +0000 (18:00 +0200)]
Merge branch '2.0'
Tim Düsterhus [Mon, 6 Apr 2015 15:59:51 +0000 (17:59 +0200)]
Merge pull request #1899 from max-m/patch-16
Trim URL in StringUtil::getAnchorTag()
Maximilian Mader [Mon, 6 Apr 2015 15:40:47 +0000 (17:40 +0200)]
Trim URL in StringUtil::getAnchorTag()
The regular expressions won’t match with a space in front of the URL, this, for example, allows circumvention of the external URL check.
Tim Düsterhus [Mon, 6 Apr 2015 01:58:09 +0000 (03:58 +0200)]
Merge branch '2.0'
Tim Düsterhus [Mon, 6 Apr 2015 01:53:26 +0000 (03:53 +0200)]
Fix PreParser::cacheURLBBCodes()
Use proper name in StringStack.
Tim Düsterhus [Thu, 2 Apr 2015 20:21:26 +0000 (22:21 +0200)]
Add missing |encodeJS in tagAdd.tpl
woltlab.com [Mon, 6 Apr 2015 00:01:47 +0000 (02:01 +0200)]
Updating minified JavaScript files
Alexander Ebert [Mon, 6 Apr 2015 00:00:41 +0000 (02:00 +0200)]
Fixed potential infinite loop
Tim Düsterhus [Sun, 5 Apr 2015 18:54:41 +0000 (20:54 +0200)]
Fix “Fixed color of disabled button state”
This fixes up commit
f618c6f81384616e74b327ff6d26b1a622e1d9cf
Tim Düsterhus [Sat, 4 Apr 2015 13:53:55 +0000 (15:53 +0200)]
Add afterStatistics event to userSidebar.tpl
Tim Düsterhus [Sat, 4 Apr 2015 13:48:12 +0000 (15:48 +0200)]
Add afterPageHeader event to header.tpl
Tim Düsterhus [Fri, 3 Apr 2015 21:11:50 +0000 (23:11 +0200)]
Add two template events to rssFeed.tpl
Matthias Schmidt [Fri, 3 Apr 2015 06:19:40 +0000 (08:19 +0200)]
Merge branch '2.0'
Matthias Schmidt [Fri, 3 Apr 2015 06:19:10 +0000 (08:19 +0200)]
Fix avatar cropping in ACP
Marcel Werk [Thu, 2 Apr 2015 22:34:35 +0000 (00:34 +0200)]
Fixed broken opacity in ImagickImageAdapter::drawText()
Marcel Werk [Thu, 2 Apr 2015 22:30:10 +0000 (00:30 +0200)]
Updated WCFSetup.css
Marcel Werk [Thu, 2 Apr 2015 21:32:21 +0000 (23:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 2 Apr 2015 21:32:07 +0000 (23:32 +0200)]
Fixed color of disabled button state
Tim Düsterhus [Thu, 2 Apr 2015 20:22:29 +0000 (22:22 +0200)]
Merge branch '2.0'
Tim Düsterhus [Thu, 2 Apr 2015 20:21:26 +0000 (22:21 +0200)]
Add missing |encodeJS in tagAdd.tpl
Alexander Ebert [Wed, 1 Apr 2015 05:59:34 +0000 (07:59 +0200)]
Fixed sorting
Alexander Ebert [Tue, 31 Mar 2015 23:54:56 +0000 (01:54 +0200)]
Merge branch '2.0'
Conflicts:
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php
Alexander Ebert [Tue, 31 Mar 2015 23:52:44 +0000 (01:52 +0200)]
Preparing release 2.0.12 pl 1
Tim Düsterhus [Tue, 31 Mar 2015 23:50:06 +0000 (01:50 +0200)]
Fix UserNotificationAction::createStackable()
Use `uksort` instead of `usort` as the keys of the array are
userIDs instead of simple ascending numbers.
This fixes up commit
8518f3636eae69065e52ff7c75208ed34fa6f87c
„Working around a few possible deadlocks by sorting values“
Tim Düsterhus [Tue, 31 Mar 2015 23:32:54 +0000 (01:32 +0200)]
Merge branch '2.0'
Tim Düsterhus [Tue, 31 Mar 2015 23:30:37 +0000 (01:30 +0200)]
Prevent a Tag from becoming a synonym of itself
Previously this only was checked by PHP in the controller,
but MySQL thinks that letters with an accent are equal to
their base form. For example: e = é.
Previously entering such a combination would lead to an
endless recursion, now these synonyms are silently ignored.
woltlab.com [Tue, 31 Mar 2015 12:46:44 +0000 (14:46 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 31 Mar 2015 12:41:52 +0000 (14:41 +0200)]
Fixed adding a quote from selected text not purging the selection
woltlab.com [Tue, 31 Mar 2015 11:41:44 +0000 (13:41 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 31 Mar 2015 11:36:57 +0000 (13:36 +0200)]
Fixed some regex being too greedy
Alexander Ebert [Mon, 30 Mar 2015 13:55:04 +0000 (15:55 +0200)]
Fixed erroneous redirect on weird webservers
Marcel Werk [Mon, 30 Mar 2015 12:17:49 +0000 (14:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 30 Mar 2015 12:17:03 +0000 (14:17 +0200)]
Fixed rank image position
woltlab.com [Mon, 30 Mar 2015 12:10:00 +0000 (14:10 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 12:00:58 +0000 (14:00 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 11:35:03 +0000 (13:35 +0200)]
Updating minified JavaScript files
Alexander Ebert [Mon, 30 Mar 2015 11:21:17 +0000 (13:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 30 Mar 2015 11:20:59 +0000 (13:20 +0200)]
Fixed a few issues
woltlab.com [Mon, 30 Mar 2015 11:14:57 +0000 (13:14 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 11:14:48 +0000 (13:14 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 09:03:58 +0000 (11:03 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 08:58:55 +0000 (10:58 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 08:58:53 +0000 (10:58 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 08:25:50 +0000 (10:25 +0200)]
Updating minified JavaScript files
woltlab.com [Mon, 30 Mar 2015 08:25:06 +0000 (10:25 +0200)]
Updating minified JavaScript files
woltlab.com [Sun, 29 Mar 2015 23:36:51 +0000 (01:36 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 29 Mar 2015 23:07:12 +0000 (01:07 +0200)]
wupload plugin was always loaded, ignoring the condition below
Alexander Ebert [Sun, 29 Mar 2015 22:59:01 +0000 (00:59 +0200)]
Don't strip trailing newline
Alexander Ebert [Sun, 29 Mar 2015 22:56:07 +0000 (00:56 +0200)]
Use current WCF version as minimum required version
Alexander Ebert [Sun, 29 Mar 2015 14:12:35 +0000 (16:12 +0200)]
Fixed handling of quote/code bbcode
Alexander Ebert [Sat, 28 Mar 2015 01:02:12 +0000 (02:02 +0100)]
Preparing release 2.1.2 pl 1
Alexander Ebert [Sat, 28 Mar 2015 01:00:16 +0000 (02:00 +0100)]
Removed an unnecessary line which causes an issue w/ PHP 5.3
SORT_NATURAL is only available since 5.4 ...
Alexander Ebert [Fri, 27 Mar 2015 23:32:00 +0000 (00:32 +0100)]
Updating release date
Tim Düsterhus [Fri, 27 Mar 2015 22:47:14 +0000 (23:47 +0100)]
Fix typo in UserStorageHandler
Tim Düsterhus [Fri, 27 Mar 2015 21:52:05 +0000 (22:52 +0100)]
Improve UserStorageHandler::shutdown()
1. Better ordering of queries (REPLACE INTO is DELETE + INSERT),
previous solution in
8518f3636eae69065e52ff7c75208ed34fa6f87c
was insufficient
2. Retry failed transaction up to two times.
Alexander Ebert [Thu, 26 Mar 2015 18:14:28 +0000 (19:14 +0100)]
Updating release date
Alexander Ebert [Thu, 26 Mar 2015 18:08:42 +0000 (19:08 +0100)]
Working around a few possible deadlocks by sorting values
woltlab.com [Wed, 25 Mar 2015 15:41:46 +0000 (16:41 +0100)]
Updating minified JavaScript files
Marcel Werk [Wed, 25 Mar 2015 15:39:49 +0000 (16:39 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 25 Mar 2015 15:39:35 +0000 (16:39 +0100)]
Fixed buttons margins in contentNavigation elements
Marcel Werk [Wed, 25 Mar 2015 15:26:20 +0000 (16:26 +0100)]
Fixed overflow of the magnifier icon overlay
Tim Düsterhus [Tue, 24 Mar 2015 14:23:37 +0000 (15:23 +0100)]
Re-add fallbacks to getTempFolder() but show big error in ACP
see
9e1466d5234033e6af344d2a146d6b03ccfdac0f
woltlab.com [Mon, 23 Mar 2015 17:46:45 +0000 (18:46 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Mon, 23 Mar 2015 17:42:31 +0000 (18:42 +0100)]
Improve name of user location map option
woltlab.com [Mon, 23 Mar 2015 17:31:46 +0000 (18:31 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Mon, 23 Mar 2015 17:28:59 +0000 (18:28 +0100)]
Add option to disable usage of current user location
Alexander Ebert [Mon, 23 Mar 2015 09:59:28 +0000 (10:59 +0100)]
Fixed bad redirects
woltlab.com [Sun, 22 Mar 2015 23:51:45 +0000 (00:51 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sun, 22 Mar 2015 23:49:22 +0000 (00:49 +0100)]
Fixed markup for aligned text
woltlab.com [Sun, 22 Mar 2015 23:41:45 +0000 (00:41 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sun, 22 Mar 2015 23:40:46 +0000 (00:40 +0100)]
Fixed empty lines w/ formatting not being displayed properly
Alexander Ebert [Sun, 22 Mar 2015 17:14:20 +0000 (18:14 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 22 Mar 2015 17:14:05 +0000 (18:14 +0100)]
Preparing internal release 2.1.2
Tim Düsterhus [Sun, 22 Mar 2015 17:13:44 +0000 (18:13 +0100)]
Merge pull request #1897 from SoftCreatR/patch-5
Set processNotifications to public
Sascha Greuel [Sun, 22 Mar 2015 13:26:34 +0000 (14:26 +0100)]
Set processNotifications to public
woltlab.com [Sun, 22 Mar 2015 10:36:44 +0000 (11:36 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sun, 22 Mar 2015 10:31:37 +0000 (11:31 +0100)]
Work-around for uploaded images being stuck in the viewer
woltlab.com [Sun, 22 Mar 2015 08:06:45 +0000 (09:06 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 22 Mar 2015 08:01:06 +0000 (09:01 +0100)]
Add WCF.Location.GoogleMaps.Map.setBounds()
Tim Düsterhus [Sat, 21 Mar 2015 16:00:12 +0000 (17:00 +0100)]
Merge branch '2.0'
Tim Düsterhus [Sat, 21 Mar 2015 15:59:33 +0000 (16:59 +0100)]
Stop codemirror from jumping around in styleAdd.tpl
Alexander Ebert [Sat, 21 Mar 2015 13:09:35 +0000 (14:09 +0100)]
Fixed handling of empty components causing to yield the wrong separator
Matthias Schmidt [Sat, 21 Mar 2015 12:23:24 +0000 (13:23 +0100)]
Fix empty ad location fieldset being displayed
… if Burnign Board is not installed
Tim Düsterhus [Fri, 20 Mar 2015 18:01:28 +0000 (19:01 +0100)]
Merge branch 'tmp'
Tim Düsterhus [Fri, 20 Mar 2015 18:01:06 +0000 (19:01 +0100)]
Clean up temporary folder in DailyCleanUpCronjob
Tim Düsterhus [Fri, 20 Mar 2015 17:29:13 +0000 (18:29 +0100)]
Always use temporary folder owned by WCF
Alexander Ebert [Fri, 20 Mar 2015 14:30:15 +0000 (15:30 +0100)]
Properly purging languageID from session variables on login/logout
Alexander Ebert [Fri, 20 Mar 2015 13:09:56 +0000 (14:09 +0100)]
Force stylesheets to be compiled in the order the packages have been installed
Alexander Ebert [Thu, 19 Mar 2015 21:12:34 +0000 (22:12 +0100)]
Fixed GET parameters not properly appended when redirecting
Alexander Ebert [Thu, 19 Mar 2015 18:29:21 +0000 (19:29 +0100)]
Improved routing system, added StaticRoute
woltlab.com [Thu, 19 Mar 2015 12:11:44 +0000 (13:11 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 19 Mar 2015 12:10:14 +0000 (13:10 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 19 Mar 2015 12:09:59 +0000 (13:09 +0100)]
Fixed editing quote headers
woltlab.com [Wed, 18 Mar 2015 15:36:44 +0000 (16:36 +0100)]
Updating minified JavaScript files