GitHub/WoltLab/WCF.git
11 years agoAdds support for object decorators in DatabaseObjectList
Matthias Schmidt [Fri, 28 Dec 2012 12:27:14 +0000 (13:27 +0100)]
Adds support for object decorators in DatabaseObjectList

11 years agoMerge pull request #1016 from Gravatronics/enhancement/IPositionAction
Alexander Ebert [Thu, 27 Dec 2012 19:32:39 +0000 (11:32 -0800)]
Merge pull request #1016 from Gravatronics/enhancement/IPositionAction

Removes IPositionAction

11 years agoRemoves IPositionAction
Matthias Schmidt [Thu, 27 Dec 2012 19:19:10 +0000 (20:19 +0100)]
Removes IPositionAction

Use ISearchAction instead!

11 years agoMerge pull request #1012 from Gravatronics/enhancement/JSProxyActionInterfaceName
Alexander Ebert [Thu, 27 Dec 2012 18:51:22 +0000 (10:51 -0800)]
Merge pull request #1012 from Gravatronics/enhancement/JSProxyActionInterfaceName

Adds interfaceName to proxy actions

11 years agoMerge pull request #1011 from Gravatronics/bug/pageMenuItemList
Alexander Ebert [Thu, 27 Dec 2012 18:11:27 +0000 (10:11 -0800)]
Merge pull request #1011 from Gravatronics/bug/pageMenuItemList

Fixes bug (missing __menuItem) in pageMenuItemList.tpl

11 years agoAdds interfaceName to proxy actions
Matthias Schmidt [Thu, 27 Dec 2012 12:01:00 +0000 (13:01 +0100)]
Adds interfaceName to proxy actions

11 years agoFixes bug (missing __menuItem) in pageMenuItemList.tpl
Matthias Schmidt [Thu, 27 Dec 2012 09:27:16 +0000 (10:27 +0100)]
Fixes bug (missing __menuItem) in pageMenuItemList.tpl

Also does some formatting for better readability.

11 years agoFixed routes not properly handling ACP requests
Alexander Ebert [Thu, 27 Dec 2012 00:19:05 +0000 (01:19 +0100)]
Fixed routes not properly handling ACP requests

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 27 Dec 2012 00:07:32 +0000 (01:07 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved wcfNestedSortable(), use nestedSortable() instead
Alexander Ebert [Thu, 27 Dec 2012 00:07:21 +0000 (01:07 +0100)]
Removed wcfNestedSortable(), use nestedSortable() instead

Fixes #1007

11 years agoMerge pull request #1009 from Gravatronics/bug/errorMessage
Alexander Ebert [Wed, 26 Dec 2012 22:50:23 +0000 (14:50 -0800)]
Merge pull request #1009 from Gravatronics/bug/errorMessage

Fixes error message

11 years agoMerge pull request #1005 from Gravatronics/bug/categoryDeleteJS
Alexander Ebert [Wed, 26 Dec 2012 22:25:48 +0000 (14:25 -0800)]
Merge pull request #1005 from Gravatronics/bug/categoryDeleteJS

Fixes WCF.ACP.Category.Delete

11 years agoMerge pull request #1006 from Gravatronics/enhancement/afterDeletionCodeOptimization
Alexander Ebert [Wed, 26 Dec 2012 22:25:36 +0000 (14:25 -0800)]
Merge pull request #1006 from Gravatronics/enhancement/afterDeletionCodeOptimization

Optimizes AbstractCategoryType::afterDeletion()

11 years agoMerge pull request #1008 from Gravatronics/bug/multipleEditableItemList
Alexander Ebert [Wed, 26 Dec 2012 22:25:19 +0000 (14:25 -0800)]
Merge pull request #1008 from Gravatronics/bug/multipleEditableItemList

Fixes bug when working with multiple WCF.EditableItemList objects

11 years agoOptimized UserGroupOptionPackageInstallationPlugin
Alexander Ebert [Wed, 26 Dec 2012 22:24:56 +0000 (23:24 +0100)]
Optimized UserGroupOptionPackageInstallationPlugin

Closes #1010

11 years agoFixes error message
Matthias Schmidt [Wed, 26 Dec 2012 21:44:25 +0000 (22:44 +0100)]
Fixes error message

11 years agoAdded support for application based option types
Alexander Ebert [Wed, 26 Dec 2012 21:14:12 +0000 (22:14 +0100)]
Added support for application based option types

11 years agoFixes bug when working with multiple WCF.EditableItemList objects
Matthias Schmidt [Wed, 26 Dec 2012 12:59:02 +0000 (13:59 +0100)]
Fixes bug when working with multiple WCF.EditableItemList objects

Currently, `WCF.EditableItemList._data` is shared between multiple objects which has the unexpected effect that you find objects of the second list in the first list.

11 years agoOptimizes AbstractCategoryType::afterDeletion()
Matthias Schmidt [Wed, 26 Dec 2012 08:29:21 +0000 (09:29 +0100)]
Optimizes AbstractCategoryType::afterDeletion()

11 years agoOptimizes code
Matthias Schmidt [Wed, 26 Dec 2012 08:16:48 +0000 (09:16 +0100)]
Optimizes code

11 years agoFixes WCF.ACP.Category.Delete
Matthias Schmidt [Wed, 26 Dec 2012 08:13:16 +0000 (09:13 +0100)]
Fixes WCF.ACP.Category.Delete

cf. WoltLab/WCF@d371330f9edc6947d7d7020c0562e558c0103d72

11 years agoAdded AbstractApplication::isActiveApplication()
Alexander Ebert [Wed, 26 Dec 2012 03:28:16 +0000 (04:28 +0100)]
Added AbstractApplication::isActiveApplication()

If you're developing an own application, simply add a protected variable "$abbreviation" and assign the application's abbreviation (e.g. "wbb"). Furthermore the package id is automatically set and can be accessed through $this->packageID.

In case you're setting the active page menu item and adding a "top" breadcrumb for your application, please do so if $this->isActiveApplication() returns true. If you fail to check this, multiple applications will stack their breadcrumbs and the active page menu item would no longer be deterministic.

11 years agoPage menu cache builder overhaul
Alexander Ebert [Wed, 26 Dec 2012 03:13:43 +0000 (04:13 +0100)]
Page menu cache builder overhaul

Closes #1004

11 years agoAdded error handling again
Alexander Ebert [Wed, 26 Dec 2012 02:57:35 +0000 (03:57 +0100)]
Added error handling again

11 years agoImplemented landing page support
Alexander Ebert [Wed, 26 Dec 2012 02:56:03 +0000 (03:56 +0100)]
Implemented landing page support

See #998
Closes #1000

11 years ago'isLandingPage' is no more handled by ACP forms
Alexander Ebert [Tue, 25 Dec 2012 20:54:15 +0000 (21:54 +0100)]
'isLandingPage' is no more handled by ACP forms

Instead the option will be available as button both in page menu item list and editing.

11 years agoRemoved 'newWindow' option for page menu items
Alexander Ebert [Tue, 25 Dec 2012 20:49:48 +0000 (21:49 +0100)]
Removed 'newWindow' option for page menu items

Opening external links in a new window is already covered by a global option, therefore no custom handling is required.

11 years agoPage menu items now support controllers
Alexander Ebert [Tue, 25 Dec 2012 19:41:05 +0000 (20:41 +0100)]
Page menu items now support controllers

Closes #998

11 years agoPage menu items are now properly parsed
Alexander Ebert [Tue, 25 Dec 2012 18:36:18 +0000 (19:36 +0100)]
Page menu items are now properly parsed

See #998

11 years agoChanged wcf1_page_menu_item structure
Alexander Ebert [Tue, 25 Dec 2012 18:10:24 +0000 (19:10 +0100)]
Changed wcf1_page_menu_item structure

See #998
See #1000

11 years agoMerge pull request #999 from Gravatronics/enhancement/integerOptionTypeMinMax
Alexander Ebert [Tue, 25 Dec 2012 18:01:31 +0000 (10:01 -0800)]
Merge pull request #999 from Gravatronics/enhancement/integerOptionTypeMinMax

Adds support for min/max value for integer option type

11 years agoMerge branch 'master' of git://github.com/WoltLab/WCF into enhancement/integerOptionT...
Matthias Schmidt [Tue, 25 Dec 2012 17:00:33 +0000 (18:00 +0100)]
Merge branch 'master' of git://github.com/WoltLab/WCF into enhancement/integerOptionTypeMinMax

Conflicts:
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

11 years agoMerge pull request #991 from Gravatronics/enhancement/packageTPLsCleanup
Alexander Ebert [Tue, 25 Dec 2012 16:26:45 +0000 (08:26 -0800)]
Merge pull request #991 from Gravatronics/enhancement/packageTPLsCleanup

Cleans up package templates

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Dec 2012 16:21:45 +0000 (17:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdds error language items
Matthias Schmidt [Tue, 25 Dec 2012 16:21:34 +0000 (17:21 +0100)]
Adds error language items

Also adds some blank lines for better readability and puts `wcf.acp.group.showMembers` at the correct position.

11 years agoEnhanced route system and option handling
Alexander Ebert [Tue, 25 Dec 2012 16:21:28 +0000 (17:21 +0100)]
Enhanced route system and option handling

Closes #996

11 years agoMerge pull request #994 from Gravatronics/bug/missingLanguageItems
Marcel Werk [Tue, 25 Dec 2012 15:56:14 +0000 (07:56 -0800)]
Merge pull request #994 from Gravatronics/bug/missingLanguageItems

Adds missing language items

11 years agoAdds support for min/max value for integer option type
Matthias Schmidt [Tue, 25 Dec 2012 15:53:46 +0000 (16:53 +0100)]
Adds support for min/max value for integer option type

The validation of the min/max value happens in the PHP class but can also be directly done in the browser because of the min and max properties of the input element.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 24 Dec 2012 23:40:40 +0000 (00:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed CKEditor issues
Marcel Werk [Mon, 24 Dec 2012 23:40:28 +0000 (00:40 +0100)]
Fixed CKEditor issues

11 years agoMerge pull request #992 from Gravatronics/bug/subTabMenuAnchorOutline
Marcel Werk [Mon, 24 Dec 2012 23:02:00 +0000 (15:02 -0800)]
Merge pull request #992 from Gravatronics/bug/subTabMenuAnchorOutline

Removes outline from sub tab menu anchors

11 years agoMerge pull request #993 from Gravatronics/enhancement/showMembersLinks
Marcel Werk [Mon, 24 Dec 2012 23:01:35 +0000 (15:01 -0800)]
Merge pull request #993 from Gravatronics/enhancement/showMembersLinks

Removes user group members links for "pseudo" user groups

11 years agoMerge pull request #995 from Gravatronics/enhancement/integerOptionType
Marcel Werk [Mon, 24 Dec 2012 22:56:56 +0000 (14:56 -0800)]
Merge pull request #995 from Gravatronics/enhancement/integerOptionType

Changes input type of IntegerOptionType from text to number

11 years agoChanges input type of IntegerOptionType from text to number
Matthias Schmidt [Mon, 24 Dec 2012 12:57:16 +0000 (13:57 +0100)]
Changes input type of IntegerOptionType from text to number

11 years agoMerge pull request #990 from Gravatronics/bug/packageAnchors
Alexander Ebert [Mon, 24 Dec 2012 12:46:06 +0000 (04:46 -0800)]
Merge pull request #990 from Gravatronics/bug/packageAnchors

Fixes anchors in package.tpl

11 years agoAdds missing language items
Matthias Schmidt [Mon, 24 Dec 2012 09:25:55 +0000 (10:25 +0100)]
Adds missing language items

11 years agoRemoves user group members links for "pseudo" user groups
Matthias Schmidt [Mon, 24 Dec 2012 09:24:44 +0000 (10:24 +0100)]
Removes user group members links for "pseudo" user groups

Also fixes the HTML code of the user group title value cells.

11 years agoRemoves outline from sub tab menu anchors
Matthias Schmidt [Mon, 24 Dec 2012 09:10:00 +0000 (10:10 +0100)]
Removes outline from sub tab menu anchors

11 years agoCleans up package templates
Matthias Schmidt [Mon, 24 Dec 2012 09:04:50 +0000 (10:04 +0100)]
Cleans up package templates

Replaces old case of "base package" and uses `wcf\data\Package::canUninstall()`

11 years agoFixes anchors in package.tpl
Matthias Schmidt [Mon, 24 Dec 2012 08:52:32 +0000 (09:52 +0100)]
Fixes anchors in package.tpl

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 23 Dec 2012 23:00:14 +0000 (00:00 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoMinor style improvements
Marcel Werk [Sun, 23 Dec 2012 23:00:02 +0000 (00:00 +0100)]
Minor style improvements

11 years agoMerge pull request #989 from Gravatronics/bug/cronjobAdd
Tim Düsterhus [Sun, 23 Dec 2012 17:51:42 +0000 (09:51 -0800)]
Merge pull request #989 from Gravatronics/bug/cronjobAdd

Fixes cronjobAdd.tpl

11 years agoFixes cronjobAdd.tpl
Matthias Schmidt [Sun, 23 Dec 2012 17:48:33 +0000 (18:48 +0100)]
Fixes cronjobAdd.tpl

11 years agoRemoved obsolete code
Marcel Werk [Sat, 22 Dec 2012 20:59:47 +0000 (21:59 +0100)]
Removed obsolete code

11 years agoFixed outdated setup templates
Marcel Werk [Sat, 22 Dec 2012 20:49:46 +0000 (21:49 +0100)]
Fixed outdated setup templates

11 years agoFixed outdated setup templates
Marcel Werk [Sat, 22 Dec 2012 17:16:19 +0000 (18:16 +0100)]
Fixed outdated setup templates

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 21 Dec 2012 23:01:29 +0000 (00:01 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed some option handler issues
Marcel Werk [Fri, 21 Dec 2012 23:01:16 +0000 (00:01 +0100)]
Fixed some option handler issues

11 years agoAdded missing language variable
Marcel Werk [Fri, 21 Dec 2012 23:01:05 +0000 (00:01 +0100)]
Added missing language variable

11 years agoAdded missing text shadow
Marcel Werk [Fri, 21 Dec 2012 23:00:16 +0000 (00:00 +0100)]
Added missing text shadow

11 years agoMerge pull request #986 from WoltLab/sniffer
Tim Düsterhus [Thu, 20 Dec 2012 15:35:41 +0000 (07:35 -0800)]
Merge pull request #986 from WoltLab/sniffer

Add Codesniffing

11 years agoMerge branch 'master' into sniffer
Tim Düsterhus [Thu, 20 Dec 2012 15:11:29 +0000 (16:11 +0100)]
Merge branch 'master' into sniffer

Conflicts:
wcfsetup/install/files/lib/system/template/plugin/StaticlangTemplatePluginCompiler.class.php

11 years agoRemoved {staticlang} template plugin
Alexander Ebert [Thu, 20 Dec 2012 15:08:32 +0000 (16:08 +0100)]
Removed {staticlang} template plugin

11 years agoAdd .travis.yml
Tim Düsterhus [Wed, 19 Dec 2012 22:06:30 +0000 (23:06 +0100)]
Add .travis.yml

11 years agoAdd CodeSniffing
Tim Düsterhus [Wed, 19 Dec 2012 21:56:22 +0000 (22:56 +0100)]
Add CodeSniffing

11 years agoFixed tab menu
Alexander Ebert [Thu, 20 Dec 2012 01:44:39 +0000 (02:44 +0100)]
Fixed tab menu

11 years agoFixed tab selection on init
Alexander Ebert [Thu, 20 Dec 2012 00:22:18 +0000 (01:22 +0100)]
Fixed tab selection on init

11 years agoFixed and enhanced tab selection based upon location hash
Alexander Ebert [Wed, 19 Dec 2012 21:34:48 +0000 (22:34 +0100)]
Fixed and enhanced tab selection based upon location hash

11 years agoRemoved outline for tab menu and fixed sitemap
Alexander Ebert [Wed, 19 Dec 2012 15:39:04 +0000 (16:39 +0100)]
Removed outline for tab menu and fixed sitemap

11 years agoSmall style improvement
Marcel Werk [Tue, 18 Dec 2012 22:21:18 +0000 (23:21 +0100)]
Small style improvement

11 years agoFixed transition mixin
Marcel Werk [Tue, 18 Dec 2012 19:38:19 +0000 (20:38 +0100)]
Fixed transition mixin

11 years agoFixed effect on collapsed sidebar
Marcel Werk [Tue, 18 Dec 2012 19:14:25 +0000 (20:14 +0100)]
Fixed effect on collapsed sidebar

11 years agoSmall sidebar overhaul
Marcel Werk [Tue, 18 Dec 2012 19:09:38 +0000 (20:09 +0100)]
Small sidebar overhaul

11 years agoSmall style improvement
Marcel Werk [Tue, 18 Dec 2012 18:12:30 +0000 (19:12 +0100)]
Small style improvement

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 18 Dec 2012 17:11:21 +0000 (18:11 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded template event
Marcel Werk [Tue, 18 Dec 2012 17:11:09 +0000 (18:11 +0100)]
Added template event

11 years agoReworked 'enlarge' icon
Alexander Ebert [Mon, 17 Dec 2012 22:24:54 +0000 (23:24 +0100)]
Reworked 'enlarge' icon

Fixes #969

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 17 Dec 2012 17:13:43 +0000 (18:13 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agouserGroupAdd now uses i18n JS template
Alexander Ebert [Mon, 17 Dec 2012 17:13:16 +0000 (18:13 +0100)]
userGroupAdd now uses i18n JS template

Fixes #917

11 years agoMerge pull request #952 from Gravatronics/bug/clipboardTypeData
Alexander Ebert [Mon, 17 Dec 2012 16:00:05 +0000 (08:00 -0800)]
Merge pull request #952 from Gravatronics/bug/clipboardTypeData

Fixes erroneous clipboard behaviour related to type data

11 years agoAdded parameter 'isACP'
Alexander Ebert [Mon, 17 Dec 2012 15:56:39 +0000 (16:56 +0100)]
Added parameter 'isACP'

Fixes #978

11 years agoWCF.Date.Picker now supports dynamic content
Alexander Ebert [Mon, 17 Dec 2012 15:40:09 +0000 (16:40 +0100)]
WCF.Date.Picker now supports dynamic content

Fixes #981

11 years agoWCF.Action.Delete overhaul
Alexander Ebert [Sun, 16 Dec 2012 21:32:26 +0000 (22:32 +0100)]
WCF.Action.Delete overhaul

Furthermore added WCF.DOMNodeInsertedHandler.forceExecution()

11 years agoRemoved broken outline for tab menu items
Alexander Ebert [Sun, 16 Dec 2012 17:49:28 +0000 (18:49 +0100)]
Removed broken outline for tab menu items

11 years agoFixed option tab menu
Alexander Ebert [Sun, 16 Dec 2012 15:50:21 +0000 (16:50 +0100)]
Fixed option tab menu

11 years agoFixed userGroupAdd tab menu
Alexander Ebert [Sun, 16 Dec 2012 02:09:21 +0000 (03:09 +0100)]
Fixed userGroupAdd tab menu

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 15 Dec 2012 21:48:03 +0000 (22:48 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed paddings in page navigation
Marcel Werk [Sat, 15 Dec 2012 21:47:52 +0000 (22:47 +0100)]
Fixed paddings in page navigation

11 years agoFixed handling of user options without a default value
Alexander Ebert [Sat, 15 Dec 2012 21:25:38 +0000 (22:25 +0100)]
Fixed handling of user options without a default value

11 years agoFixed WCF.Popover
Alexander Ebert [Sat, 15 Dec 2012 01:02:28 +0000 (02:02 +0100)]
Fixed WCF.Popover

11 years agoFixed WCF.Popover
Alexander Ebert [Sat, 15 Dec 2012 00:56:44 +0000 (01:56 +0100)]
Fixed WCF.Popover

11 years agoUser option handler overhaul
Marcel Werk [Fri, 14 Dec 2012 22:51:47 +0000 (23:51 +0100)]
User option handler overhaul

11 years agoFixed user add template
Alexander Ebert [Fri, 14 Dec 2012 21:48:14 +0000 (22:48 +0100)]
Fixed user add template

Fixes #979

11 years agoAdd javascriptOnly to sitemap
Tim Düsterhus [Fri, 14 Dec 2012 17:09:20 +0000 (18:09 +0100)]
Add javascriptOnly to sitemap

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Tim Düsterhus [Fri, 14 Dec 2012 16:54:02 +0000 (17:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFix session deleting in SessionHandler::changeUser()
Tim Düsterhus [Fri, 14 Dec 2012 16:53:01 +0000 (17:53 +0100)]
Fix session deleting in SessionHandler::changeUser()

11 years agoFix tab menu anchors
Alexander Ebert [Thu, 13 Dec 2012 23:08:46 +0000 (00:08 +0100)]
Fix tab menu anchors

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 13 Dec 2012 22:27:05 +0000 (23:27 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed jQuery Tools library
Alexander Ebert [Thu, 13 Dec 2012 22:17:09 +0000 (23:17 +0100)]
Fixed jQuery Tools library