GitHub/WoltLab/WCF.git
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 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()

8 years agoAdd \PDOStatement methods as PHPDoc methods to PreparedStatement
Matthias Schmidt [Sat, 7 May 2016 15:48:53 +0000 (17:48 +0200)]
Add \PDOStatement methods as PHPDoc methods to PreparedStatement

8 years agoFix parameter documentation
Matthias Schmidt [Sat, 7 May 2016 14:04:56 +0000 (16:04 +0200)]
Fix parameter documentation

8 years agoFix array property documentations
Matthias Schmidt [Sat, 7 May 2016 13:47:30 +0000 (15:47 +0200)]
Fix array property documentations

8 years agoFix method return values
Matthias Schmidt [Sat, 7 May 2016 13:45:03 +0000 (15:45 +0200)]
Fix method return values

8 years agoFix property type in Highlighter
Matthias Schmidt [Sat, 7 May 2016 13:43:02 +0000 (15:43 +0200)]
Fix property type in Highlighter

8 years agoRemove unused imports
Matthias Schmidt [Sat, 7 May 2016 13:28:20 +0000 (15:28 +0200)]
Remove unused imports

8 years agoAdd missing NOT NULL for wcf1_user_profile_visitor columns
Matthias Schmidt [Sat, 7 May 2016 11:14:59 +0000 (13:14 +0200)]
Add missing NOT NULL for wcf1_user_profile_visitor columns

8 years agoThrow InvalidArgumentException for invalid condition object lists
Matthias Schmidt [Fri, 6 May 2016 13:37:56 +0000 (15:37 +0200)]
Throw InvalidArgumentException for invalid condition object lists

8 years agoMerge branch 'master' into next
Tim Düsterhus [Fri, 6 May 2016 13:07:21 +0000 (15:07 +0200)]
Merge branch 'master' into next

8 years agoMerge branch '2.0'
Tim Düsterhus [Fri, 6 May 2016 12:04:06 +0000 (14:04 +0200)]
Merge branch '2.0'

8 years agoMake FileUtil::getMimeType() return application/octet-stream on error
Tim Düsterhus [Thu, 5 May 2016 20:15:33 +0000 (22:15 +0200)]
Make FileUtil::getMimeType() return application/octet-stream on error

8 years agoAdd missing image check in StyleEditor::import()
Tim Düsterhus [Thu, 5 May 2016 20:10:33 +0000 (22:10 +0200)]
Add missing image check in StyleEditor::import()

8 years agoFix error handling in StyleAction::upload()
Tim Düsterhus [Thu, 5 May 2016 20:03:38 +0000 (22:03 +0200)]
Fix error handling in StyleAction::upload()

8 years agoFix creating/editing boxes without controller
Matthias Schmidt [Fri, 6 May 2016 10:59:57 +0000 (12:59 +0200)]
Fix creating/editing boxes without controller

8 years agoAdd box identifier as data attribute to box
Matthias Schmidt [Fri, 6 May 2016 10:59:01 +0000 (12:59 +0200)]
Add box identifier as data attribute to box

8 years agoUse PHP 5 syntax
Matthias Schmidt [Thu, 5 May 2016 14:33:05 +0000 (16:33 +0200)]
Use PHP 5 syntax

8 years agoProperly handle AbstractSelectCondition without options
Matthias Schmidt [Wed, 4 May 2016 18:07:34 +0000 (20:07 +0200)]
Properly handle AbstractSelectCondition without options

8 years agoFix import order
Matthias Schmidt [Wed, 4 May 2016 17:49:23 +0000 (19:49 +0200)]
Fix import order

8 years agoAdd support for conditioned boxes and object list boxes
Matthias Schmidt [Wed, 4 May 2016 13:04:18 +0000 (15:04 +0200)]
Add support for conditioned boxes and object list boxes

8 years agoFix import order
Matthias Schmidt [Wed, 4 May 2016 11:34:03 +0000 (13:34 +0200)]
Fix import order

8 years agoMerge branch 'master' into next
Matthias Schmidt [Wed, 4 May 2016 09:30:03 +0000 (11:30 +0200)]
Merge branch 'master' into next

8 years agoFixed box edit issue
Marcel Werk [Tue, 3 May 2016 09:38:34 +0000 (11:38 +0200)]
Fixed box edit issue

8 years agoAdded box links
Marcel Werk [Tue, 3 May 2016 09:35:26 +0000 (11:35 +0200)]
Added box links

8 years agoFixed issue in menu item handler
Marcel Werk [Tue, 3 May 2016 09:29:44 +0000 (11:29 +0200)]
Fixed issue in menu item handler

8 years agoImproved tagging result page
Marcel Werk [Sun, 1 May 2016 22:39:35 +0000 (00:39 +0200)]
Improved tagging result page

8 years agoPage controller is immutable
Alexander Ebert [Mon, 2 May 2016 15:41:40 +0000 (17:41 +0200)]
Page controller is immutable

8 years agoUse of `concat` instead of `{capture}`
Alexander Ebert [Mon, 2 May 2016 15:35:31 +0000 (17:35 +0200)]
Use of `concat` instead of `{capture}`

8 years agoFixed page editing
Alexander Ebert [Mon, 2 May 2016 14:33:12 +0000 (16:33 +0200)]
Fixed page editing

8 years agoUpdating minified JavaScript files
woltlab.com [Mon, 2 May 2016 12:16:13 +0000 (14:16 +0200)]
Updating minified JavaScript files

8 years agoOverhauled 'Add Page' UI
Alexander Ebert [Mon, 2 May 2016 12:15:25 +0000 (14:15 +0200)]
Overhauled 'Add Page' UI

8 years agoRemoved deprecated css classes
Marcel Werk [Sun, 1 May 2016 13:41:56 +0000 (15:41 +0200)]
Removed deprecated css classes

8 years agoUnified benchmark templates
Marcel Werk [Sun, 1 May 2016 13:07:52 +0000 (15:07 +0200)]
Unified benchmark templates

8 years agoOverhauled ACP user menu
Alexander Ebert [Sun, 1 May 2016 13:08:45 +0000 (15:08 +0200)]
Overhauled ACP user menu

8 years agoFixed use-statement order
Alexander Ebert [Sun, 1 May 2016 12:16:19 +0000 (14:16 +0200)]
Fixed use-statement order

8 years agoUpdating minified JavaScript files
woltlab.com [Sun, 1 May 2016 12:11:14 +0000 (14:11 +0200)]
Updating minified JavaScript files

8 years agoAdded missing button icon
Alexander Ebert [Sun, 1 May 2016 12:12:47 +0000 (14:12 +0200)]
Added missing button icon

8 years agoUpdated edit history
Alexander Ebert [Sun, 1 May 2016 12:11:29 +0000 (14:11 +0200)]
Updated edit history

8 years agoFixed message inline editing
Alexander Ebert [Sun, 1 May 2016 12:11:09 +0000 (14:11 +0200)]
Fixed message inline editing

8 years agoRemove obsolete content in English language item
Matthias Schmidt [Sun, 1 May 2016 10:39:19 +0000 (12:39 +0200)]
Remove obsolete content in English language item

8 years agoAdded search keyword highlighting
Alexander Ebert [Sun, 1 May 2016 10:22:01 +0000 (12:22 +0200)]
Added search keyword highlighting

8 years agoFixed user profile visuals
Alexander Ebert [Sun, 1 May 2016 08:22:03 +0000 (10:22 +0200)]
Fixed user profile visuals

8 years agoMoved the "No-JS"-Warning
Alexander Ebert [Sat, 30 Apr 2016 19:14:04 +0000 (21:14 +0200)]
Moved the "No-JS"-Warning

8 years agoIncrease gap between sitemap item groups
Alexander Ebert [Sat, 30 Apr 2016 17:27:41 +0000 (19:27 +0200)]
Increase gap between sitemap item groups

8 years agoAdd support for static boxes in PIP
Matthias Schmidt [Sat, 30 Apr 2016 17:05:14 +0000 (19:05 +0200)]
Add support for static boxes in PIP

8 years agoAdded proper styling for `.formError`
Alexander Ebert [Sat, 30 Apr 2016 11:14:48 +0000 (13:14 +0200)]
Added proper styling for `.formError`

8 years agoUnified footer copyright appearance
Alexander Ebert [Sat, 30 Apr 2016 11:09:27 +0000 (13:09 +0200)]
Unified footer copyright appearance

8 years agoFixed positioning of unread interactive dropdown items
Alexander Ebert [Sat, 30 Apr 2016 11:08:11 +0000 (13:08 +0200)]
Fixed positioning of unread interactive dropdown items

8 years agoUpdating minified JavaScript files
woltlab.com [Sat, 30 Apr 2016 11:06:11 +0000 (13:06 +0200)]
Updating minified JavaScript files

8 years agoAdded ACP-'To Top' link, increase ACP menu width
Alexander Ebert [Sat, 30 Apr 2016 11:05:28 +0000 (13:05 +0200)]
Added ACP-'To Top' link, increase ACP menu width

8 years agoUpdated footer markup and styles
Alexander Ebert [Fri, 29 Apr 2016 23:16:29 +0000 (01:16 +0200)]
Updated footer markup and styles

8 years agoFixed error reporting in database setup
Marcel Werk [Fri, 29 Apr 2016 15:12:25 +0000 (17:12 +0200)]
Fixed error reporting in database setup

8 years agoUpdated footer
Alexander Ebert [Fri, 29 Apr 2016 13:30:57 +0000 (15:30 +0200)]
Updated footer

8 years agoSetup style overhaul
Marcel Werk [Fri, 29 Apr 2016 10:38:20 +0000 (12:38 +0200)]
Setup style overhaul

8 years agoRemoved obsolete code
Marcel Werk [Thu, 28 Apr 2016 22:27:54 +0000 (00:27 +0200)]
Removed obsolete code

8 years agoFixed ACP layout
Alexander Ebert [Fri, 29 Apr 2016 08:05:08 +0000 (10:05 +0200)]
Fixed ACP layout

8 years agoSlightly increase title line-height to improve visuals when wrapping
Alexander Ebert [Thu, 28 Apr 2016 15:42:28 +0000 (17:42 +0200)]
Slightly increase title line-height to improve visuals when wrapping

8 years agoFixed headline line-height affecting badges
Alexander Ebert [Thu, 28 Apr 2016 15:39:48 +0000 (17:39 +0200)]
Fixed headline line-height affecting badges

8 years agoSlightly increased margin for successive box content
Alexander Ebert [Thu, 28 Apr 2016 15:35:57 +0000 (17:35 +0200)]
Slightly increased margin for successive box content

8 years agoAdded generic phrases used for pages
Alexander Ebert [Thu, 28 Apr 2016 15:32:19 +0000 (17:32 +0200)]
Added generic phrases used for pages

8 years agoAdded missing page cache reset
Marcel Werk [Wed, 27 Apr 2016 16:41:02 +0000 (18:41 +0200)]
Added missing page cache reset

8 years agoAdded scrollable checkbox lists to replace multiselects in page/box management
Marcel Werk [Wed, 27 Apr 2016 16:34:32 +0000 (18:34 +0200)]
Added scrollable checkbox lists to replace multiselects in page/box management

8 years agoAdded support for template-based cms boxes
Marcel Werk [Wed, 27 Apr 2016 13:35:26 +0000 (15:35 +0200)]
Added support for template-based cms boxes

8 years agoMerge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Wed, 27 Apr 2016 08:51:40 +0000 (10:51 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next

8 years agoFixed an ACP issue
Alexander Ebert [Wed, 27 Apr 2016 08:51:36 +0000 (10:51 +0200)]
Fixed an ACP issue

8 years agoFix condition in PageLocationManager::init()
Matthias Schmidt [Tue, 26 Apr 2016 16:57:50 +0000 (18:57 +0200)]
Fix condition in PageLocationManager::init()

8 years agoSome minor fixes
Alexander Ebert [Tue, 26 Apr 2016 14:30:10 +0000 (16:30 +0200)]
Some minor fixes

8 years agoAuto-generate breadcrumbs using page location
Alexander Ebert [Tue, 26 Apr 2016 14:12:05 +0000 (16:12 +0200)]
Auto-generate breadcrumbs using page location

8 years agoFixed acp template listener
Marcel Werk [Tue, 26 Apr 2016 11:44:49 +0000 (13:44 +0200)]
Fixed acp template listener

8 years agoFixed user-menu issue
Marcel Werk [Mon, 25 Apr 2016 16:05:15 +0000 (18:05 +0200)]
Fixed user-menu issue

8 years agoFixed third party login
Marcel Werk [Mon, 25 Apr 2016 16:05:03 +0000 (18:05 +0200)]
Fixed third party login

8 years agoAdded missing css classes
Marcel Werk [Sat, 23 Apr 2016 21:16:19 +0000 (23:16 +0200)]
Added missing css classes

8 years agoUpdating minified JavaScript files
woltlab.com [Mon, 25 Apr 2016 13:56:11 +0000 (15:56 +0200)]
Updating minified JavaScript files

8 years agoFixed follow/block buttons
Alexander Ebert [Mon, 25 Apr 2016 13:57:19 +0000 (15:57 +0200)]
Fixed follow/block buttons

8 years agoLoad user storage in bulk to minimize performance impact
Alexander Ebert [Mon, 25 Apr 2016 13:57:09 +0000 (15:57 +0200)]
Load user storage in bulk to minimize performance impact

8 years agoFixed use-statement order
Alexander Ebert [Mon, 25 Apr 2016 11:31:21 +0000 (13:31 +0200)]
Fixed use-statement order

8 years agoChanged order to prefer the standards-compliant rule
Alexander Ebert [Mon, 25 Apr 2016 11:30:41 +0000 (13:30 +0200)]
Changed order to prefer the standards-compliant rule

8 years agoFix indentation
Tim Düsterhus [Mon, 25 Apr 2016 11:28:22 +0000 (13:28 +0200)]
Fix indentation

8 years agoUpdating minified JavaScript files
woltlab.com [Mon, 25 Apr 2016 11:11:12 +0000 (13:11 +0200)]
Updating minified JavaScript files

8 years agoEnhanced user ignore feature
Alexander Ebert [Mon, 25 Apr 2016 11:10:35 +0000 (13:10 +0200)]
Enhanced user ignore feature

* Regular content by ignored users is now converted into grayscale with
a non-hover opacity of .5
* Messages are collapsed to a single notice, but will reveal the full
message on click
* Blocking a follower will now remove the follower-state and block
future attempts to follow again while still being blocked

8 years agoFixed search input visuals
Alexander Ebert [Mon, 25 Apr 2016 11:08:47 +0000 (13:08 +0200)]
Fixed search input visuals

8 years agoFixed display issue
Alexander Ebert [Mon, 25 Apr 2016 11:08:35 +0000 (13:08 +0200)]
Fixed display issue

8 years agoAdded missing use
Alexander Ebert [Mon, 25 Apr 2016 11:08:27 +0000 (13:08 +0200)]
Added missing use

8 years agoFixed JSDoc
Alexander Ebert [Mon, 25 Apr 2016 11:08:06 +0000 (13:08 +0200)]
Fixed JSDoc

8 years agoFixed exception in box handler initialization
Marcel Werk [Sat, 23 Apr 2016 20:55:26 +0000 (22:55 +0200)]
Fixed exception in box handler initialization