GitHub/WoltLab/WCF.git
13 years agoEnhancement for balloon-tooltips
Luzifr [Mon, 7 Nov 2011 18:48:25 +0000 (19:48 +0100)]
Enhancement for balloon-tooltips

13 years agoSome improvements
Luzifr [Mon, 7 Nov 2011 18:23:54 +0000 (19:23 +0100)]
Some improvements

Collapsible-icon does not have a class any more; Background-image is
now fixed; Some minor fixes.

13 years agoMerge pull request #245 from Gravatronics/bug/PagesFuncTplPluginRoute
Marcel Werk [Mon, 7 Nov 2011 15:15:12 +0000 (07:15 -0800)]
Merge pull request #245 from Gravatronics/bug/PagesFuncTplPluginRoute

Fixes bug in wcf\system\template\plugin\PagesFunctionTemplatePlugin

13 years agoFixes bug in wcf\system\template\plugin\PagesFunctionTemplatePlugin
Matthias Schmidt [Sat, 5 Nov 2011 13:40:38 +0000 (14:40 +0100)]
Fixes bug in wcf\system\template\plugin\PagesFunctionTemplatePlugin

The `wcf\system\request\RouteHandler::buildRoute()` method wasn't called correctly.

13 years agoOnce again, fixed query
Alexander Ebert [Sat, 5 Nov 2011 02:27:57 +0000 (03:27 +0100)]
Once again, fixed query

13 years agoSQL fixed
Alexander Ebert [Sat, 5 Nov 2011 02:03:53 +0000 (03:03 +0100)]
SQL fixed

13 years agoFixed child queue handling
Alexander Ebert [Sat, 5 Nov 2011 02:00:13 +0000 (03:00 +0100)]
Fixed child queue handling

13 years agoProperly validate if requirement is already met
Alexander Ebert [Sat, 5 Nov 2011 01:27:27 +0000 (02:27 +0100)]
Properly validate if requirement is already met

13 years agotypo fixed
Alexander Ebert [Fri, 4 Nov 2011 21:31:56 +0000 (22:31 +0100)]
typo fixed

13 years agoNodes for child queues are now built
Alexander Ebert [Fri, 4 Nov 2011 21:28:58 +0000 (22:28 +0100)]
Nodes for child queues are now built

13 years agoThou shalt not forget required fields.
Alexander Ebert [Fri, 4 Nov 2011 21:00:07 +0000 (22:00 +0100)]
Thou shalt not forget required fields.

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 4 Nov 2011 20:45:14 +0000 (21:45 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoPackages are now continuously added to queue.
Alexander Ebert [Fri, 4 Nov 2011 20:38:06 +0000 (21:38 +0100)]
Packages are now continuously added to queue.

The previous installation added packages without any kind of relation, thus rendering WCF unable to install them in a row (since there was no perceptible relation among them).

13 years agoFixed some collapsible issues
Marcel Werk [Fri, 4 Nov 2011 20:18:28 +0000 (21:18 +0100)]
Fixed some collapsible issues

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 4 Nov 2011 14:34:40 +0000 (15:34 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed a language cache issue
Marcel Werk [Fri, 4 Nov 2011 14:34:28 +0000 (15:34 +0100)]
Fixed a language cache issue

13 years agoProper error handling for missing list class
Alexander Ebert [Fri, 4 Nov 2011 14:19:30 +0000 (15:19 +0100)]
Proper error handling for missing list class

13 years agoFixed additional data access
Alexander Ebert [Fri, 4 Nov 2011 14:19:19 +0000 (15:19 +0100)]
Fixed additional data access

13 years agoFixed exception handling in debug mode
Alexander Ebert [Fri, 4 Nov 2011 14:15:10 +0000 (15:15 +0100)]
Fixed exception handling in debug mode

13 years agoPrevent name-attribute to be recognized as tag
Alexander Ebert [Fri, 4 Nov 2011 14:09:32 +0000 (15:09 +0100)]
Prevent name-attribute to be recognized as tag

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 4 Nov 2011 14:06:01 +0000 (15:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed typo
Alexander Ebert [Fri, 4 Nov 2011 14:03:47 +0000 (15:03 +0100)]
Fixed typo

13 years agoChanged getMessage() to _getMessage()
Alexander Ebert [Fri, 4 Nov 2011 14:02:32 +0000 (15:02 +0100)]
Changed getMessage() to _getMessage()

Some retard at PHP thought it may be clever to define getMessage() as final for no reason.

13 years agoRemoved duplicate constant
Alexander Ebert [Fri, 4 Nov 2011 13:55:06 +0000 (14:55 +0100)]
Removed duplicate constant

Will be defined later by WCFSetup and the exceptions included by install.php do not care for what ever DEBUG_MODE is set to.

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 4 Nov 2011 13:48:19 +0000 (14:48 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoIncluded empty log folder
Alexander Ebert [Fri, 4 Nov 2011 13:44:19 +0000 (14:44 +0100)]
Included empty log folder

13 years agoFixed user table alias
Alexander Ebert [Fri, 4 Nov 2011 13:43:25 +0000 (14:43 +0100)]
Fixed user table alias

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 4 Nov 2011 13:39:57 +0000 (14:39 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoImplemented a debug switch
Alexander Ebert [Fri, 4 Nov 2011 13:24:57 +0000 (14:24 +0100)]
Implemented a debug switch

It is now possible to switch between debug and production, whereas the last setting will suppress any error message including file/line references and stacktraces.

Furthermore errors will ALWAYS be written to a logfile, regardless if running in production or debug mode.

By default debug mode is enabled for now, it MUST be set to 'production' once the software will be tossed into the wild.

13 years agoFixed a balloon tooltip issue
Marcel Werk [Thu, 3 Nov 2011 21:53:02 +0000 (22:53 +0100)]
Fixed a balloon tooltip issue

13 years agoFixed balloon tooltip
Alexander Ebert [Thu, 3 Nov 2011 19:05:01 +0000 (20:05 +0100)]
Fixed balloon tooltip

Tooltip now aligns centered, left or right depending on free space to viewport bounds.

@Luzifr: The arrow looks pretty ugly if it is aligned left or right caused by border-radius (shared corner) set for the tooltip itself.

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 3 Nov 2011 17:53:43 +0000 (18:53 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed the balloon tooltips
Marcel Werk [Thu, 3 Nov 2011 17:53:30 +0000 (18:53 +0100)]
Fixed the balloon tooltips

13 years agoIcon optimized
Luzifr [Thu, 3 Nov 2011 17:52:09 +0000 (18:52 +0100)]
Icon optimized

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 3 Nov 2011 17:26:50 +0000 (18:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed additional data recognition
Alexander Ebert [Thu, 3 Nov 2011 17:26:21 +0000 (18:26 +0100)]
Fixed additional data recognition

Fixes #242
Fixes #243

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 3 Nov 2011 17:21:47 +0000 (18:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoChanged the behavior of the balloon tooltips
Marcel Werk [Thu, 3 Nov 2011 17:21:28 +0000 (18:21 +0100)]
Changed the behavior of the balloon tooltips

13 years agoChanged Options-icon
Luzifr [Thu, 3 Nov 2011 16:44:29 +0000 (17:44 +0100)]
Changed Options-icon

13 years agoApplication path is now properly resolved
Alexander Ebert [Thu, 3 Nov 2011 16:17:40 +0000 (17:17 +0100)]
Application path is now properly resolved

13 years agobase tag will now be set upon application settings
Alexander Ebert [Thu, 3 Nov 2011 15:02:29 +0000 (16:02 +0100)]
base tag will now be set upon application settings

13 years agoFixed path if components were removed
Alexander Ebert [Thu, 3 Nov 2011 14:31:16 +0000 (15:31 +0100)]
Fixed path if components were removed

13 years agoFixed default path suggestion for applications
Alexander Ebert [Thu, 3 Nov 2011 13:44:49 +0000 (14:44 +0100)]
Fixed default path suggestion for applications

13 years agoFixed application path on install
Alexander Ebert [Thu, 3 Nov 2011 13:41:40 +0000 (14:41 +0100)]
Fixed application path on install

13 years agoFixed dialog hiding
Alexander Ebert [Thu, 3 Nov 2011 13:19:17 +0000 (14:19 +0100)]
Fixed dialog hiding

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 2 Nov 2011 21:06:17 +0000 (22:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoAdded setObjects method to AbstractDatabaseObjectAction
Marcel Werk [Wed, 2 Nov 2011 21:06:06 +0000 (22:06 +0100)]
Added setObjects method to AbstractDatabaseObjectAction

13 years agoPrevents text from wrapping
Luzifr [Wed, 2 Nov 2011 17:39:19 +0000 (18:39 +0100)]
Prevents text from wrapping

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 2 Nov 2011 17:17:24 +0000 (18:17 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoSome javascript optimizations
Marcel Werk [Wed, 2 Nov 2011 17:17:13 +0000 (18:17 +0100)]
Some javascript optimizations

13 years agoPage optimizations
Luzifr [Wed, 2 Nov 2011 15:33:12 +0000 (16:33 +0100)]
Page optimizations

Optimizations to page-view for small-screens (handhelds)

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 2 Nov 2011 14:12:45 +0000 (15:12 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

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

13 years agoFixed positioning of balloon tooltips
Marcel Werk [Wed, 2 Nov 2011 14:11:25 +0000 (15:11 +0100)]
Fixed positioning of balloon tooltips

13 years agoSmall change
Luzifr [Wed, 2 Nov 2011 12:54:23 +0000 (13:54 +0100)]
Small change

13 years agoSome optimizing
Luzifr [Wed, 2 Nov 2011 11:59:38 +0000 (12:59 +0100)]
Some optimizing

More specific transitions; Some optimization for small displays
(handhelds); Some bugs fixed; Code format.

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 1 Nov 2011 12:55:04 +0000 (13:55 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed a storage issue
Marcel Werk [Tue, 1 Nov 2011 12:54:53 +0000 (13:54 +0100)]
Fixed a storage issue

13 years agoMore adaptions for small screens (handhelds)
Luzifr [Mon, 31 Oct 2011 19:52:46 +0000 (20:52 +0100)]
More adaptions for small screens (handhelds)

13 years agoMedia-queries
Luzifr [Mon, 31 Oct 2011 18:51:32 +0000 (19:51 +0100)]
Media-queries

Media-queries for width-adaption of pages if browser-viewport is very
small (fits for iPhone); Some of the changes even make the ACP more
accessible with handheld-browsers. ;-)

13 years agoFixed some small issues
Marcel Werk [Mon, 31 Oct 2011 17:55:36 +0000 (18:55 +0100)]
Fixed some small issues

13 years agoAdded character class
Marcel Werk [Fri, 28 Oct 2011 20:43:49 +0000 (22:43 +0200)]
Added character class

13 years agoSome minor changes
Luzifr [Fri, 28 Oct 2011 19:35:59 +0000 (21:35 +0200)]
Some minor changes

13 years agoSome minor improvements
Luzifr [Fri, 28 Oct 2011 15:27:51 +0000 (17:27 +0200)]
Some minor improvements

Fixes view of page-navigation (Opera still is the only one to display
it different); Simplifies the global button-style declarations; Styles
selections.

13 years ago2 icons (1 updated)
Luzifr [Thu, 27 Oct 2011 20:01:56 +0000 (22:01 +0200)]
2 icons (1 updated)

13 years agoFixes main menu
Luzifr [Thu, 27 Oct 2011 18:37:00 +0000 (20:37 +0200)]
Fixes main menu

13 years agoFixed setup logo
Marcel Werk [Thu, 27 Oct 2011 16:17:33 +0000 (18:17 +0200)]
Fixed setup logo

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

13 years agoFixed icon prefilter
Marcel Werk [Thu, 27 Oct 2011 15:49:19 +0000 (17:49 +0200)]
Fixed icon prefilter

13 years agoWBB-Logo update
Luzifr [Thu, 27 Oct 2011 12:26:41 +0000 (14:26 +0200)]
WBB-Logo update

13 years agoWBB-Logo update
Luzifr [Thu, 27 Oct 2011 12:26:15 +0000 (14:26 +0200)]
WBB-Logo update

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 27 Oct 2011 12:18:13 +0000 (14:18 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoDOMNodeInsertedHandler implemented
Alexander Ebert [Thu, 27 Oct 2011 12:17:35 +0000 (14:17 +0200)]
DOMNodeInsertedHandler implemented

Certain functions perform actions on a specific element collection available at page load, but they miss elements inserted afterwards. Register your class with DOMNodeInsertedHandler and you will be notified to update your collection once a DOM node was inserted.

Caution: This handler blocks any DOMNodeInserted event which occurs within 100 ms after the event fired to prevent an infinite loop.

13 years agoOverlay dialogues
Luzifr [Thu, 27 Oct 2011 10:21:23 +0000 (12:21 +0200)]
Overlay dialogues

Re-implemented the centering script due to CSS changes; optimized
overlay position & look.

13 years agoExceptions more improved
Luzifr [Wed, 26 Oct 2011 19:07:44 +0000 (21:07 +0200)]
Exceptions more improved

13 years agoMain heading & bread crumbs styling
Luzifr [Wed, 26 Oct 2011 18:46:33 +0000 (20:46 +0200)]
Main heading & bread crumbs styling

13 years agoSmall style adaptions
Luzifr [Wed, 26 Oct 2011 12:43:27 +0000 (14:43 +0200)]
Small style adaptions

13 years agoCSS-update
Luzifr [Tue, 25 Oct 2011 19:24:01 +0000 (21:24 +0200)]
CSS-update

Removed hilite of last breadcrumb-element; Reordered some CSS;
line-break at end of template.

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

13 years agoAdded support for {icon} tags in templates
Marcel Werk [Tue, 25 Oct 2011 19:03:05 +0000 (21:03 +0200)]
Added support for {icon} tags in templates

13 years agoMerge pull request #218 from wbbaddons/toolTipUpdate
Alexander Ebert [Tue, 25 Oct 2011 18:38:59 +0000 (11:38 -0700)]
Merge pull request #218 from wbbaddons/toolTipUpdate

Update Tooltip if title changes

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Oct 2011 18:07:47 +0000 (20:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoAdded the ability to close a dialog by hitting the modal window
Alexander Ebert [Tue, 25 Oct 2011 18:06:13 +0000 (20:06 +0200)]
Added the ability to close a dialog by hitting the modal window

13 years agoRemoved JS-centering due to CSS-solution
Luzifr [Tue, 25 Oct 2011 17:46:31 +0000 (19:46 +0200)]
Removed JS-centering due to CSS-solution

13 years agoNew icon & Overlay design
Luzifr [Tue, 25 Oct 2011 17:39:09 +0000 (19:39 +0200)]
New icon & Overlay design

Overlay is now always centered and now has the right dark color; The
dark transparent background is now always 100% wide; New additional
white close icon.

13 years agoChanged dialog behavior
Alexander Ebert [Tue, 25 Oct 2011 17:07:35 +0000 (19:07 +0200)]
Changed dialog behavior

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

13 years agoAdded ability to move a dialog into body-tag
Alexander Ebert [Tue, 25 Oct 2011 14:12:51 +0000 (16:12 +0200)]
Added ability to move a dialog into body-tag

13 years agoChanged margins
Luzifr [Tue, 25 Oct 2011 14:11:46 +0000 (16:11 +0200)]
Changed margins

13 years agoAdded a-tag within main menu
Alexander Ebert [Tue, 25 Oct 2011 14:02:35 +0000 (16:02 +0200)]
Added a-tag within main menu

13 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

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

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

13 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

13 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

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

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

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

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

13 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

13 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