GitHub/WoltLab/WCF.git
12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Oct 2011 14:02:04 +0000 (16:02 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed icon-path
Luzifr [Tue, 25 Oct 2011 13:25:55 +0000 (15:25 +0200)]
Fixed icon-path

12 years agoBread Crumbs
Luzifr [Tue, 25 Oct 2011 13:15:50 +0000 (15:15 +0200)]
Bread Crumbs

Fully working; ToDo: Bread crumbs without a link!

12 years agoSome small changes an an icon
Luzifr [Mon, 24 Oct 2011 19:00:49 +0000 (21:00 +0200)]
Some small changes an an icon

12 years agoMerge pull request #238 from wbbaddons/testPhpVersion
Alexander Ebert [Mon, 24 Oct 2011 16:29:48 +0000 (09:29 -0700)]
Merge pull request #238 from wbbaddons/testPhpVersion

Correcting PHP-Version in test.php

12 years agoCorrecting PHP-Version in test.php
Tim Düsterhus [Mon, 24 Oct 2011 16:26:22 +0000 (18:26 +0200)]
Correcting PHP-Version in test.php

gianluca311 forgot some places..

12 years agoAdded missing ID & Comment
Luzifr [Mon, 24 Oct 2011 15:50:09 +0000 (17:50 +0200)]
Added missing ID & Comment

12 years agoFixed namespace for EventHandler
Alexander Ebert [Mon, 24 Oct 2011 13:43:06 +0000 (15:43 +0200)]
Fixed namespace for EventHandler

12 years agoOpera Box-Shadow disabled for now
Luzifr [Mon, 24 Oct 2011 13:03:44 +0000 (15:03 +0200)]
Opera Box-Shadow disabled for now

There must be a bug in Opera with this declaration (will send bug
report)

12 years agoMerge pull request #237 from gianluca311/master
Marcel Werk [Mon, 24 Oct 2011 12:34:24 +0000 (05:34 -0700)]
Merge pull request #237 from gianluca311/master

test.php

12 years agoDue to namespaces, changed min version of PHP to 5.3
Gianluca Raberger [Mon, 24 Oct 2011 12:23:05 +0000 (15:23 +0300)]
Due to namespaces, changed min version of PHP to 5.3

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 23 Oct 2011 21:52:35 +0000 (23:52 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded original sql query to database exception output
Marcel Werk [Sun, 23 Oct 2011 21:52:25 +0000 (23:52 +0200)]
Added original sql query to database exception output

12 years agoAdded object type and definition
Alexander Ebert [Sun, 23 Oct 2011 14:13:58 +0000 (16:13 +0200)]
Added object type and definition

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 22 Oct 2011 18:32:33 +0000 (20:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoChanged default value for $appendSession in Breadcrumb class
Marcel Werk [Sat, 22 Oct 2011 18:32:23 +0000 (20:32 +0200)]
Changed default value for $appendSession in Breadcrumb class

12 years agoMerge pull request #236 from wbbaddons/wcfPagesWidgetFix
Alexander Ebert [Sat, 22 Oct 2011 13:36:16 +0000 (06:36 -0700)]
Merge pull request #236 from wbbaddons/wcfPagesWidgetFix

Fixing wcfPages-widget

12 years agoFixing wcfPages-widget
Tim Düsterhus [Fri, 21 Oct 2011 21:50:22 +0000 (23:50 +0200)]
Fixing wcfPages-widget

The icons where not loaded, because WCF.Icon was not initialized with data at that point.

12 years agoClipboard now support generic object types
Alexander Ebert [Fri, 21 Oct 2011 18:54:19 +0000 (20:54 +0200)]
Clipboard now support generic object types

12 years agoadditionalData is now properly supported
Alexander Ebert [Fri, 21 Oct 2011 18:51:28 +0000 (20:51 +0200)]
additionalData is now properly supported

If additional data is an array and contains a serialized array, ObjectType will treat its content as data variables (allows $objectType->foo access)

12 years agoAdded generic object type providers
Alexander Ebert [Fri, 21 Oct 2011 16:55:08 +0000 (18:55 +0200)]
Added generic object type providers

12 years agoDisabled interface check for providers
Alexander Ebert [Fri, 21 Oct 2011 16:54:49 +0000 (18:54 +0200)]
Disabled interface check for providers

12 years agoChanged attribute order
Alexander Ebert [Fri, 21 Oct 2011 13:20:39 +0000 (15:20 +0200)]
Changed attribute order

ID should always be the first element, followed by all other attributes, the last element should be "class". Metadata (data-* attributes) should always be appended to the end of all attributes, thus after "class" and before the closing tag.

12 years agoFixed exception handling in AJAXProxyAction
Alexander Ebert [Fri, 21 Oct 2011 11:11:28 +0000 (13:11 +0200)]
Fixed exception handling in AJAXProxyAction

Whenever you throw a new exception with the original exception as parameter, you cannot access it's stacktrace. In fact the stacktrace will return the stacktrace for the new exception, ignoring the fact you're requesting the stacktrace of the passed exception. Hooray!

12 years agoFixed AJAX-response exceptions
Alexander Ebert [Thu, 20 Oct 2011 15:36:47 +0000 (17:36 +0200)]
Fixed AJAX-response exceptions

Providing a stacktrace for debugging purpose (will be removed later or at least toggled by some kind of debug switch) and fixed styling (was completely unreadable and messed up).

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 20 Oct 2011 13:20:36 +0000 (15:20 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded abstract implementation for object type processors
Marcel Werk [Thu, 20 Oct 2011 13:20:22 +0000 (15:20 +0200)]
Added abstract implementation for object type processors

12 years agoMerge pull request #232 from frmwrk123/user
Alexander Ebert [Wed, 19 Oct 2011 23:16:52 +0000 (16:16 -0700)]
Merge pull request #232 from frmwrk123/user

Fixed a problem with prepared statements.

12 years agoMerge pull request #233 from frmwrk123/wording
Alexander Ebert [Wed, 19 Oct 2011 23:15:57 +0000 (16:15 -0700)]
Merge pull request #233 from frmwrk123/wording

Fixed two wording issues.

12 years agoRestyled system exception
Luzifr [Wed, 19 Oct 2011 18:13:13 +0000 (20:13 +0200)]
Restyled system exception

New modern style for system exceptions; Contains a lot of
"!important"s, so that other styles cannot override the exception's
look so easily.

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 17:49:21 +0000 (19:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoRemoved debug output
Marcel Werk [Wed, 19 Oct 2011 17:49:10 +0000 (19:49 +0200)]
Removed debug output

12 years agoFixed two wording issues.
Jim Martens [Wed, 19 Oct 2011 16:38:05 +0000 (18:38 +0200)]
Fixed two wording issues.

12 years agoUndo removal of space.
Jim Martens [Wed, 19 Oct 2011 16:04:17 +0000 (18:04 +0200)]
Undo removal of space.

12 years agoFixed a problem with prepared statements.
Jim Martens [Wed, 19 Oct 2011 15:37:55 +0000 (17:37 +0200)]
Fixed a problem with prepared statements.

12 years agoMoved collapsible handler into user namespace
Alexander Ebert [Wed, 19 Oct 2011 14:38:23 +0000 (16:38 +0200)]
Moved collapsible handler into user namespace

Renamed to reflect the user-related behavior

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 19 Oct 2011 14:23:54 +0000 (16:23 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded handler for collapsible content
Alexander Ebert [Wed, 19 Oct 2011 14:23:32 +0000 (16:23 +0200)]
Added handler for collapsible content

Supports logged-in users through database storage and guests using session variables.

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 13:48:07 +0000 (15:48 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed some issues with object type pips
Marcel Werk [Wed, 19 Oct 2011 13:47:56 +0000 (15:47 +0200)]
Fixed some issues with object type pips

12 years agoFixed a few issues with object type cache
Alexander Ebert [Wed, 19 Oct 2011 13:41:21 +0000 (15:41 +0200)]
Fixed a few issues with object type cache

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 12:43:24 +0000 (14:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoImplemented abstraction of object types
Marcel Werk [Wed, 19 Oct 2011 12:43:10 +0000 (14:43 +0200)]
Implemented abstraction of object types

12 years agoIncluded protocol and domain in base tag
Alexander Ebert [Wed, 19 Oct 2011 12:36:01 +0000 (14:36 +0200)]
Included protocol and domain in base tag

Internet Explorer requires an absolute URI with protocol and domain as value for base-tag - whereas any other browser is happy with just a relative URI :/

12 years agoSmall fix (missing space)
Luzifr [Tue, 18 Oct 2011 21:21:12 +0000 (23:21 +0200)]
Small fix (missing space)

12 years agoMoved icons from wcfPages to WCF.Icon
Alexander Ebert [Tue, 18 Oct 2011 20:07:48 +0000 (22:07 +0200)]
Moved icons from wcfPages to WCF.Icon

Closes #221

12 years agoFixed #225
Alexander Ebert [Tue, 18 Oct 2011 20:02:31 +0000 (22:02 +0200)]
Fixed #225

12 years agoI forgot that one
Luzifr [Tue, 18 Oct 2011 19:48:41 +0000 (21:48 +0200)]
I forgot that one

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 18 Oct 2011 19:26:17 +0000 (21:26 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded collapsible containers with AJAX support
Alexander Ebert [Tue, 18 Oct 2011 19:25:52 +0000 (21:25 +0200)]
Added collapsible containers with AJAX support

Changed behavior of $allowGuestAccess within AbstractDatabaseObjectAction, this way it allows to enable guest access per method rather than disabling it for the whole class at once.

12 years agoMultiple Changes
Luzifr [Tue, 18 Oct 2011 19:16:05 +0000 (21:16 +0200)]
Multiple Changes

Some new and renewed icons; Changed the options-icon; Renamed one icon;
Fixed the bad-looking white dropdown-icon; Fixed a problem with border
shadows; Fixed a problem with tab-menus; Changed the behavior of
balloon-tooltips;

12 years agoMerge pull request #231 from wbbaddons/callBackFix
Alexander Ebert [Tue, 18 Oct 2011 16:43:35 +0000 (09:43 -0700)]
Merge pull request #231 from wbbaddons/callBackFix

Fixing callback in DiskCacheSource

12 years agoFixing callback in DiskCacheSource
Tim Düsterhus [Tue, 18 Oct 2011 16:40:20 +0000 (18:40 +0200)]
Fixing callback in DiskCacheSource

12 years agoMerge pull request #230 from wbbaddons/callbackTypeHint
Alexander Ebert [Tue, 18 Oct 2011 15:07:26 +0000 (08:07 -0700)]
Merge pull request #230 from wbbaddons/callbackTypeHint

Adding Callback-Typehint

12 years agoAdding Callback-Typehint
Tim Düsterhus [Tue, 18 Oct 2011 15:01:08 +0000 (17:01 +0200)]
Adding Callback-Typehint

You can use wcf\system\Callback as typehint if you want to force a callable function as parameter.

12 years agoSmall corrections
Luzifr [Mon, 17 Oct 2011 15:32:22 +0000 (17:32 +0200)]
Small corrections

We need a way to show a hand-cursor on every element which commits an
action, such as delete or info, not depending if there's a link on that
element. So that should work on plain images with Javasript-actions
too. This should not de related to the balloon-tooltip; small change in
package list.

12 years agoMerge pull request #228 from frmwrk123/languagename
Alexander Ebert [Sun, 16 Oct 2011 23:36:51 +0000 (16:36 -0700)]
Merge pull request #228 from frmwrk123/languagename

Added attribute 'languagename' for element 'language'

12 years agoAdded attribute 'languagename' for element 'language'
Jim Martens [Sun, 16 Oct 2011 09:59:40 +0000 (11:59 +0200)]
Added attribute 'languagename' for element 'language'

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 14 Oct 2011 19:32:13 +0000 (21:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded generic update counters method
Marcel Werk [Fri, 14 Oct 2011 19:32:00 +0000 (21:32 +0200)]
Added generic update counters method

12 years agoSmall improvement of tab menus …
Luzifr [Fri, 14 Oct 2011 19:07:49 +0000 (21:07 +0200)]
Small improvement of tab menus …

and more …

12 years agoWrong icon fixed
Luzifr [Fri, 14 Oct 2011 18:28:57 +0000 (20:28 +0200)]
Wrong icon fixed

12 years agoMore refinements to the page navigation generation
Luzifr [Fri, 14 Oct 2011 18:09:17 +0000 (20:09 +0200)]
More refinements to the page navigation generation

12 years agoFixed messed up title-tag generation
Alexander Ebert [Fri, 14 Oct 2011 18:05:02 +0000 (20:05 +0200)]
Fixed messed up title-tag generation

12 years agoPlug-in list page overhaul
Luzifr [Fri, 14 Oct 2011 17:49:50 +0000 (19:49 +0200)]
Plug-in list page overhaul

Also some changes to pageNavigation (note that the page navigation on
the plug-in list page generates invalid code -> the title-attribute is
defect!)

12 years agoFixed CSS for user notifications
Alexander Ebert [Fri, 14 Oct 2011 11:32:55 +0000 (13:32 +0200)]
Fixed CSS for user notifications

12 years agoRevert "Fixed CSS for user notifications"
Alexander Ebert [Fri, 14 Oct 2011 11:31:55 +0000 (13:31 +0200)]
Revert "Fixed CSS for user notifications"

This reverts commit f0cc31a3c62d71b321b623ce480ae95c518cde17.

12 years agoFixed CSS for user notifications
Alexander Ebert [Fri, 14 Oct 2011 11:28:34 +0000 (13:28 +0200)]
Fixed CSS for user notifications

@Luzifr: Shouldn't these declarations be part of a separate stylesheet instead of stuffing everything into the ACP?

12 years agoBy default, guests may not access actions
Alexander Ebert [Thu, 13 Oct 2011 18:12:42 +0000 (20:12 +0200)]
By default, guests may not access actions

12 years agoSome refinements to box-shadows
Luzifr [Thu, 13 Oct 2011 17:39:44 +0000 (19:39 +0200)]
Some refinements to box-shadows

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 13 Oct 2011 17:26:15 +0000 (19:26 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded language modifier
Marcel Werk [Thu, 13 Oct 2011 17:26:02 +0000 (19:26 +0200)]
Added language modifier

12 years agoRenamed templates and classes
Luzifr [Thu, 13 Oct 2011 17:23:59 +0000 (19:23 +0200)]
Renamed templates and classes

*detailedPackageList* -> *packageListDetailed*; Also changed length of
inputs on one page.

12 years agoRevert "Renamed templates and classes"
Luzifr [Thu, 13 Oct 2011 17:08:17 +0000 (19:08 +0200)]
Revert "Renamed templates and classes"

This reverts commit 0892d9e28c5d25f939f408d2ba4e146c0944719f.

12 years agoRenamed templates and classes
Luzifr [Thu, 13 Oct 2011 16:55:23 +0000 (18:55 +0200)]
Renamed templates and classes

*detailedPackageList* -> *packageListDetailed*; *startInstall* ->
*installation*. Please check back if everything still works properly!
The second change (install) seems to produce problems!

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 13 Oct 2011 16:21:17 +0000 (18:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoMoved execution of initApplications() to the end of WCF::__construct()
Marcel Werk [Thu, 13 Oct 2011 16:21:04 +0000 (18:21 +0200)]
Moved execution of initApplications() to the end of WCF::__construct()

12 years agoSome GUI improvements
Luzifr [Thu, 13 Oct 2011 15:38:46 +0000 (17:38 +0200)]
Some GUI improvements

Small Buttons now correct in all browsers; Code style.

12 years agoAdded interface for breadcrumb provider
Marcel Werk [Thu, 13 Oct 2011 15:38:36 +0000 (17:38 +0200)]
Added interface for breadcrumb provider

12 years agoFixed default route handling
Alexander Ebert [Thu, 13 Oct 2011 13:03:49 +0000 (15:03 +0200)]
Fixed default route handling

12 years agoTemplate changed to use routes
Alexander Ebert [Thu, 13 Oct 2011 12:52:07 +0000 (14:52 +0200)]
Template changed to use routes

12 years agoFixed route building
Alexander Ebert [Thu, 13 Oct 2011 12:39:41 +0000 (14:39 +0200)]
Fixed route building

12 years agoRemoved test
Luzifr [Thu, 13 Oct 2011 12:06:56 +0000 (14:06 +0200)]
Removed test

12 years agoPackage Standalone List Design (not finished)
Luzifr [Wed, 12 Oct 2011 19:43:44 +0000 (21:43 +0200)]
Package Standalone List Design (not finished)

Improved the package standalone listing; Some new icons; Brought back
small buttons; Some other small improvements.

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 12 Oct 2011 19:42:03 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed link tag
Marcel Werk [Wed, 12 Oct 2011 19:41:52 +0000 (21:41 +0200)]
Fixed link tag

12 years agoFixed error message
Marcel Werk [Wed, 12 Oct 2011 19:41:37 +0000 (21:41 +0200)]
Fixed error message

12 years agoFixed function call
Alexander Ebert [Wed, 12 Oct 2011 19:40:25 +0000 (21:40 +0200)]
Fixed function call

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 12 Oct 2011 19:06:50 +0000 (21:06 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoChanged signature for LinkHandler's getLink()
Alexander Ebert [Wed, 12 Oct 2011 19:06:11 +0000 (21:06 +0200)]
Changed signature for LinkHandler's getLink()

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 12 Oct 2011 18:13:39 +0000 (20:13 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded constructor for class Breadcrumb
Marcel Werk [Wed, 12 Oct 2011 18:13:27 +0000 (20:13 +0200)]
Added constructor for class Breadcrumb

12 years agoAdded js code for the inner error arrows
Marcel Werk [Wed, 12 Oct 2011 18:08:41 +0000 (20:08 +0200)]
Added js code for the inner error arrows

12 years agoSQL query fixed
Marcel Werk [Wed, 12 Oct 2011 18:07:35 +0000 (20:07 +0200)]
SQL query fixed

query wasn't compatible with PostgreSQL

12 years agoSmall improvement of headings
Luzifr [Wed, 12 Oct 2011 17:14:22 +0000 (19:14 +0200)]
Small improvement of headings

12 years agobase-href is not set on runtime
Alexander Ebert [Wed, 12 Oct 2011 17:09:32 +0000 (19:09 +0200)]
base-href is not set on runtime

12 years agoUsage of LinkHandler including routing
Alexander Ebert [Wed, 12 Oct 2011 16:40:28 +0000 (18:40 +0200)]
Usage of LinkHandler including routing

Search & Replace with RegEx FTW!

12 years agoCSS clean-up & small improvements
Luzifr [Wed, 12 Oct 2011 14:16:54 +0000 (16:16 +0200)]
CSS clean-up & small improvements

12 years agoSpecial background for installation
Luzifr [Wed, 12 Oct 2011 13:52:35 +0000 (15:52 +0200)]
Special background for installation

12 years agoUsage of LinkHandler including routing
Alexander Ebert [Wed, 12 Oct 2011 13:11:14 +0000 (15:11 +0200)]
Usage of LinkHandler including routing

Search & Replace with RegEx FTW!