GitHub/WoltLab/WCF.git
8 years agoAdd $objectList @property to page classes
Matthias Schmidt [Sun, 22 May 2016 12:43:55 +0000 (14:43 +0200)]
Add $objectList @property to page classes

8 years agoRemove unused class ViewableMenu
Matthias Schmidt [Sun, 22 May 2016 09:38:28 +0000 (11:38 +0200)]
Remove unused class ViewableMenu

8 years agoAdd @method documentation for DBO actions
Matthias Schmidt [Sun, 22 May 2016 09:37:20 +0000 (11:37 +0200)]
Add @method documentation for DBO actions

8 years agoAdd missing parameter and return type documentation in StringUtil
Matthias Schmidt [Sun, 22 May 2016 07:39:57 +0000 (09:39 +0200)]
Add missing parameter and return type documentation in StringUtil

8 years agoMerge remote-tracking branch 'origin/next' into next
Marcel Werk [Sun, 22 May 2016 08:21:36 +0000 (10:21 +0200)]
Merge remote-tracking branch 'origin/next' into next

# Conflicts:
# CHANGELOG.md

8 years agoRemoved obsolete code / xml definitions
Marcel Werk [Sun, 22 May 2016 08:20:05 +0000 (10:20 +0200)]
Removed obsolete code / xml definitions

8 years agoAdd missing method and class PHPDoc comments
Matthias Schmidt [Sun, 22 May 2016 07:35:34 +0000 (09:35 +0200)]
Add missing method and class PHPDoc comments

8 years agoFix use statement order
Matthias Schmidt [Sat, 21 May 2016 21:14:48 +0000 (23:14 +0200)]
Fix use statement order

8 years agoRemove deprecated methods in StringUtil
Matthias Schmidt [Sat, 21 May 2016 21:09:18 +0000 (23:09 +0200)]
Remove deprecated methods in StringUtil

8 years agoImprove/Fix variable and property type documentation
Matthias Schmidt [Sat, 21 May 2016 21:01:04 +0000 (23:01 +0200)]
Improve/Fix variable and property type documentation

8 years agoFix name of called method
Matthias Schmidt [Sat, 21 May 2016 20:49:45 +0000 (22:49 +0200)]
Fix name of called method

8 years agoAdd @method tags for File and GZipFile class
Matthias Schmidt [Sat, 21 May 2016 20:31:09 +0000 (22:31 +0200)]
Add @method tags for File and GZipFile class

8 years agoAdd @noinspection PhpVariableVariableInspection tags
Matthias Schmidt [Sat, 21 May 2016 20:06:41 +0000 (22:06 +0200)]
Add @noinspection PhpVariableVariableInspection tags

8 years agoAdd @noinspection PhpMultipleClassesDeclarationsInOneFile tags
Matthias Schmidt [Sat, 21 May 2016 20:03:36 +0000 (22:03 +0200)]
Add @noinspection PhpMultipleClassesDeclarationsInOneFile tags

8 years agoFix warnings about undefined classes
Matthias Schmidt [Sat, 21 May 2016 18:45:46 +0000 (20:45 +0200)]
Fix warnings about undefined classes

8 years agoAdd @noinspection PhpMissingParentConstructorInspection tags
Matthias Schmidt [Sat, 21 May 2016 17:18:48 +0000 (19:18 +0200)]
Add @noinspection PhpMissingParentConstructorInspection tags

8 years agoFix warnings about illegal array key type
Matthias Schmidt [Sat, 21 May 2016 17:03:12 +0000 (19:03 +0200)]
Fix warnings about illegal array key type

8 years agoFix code warnings for PIPs
Matthias Schmidt [Sat, 21 May 2016 16:55:23 +0000 (18:55 +0200)]
Fix code warnings for PIPs

8 years agoFix "parameter type" warnings
Matthias Schmidt [Sat, 21 May 2016 16:34:51 +0000 (18:34 +0200)]
Fix "parameter type" warnings

8 years agoAdd missing required parameter in StaticRequestRoute::matches()
Matthias Schmidt [Sat, 21 May 2016 16:30:44 +0000 (18:30 +0200)]
Add missing required parameter in StaticRequestRoute::matches()

8 years agoAdded styling for text color overlay
Alexander Ebert [Sat, 21 May 2016 18:26:57 +0000 (20:26 +0200)]
Added styling for text color overlay

8 years agoOverhauled page title management
Marcel Werk [Sat, 21 May 2016 16:05:32 +0000 (18:05 +0200)]
Overhauled page title management

8 years agoImproved subtabs appearance
Marcel Werk [Fri, 20 May 2016 11:20:30 +0000 (13:20 +0200)]
Improved subtabs appearance

8 years agopage-relevant data-attributes on body tag are now available for all cms pages
Marcel Werk [Fri, 20 May 2016 11:20:02 +0000 (13:20 +0200)]
page-relevant data-attributes on body tag are now available for all cms pages

8 years agoAdd missing parameter documentation
Matthias Schmidt [Sat, 21 May 2016 12:56:42 +0000 (14:56 +0200)]
Add missing parameter documentation

8 years agoAdd ImplementationException and ParentClassException
Matthias Schmidt [Sat, 21 May 2016 12:13:24 +0000 (14:13 +0200)]
Add ImplementationException and ParentClassException

8 years agoUse class constant
Matthias Schmidt [Sat, 21 May 2016 11:49:07 +0000 (13:49 +0200)]
Use class constant

8 years agoReplace @see tags with @inheritDoc tags
Matthias Schmidt [Sat, 21 May 2016 09:19:57 +0000 (11:19 +0200)]
Replace @see tags with @inheritDoc tags

8 years agoFix @package tag
Matthias Schmidt [Sat, 21 May 2016 09:03:00 +0000 (11:03 +0200)]
Fix @package tag

8 years agoFix @subpackage tags
Matthias Schmidt [Sat, 21 May 2016 09:02:51 +0000 (11:02 +0200)]
Fix @subpackage tags

8 years agoUpdate copyright date
Matthias Schmidt [Sat, 21 May 2016 09:01:36 +0000 (11:01 +0200)]
Update copyright date

8 years agoReplace old array syntax with new syntax
Matthias Schmidt [Sat, 21 May 2016 08:54:22 +0000 (10:54 +0200)]
Replace old array syntax with new syntax

8 years agoFixed `WCF::getActivePage()` failing for CMS pages
Alexander Ebert [Sat, 21 May 2016 11:39:03 +0000 (13:39 +0200)]
Fixed `WCF::getActivePage()` failing for CMS pages

8 years agoAdded basic redactor plugins (WIP)
Alexander Ebert [Sat, 21 May 2016 11:34:06 +0000 (13:34 +0200)]
Added basic redactor plugins (WIP)

8 years agoUpdating minified JavaScript files
woltlab.com [Sat, 21 May 2016 07:16:14 +0000 (09:16 +0200)]
Updating minified JavaScript files

8 years agoMerge branch 'master' into next
Matthias Schmidt [Sat, 21 May 2016 07:15:56 +0000 (09:15 +0200)]
Merge branch 'master' into next

8 years agoRemove empty line in userGroupAssigmentAdd template
Matthias Schmidt [Sat, 21 May 2016 07:04:15 +0000 (09:04 +0200)]
Remove empty line in userGroupAssigmentAdd template

# Conflicts:
# wcfsetup/install/files/acp/templates/userGroupAssignmentAdd.tpl
# wcfsetup/install/files/js/WCF.Combined.min.js
# wcfsetup/install/files/style/layout.less
# wcfsetup/install/lang/en.xml

8 years agoAdd missing error message if user group assignment title is too long
Matthias Schmidt [Sat, 21 May 2016 06:57:22 +0000 (08:57 +0200)]
Add missing error message if user group assignment title is too long

8 years agoFix error message if no valid user group is selected for automatic assignment
Matthias Schmidt [Sat, 21 May 2016 06:51:24 +0000 (08:51 +0200)]
Fix error message if no valid user group is selected for automatic assignment

8 years agoFix indentations
Matthias Schmidt [Fri, 20 May 2016 17:41:46 +0000 (19:41 +0200)]
Fix indentations

8 years agoAdd @noinspection PhpMissingBreakStatementInspection
Matthias Schmidt [Fri, 20 May 2016 15:46:17 +0000 (17:46 +0200)]
Add @noinspection PhpMissingBreakStatementInspection

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 20 May 2016 14:41:14 +0000 (16:41 +0200)]
Updating minified JavaScript files

8 years agoFixed a few issues related to the site search feature
Alexander Ebert [Fri, 20 May 2016 14:39:50 +0000 (16:39 +0200)]
Fixed a few issues related to the site search feature

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 20 May 2016 13:21:16 +0000 (15:21 +0200)]
Updating minified JavaScript files

8 years agoProperly implemented new search
Alexander Ebert [Fri, 20 May 2016 13:20:16 +0000 (15:20 +0200)]
Properly implemented new search

8 years agoFixed html syntax issue
Marcel Werk [Thu, 19 May 2016 21:34:06 +0000 (23:34 +0200)]
Fixed html syntax issue

8 years agoUpdating minified JavaScript files
woltlab.com [Thu, 19 May 2016 21:21:15 +0000 (23:21 +0200)]
Updating minified JavaScript files

8 years agoOverhauled search area
Alexander Ebert [Thu, 19 May 2016 21:18:32 +0000 (23:18 +0200)]
Overhauled search area

8 years agoAdded getter function to retrieve active page object
Alexander Ebert [Thu, 19 May 2016 21:12:54 +0000 (23:12 +0200)]
Added getter function to retrieve active page object

8 years agoFixed disabling of static cms pages
Marcel Werk [Thu, 19 May 2016 19:46:01 +0000 (21:46 +0200)]
Fixed disabling of static cms pages

8 years agoAdded 'position' column in menu list
Marcel Werk [Thu, 19 May 2016 19:41:46 +0000 (21:41 +0200)]
Added 'position' column in menu list

8 years agoAdd missing @throws tag in AJAXInvokeAction
Matthias Schmidt [Thu, 19 May 2016 18:33:45 +0000 (20:33 +0200)]
Add missing @throws tag in AJAXInvokeAction

8 years agoRemoved obsolete/unused options
Marcel Werk [Thu, 19 May 2016 13:54:40 +0000 (15:54 +0200)]
Removed obsolete/unused options

8 years agoFixed parsing of 'time' parameter in youtube urls
Marcel Werk [Wed, 18 May 2016 15:34:27 +0000 (17:34 +0200)]
Fixed parsing of 'time' parameter in youtube urls

8 years agoAdd AbstractMultiCategoryCondition
Matthias Schmidt [Wed, 18 May 2016 15:11:15 +0000 (17:11 +0200)]
Add AbstractMultiCategoryCondition

8 years agoUpdating minified JavaScript files
woltlab.com [Wed, 18 May 2016 14:50:48 +0000 (16:50 +0200)]
Updating minified JavaScript files

8 years agoDeliver images of marker clusterer
Matthias Schmidt [Wed, 18 May 2016 14:46:03 +0000 (16:46 +0200)]
Deliver images of marker clusterer

8 years agoFixed paddings in ad location "logo"
Marcel Werk [Wed, 18 May 2016 14:27:59 +0000 (16:27 +0200)]
Fixed paddings in ad location "logo"

8 years agoFixed font size in twitter timeline
Marcel Werk [Wed, 18 May 2016 14:16:52 +0000 (16:16 +0200)]
Fixed font size in twitter timeline

8 years agoAdded usage of backticks for table, column and index names
Marcel Werk [Wed, 18 May 2016 14:14:20 +0000 (16:14 +0200)]
Added usage of backticks for table, column and index names

8 years agoAdded 'most online users' to statistics box
Marcel Werk [Wed, 18 May 2016 08:56:55 +0000 (10:56 +0200)]
Added 'most online users' to statistics box

8 years agoChanged default icon color in footerBoxes
Marcel Werk [Wed, 18 May 2016 08:56:20 +0000 (10:56 +0200)]
Changed default icon color in footerBoxes

8 years agoEnforced proper paragraphs and block nesting
Alexander Ebert [Tue, 17 May 2016 10:48:01 +0000 (12:48 +0200)]
Enforced proper paragraphs and block nesting

8 years agoFixed preview of box images
Marcel Werk [Mon, 16 May 2016 14:12:08 +0000 (16:12 +0200)]
Fixed preview of box images

8 years agoAdd @throws tag for IPermissionObject::checkPermissions()
Matthias Schmidt [Mon, 16 May 2016 10:16:29 +0000 (12:16 +0200)]
Add @throws tag for IPermissionObject::checkPermissions()

8 years agoFix return type of Category::getObjectType()
Matthias Schmidt [Mon, 16 May 2016 10:14:32 +0000 (12:14 +0200)]
Fix return type of Category::getObjectType()

8 years agoMinor box layout improvements
Marcel Werk [Mon, 16 May 2016 09:51:37 +0000 (11:51 +0200)]
Minor box layout improvements

* Fixed icon colors
* Improved margins/paddings
* Fixed mobile version

8 years agoFixed default value reset
Marcel Werk [Mon, 16 May 2016 09:48:32 +0000 (11:48 +0200)]
Fixed default value reset

8 years agoDecreased paddings in 'page footer copyright' section
Marcel Werk [Sat, 14 May 2016 19:31:57 +0000 (21:31 +0200)]
Decreased paddings in 'page footer copyright' section

8 years agoFixed issue in box management
Marcel Werk [Sat, 14 May 2016 19:31:20 +0000 (21:31 +0200)]
Fixed issue in box management

8 years agoFixed removing of disabled menu items
Marcel Werk [Sat, 14 May 2016 19:29:41 +0000 (21:29 +0200)]
Fixed removing of disabled menu items

8 years agoRemove unused local variables
Matthias Schmidt [Sun, 15 May 2016 14:17:37 +0000 (16:17 +0200)]
Remove unused local variables

8 years agoAdded visuals for spoilers
Alexander Ebert [Sun, 15 May 2016 13:28:42 +0000 (15:28 +0200)]
Added visuals for spoilers

8 years agoAdded `isBlockElement` for bbcodes
Alexander Ebert [Sun, 15 May 2016 11:04:55 +0000 (13:04 +0200)]
Added `isBlockElement` for bbcodes

8 years agoAdded proper support for bbcodes during output
Alexander Ebert [Sun, 15 May 2016 08:28:20 +0000 (10:28 +0200)]
Added proper support for bbcodes during output

8 years agoUpdating minified JavaScript files
woltlab.com [Sun, 15 May 2016 08:01:14 +0000 (10:01 +0200)]
Updating minified JavaScript files

8 years agoReplace removed `$.browser.mobile`
Matthias Schmidt [Sun, 15 May 2016 07:59:55 +0000 (09:59 +0200)]
Replace removed `$.browser.mobile`

8 years agoFix content header of captchaQuestionAdd template
Matthias Schmidt [Sun, 15 May 2016 07:13:12 +0000 (09:13 +0200)]
Fix content header of captchaQuestionAdd template

8 years agoSome cleanup
Alexander Ebert [Sat, 14 May 2016 22:07:28 +0000 (00:07 +0200)]
Some cleanup

8 years agoAdded prototype BBCode -> HTML parser
Alexander Ebert [Sat, 14 May 2016 21:24:21 +0000 (23:24 +0200)]
Added prototype BBCode -> HTML parser

8 years agoFix header of package installation confirm page
Matthias Schmidt [Fri, 13 May 2016 17:36:15 +0000 (19:36 +0200)]
Fix header of package installation confirm page

8 years agoLet MenuItemNode and PageNode extend DatabaseObjectDecorator
Matthias Schmidt [Thu, 12 May 2016 16:51:41 +0000 (18:51 +0200)]
Let MenuItemNode and PageNode extend DatabaseObjectDecorator

8 years agoFix import order
Matthias Schmidt [Thu, 12 May 2016 15:20:02 +0000 (17:20 +0200)]
Fix import order

8 years agoAdd missing @return tags
Matthias Schmidt [Wed, 11 May 2016 18:37:57 +0000 (20:37 +0200)]
Add missing @return tags

8 years agoAdded icon size 64
Marcel Werk [Thu, 12 May 2016 12:39:21 +0000 (14:39 +0200)]
Added icon size 64

8 years agoAdded pageID as a data attribute to the body tag
Marcel Werk [Thu, 12 May 2016 12:39:08 +0000 (14:39 +0200)]
Added pageID as a data attribute to the body tag

8 years agoFixed js issue in box / menu item management
Marcel Werk [Thu, 12 May 2016 12:36:55 +0000 (14:36 +0200)]
Fixed js issue in box / menu item management

8 years agoAdd missing imports
Matthias Schmidt [Wed, 11 May 2016 18:21:28 +0000 (20:21 +0200)]
Add missing imports

8 years agoAdd @mixin (and @method) elements for decorator classes
Matthias Schmidt [Wed, 11 May 2016 18:11:09 +0000 (20:11 +0200)]
Add @mixin (and @method) elements for decorator classes

8 years agoThrow PHP's \InvalidArgumentException
Matthias Schmidt [Tue, 10 May 2016 20:24:47 +0000 (22:24 +0200)]
Throw PHP's \InvalidArgumentException

8 years agoUpdate documentation of IHistorySavingObjectTypeProvider::checkPermissions()
Matthias Schmidt [Tue, 10 May 2016 20:16:09 +0000 (22:16 +0200)]
Update documentation of IHistorySavingObjectTypeProvider::checkPermissions()

8 years agoAdd @property documentation for DatabaseObjectList implementations
Matthias Schmidt [Tue, 10 May 2016 20:10:40 +0000 (22:10 +0200)]
Add @property documentation for DatabaseObjectList implementations

8 years agoAdd @method documentation for IObjectTypeProvider implementations
Matthias Schmidt [Tue, 10 May 2016 18:46:25 +0000 (20:46 +0200)]
Add @method documentation for IObjectTypeProvider implementations

8 years agoAdd @method documentation for DatabaseObjectList implementations
Matthias Schmidt [Tue, 10 May 2016 16:45:31 +0000 (18:45 +0200)]
Add @method documentation for DatabaseObjectList implementations

This change improves IDE auto-completion when dealing with
DatabaseObjectList objects.

8 years agoper not Per (#2027)
Smooey [Tue, 10 May 2016 11:20:57 +0000 (07:20 -0400)]
per not Per (#2027)

* per not Per

* some phrase adjustments, rework of enable HTML code message stuff

* by not By and other rephrasing...

By is preposition can't be capitalized either, and did some other
rephrasing to keep things consistent. will have to do conversations lang
file, and others same way for "by".

* missed one

* another one missed..

8 years agoA few more phrase adjustments (#2026)
Smooey [Mon, 9 May 2016 09:26:12 +0000 (05:26 -0400)]
A few more phrase adjustments (#2026)

8 years agoEnglish phrase/grammar adjustments, attempt 1,000,000th (#2025)
Smooey [Sun, 8 May 2016 23:03:35 +0000 (19:03 -0400)]
English phrase/grammar adjustments, attempt 1,000,000th (#2025)

8 years agoFix import order
Matthias Schmidt [Sun, 8 May 2016 09:04:02 +0000 (11:04 +0200)]
Fix import order

8 years agoUse \PDO::fetchAll() instead of PreparedStatement::fetchColumns()
Matthias Schmidt [Sun, 8 May 2016 08:57:32 +0000 (10:57 +0200)]
Use \PDO::fetchAll() instead of PreparedStatement::fetchColumns()

8 years agoAdd PreparedStatement::fetchColumns()
Matthias Schmidt [Sat, 7 May 2016 20:38:01 +0000 (22:38 +0200)]
Add PreparedStatement::fetchColumns()