GitHub/WoltLab/WCF.git
12 years agoSQL-log used wrong package id if package is a plugin
Alexander Ebert [Tue, 6 Mar 2012 15:07:43 +0000 (16:07 +0100)]
SQL-log used wrong package id if package is a plugin

Fixes #499

12 years agoAdded missing include
Alexander Ebert [Tue, 6 Mar 2012 14:30:05 +0000 (15:30 +0100)]
Added missing include

12 years agoFinally fixed sortables
Alexander Ebert [Mon, 5 Mar 2012 23:14:39 +0000 (00:14 +0100)]
Finally fixed sortables

12 years agoExperiment
Luzifr [Mon, 5 Mar 2012 19:35:26 +0000 (20:35 +0100)]
Experiment

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 5 Mar 2012 18:57:24 +0000 (19:57 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
wcfsetup/install/files/js/WCF.js

12 years agoSortables now rely on a button
Alexander Ebert [Mon, 5 Mar 2012 18:55:09 +0000 (19:55 +0100)]
Sortables now rely on a button

12 years agoChanged the style of the like-widget
Luzifr [Mon, 5 Mar 2012 18:51:53 +0000 (19:51 +0100)]
Changed the style of the like-widget

Also deleted obsolete styles

12 years agoRemoves unnecessary "reversed"-structure
Luzifr [Mon, 5 Mar 2012 17:43:22 +0000 (18:43 +0100)]
Removes unnecessary "reversed"-structure

12 years agoSome changes
Luzifr [Mon, 5 Mar 2012 17:23:48 +0000 (18:23 +0100)]
Some changes

Deleted obsolete classes; Changed sortable boards selectors; Some new
selectors;

12 years agoValidation of permissions now properly work
Alexander Ebert [Mon, 5 Mar 2012 15:33:01 +0000 (16:33 +0100)]
Validation of permissions now properly work

Fixes #442

12 years agoPackageDependencyHandler is now a singleton
Alexander Ebert [Mon, 5 Mar 2012 14:57:42 +0000 (15:57 +0100)]
PackageDependencyHandler is now a singleton

12 years agooptions.inc.php is now loaded within WCFACP
Alexander Ebert [Mon, 5 Mar 2012 14:36:31 +0000 (15:36 +0100)]
options.inc.php is now loaded within WCFACP

12 years agoMerge pull request #503 from Gravatronics/bug/tplPackageObjectAccess
Alexander Ebert [Mon, 5 Mar 2012 14:26:24 +0000 (06:26 -0800)]
Merge pull request #503 from Gravatronics/bug/tplPackageObjectAccess

Fixes little tpl bug

12 years agoFixes little tpl bug
Matthias Schmidt [Mon, 5 Mar 2012 08:02:46 +0000 (09:02 +0100)]
Fixes little tpl bug

12 years agoMerge pull request #502 from Gravatronics/bug/langVarPackageName
Alexander Ebert [Sun, 4 Mar 2012 21:18:05 +0000 (13:18 -0800)]
Merge pull request #502 from Gravatronics/bug/langVarPackageName

Fixes bug in package related lang vars

12 years agoFixes bugs in package related lang vars
Matthias Schmidt [Sun, 4 Mar 2012 19:43:15 +0000 (20:43 +0100)]
Fixes bugs in package related lang vars

12 years agoMerge pull request #500 from Gravatronics/enhancement/localizedPackageInfos
Alexander Ebert [Sun, 4 Mar 2012 19:14:19 +0000 (11:14 -0800)]
Merge pull request #500 from Gravatronics/enhancement/localizedPackageInfos

Enhancement/localized package infos

12 years agoRemoves leftovers from conflict resolution
Matthias Schmidt [Sun, 4 Mar 2012 18:55:30 +0000 (19:55 +0100)]
Removes leftovers from conflict resolution

12 years agoShortens usage of the ternary operator
Matthias Schmidt [Fri, 2 Mar 2012 15:31:48 +0000 (16:31 +0100)]
Shortens usage of the ternary operator

12 years agoLocalized package infos stay localized after installation
Matthias Schmidt [Fri, 2 Mar 2012 13:45:55 +0000 (14:45 +0100)]
Localized package infos stay localized after installation

12 years agoMerge pull request #494 from Gravatronics/enhancement/requirementDependencyObjects
Alexander Ebert [Sun, 4 Mar 2012 17:50:42 +0000 (09:50 -0800)]
Merge pull request #494 from Gravatronics/enhancement/requirementDependencyObjects

Package requirements/dependencies: objects

12 years agoMerge pull request #490 from wbbaddons/iconFix
Alexander Ebert [Sun, 4 Mar 2012 17:50:00 +0000 (09:50 -0800)]
Merge pull request #490 from wbbaddons/iconFix

Fixing WCF.Icon.get() call

12 years agoMerge pull request #496 from Gravatronics/modernization/activePackageUpdateServerList
Alexander Ebert [Sun, 4 Mar 2012 17:49:30 +0000 (09:49 -0800)]
Merge pull request #496 from Gravatronics/modernization/activePackageUpdateServerList

PackageUpdateServer::getActiveUpdateServers() uses list

12 years agoMerge pull request #492 from MeinAccount/templateGroupsSupport
Alexander Ebert [Sun, 4 Mar 2012 17:49:22 +0000 (09:49 -0800)]
Merge pull request #492 from MeinAccount/templateGroupsSupport

Fixed templateGroups

12 years agoPackageUpdateServer::getActiveUpdateServers() uses list
Matthias Schmidt [Sun, 4 Mar 2012 17:00:39 +0000 (18:00 +0100)]
PackageUpdateServer::getActiveUpdateServers() uses list

`wcf\data\package\update\server\PackageUpdateServer::getActiveUpdateServers()` now uses `wcf\data\package\update\server\PackageUpdateServerList`.

12 years agoPackage requirements/dependencies: objects
Matthias Schmidt [Sun, 4 Mar 2012 16:40:40 +0000 (17:40 +0100)]
Package requirements/dependencies: objects

Package requirements and dependencies are now locally stored `wcf\data\package\Package` objects. This means, the the API of the relevant three methods changed since they return arrays containing `wcf\data\package\Package` objects instead of arrays with the package data but I couldn't find any place within the other public packages where these methods were used.

12 years agoMerge pull request #491 from Gravatronics/enhancement/PackageListDetailedUse
Alexander Ebert [Sun, 4 Mar 2012 16:27:57 +0000 (08:27 -0800)]
Merge pull request #491 from Gravatronics/enhancement/PackageListDetailedUse

Removes unneeded used namespace

12 years agoFixed templateGroups
Magnus Kühn [Sun, 4 Mar 2012 16:27:46 +0000 (17:27 +0100)]
Fixed templateGroups

12 years agoRemoves unneeded used namespace
Matthias Schmidt [Sun, 4 Mar 2012 16:14:50 +0000 (17:14 +0100)]
Removes unneeded used namespace

12 years agoFixing one WCF.Icon.get
Tim Düsterhus [Sat, 3 Mar 2012 21:10:15 +0000 (22:10 +0100)]
Fixing one WCF.Icon.get

It is now consistent with ACL

12 years agoMerge pull request #486 from Gravatronics/bug/tplConflictSolutionError
Alexander Ebert [Fri, 2 Mar 2012 23:40:31 +0000 (15:40 -0800)]
Merge pull request #486 from Gravatronics/bug/tplConflictSolutionError

Removes double code in packageListDetailed tpl

12 years agoRemoves double code in packageListDetailed tpl
Matthias Schmidt [Fri, 2 Mar 2012 23:28:29 +0000 (00:28 +0100)]
Removes double code in packageListDetailed tpl

Sorry, I apparently made a mistake during the manual conflict resolution while rebasing

12 years agoMerge pull request #485 from Gravatronics/modernization/fullI18nUserGroupNames
Alexander Ebert [Fri, 2 Mar 2012 22:40:51 +0000 (14:40 -0800)]
Merge pull request #485 from Gravatronics/modernization/fullI18nUserGroupNames

Implements full i18n user group names

12 years agoImplements full i18n user group names
Matthias Schmidt [Fri, 2 Mar 2012 22:18:17 +0000 (23:18 +0100)]
Implements full i18n user group names

12 years agoMerge pull request #484 from Gravatronics/modernization/RELATIVE_WCF_DIRinTpl
Alexander Ebert [Fri, 2 Mar 2012 22:25:18 +0000 (14:25 -0800)]
Merge pull request #484 from Gravatronics/modernization/RELATIVE_WCF_DIRinTpl

Removes RELATIVE_WCF_DIR in templates

12 years agoRemoves RELATIVE_WCF_DIR in templates
Matthias Schmidt [Fri, 2 Mar 2012 20:13:00 +0000 (21:13 +0100)]
Removes RELATIVE_WCF_DIR in templates

12 years agoFixed hard-coded sentence
Alexander Ebert [Fri, 2 Mar 2012 21:05:07 +0000 (22:05 +0100)]
Fixed hard-coded sentence

12 years agoMerge pull request #483 from Gravatronics/bug/DateUtilFormatDate
Marcel Werk [Fri, 2 Mar 2012 20:51:58 +0000 (12:51 -0800)]
Merge pull request #483 from Gravatronics/bug/DateUtilFormatDate

Fixes bug in DateUtil

12 years agoFixes bug in DateUtil
Matthias Schmidt [Fri, 2 Mar 2012 20:50:50 +0000 (21:50 +0100)]
Fixes bug in DateUtil

`wcf\util\DateUtil::formatDate()` doesn't exist

12 years agoAdded JS and CSS for sortable lists
Alexander Ebert [Fri, 2 Mar 2012 20:23:30 +0000 (21:23 +0100)]
Added JS and CSS for sortable lists

12 years agoMerge pull request #480 from Gravatronics/bug/packageListDetailedLangVars
Alexander Ebert [Fri, 2 Mar 2012 18:40:06 +0000 (10:40 -0800)]
Merge pull request #480 from Gravatronics/bug/packageListDetailedLangVars

Fixes button lang vars in detailed package list

12 years agoMerge pull request #479 from Gravatronics/bug/packageInstallationConfirmLangVar
Alexander Ebert [Fri, 2 Mar 2012 18:39:58 +0000 (10:39 -0800)]
Merge pull request #479 from Gravatronics/bug/packageInstallationConfirmLangVar

Fixes wrong lang var in packageInstallationConfirm tpl

12 years agoFixes button lang vars in detailed package list
Matthias Schmidt [Fri, 2 Mar 2012 18:16:32 +0000 (19:16 +0100)]
Fixes button lang vars in detailed package list

12 years agoFixes wrong lang var in packageInstallationConfirm tpl
Matthias Schmidt [Fri, 2 Mar 2012 18:05:11 +0000 (19:05 +0100)]
Fixes wrong lang var in packageInstallationConfirm tpl

12 years agoAdded placeholder
Marcel Werk [Fri, 2 Mar 2012 18:00:25 +0000 (19:00 +0100)]
Added placeholder

12 years agoMerge pull request #478 from Gravatronics/enhancement/permissionLangVars
Alexander Ebert [Fri, 2 Mar 2012 15:31:56 +0000 (07:31 -0800)]
Merge pull request #478 from Gravatronics/enhancement/permissionLangVars

Updates and adds permission lang vars

12 years agoMerge pull request #469 from Gravatronics/bug/acpIconTPLPlugin
Alexander Ebert [Fri, 2 Mar 2012 15:15:16 +0000 (07:15 -0800)]
Merge pull request #469 from Gravatronics/bug/acpIconTPLPlugin

Fixes illegal use of icon tpl plugin in acp

12 years agoRemoved workaround for PHP 5.1.2
Alexander Ebert [Fri, 2 Mar 2012 15:14:30 +0000 (16:14 +0100)]
Removed workaround for PHP 5.1.2

Fixes #476

12 years agoFixes clock bug during wcf setup
Matthias Schmidt [Fri, 2 Mar 2012 15:13:31 +0000 (16:13 +0100)]
Fixes clock bug during wcf setup

12 years agoMerge pull request #475 from Gravatronics/bug/packageListPackageTypeLangVars
Alexander Ebert [Fri, 2 Mar 2012 15:11:01 +0000 (07:11 -0800)]
Merge pull request #475 from Gravatronics/bug/packageListPackageTypeLangVars

Fixes package type lang vars in package list

12 years agoMerge pull request #473 from Gravatronics/enhancement/acpUserClipboard
Alexander Ebert [Fri, 2 Mar 2012 15:10:28 +0000 (07:10 -0800)]
Merge pull request #473 from Gravatronics/enhancement/acpUserClipboard

Enhances and fixes acp user clipboard

12 years agoMerge pull request #472 from Gravatronics/bug/UserSearchForm
Alexander Ebert [Fri, 2 Mar 2012 15:09:47 +0000 (07:09 -0800)]
Merge pull request #472 from Gravatronics/bug/UserSearchForm

Fixes user search form

12 years agoMerge pull request #471 from Gravatronics/bug/UserAddFormCommentTypo
Alexander Ebert [Fri, 2 Mar 2012 15:09:23 +0000 (07:09 -0800)]
Merge pull request #471 from Gravatronics/bug/UserAddFormCommentTypo

Fixes typo in comment in UserAddForm

12 years agoMerge pull request #470 from Gravatronics/bug/tableBadges
Alexander Ebert [Fri, 2 Mar 2012 15:08:41 +0000 (07:08 -0800)]
Merge pull request #470 from Gravatronics/bug/tableBadges

Fixes missing wcf prefix for badge classes

12 years agoFixes two small bugs
Luzifr [Fri, 2 Mar 2012 14:39:36 +0000 (15:39 +0100)]
Fixes two small bugs

(why isn't it possible to use comments within a selector?)

12 years agoFixes package type lang vars in package list
Matthias Schmidt [Fri, 2 Mar 2012 12:13:23 +0000 (13:13 +0100)]
Fixes package type lang vars in package list

12 years agoUpdates and adds permission lang vars
Matthias Schmidt [Fri, 2 Mar 2012 11:59:12 +0000 (12:59 +0100)]
Updates and adds permission lang vars

12 years agoEnhances ands acp user clipboard
Matthias Schmidt [Fri, 2 Mar 2012 10:00:15 +0000 (11:00 +0100)]
Enhances ands acp user clipboard

Changelog:

* Fixed illegal call `ClipboardHandler::getTypeID()` to `ClipboardHandler::getObjectTypeID()`
* Fixed wrong database table column name in `ClipboardHandler ::loadMarkedItems()`
* Removed unnecessary SID-related code in `ClipboardEditorItem::setURL()` since that is handled by the `LinkHandler`
* The urls of the clipboard editor items in `UserClipboardAction` are now properly set with the `LinkHandler`
* Fixes bug in `UserAction::validateDelete()` (`$this->users` instead of `$this->objects`)
* Fixes wrong way to get the action name in `ClipboardProxyAction`
* `WCF.ACP.User.List` now uses `WCF.System.Confirmation` for user deletion confirmation dialog.
* Added missing language items and renamed the two existing to better names.

TODO:
* After users are deleted, nothing happens. I think the best thing would be a page refresh.

12 years agoFixes user search form
Matthias Schmidt [Fri, 2 Mar 2012 08:55:30 +0000 (09:55 +0100)]
Fixes user search form

12 years agoFixes type in comment in UserAddForm
Matthias Schmidt [Fri, 2 Mar 2012 08:50:27 +0000 (09:50 +0100)]
Fixes type in comment in UserAddForm

12 years agoFixes missing wcf prefix for badge classes
Matthias Schmidt [Fri, 2 Mar 2012 08:45:30 +0000 (09:45 +0100)]
Fixes missing wcf prefix for badge classes

12 years agoFixes illegal use of icon tpl plugin in acp
Matthias Schmidt [Fri, 2 Mar 2012 08:41:48 +0000 (09:41 +0100)]
Fixes illegal use of icon tpl plugin in acp

12 years agoMerge pull request #468 from Gravatronics/bug/optionExportHeading
Alexander Ebert [Thu, 1 Mar 2012 23:39:12 +0000 (15:39 -0800)]
Merge pull request #468 from Gravatronics/bug/optionExportHeading

Fixes the heading for the option export section

12 years agoMerge pull request #467 from Gravatronics/enhancement/acpMenuLangVars
Alexander Ebert [Thu, 1 Mar 2012 23:38:53 +0000 (15:38 -0800)]
Merge pull request #467 from Gravatronics/enhancement/acpMenuLangVars

Updates acp menu items

12 years agoMerge pull request #466 from Gravatronics/bug/packageInstallationLangVar+MenuItem
Alexander Ebert [Thu, 1 Mar 2012 23:38:18 +0000 (15:38 -0800)]
Merge pull request #466 from Gravatronics/bug/packageInstallationLangVar+MenuItem

Corrects lang vars/menu item during package installation

12 years agoMerge pull request #465 from Gravatronics/enhancement/i18nLanguageVariables
Alexander Ebert [Thu, 1 Mar 2012 23:37:26 +0000 (15:37 -0800)]
Merge pull request #465 from Gravatronics/enhancement/i18nLanguageVariables

Adds language variable for i18n inputs

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 1 Mar 2012 20:26:15 +0000 (21:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded an option to disable the qualified shorthand in dbo list queries
Marcel Werk [Thu, 1 Mar 2012 20:26:02 +0000 (21:26 +0100)]
Added an option to disable the qualified shorthand in dbo list queries

12 years agoOne new icon
Luzifr [Thu, 1 Mar 2012 20:12:48 +0000 (21:12 +0100)]
One new icon

12 years agoFooter-clock styling & clock in ACP ;-)
Luzifr [Thu, 1 Mar 2012 20:07:45 +0000 (21:07 +0100)]
Footer-clock styling & clock in ACP ;-)

12 years agoChanged class-names, sizes and box-model, added 2 globals (a test)
Luzifr [Thu, 1 Mar 2012 19:16:04 +0000 (20:16 +0100)]
Changed class-names, sizes and box-model, added 2 globals (a test)

12 years agoFixes the heading for the option export section
Matthias Schmidt [Thu, 1 Mar 2012 18:57:19 +0000 (19:57 +0100)]
Fixes the heading for the option export section

12 years agoUpdates acp menu items
Matthias Schmidt [Thu, 1 Mar 2012 18:48:00 +0000 (19:48 +0100)]
Updates acp menu items

"Paketverwaltung" becomes "Pakete" since nowhere else "verwaltung" is prepended and the English language variable is also just "Packages". Furthermore "Modulsteuerung" becomes "Module" and "Modules on/off" becomes "Modules"

12 years agoCorrects lang vars/menu item during package installation
Matthias Schmidt [Thu, 1 Mar 2012 18:26:38 +0000 (19:26 +0100)]
Corrects lang vars/menu item during package installation

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 1 Mar 2012 18:26:03 +0000 (19:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed age calculation
Marcel Werk [Thu, 1 Mar 2012 18:25:50 +0000 (19:25 +0100)]
Fixed age calculation

12 years agoAdds language variable for i18n inputs
Matthias Schmidt [Thu, 1 Mar 2012 18:05:30 +0000 (19:05 +0100)]
Adds language variable for i18n inputs

12 years agoMerge pull request #463 from Gravatronics/bug/packageAutoUpdateListPageMenuItem
Alexander Ebert [Thu, 1 Mar 2012 17:57:12 +0000 (09:57 -0800)]
Merge pull request #463 from Gravatronics/bug/packageAutoUpdateListPageMenuItem

Fixes name of the active menu item of PackageAutoUpdateListPage

12 years agoMerge pull request #462 from Gravatronics/bug/packageTableHeadLangVars
Alexander Ebert [Thu, 1 Mar 2012 17:56:54 +0000 (09:56 -0800)]
Merge pull request #462 from Gravatronics/bug/packageTableHeadLangVars

Corrects wrong language variables in the package table head

12 years agoMerge pull request #464 from Gravatronics/bug/optionalUserGroupOptionCategoryDescriptions
Alexander Ebert [Thu, 1 Mar 2012 17:56:31 +0000 (09:56 -0800)]
Merge pull request #464 from Gravatronics/bug/optionalUserGroupOptionCategoryDescriptions

Hides not existing user group option category descriptions

12 years agoHides not existing user group option category descriptions
Matthias Schmidt [Thu, 1 Mar 2012 17:34:22 +0000 (18:34 +0100)]
Hides not existing user group option category descriptions

12 years agoFixes name of the active menu item of PackageAutoUpdateListPage
Matthias Schmidt [Thu, 1 Mar 2012 17:26:35 +0000 (18:26 +0100)]
Fixes name of the active menu item of PackageAutoUpdateListPage

12 years agoCorrects wrong language variables in the package table head
Matthias Schmidt [Thu, 1 Mar 2012 17:22:45 +0000 (18:22 +0100)]
Corrects wrong language variables in the package table head

12 years agoSmall change.
Luzifr [Thu, 1 Mar 2012 14:47:03 +0000 (15:47 +0100)]
Small change.

All other elements have margin to the top, so i changed the dl to have
it to the top also.

12 years agoFixed previous commit
Alexander Ebert [Thu, 1 Mar 2012 14:43:30 +0000 (15:43 +0100)]
Fixed previous commit

12 years agoFixed handling of DEFAULT values
Alexander Ebert [Thu, 1 Mar 2012 14:40:15 +0000 (15:40 +0100)]
Fixed handling of DEFAULT values

12 years agoFixed multiple issues
Marcel Werk [Thu, 1 Mar 2012 13:34:39 +0000 (14:34 +0100)]
Fixed multiple issues

12 years agoFixed XSD
Marcel Werk [Thu, 1 Mar 2012 12:14:24 +0000 (13:14 +0100)]
Fixed XSD

12 years agoFixed XSD
Marcel Werk [Thu, 1 Mar 2012 12:11:49 +0000 (13:11 +0100)]
Fixed XSD

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 29 Feb 2012 21:15:36 +0000 (22:15 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoRemoved obsolete code
Marcel Werk [Wed, 29 Feb 2012 21:15:24 +0000 (22:15 +0100)]
Removed obsolete code

12 years agoThis is a test (should fix the contentHeader & -Footer problems)
Luzifr [Wed, 29 Feb 2012 19:53:42 +0000 (20:53 +0100)]
This is a test (should fix the contentHeader & -Footer problems)

Also fixes a small issue with the search widget

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 29 Feb 2012 18:34:20 +0000 (19:34 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed sub menu items
Marcel Werk [Wed, 29 Feb 2012 18:34:07 +0000 (19:34 +0100)]
Fixed sub menu items

12 years agoRemoves 2 obsolete declarations
Luzifr [Wed, 29 Feb 2012 14:37:53 +0000 (15:37 +0100)]
Removes 2 obsolete declarations

12 years agoSmall improvement
Marcel Werk [Wed, 29 Feb 2012 02:24:35 +0000 (03:24 +0100)]
Small improvement

12 years agoForce caching to prevent FOUC
Alexander Ebert [Tue, 28 Feb 2012 22:54:54 +0000 (23:54 +0100)]
Force caching to prevent FOUC

12 years agoAdded option to show the current time in the footer
Marcel Werk [Tue, 28 Feb 2012 19:03:21 +0000 (20:03 +0100)]
Added option to show the current time in the footer

12 years agoMakes CSS-classes more global
Luzifr [Tue, 28 Feb 2012 12:18:32 +0000 (13:18 +0100)]
Makes CSS-classes more global

12 years agoFixes wrong anchor if php and path omitted
Alexander Ebert [Tue, 28 Feb 2012 02:50:32 +0000 (03:50 +0100)]
Fixes wrong anchor if php and path omitted

Fixes #458