Matthias Schmidt [Wed, 21 Jan 2015 20:48:01 +0000 (21:48 +0100)]
Fix deletion of orphaned activity events
Initially, an activity event is neither accessible nor orphaned. If an orphaned activity event is detected, it is simply set as orphaned but internally it is also still marked as not accessible. Therefore, we need to first check if an event is an orphan and only afterwards if it is accessible (an accessible, but orphaned event makes no sense).
Alexander Ebert [Tue, 20 Jan 2015 11:21:23 +0000 (12:21 +0100)]
Added setMaxDepth() to prevent building the entire category tree
Alexander Ebert [Tue, 20 Jan 2015 11:20:44 +0000 (12:20 +0100)]
Ignoring disabled update servers when searching for installable packages
Marcel Werk [Sun, 18 Jan 2015 23:45:36 +0000 (00:45 +0100)]
Fixed invalid image URLs in slimbox image viewer
Matthias Schmidt [Sat, 17 Jan 2015 20:05:35 +0000 (21:05 +0100)]
Merge pull request #1863 from joshuaruesweg/patch-48
remove unused variable
Alexander Ebert [Thu, 15 Jan 2015 20:22:55 +0000 (21:22 +0100)]
Updating release date
Alexander Ebert [Thu, 15 Jan 2015 19:47:16 +0000 (20:47 +0100)]
Added update support for 2.0.9 pl 1
Joshua Rüsweg [Thu, 15 Jan 2015 17:26:45 +0000 (18:26 +0100)]
remove unused use-statement
Joshua Rüsweg [Thu, 15 Jan 2015 15:22:42 +0000 (16:22 +0100)]
remove unused variable
Alexander Ebert [Wed, 14 Jan 2015 20:27:55 +0000 (21:27 +0100)]
Added work-around for broken PHP in Plesk 12 on Ubuntu 14.04
Alexander Ebert [Wed, 14 Jan 2015 20:22:05 +0000 (21:22 +0100)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0
Alexander Ebert [Tue, 13 Jan 2015 20:29:48 +0000 (21:29 +0100)]
Preparing internal release
Tim Düsterhus [Sun, 28 Dec 2014 12:17:02 +0000 (13:17 +0100)]
Fix typo in de.xml
woltlab.com [Fri, 19 Dec 2014 18:40:55 +0000 (19:40 +0100)]
Updating minified JavaScript files
Marcel Werk [Fri, 19 Dec 2014 18:37:14 +0000 (19:37 +0100)]
Fixed broken title encoding in image viewer
Alexander Ebert [Sun, 14 Dec 2014 15:25:16 +0000 (16:25 +0100)]
Merge pull request #1853 from joshuaruesweg/patch-46
fix cronjobLogList navigation
Joshua Rüsweg [Sun, 14 Dec 2014 14:08:42 +0000 (15:08 +0100)]
fix cronjobLogList navigation
Tim Düsterhus [Fri, 12 Dec 2014 00:17:23 +0000 (01:17 +0100)]
Merge branch 'sigsegv' into 2.0
Tim Düsterhus [Fri, 12 Dec 2014 00:10:53 +0000 (01:10 +0100)]
Disable highlighting for codes longer than 16KiB
Tim Düsterhus [Thu, 11 Dec 2014 23:51:27 +0000 (00:51 +0100)]
Use atomic group to match quotes in Highlighter.class.php
This modification is safe, as backtracking the contents of the
parentheses will not help finding a match anyway, as the part
between the parentheses cannot match the closing quote character.
Previously PCRE would have build up a huge stack of backtracking
states for strings containing a single quote character and a large
number of other characters, leading to stack overflow and SIGSEGV
as the final result.
Alexander Ebert [Sun, 30 Nov 2014 15:20:19 +0000 (16:20 +0100)]
Fixed condition (Thank you @joshuaruesweg)
Alexander Ebert [Sun, 30 Nov 2014 10:37:20 +0000 (11:37 +0100)]
Fixed cronjobs executing during offline mode
Marcel Werk [Wed, 26 Nov 2014 18:17:20 +0000 (19:17 +0100)]
Fixed calculation issue in like rebuild worker
Marcel Werk [Tue, 25 Nov 2014 23:58:21 +0000 (00:58 +0100)]
Fixed wrong meta tag name
Alexander Ebert [Tue, 25 Nov 2014 19:56:02 +0000 (20:56 +0100)]
Fixed comment
Marcel Werk [Tue, 25 Nov 2014 15:16:57 +0000 (16:16 +0100)]
Fixed broken detection of void elements in truncateHTML()
Matthias Schmidt [Sat, 22 Nov 2014 12:48:52 +0000 (13:48 +0100)]
Fix WCF.Location.GoogleMaps.LocationInput documentation
Alexander Ebert [Fri, 21 Nov 2014 23:03:50 +0000 (00:03 +0100)]
Using a different domain to allow flexible http(s) access
Alexander Ebert [Thu, 13 Nov 2014 20:52:52 +0000 (21:52 +0100)]
Fixed yet another typo
Alexander Ebert [Thu, 13 Nov 2014 20:35:24 +0000 (21:35 +0100)]
Fixed typo
Alexander Ebert [Thu, 13 Nov 2014 15:36:19 +0000 (16:36 +0100)]
Fixed use-statement order
Alexander Ebert [Thu, 13 Nov 2014 15:18:16 +0000 (16:18 +0100)]
Fixed use-statement order
Alexander Ebert [Thu, 13 Nov 2014 14:42:12 +0000 (15:42 +0100)]
Preparing release 2.0.10
Marcel Werk [Thu, 13 Nov 2014 01:02:27 +0000 (02:02 +0100)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0
Marcel Werk [Thu, 13 Nov 2014 01:02:18 +0000 (02:02 +0100)]
Fixed missing parameter validation in moderation forms
Matthias Schmidt [Wed, 12 Nov 2014 18:06:56 +0000 (19:06 +0100)]
Fix broken avatar link in user panel after avatar removal
Alexander Ebert [Wed, 12 Nov 2014 12:00:48 +0000 (13:00 +0100)]
Updated WCF version
Marcel Werk [Tue, 11 Nov 2014 23:39:11 +0000 (00:39 +0100)]
Fixed undefined variable in style edit form
woltlab.com [Sun, 9 Nov 2014 11:50:59 +0000 (12:50 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 9 Nov 2014 11:46:16 +0000 (12:46 +0100)]
Fix interaction between reponse deletion and response loading
Marcel Werk [Fri, 7 Nov 2014 19:33:12 +0000 (20:33 +0100)]
Fixed textarea font-size in firefox
Marcel Werk [Fri, 7 Nov 2014 13:01:04 +0000 (14:01 +0100)]
Fixed validation of allowed bbcodes
Matthias Schmidt [Tue, 4 Nov 2014 21:05:14 +0000 (22:05 +0100)]
Fix comment
Matthias Schmidt [Tue, 4 Nov 2014 20:50:18 +0000 (21:50 +0100)]
Fix dimensions of animated gifs in ImagickImageAdapter
Alexander Ebert [Mon, 3 Nov 2014 12:00:16 +0000 (13:00 +0100)]
Fixed profile visitors in overlay not being sorted
Alexander Ebert [Sun, 2 Nov 2014 23:00:21 +0000 (00:00 +0100)]
Fixed handling of empty user options
woltlab.com [Sat, 25 Oct 2014 12:50:59 +0000 (14:50 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sat, 25 Oct 2014 12:47:53 +0000 (14:47 +0200)]
Fixed overflowing sitemap tabs
Marcel Werk [Fri, 24 Oct 2014 14:50:41 +0000 (16:50 +0200)]
Fixed wrong default value in tag edit form
Tim Düsterhus [Sat, 18 Oct 2014 23:04:17 +0000 (01:04 +0200)]
Fix grammar in wcf.comment.error.floodControl
Tim Düsterhus [Sun, 12 Oct 2014 15:10:42 +0000 (17:10 +0200)]
Fix SqlHighlighter in edge cases
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
Marcel Werk [Sun, 5 Oct 2014 13:57:40 +0000 (15:57 +0200)]
Fixed reset to default value
woltlab.com [Sun, 5 Oct 2014 08:20:58 +0000 (10:20 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 5 Oct 2014 08:17:22 +0000 (10:17 +0200)]
Remove for attributes of deny all/grant all labels
Fixes issue if two ACL lists are used on the same page.
Sascha Greuel [Fri, 3 Oct 2014 09:19:02 +0000 (11:19 +0200)]
Fixed typo
Sascha Greuel [Fri, 3 Oct 2014 09:13:39 +0000 (11:13 +0200)]
Fixed display of PHPInfoPage
Marcel Werk [Fri, 26 Sep 2014 22:52:02 +0000 (00:52 +0200)]
Added missing error message in quick reply manager
Marcel Werk [Fri, 26 Sep 2014 22:29:20 +0000 (00:29 +0200)]
Fixed quick reply issues with empty messages
woltlab.com [Fri, 26 Sep 2014 15:50:59 +0000 (17:50 +0200)]
Updating minified JavaScript files
Marcel Werk [Fri, 26 Sep 2014 15:44:51 +0000 (17:44 +0200)]
Small code optimization
Alexander Ebert [Tue, 23 Sep 2014 18:39:54 +0000 (20:39 +0200)]
Added proper exclusion check during automatic update
Alexander Ebert [Mon, 22 Sep 2014 13:09:04 +0000 (15:09 +0200)]
Overhauled manual package installation (backport from WCF 2.1)
woltlab.com [Sat, 20 Sep 2014 19:15:57 +0000 (21:15 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Sat, 20 Sep 2014 19:14:27 +0000 (21:14 +0200)]
Merge pull request #1818 from max-m/patch-12
Fix calculation of maximum width in WCF.ImageViewer._checkImageSize()
Maximilian Mader [Sat, 20 Sep 2014 18:52:11 +0000 (20:52 +0200)]
Fix calculation of maximum width in WCF.ImageViewer._checkImageSize()
jQuery’s `.innerWidth()` returns the width of the element, including left and right padding, in pixels but the maximum width of an image should be the content width of its container.
Alexander Ebert [Sat, 20 Sep 2014 11:53:06 +0000 (13:53 +0200)]
Fixed multistep updates updating the version number in the wrong order
Fixes #1778
Marcel Werk [Fri, 19 Sep 2014 23:50:37 +0000 (01:50 +0200)]
Merge pull request #1798 from SoftCreatR/patch-3
Fix display of phpInfoPage
Marcel Werk [Thu, 18 Sep 2014 20:47:17 +0000 (22:47 +0200)]
Merge pull request #1769 from NBZ4live/header-template-event
Add beforePageHeader to the header.tpl
Alexander Ebert [Thu, 18 Sep 2014 20:03:24 +0000 (22:03 +0200)]
Revert "Applied small improvements"
This reverts commit
e5b454ecd12869620f30c206175b999c244d41a8.
Alexander Ebert [Thu, 18 Sep 2014 20:02:17 +0000 (22:02 +0200)]
Merge pull request #1793 from SoftCreatR/patch-2
Apply small improvements (getFont.php)
Alexander Ebert [Thu, 18 Sep 2014 20:01:55 +0000 (22:01 +0200)]
Merge pull request #1791 from SoftCreatR/patch-1
Remove obsolete code
Alexander Ebert [Thu, 18 Sep 2014 13:16:05 +0000 (15:16 +0200)]
Fixed regex
Alexander Ebert [Thu, 18 Sep 2014 12:54:24 +0000 (14:54 +0200)]
Fixed <preset>0</preset> not being properly handled during install
Alexander Ebert [Thu, 18 Sep 2014 12:41:28 +0000 (14:41 +0200)]
Fixed an issue causing the heart smiley in the last line to truncate content
Alexander Ebert [Thu, 18 Sep 2014 12:40:12 +0000 (14:40 +0200)]
Preventing issues with parallel requests assigning users
Tim Düsterhus [Tue, 9 Sep 2014 17:44:58 +0000 (19:44 +0200)]
Fix language item in en.xml
Alexander Ebert [Tue, 9 Sep 2014 10:02:53 +0000 (12:02 +0200)]
Fixed encoding issues with [media]-BBCodes
Marcel Werk [Sun, 7 Sep 2014 21:22:08 +0000 (23:22 +0200)]
Merge pull request #1806 from SoftCreatR/patch-2
Fixed language variable
Marcel Werk [Sun, 7 Sep 2014 13:20:52 +0000 (15:20 +0200)]
Added missing encodeHTML
Sascha Greuel [Thu, 4 Sep 2014 19:00:51 +0000 (21:00 +0200)]
Fixed language variable
Matthias Schmidt [Tue, 2 Sep 2014 18:58:52 +0000 (20:58 +0200)]
Remove obsolete class
Alexander Ebert [Fri, 29 Aug 2014 12:26:45 +0000 (14:26 +0200)]
Preparing release 2.0.9
Marcel Werk [Wed, 27 Aug 2014 00:17:59 +0000 (02:17 +0200)]
Fixed title case
Tim Düsterhus [Sun, 24 Aug 2014 15:43:30 +0000 (17:43 +0200)]
Fix error handling in NewPasswordForm
Sascha Greuel [Fri, 22 Aug 2014 18:57:57 +0000 (20:57 +0200)]
Fix display of phpInfoPage
Tim Düsterhus [Thu, 21 Aug 2014 21:20:06 +0000 (23:20 +0200)]
Fix typo in ImageBBCode
Matthias Schmidt [Tue, 19 Aug 2014 19:59:51 +0000 (21:59 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0
Matthias Schmidt [Tue, 19 Aug 2014 19:59:00 +0000 (21:59 +0200)]
Add missing canViewPreview check in AttachmentBBCode
If an image is posted and the active user may download it but may not view previews, a broken image was shown as preview because AttachmentPage correctly checks this permission.
Alexander Ebert [Tue, 19 Aug 2014 18:49:04 +0000 (20:49 +0200)]
Added whitespace
Alexander Ebert [Tue, 19 Aug 2014 18:31:27 +0000 (20:31 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0
Alexander Ebert [Tue, 19 Aug 2014 18:31:14 +0000 (20:31 +0200)]
Added work-arounds for IIS 8
woltlab.com [Tue, 19 Aug 2014 17:45:58 +0000 (19:45 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Tue, 19 Aug 2014 17:40:14 +0000 (19:40 +0200)]
Fix default marker position in WCF.Location.GoogleMaps.LocationInput
Marcel Werk [Mon, 18 Aug 2014 22:30:36 +0000 (00:30 +0200)]
Added missing trims
Sascha Greuel [Mon, 18 Aug 2014 13:31:27 +0000 (15:31 +0200)]
Applied small improvements
woltlab.com [Sat, 16 Aug 2014 18:10:57 +0000 (20:10 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sat, 16 Aug 2014 18:06:24 +0000 (20:06 +0200)]
Fix mention issue
Whenever the users presses any key while typing, we have to abort previous requests to make sure that they do not mess up anything.
We also need to consider requests which are not send at the moment but will be send in a moment because of the delay introduced by WCF.PeriodicalExecuter by stoping the periodical executer.
Alexander Ebert [Fri, 15 Aug 2014 11:50:20 +0000 (13:50 +0200)]
Fixed encoding of JavaScript redirect URLs
Sascha Greuel [Tue, 12 Aug 2014 16:11:55 +0000 (18:11 +0200)]
Removed obsolete code