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.
Alexander Ebert [Fri, 21 Oct 2011 18:54:19 +0000 (20:54 +0200)]
Clipboard now support generic object types
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)
Alexander Ebert [Fri, 21 Oct 2011 16:55:08 +0000 (18:55 +0200)]
Added generic object type providers
Alexander Ebert [Fri, 21 Oct 2011 16:54:49 +0000 (18:54 +0200)]
Disabled interface check for providers
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.
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!
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).
Marcel Werk [Thu, 20 Oct 2011 13:20:36 +0000 (15:20 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 20 Oct 2011 13:20:22 +0000 (15:20 +0200)]
Added abstract implementation for object type processors
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.
Alexander Ebert [Wed, 19 Oct 2011 23:15:57 +0000 (16:15 -0700)]
Merge pull request #233 from frmwrk123/wording
Fixed two wording issues.
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.
Marcel Werk [Wed, 19 Oct 2011 17:49:21 +0000 (19:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 17:49:10 +0000 (19:49 +0200)]
Removed debug output
Jim Martens [Wed, 19 Oct 2011 16:38:05 +0000 (18:38 +0200)]
Fixed two wording issues.
Jim Martens [Wed, 19 Oct 2011 16:04:17 +0000 (18:04 +0200)]
Undo removal of space.
Jim Martens [Wed, 19 Oct 2011 15:37:55 +0000 (17:37 +0200)]
Fixed a problem with prepared statements.
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
Alexander Ebert [Wed, 19 Oct 2011 14:23:54 +0000 (16:23 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
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.
Marcel Werk [Wed, 19 Oct 2011 13:48:07 +0000 (15:48 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 13:47:56 +0000 (15:47 +0200)]
Fixed some issues with object type pips
Alexander Ebert [Wed, 19 Oct 2011 13:41:21 +0000 (15:41 +0200)]
Fixed a few issues with object type cache
Marcel Werk [Wed, 19 Oct 2011 12:43:24 +0000 (14:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 19 Oct 2011 12:43:10 +0000 (14:43 +0200)]
Implemented abstraction of object types
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 :/
Luzifr [Tue, 18 Oct 2011 21:21:12 +0000 (23:21 +0200)]
Small fix (missing space)
Alexander Ebert [Tue, 18 Oct 2011 20:07:48 +0000 (22:07 +0200)]
Moved icons from wcfPages to WCF.Icon
Closes #221
Alexander Ebert [Tue, 18 Oct 2011 20:02:31 +0000 (22:02 +0200)]
Fixed #225
Luzifr [Tue, 18 Oct 2011 19:48:41 +0000 (21:48 +0200)]
I forgot that one
Alexander Ebert [Tue, 18 Oct 2011 19:26:17 +0000 (21:26 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
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.
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;
Alexander Ebert [Tue, 18 Oct 2011 16:43:35 +0000 (09:43 -0700)]
Merge pull request #231 from wbbaddons/callBackFix
Fixing callback in DiskCacheSource
Tim Düsterhus [Tue, 18 Oct 2011 16:40:20 +0000 (18:40 +0200)]
Fixing callback in DiskCacheSource
Alexander Ebert [Tue, 18 Oct 2011 15:07:26 +0000 (08:07 -0700)]
Merge pull request #230 from wbbaddons/callbackTypeHint
Adding 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.
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.
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'
Jim Martens [Sun, 16 Oct 2011 09:59:40 +0000 (11:59 +0200)]
Added attribute 'languagename' for element 'language'
Marcel Werk [Fri, 14 Oct 2011 19:32:13 +0000 (21:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 14 Oct 2011 19:32:00 +0000 (21:32 +0200)]
Added generic update counters method
Luzifr [Fri, 14 Oct 2011 19:07:49 +0000 (21:07 +0200)]
Small improvement of tab menus …
and more …
Luzifr [Fri, 14 Oct 2011 18:28:57 +0000 (20:28 +0200)]
Wrong icon fixed
Luzifr [Fri, 14 Oct 2011 18:09:17 +0000 (20:09 +0200)]
More refinements to the page navigation generation
Alexander Ebert [Fri, 14 Oct 2011 18:05:02 +0000 (20:05 +0200)]
Fixed messed up title-tag generation
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!)
Alexander Ebert [Fri, 14 Oct 2011 11:32:55 +0000 (13:32 +0200)]
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.
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?
Alexander Ebert [Thu, 13 Oct 2011 18:12:42 +0000 (20:12 +0200)]
By default, guests may not access actions
Luzifr [Thu, 13 Oct 2011 17:39:44 +0000 (19:39 +0200)]
Some refinements to box-shadows
Marcel Werk [Thu, 13 Oct 2011 17:26:15 +0000 (19:26 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 13 Oct 2011 17:26:02 +0000 (19:26 +0200)]
Added language modifier
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.
Luzifr [Thu, 13 Oct 2011 17:08:17 +0000 (19:08 +0200)]
Revert "Renamed templates and classes"
This reverts commit
0892d9e28c5d25f939f408d2ba4e146c0944719f.
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!
Marcel Werk [Thu, 13 Oct 2011 16:21:17 +0000 (18:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 13 Oct 2011 16:21:04 +0000 (18:21 +0200)]
Moved execution of initApplications() to the end of WCF::__construct()
Luzifr [Thu, 13 Oct 2011 15:38:46 +0000 (17:38 +0200)]
Some GUI improvements
Small Buttons now correct in all browsers; Code style.
Marcel Werk [Thu, 13 Oct 2011 15:38:36 +0000 (17:38 +0200)]
Added interface for breadcrumb provider
Alexander Ebert [Thu, 13 Oct 2011 13:03:49 +0000 (15:03 +0200)]
Fixed default route handling
Alexander Ebert [Thu, 13 Oct 2011 12:52:07 +0000 (14:52 +0200)]
Template changed to use routes
Alexander Ebert [Thu, 13 Oct 2011 12:39:41 +0000 (14:39 +0200)]
Fixed route building
Luzifr [Thu, 13 Oct 2011 12:06:56 +0000 (14:06 +0200)]
Removed test
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.
Marcel Werk [Wed, 12 Oct 2011 19:42:03 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 12 Oct 2011 19:41:52 +0000 (21:41 +0200)]
Fixed link tag
Marcel Werk [Wed, 12 Oct 2011 19:41:37 +0000 (21:41 +0200)]
Fixed error message
Alexander Ebert [Wed, 12 Oct 2011 19:40:25 +0000 (21:40 +0200)]
Fixed function call
Alexander Ebert [Wed, 12 Oct 2011 19:06:50 +0000 (21:06 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 12 Oct 2011 19:06:11 +0000 (21:06 +0200)]
Changed signature for LinkHandler's getLink()
Marcel Werk [Wed, 12 Oct 2011 18:13:39 +0000 (20:13 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 12 Oct 2011 18:13:27 +0000 (20:13 +0200)]
Added constructor for class Breadcrumb
Marcel Werk [Wed, 12 Oct 2011 18:08:41 +0000 (20:08 +0200)]
Added js code for the inner error arrows
Marcel Werk [Wed, 12 Oct 2011 18:07:35 +0000 (20:07 +0200)]
SQL query fixed
query wasn't compatible with PostgreSQL
Luzifr [Wed, 12 Oct 2011 17:14:22 +0000 (19:14 +0200)]
Small improvement of headings
Alexander Ebert [Wed, 12 Oct 2011 17:09:32 +0000 (19:09 +0200)]
base-href is not set on runtime
Alexander Ebert [Wed, 12 Oct 2011 16:40:28 +0000 (18:40 +0200)]
Usage of LinkHandler including routing
Search & Replace with RegEx FTW!
Luzifr [Wed, 12 Oct 2011 14:16:54 +0000 (16:16 +0200)]
CSS clean-up & small improvements
Luzifr [Wed, 12 Oct 2011 13:52:35 +0000 (15:52 +0200)]
Special background for installation
Alexander Ebert [Wed, 12 Oct 2011 13:11:14 +0000 (15:11 +0200)]
Usage of LinkHandler including routing
Search & Replace with RegEx FTW!
Alexander Ebert [Wed, 12 Oct 2011 11:50:49 +0000 (13:50 +0200)]
Added event support for RouteHandler
Alexander Ebert [Wed, 12 Oct 2011 11:46:34 +0000 (13:46 +0200)]
LinkHandler now supports routing
Alexander Ebert [Tue, 11 Oct 2011 19:34:50 +0000 (21:34 +0200)]
Fixed route handling for ACP auth
Alexander Ebert [Tue, 11 Oct 2011 19:18:05 +0000 (12:18 -0700)]
Merge pull request #224 from wbbaddons/fixingAddThousandsSeparators
Fixing addThousandsSeparators in WCF.js
Tim Düsterhus [Tue, 11 Oct 2011 18:59:53 +0000 (20:59 +0200)]
Fixing addThousandsSeparators in WCF.js
Integers were no longer working
Marcel Werk [Tue, 11 Oct 2011 18:49:27 +0000 (20:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 11 Oct 2011 18:49:15 +0000 (20:49 +0200)]
Fixed sort handling in MultipleLinkPage
Alexander Ebert [Tue, 11 Oct 2011 18:44:02 +0000 (20:44 +0200)]
Fixed errors if storing serializes objects
Alexander Ebert [Tue, 11 Oct 2011 18:16:54 +0000 (20:16 +0200)]
Fixed package installation
Alexander Ebert [Tue, 11 Oct 2011 17:59:57 +0000 (19:59 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 11 Oct 2011 17:59:27 +0000 (19:59 +0200)]
Fixed route usage
Marcel Werk [Tue, 11 Oct 2011 17:49:37 +0000 (19:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 11 Oct 2011 17:49:24 +0000 (19:49 +0200)]
Fixed sort handling in MultipleLinkPage
Marcel Werk [Tue, 11 Oct 2011 17:46:14 +0000 (19:46 +0200)]
Template scripting error fixed
Alexander Ebert [Tue, 11 Oct 2011 17:08:17 +0000 (19:08 +0200)]
AbstractPage now tries to guess the template name
Alexander Ebert [Tue, 11 Oct 2011 16:37:55 +0000 (18:37 +0200)]
Added missing method
Alexander Ebert [Tue, 11 Oct 2011 16:37:00 +0000 (18:37 +0200)]
Fixed some errors during installation