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

13 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

13 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.

13 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.

13 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.

13 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

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

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

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

13 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.

13 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

13 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

13 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.

13 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

13 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

13 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

13 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

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

13 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 :/

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

13 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

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

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

13 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

13 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.

13 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;

13 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

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

13 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

13 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.

13 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.

13 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'

13 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'

13 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

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

13 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 …

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

13 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

13 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

13 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!)

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

13 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.

13 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?

13 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

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

13 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

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

13 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.

13 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.

13 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!

13 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

13 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()

13 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.

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

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

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

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

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

13 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.

13 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

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

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

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

13 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

13 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()

13 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

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

13 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

13 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

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

13 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

13 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!

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

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

13 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!

13 years agoAdded event support for RouteHandler
Alexander Ebert [Wed, 12 Oct 2011 11:50:49 +0000 (13:50 +0200)]
Added event support for RouteHandler

13 years agoLinkHandler now supports routing
Alexander Ebert [Wed, 12 Oct 2011 11:46:34 +0000 (13:46 +0200)]
LinkHandler now supports routing

13 years agoFixed route handling for ACP auth
Alexander Ebert [Tue, 11 Oct 2011 19:34:50 +0000 (21:34 +0200)]
Fixed route handling for ACP auth

13 years agoMerge pull request #224 from wbbaddons/fixingAddThousandsSeparators
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

13 years agoFixing 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

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

13 years agoFixed sort handling in MultipleLinkPage
Marcel Werk [Tue, 11 Oct 2011 18:49:15 +0000 (20:49 +0200)]
Fixed sort handling in MultipleLinkPage

13 years agoFixed errors if storing serializes objects
Alexander Ebert [Tue, 11 Oct 2011 18:44:02 +0000 (20:44 +0200)]
Fixed errors if storing serializes objects

13 years agoFixed package installation
Alexander Ebert [Tue, 11 Oct 2011 18:16:54 +0000 (20:16 +0200)]
Fixed package installation

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 11 Oct 2011 17:59:57 +0000 (19:59 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed route usage
Alexander Ebert [Tue, 11 Oct 2011 17:59:27 +0000 (19:59 +0200)]
Fixed route usage

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

13 years agoFixed sort handling in MultipleLinkPage
Marcel Werk [Tue, 11 Oct 2011 17:49:24 +0000 (19:49 +0200)]
Fixed sort handling in MultipleLinkPage

13 years agoTemplate scripting error fixed
Marcel Werk [Tue, 11 Oct 2011 17:46:14 +0000 (19:46 +0200)]
Template scripting error fixed

13 years agoAbstractPage now tries to guess the template name
Alexander Ebert [Tue, 11 Oct 2011 17:08:17 +0000 (19:08 +0200)]
AbstractPage now tries to guess the template name

13 years agoAdded missing method
Alexander Ebert [Tue, 11 Oct 2011 16:37:55 +0000 (18:37 +0200)]
Added missing method

13 years agoFixed some errors during installation
Alexander Ebert [Tue, 11 Oct 2011 16:37:00 +0000 (18:37 +0200)]
Fixed some errors during installation

13 years agoChanged URL schema - CRASH FOR SURE
Alexander Ebert [Tue, 11 Oct 2011 16:12:03 +0000 (18:12 +0200)]
Changed URL schema - CRASH FOR SURE

Previous: index.php?form=UserEdit&userID=1234&s=abc
Now: index.php/UserEdit/1234/?s=abc

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 11 Oct 2011 12:47:23 +0000 (14:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed main menu
Marcel Werk [Tue, 11 Oct 2011 12:47:11 +0000 (14:47 +0200)]
Fixed main menu

13 years agoMerge pull request #220 from wbbaddons/userExceptionBackwardsFix
Alexander Ebert [Mon, 10 Oct 2011 23:59:44 +0000 (16:59 -0700)]
Merge pull request #220 from wbbaddons/userExceptionBackwardsFix

Fixing the "back"-link in userException.

13 years agoSome effect tweaks
Luzifr [Mon, 10 Oct 2011 19:34:06 +0000 (21:34 +0200)]
Some effect tweaks

13 years agoSmall improvement
Luzifr [Mon, 10 Oct 2011 19:06:18 +0000 (21:06 +0200)]
Small improvement

13 years agoSome CSS-tweaks
Luzifr [Mon, 10 Oct 2011 18:55:15 +0000 (20:55 +0200)]
Some CSS-tweaks

Top-menu tweaks; Attempt to globalize Dropdown-menus; Focus for
table-heads.

13 years agoMerge pull request #222 from wbbaddons/dynamicVariableFix
Alexander Ebert [Sat, 8 Oct 2011 20:00:29 +0000 (13:00 -0700)]
Merge pull request #222 from wbbaddons/dynamicVariableFix

Fixing dynamic language variables