GitHub/WoltLab/WCF.git
9 years agoHide disabled smiley categories in inline editor
Matthias Schmidt [Sun, 1 Mar 2015 17:52:02 +0000 (18:52 +0100)]
Hide disabled smiley categories in inline editor

9 years agoFixed typo 2.1.0
Alexander Ebert [Sun, 1 Mar 2015 13:06:28 +0000 (14:06 +0100)]
Fixed typo

9 years agoUpdating release date
Alexander Ebert [Sun, 1 Mar 2015 12:18:01 +0000 (13:18 +0100)]
Updating release date

9 years agoFixed typo
Alexander Ebert [Sun, 1 Mar 2015 11:43:52 +0000 (12:43 +0100)]
Fixed typo

9 years agoAllow search by template name components
Alexander Ebert [Sun, 1 Mar 2015 09:32:52 +0000 (10:32 +0100)]
Allow search by template name components

9 years agoFixed rendering issue
Alexander Ebert [Sat, 28 Feb 2015 20:30:50 +0000 (21:30 +0100)]
Fixed rendering issue

9 years agoAdded link to articles w/ instructions for setting up rewrites
Alexander Ebert [Sat, 28 Feb 2015 19:22:22 +0000 (20:22 +0100)]
Added link to articles w/ instructions for setting up rewrites

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 28 Feb 2015 18:21:47 +0000 (19:21 +0100)]
Updating minified JavaScript files

9 years agoImproved handling of code boxes incorrectly wrapped in <p>
Alexander Ebert [Sat, 28 Feb 2015 18:20:04 +0000 (19:20 +0100)]
Improved handling of code boxes incorrectly wrapped in <p>

9 years agoAdd missing checks in template if page menu item can be deleted
Matthias Schmidt [Sat, 28 Feb 2015 13:57:12 +0000 (14:57 +0100)]
Add missing checks in template if page menu item can be deleted

9 years agoFix reporting content with non-outstanding moderation queue entry
Matthias Schmidt [Sat, 28 Feb 2015 12:13:25 +0000 (13:13 +0100)]
Fix reporting content with non-outstanding moderation queue entry

35e19e581a5e61f13d37e536710604283b1f0ebf did not adjust `ModerationQueueReportManager::hasPendingReport()` to consider the new moderation queue statuses `ModerationQueue::STATUS_REJECTED` and `ModerationQueue::STATUS_CONFIRMED` so that once reported content could not be reported again.

9 years agoAdd Parsedown to CodeSniff ignores
Tim Düsterhus [Fri, 27 Feb 2015 22:52:17 +0000 (23:52 +0100)]
Add Parsedown to CodeSniff ignores

9 years agoAdd Parsedown markdown library
Tim Düsterhus [Fri, 27 Feb 2015 22:11:58 +0000 (23:11 +0100)]
Add Parsedown markdown library

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 27 Feb 2015 10:41:48 +0000 (11:41 +0100)]
Updating minified JavaScript files

9 years agoProperly check if selection is within the $messageBody element
Alexander Ebert [Fri, 27 Feb 2015 10:40:18 +0000 (11:40 +0100)]
Properly check if selection is within the $messageBody element

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 26 Feb 2015 23:31:49 +0000 (00:31 +0100)]
Updating minified JavaScript files

9 years agoMerge pull request #1891 from max-m/patch-15
Tim Düsterhus [Thu, 26 Feb 2015 23:29:55 +0000 (00:29 +0100)]
Merge pull request #1891 from max-m/patch-15

Set this._badge to null in WCF.User.Panel.Abstract.updateBadge on removal

9 years agoSet this._badge to null in WCF.User.Panel.Abstract.updateBadge on removal
Maximilian Mader [Thu, 26 Feb 2015 23:23:26 +0000 (00:23 +0100)]
Set this._badge to null in WCF.User.Panel.Abstract.updateBadge on removal

When not explicitly set to `null` the variable will still contain a reference, thus a badge update will not create a new badge when it was removed earlier.

9 years agoFixed 'index.php/' appended for no reason in compatibility mode
Alexander Ebert [Thu, 26 Feb 2015 18:13:10 +0000 (19:13 +0100)]
Fixed 'index.php/' appended for no reason in compatibility mode

9 years agoUpdated English translation
Alexander Ebert [Thu, 26 Feb 2015 16:18:07 +0000 (17:18 +0100)]
Updated English translation

9 years agoUpdated WCF_VERSION
Alexander Ebert [Thu, 26 Feb 2015 15:22:50 +0000 (16:22 +0100)]
Updated WCF_VERSION

9 years agoAdded upgrade support for 2.0.11 pl 1
Alexander Ebert [Thu, 26 Feb 2015 13:39:47 +0000 (14:39 +0100)]
Added upgrade support for 2.0.11 pl 1

9 years agoMerge branch '2.0'
Alexander Ebert [Thu, 26 Feb 2015 13:38:59 +0000 (14:38 +0100)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

9 years agoPreparing internal release 2.0.11 pl 1 2.0.11_pl_1
Alexander Ebert [Thu, 26 Feb 2015 13:07:52 +0000 (14:07 +0100)]
Preparing internal release 2.0.11 pl 1

9 years agoFixed tree level w/ maximum depth = 0
Alexander Ebert [Thu, 26 Feb 2015 13:04:57 +0000 (14:04 +0100)]
Fixed tree level w/ maximum depth = 0

Closes #1889

9 years agoPreparing internal release 2.1.0
Alexander Ebert [Thu, 26 Feb 2015 12:39:36 +0000 (13:39 +0100)]
Preparing internal release 2.1.0

9 years agoPermission to manage paid subscriptions no longer depends on the module
Alexander Ebert [Thu, 26 Feb 2015 11:56:46 +0000 (12:56 +0100)]
Permission to manage paid subscriptions no longer depends on the module

The module dependency caused the permission to be discarded if the module is disabled and the target group has been saved meanwhile. This is a side-effect caused by the way the option handler deals with non-present options (and even further with checkboxes in general), but is causing too much confusion.

It is better to properly hide these permissions, but unless we redesign parts of the option system to better handle these cases, hiding this single option is not worth the actual downsides caused by it.

9 years agoDisabling ad system by default
Alexander Ebert [Thu, 26 Feb 2015 11:54:29 +0000 (12:54 +0100)]
Disabling ad system by default

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 26 Feb 2015 09:36:47 +0000 (10:36 +0100)]
Updating minified JavaScript files

9 years agoPrevent [TAB] focusing the quote header in Firefox
Alexander Ebert [Thu, 26 Feb 2015 09:35:41 +0000 (10:35 +0100)]
Prevent [TAB] focusing the quote header in Firefox

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 25 Feb 2015 15:45:51 +0000 (16:45 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed margins in form attachment list
Marcel Werk [Wed, 25 Feb 2015 15:45:41 +0000 (16:45 +0100)]
Fixed margins in form attachment list

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 25 Feb 2015 14:56:48 +0000 (15:56 +0100)]
Updating minified JavaScript files

9 years agoFixed setting for share options appearing again w/ every init
Alexander Ebert [Wed, 25 Feb 2015 14:50:32 +0000 (15:50 +0100)]
Fixed setting for share options appearing again w/ every init

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 25 Feb 2015 12:46:01 +0000 (13:46 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed permission for public polls not being considered for display
Alexander Ebert [Wed, 25 Feb 2015 12:45:35 +0000 (13:45 +0100)]
Fixed permission for public polls not being considered for display

The permission is correctly enforced, but the option was available in the template nonetheless.

9 years agoUpdated copyright date
Marcel Werk [Wed, 25 Feb 2015 12:44:15 +0000 (13:44 +0100)]
Updated copyright date

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 25 Feb 2015 10:01:51 +0000 (11:01 +0100)]
Updating minified JavaScript files

9 years agoAdjusted description to point out the availability of FA icons
Alexander Ebert [Wed, 25 Feb 2015 09:58:39 +0000 (10:58 +0100)]
Adjusted description to point out the availability of FA icons

9 years agoUsing fa-terminal for inline code
Alexander Ebert [Wed, 25 Feb 2015 09:52:04 +0000 (10:52 +0100)]
Using fa-terminal for inline code

9 years agoFixed smiley replacement being too greedy
Alexander Ebert [Wed, 25 Feb 2015 09:51:52 +0000 (10:51 +0100)]
Fixed smiley replacement being too greedy

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 24 Feb 2015 21:03:23 +0000 (22:03 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoImproved detection of mentions
Alexander Ebert [Tue, 24 Feb 2015 21:03:08 +0000 (22:03 +0100)]
Improved detection of mentions

9 years agoAdd category API to react to changed parent category (2)
Matthias Schmidt [Tue, 24 Feb 2015 17:38:16 +0000 (18:38 +0100)]
Add category API to react to changed parent category (2)

9 years agoAdd category API to react to changed parent category
Matthias Schmidt [Tue, 24 Feb 2015 17:35:19 +0000 (18:35 +0100)]
Add category API to react to changed parent category

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Feb 2015 16:56:48 +0000 (17:56 +0100)]
Updating minified JavaScript files

9 years agoFixed issues with split nodes
Alexander Ebert [Tue, 24 Feb 2015 16:52:58 +0000 (17:52 +0100)]
Fixed issues with split nodes

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Feb 2015 11:31:49 +0000 (12:31 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 24 Feb 2015 11:26:35 +0000 (12:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed inserting smilies
Alexander Ebert [Tue, 24 Feb 2015 11:26:25 +0000 (12:26 +0100)]
Fixed inserting smilies

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Feb 2015 11:21:47 +0000 (12:21 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 24 Feb 2015 11:20:12 +0000 (12:20 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed handling of code bbcodes
Alexander Ebert [Tue, 24 Feb 2015 11:19:54 +0000 (12:19 +0100)]
Fixed handling of code bbcodes

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Feb 2015 10:31:49 +0000 (11:31 +0100)]
Updating minified JavaScript files

9 years agoSlightly improved smiley detection
Alexander Ebert [Tue, 24 Feb 2015 10:25:52 +0000 (11:25 +0100)]
Slightly improved smiley detection

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 24 Feb 2015 08:41:47 +0000 (09:41 +0100)]
Updating minified JavaScript files

9 years agoFix for some weird range issues in IE 11
Alexander Ebert [Tue, 24 Feb 2015 08:39:37 +0000 (09:39 +0100)]
Fix for some weird range issues in IE 11

9 years agoFixed code bbcode
Alexander Ebert [Tue, 24 Feb 2015 08:38:24 +0000 (09:38 +0100)]
Fixed code bbcode

9 years agoMerge pull request #1886 from MysteryCode/master
Alexander Ebert [Mon, 23 Feb 2015 21:36:08 +0000 (22:36 +0100)]
Merge pull request #1886 from MysteryCode/master

Fixed uninitialized wcfDialog

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 23 Feb 2015 21:21:51 +0000 (22:21 +0100)]
Updating minified JavaScript files

9 years agoSmall work-around for buttons marked as active after disabling them
Alexander Ebert [Mon, 23 Feb 2015 21:16:21 +0000 (22:16 +0100)]
Small work-around for buttons marked as active after disabling them

9 years agoUser avatar thumbnail condition improvement
Matthias Schmidt [Mon, 23 Feb 2015 20:10:32 +0000 (21:10 +0100)]
User avatar thumbnail condition improvement

9 years agoFix thumbnail for 96px x 96px avatars
Matthias Schmidt [Mon, 23 Feb 2015 19:09:36 +0000 (20:09 +0100)]
Fix thumbnail for 96px x 96px avatars

9 years agoRemoved debug code
Alexander Ebert [Mon, 23 Feb 2015 18:23:20 +0000 (19:23 +0100)]
Removed debug code

9 years agoWork-around for case-sensitive controller patterns
Alexander Ebert [Mon, 23 Feb 2015 17:12:51 +0000 (18:12 +0100)]
Work-around for case-sensitive controller patterns

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 23 Feb 2015 17:06:48 +0000 (18:06 +0100)]
Updating minified JavaScript files

9 years agoDropping <wbr>
Alexander Ebert [Mon, 23 Feb 2015 17:04:24 +0000 (18:04 +0100)]
Dropping <wbr>

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 23 Feb 2015 15:41:49 +0000 (16:41 +0100)]
Updating minified JavaScript files

9 years agoImproved keyboard navigation for nested quotes
Alexander Ebert [Mon, 23 Feb 2015 15:35:16 +0000 (16:35 +0100)]
Improved keyboard navigation for nested quotes

9 years agoImproved clicks on quote margins for nested quotes
Alexander Ebert [Mon, 23 Feb 2015 13:48:14 +0000 (14:48 +0100)]
Improved clicks on quote margins for nested quotes

9 years agoImproved pasting of multi-line content
Alexander Ebert [Mon, 23 Feb 2015 13:47:59 +0000 (14:47 +0100)]
Improved pasting of multi-line content

9 years agoFixed controller names if Route is used w/o compatibility mode
Alexander Ebert [Mon, 23 Feb 2015 10:32:55 +0000 (11:32 +0100)]
Fixed controller names if Route is used w/o compatibility mode

9 years agoFixed uninitialized wcfDialog
mutec [Sun, 22 Feb 2015 23:41:46 +0000 (00:41 +0100)]
Fixed uninitialized wcfDialog

Fixed error using an uninitialized wcfDialog when no purchased products are found and auth data are stored within the packageserver
see also https://community.woltlab.com/thread/233253-api-error-bei-gekaufte-produkte-plugin-store/?postID=1418941#post1418941

9 years agoRemove explicit width from quote controls 2.1.0_RC_2
Tim Düsterhus [Sun, 22 Feb 2015 20:48:02 +0000 (21:48 +0100)]
Remove explicit width from quote controls

9 years agoUpdating release date
Alexander Ebert [Sun, 22 Feb 2015 15:02:50 +0000 (16:02 +0100)]
Updating release date

9 years agoProperly enforcing item width
Alexander Ebert [Sun, 22 Feb 2015 13:50:16 +0000 (14:50 +0100)]
Properly enforcing item width

9 years agoRemove superfluous whitespaces
Matthias Schmidt [Sun, 22 Feb 2015 13:23:10 +0000 (14:23 +0100)]
Remove superfluous whitespaces

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 22 Feb 2015 11:11:47 +0000 (12:11 +0100)]
Updating minified JavaScript files

9 years agoFixed table sanitizing not applied to all tables
Alexander Ebert [Sun, 22 Feb 2015 11:08:07 +0000 (12:08 +0100)]
Fixed table sanitizing not applied to all tables

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 22 Feb 2015 10:06:46 +0000 (11:06 +0100)]
Updating minified JavaScript files

9 years agoDropping empty <li></li> after pasting
Alexander Ebert [Sun, 22 Feb 2015 10:02:08 +0000 (11:02 +0100)]
Dropping empty <li></li> after pasting

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 22 Feb 2015 08:21:47 +0000 (09:21 +0100)]
Updating minified JavaScript files

9 years agoTrimming content inside <span style="...">...</span> is dangerous
Alexander Ebert [Sun, 22 Feb 2015 08:18:35 +0000 (09:18 +0100)]
Trimming content inside <span style="...">...</span> is dangerous

9 years agoPreparing internal release 2.1.0 RC 2
Alexander Ebert [Sat, 21 Feb 2015 17:40:16 +0000 (18:40 +0100)]
Preparing internal release 2.1.0 RC 2

9 years agoMerge branch '2.0'
Alexander Ebert [Sat, 21 Feb 2015 17:26:57 +0000 (18:26 +0100)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/package.xml

9 years agoUpdating release date 2.0.11
Alexander Ebert [Sat, 21 Feb 2015 15:43:36 +0000 (16:43 +0100)]
Updating release date

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 21 Feb 2015 11:46:48 +0000 (12:46 +0100)]
Updating minified JavaScript files

9 years agoFixed some URL issues in AJAX requests
Alexander Ebert [Sat, 21 Feb 2015 11:42:40 +0000 (12:42 +0100)]
Fixed some URL issues in AJAX requests

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 21 Feb 2015 11:09:07 +0000 (12:09 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed handling of default controllers, some optimizations
Alexander Ebert [Sat, 21 Feb 2015 11:08:47 +0000 (12:08 +0100)]
Fixed handling of default controllers, some optimizations

9 years agoUpdating minified JavaScript files
woltlab.com [Fri, 20 Feb 2015 22:46:49 +0000 (23:46 +0100)]
Updating minified JavaScript files

9 years agoFixed inserting smileys breaking out of current formatting
Alexander Ebert [Fri, 20 Feb 2015 22:44:50 +0000 (23:44 +0100)]
Fixed inserting smileys breaking out of current formatting

9 years agoImproved handling of aliased/mistyped controllers
Alexander Ebert [Fri, 20 Feb 2015 16:57:10 +0000 (17:57 +0100)]
Improved handling of aliased/mistyped controllers

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 19 Feb 2015 17:06:50 +0000 (18:06 +0100)]
Updating minified JavaScript files

9 years agoRemoved debug code
Alexander Ebert [Thu, 19 Feb 2015 17:05:38 +0000 (18:05 +0100)]
Removed debug code

9 years agoMerge pull request #1885 from joshuaruesweg/emailleak2
Tim Düsterhus [Thu, 19 Feb 2015 16:50:31 +0000 (17:50 +0100)]
Merge pull request #1885 from joshuaruesweg/emailleak2

fix email leak in user search form

9 years agoFixed alignment of ads
Marcel Werk [Thu, 19 Feb 2015 16:18:50 +0000 (17:18 +0100)]
Fixed alignment of ads

9 years agofix email leak in user search form
joshuaruesweg [Thu, 19 Feb 2015 15:58:17 +0000 (16:58 +0100)]
fix email leak in user search form

9 years agoFixed error handling for controller aliasing
Alexander Ebert [Thu, 19 Feb 2015 15:35:18 +0000 (16:35 +0100)]
Fixed error handling for controller aliasing

9 years agoUpdating minified JavaScript files
woltlab.com [Thu, 19 Feb 2015 15:21:50 +0000 (16:21 +0100)]
Updating minified JavaScript files