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.
Alexander Ebert [Sat, 5 Nov 2011 02:27:57 +0000 (03:27 +0100)]
Once again, fixed query
Alexander Ebert [Sat, 5 Nov 2011 02:03:53 +0000 (03:03 +0100)]
SQL fixed
Alexander Ebert [Sat, 5 Nov 2011 02:00:13 +0000 (03:00 +0100)]
Fixed child queue handling
Alexander Ebert [Sat, 5 Nov 2011 01:27:27 +0000 (02:27 +0100)]
Properly validate if requirement is already met
Alexander Ebert [Fri, 4 Nov 2011 21:31:56 +0000 (22:31 +0100)]
typo fixed
Alexander Ebert [Fri, 4 Nov 2011 21:28:58 +0000 (22:28 +0100)]
Nodes for child queues are now built
Alexander Ebert [Fri, 4 Nov 2011 21:00:07 +0000 (22:00 +0100)]
Thou shalt not forget required fields.
Alexander Ebert [Fri, 4 Nov 2011 20:45:14 +0000 (21:45 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
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).
Marcel Werk [Fri, 4 Nov 2011 20:18:28 +0000 (21:18 +0100)]
Fixed some collapsible issues
Marcel Werk [Fri, 4 Nov 2011 14:34:40 +0000 (15:34 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 4 Nov 2011 14:34:28 +0000 (15:34 +0100)]
Fixed a language cache issue
Alexander Ebert [Fri, 4 Nov 2011 14:19:30 +0000 (15:19 +0100)]
Proper error handling for missing list class
Alexander Ebert [Fri, 4 Nov 2011 14:19:19 +0000 (15:19 +0100)]
Fixed additional data access
Alexander Ebert [Fri, 4 Nov 2011 14:15:10 +0000 (15:15 +0100)]
Fixed exception handling in debug mode
Alexander Ebert [Fri, 4 Nov 2011 14:09:32 +0000 (15:09 +0100)]
Prevent name-attribute to be recognized as tag
Marcel Werk [Fri, 4 Nov 2011 14:06:01 +0000 (15:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 4 Nov 2011 14:03:47 +0000 (15:03 +0100)]
Fixed typo
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.
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.
Marcel Werk [Fri, 4 Nov 2011 13:48:19 +0000 (14:48 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 4 Nov 2011 13:44:19 +0000 (14:44 +0100)]
Included empty log folder
Alexander Ebert [Fri, 4 Nov 2011 13:43:25 +0000 (14:43 +0100)]
Fixed user table alias
Marcel Werk [Fri, 4 Nov 2011 13:39:57 +0000 (14:39 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
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.
Marcel Werk [Thu, 3 Nov 2011 21:53:02 +0000 (22:53 +0100)]
Fixed a balloon tooltip issue
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.
Marcel Werk [Thu, 3 Nov 2011 17:53:43 +0000 (18:53 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 3 Nov 2011 17:53:30 +0000 (18:53 +0100)]
Fixed the balloon tooltips
Luzifr [Thu, 3 Nov 2011 17:52:09 +0000 (18:52 +0100)]
Icon optimized
Alexander Ebert [Thu, 3 Nov 2011 17:26:50 +0000 (18:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 3 Nov 2011 17:26:21 +0000 (18:26 +0100)]
Fixed additional data recognition
Fixes #242
Fixes #243
Marcel Werk [Thu, 3 Nov 2011 17:21:47 +0000 (18:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 3 Nov 2011 17:21:28 +0000 (18:21 +0100)]
Changed the behavior of the balloon tooltips
Luzifr [Thu, 3 Nov 2011 16:44:29 +0000 (17:44 +0100)]
Changed Options-icon
Alexander Ebert [Thu, 3 Nov 2011 16:17:40 +0000 (17:17 +0100)]
Application path is now properly resolved
Alexander Ebert [Thu, 3 Nov 2011 15:02:29 +0000 (16:02 +0100)]
base tag will now be set upon application settings
Alexander Ebert [Thu, 3 Nov 2011 14:31:16 +0000 (15:31 +0100)]
Fixed path if components were removed
Alexander Ebert [Thu, 3 Nov 2011 13:44:49 +0000 (14:44 +0100)]
Fixed default path suggestion for applications
Alexander Ebert [Thu, 3 Nov 2011 13:41:40 +0000 (14:41 +0100)]
Fixed application path on install
Alexander Ebert [Thu, 3 Nov 2011 13:19:17 +0000 (14:19 +0100)]
Fixed dialog hiding
Marcel Werk [Wed, 2 Nov 2011 21:06:17 +0000 (22:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 2 Nov 2011 21:06:06 +0000 (22:06 +0100)]
Added setObjects method to AbstractDatabaseObjectAction
Luzifr [Wed, 2 Nov 2011 17:39:19 +0000 (18:39 +0100)]
Prevents text from wrapping
Marcel Werk [Wed, 2 Nov 2011 17:17:24 +0000 (18:17 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 2 Nov 2011 17:17:13 +0000 (18:17 +0100)]
Some javascript optimizations
Luzifr [Wed, 2 Nov 2011 15:33:12 +0000 (16:33 +0100)]
Page optimizations
Optimizations to page-view for small-screens (handhelds)
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
Marcel Werk [Wed, 2 Nov 2011 14:11:25 +0000 (15:11 +0100)]
Fixed positioning of balloon tooltips
Luzifr [Wed, 2 Nov 2011 12:54:23 +0000 (13:54 +0100)]
Small change
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.
Marcel Werk [Tue, 1 Nov 2011 12:55:04 +0000 (13:55 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 1 Nov 2011 12:54:53 +0000 (13:54 +0100)]
Fixed a storage issue
Luzifr [Mon, 31 Oct 2011 19:52:46 +0000 (20:52 +0100)]
More adaptions for small screens (handhelds)
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. ;-)
Marcel Werk [Mon, 31 Oct 2011 17:55:36 +0000 (18:55 +0100)]
Fixed some small issues
Marcel Werk [Fri, 28 Oct 2011 20:43:49 +0000 (22:43 +0200)]
Added character class
Luzifr [Fri, 28 Oct 2011 19:35:59 +0000 (21:35 +0200)]
Some minor changes
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.
Luzifr [Thu, 27 Oct 2011 20:01:56 +0000 (22:01 +0200)]
2 icons (1 updated)
Luzifr [Thu, 27 Oct 2011 18:37:00 +0000 (20:37 +0200)]
Fixes main menu
Marcel Werk [Thu, 27 Oct 2011 16:17:33 +0000 (18:17 +0200)]
Fixed setup logo
Marcel Werk [Thu, 27 Oct 2011 15:49:30 +0000 (17:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 27 Oct 2011 15:49:19 +0000 (17:49 +0200)]
Fixed icon prefilter
Luzifr [Thu, 27 Oct 2011 12:26:41 +0000 (14:26 +0200)]
WBB-Logo update
Luzifr [Thu, 27 Oct 2011 12:26:15 +0000 (14:26 +0200)]
WBB-Logo update
Alexander Ebert [Thu, 27 Oct 2011 12:18:13 +0000 (14:18 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
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.
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.
Luzifr [Wed, 26 Oct 2011 19:07:44 +0000 (21:07 +0200)]
Exceptions more improved
Luzifr [Wed, 26 Oct 2011 18:46:33 +0000 (20:46 +0200)]
Main heading & bread crumbs styling
Luzifr [Wed, 26 Oct 2011 12:43:27 +0000 (14:43 +0200)]
Small style adaptions
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.
Marcel Werk [Tue, 25 Oct 2011 19:03:16 +0000 (21:03 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 25 Oct 2011 19:03:05 +0000 (21:03 +0200)]
Added support for {icon} tags in templates
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
Alexander Ebert [Tue, 25 Oct 2011 18:07:47 +0000 (20:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
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
Luzifr [Tue, 25 Oct 2011 17:46:31 +0000 (19:46 +0200)]
Removed JS-centering due to CSS-solution
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.
Alexander Ebert [Tue, 25 Oct 2011 17:07:35 +0000 (19:07 +0200)]
Changed dialog behavior
Alexander Ebert [Tue, 25 Oct 2011 14:13:13 +0000 (16:13 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 25 Oct 2011 14:12:51 +0000 (16:12 +0200)]
Added ability to move a dialog into body-tag
Luzifr [Tue, 25 Oct 2011 14:11:46 +0000 (16:11 +0200)]
Changed margins
Alexander Ebert [Tue, 25 Oct 2011 14:02:35 +0000 (16:02 +0200)]
Added a-tag within main menu
Alexander Ebert [Tue, 25 Oct 2011 14:02:04 +0000 (16:02 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Luzifr [Tue, 25 Oct 2011 13:25:55 +0000 (15:25 +0200)]
Fixed icon-path
Luzifr [Tue, 25 Oct 2011 13:15:50 +0000 (15:15 +0200)]
Bread Crumbs
Fully working; ToDo: Bread crumbs without a link!
Luzifr [Mon, 24 Oct 2011 19:00:49 +0000 (21:00 +0200)]
Some small changes an an icon
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
Tim Düsterhus [Mon, 24 Oct 2011 16:26:22 +0000 (18:26 +0200)]
Correcting PHP-Version in test.php
gianluca311 forgot some places..
Luzifr [Mon, 24 Oct 2011 15:50:09 +0000 (17:50 +0200)]
Added missing ID & Comment
Alexander Ebert [Mon, 24 Oct 2011 13:43:06 +0000 (15:43 +0200)]
Fixed namespace for EventHandler
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)
Marcel Werk [Mon, 24 Oct 2011 12:34:24 +0000 (05:34 -0700)]
Merge pull request #237 from gianluca311/master
test.php
Gianluca Raberger [Mon, 24 Oct 2011 12:23:05 +0000 (15:23 +0300)]
Due to namespaces, changed min version of PHP to 5.3
Marcel Werk [Sun, 23 Oct 2011 21:52:35 +0000 (23:52 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 23 Oct 2011 21:52:25 +0000 (23:52 +0200)]
Added original sql query to database exception output
Alexander Ebert [Sun, 23 Oct 2011 14:13:58 +0000 (16:13 +0200)]
Added object type and definition