Matthias Schmidt [Thu, 28 Jul 2011 11:56:25 +0000 (13:56 +0200)]
Added missing registrationDate handling in UserEditor
Without this special handling, the registrationDate is 0 for each user.
Marcel Werk [Thu, 28 Jul 2011 11:16:46 +0000 (04:16 -0700)]
Merge pull request #70 from Gravatronics/pageFormDocUpdate
Updated form and page documentations
Matthias Schmidt [Thu, 28 Jul 2011 07:59:03 +0000 (09:59 +0200)]
Some updates of the previous commit
Matthias Schmidt [Thu, 28 Jul 2011 07:43:27 +0000 (09:43 +0200)]
Updated form and page documentations
Updated the form and page documentations, some acp forms' documentations
still need to be updated. Additionally the obsolete property
wcf\acp\page\PackageListPage::$packageList has been removed and a
property name typo was fixed (in wcf\acp\form\PackageUpdateAuthForm:
$header instead of $eader).
Luzifr [Thu, 28 Jul 2011 00:12:16 +0000 (02:12 +0200)]
Code-Format (part 2)
Luzifr [Wed, 27 Jul 2011 18:49:47 +0000 (20:49 +0200)]
Small addition to the CSS
Alexander Ebert [Wed, 27 Jul 2011 18:00:01 +0000 (20:00 +0200)]
Fixed HTML error due to invalid nesting
Alexander Ebert [Wed, 27 Jul 2011 16:22:58 +0000 (18:22 +0200)]
Moved into own repository WoltLab/com.woltlab.wcf.notification
Alexander Ebert [Wed, 27 Jul 2011 14:17:39 +0000 (16:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 27 Jul 2011 14:16:35 +0000 (16:16 +0200)]
Added spinner and global icon storage
Luzifr [Wed, 27 Jul 2011 13:57:14 +0000 (15:57 +0200)]
Fixed small errors
Marcel Werk [Wed, 27 Jul 2011 13:56:22 +0000 (15:56 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 27 Jul 2011 13:56:06 +0000 (15:56 +0200)]
Removed the min lifetime for cache resources
Fixed some windows issues
Alexander Ebert [Wed, 27 Jul 2011 13:19:16 +0000 (15:19 +0200)]
Improved image adapters, removed old Thumbnail-class
Luzifr [Wed, 27 Jul 2011 08:44:28 +0000 (10:44 +0200)]
Typo fixed
Luzifr [Tue, 26 Jul 2011 23:43:17 +0000 (01:43 +0200)]
Code-Format & Input Type "email" (unfinished!)
Luzifr [Tue, 26 Jul 2011 19:12:44 +0000 (21:12 +0200)]
Two dummy icons & one style bugfix.
Alexander Ebert [Tue, 26 Jul 2011 19:08:01 +0000 (21:08 +0200)]
userSearch.tpl now uses new TabMenu-API
Marcel Werk [Tue, 26 Jul 2011 18:49:57 +0000 (20:49 +0200)]
Fixed an exception in cache handler fallback
Alexander Ebert [Tue, 26 Jul 2011 18:27:16 +0000 (20:27 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 26 Jul 2011 18:26:18 +0000 (20:26 +0200)]
Added missing isset to prevent errors
Luzifr [Tue, 26 Jul 2011 18:18:22 +0000 (20:18 +0200)]
More ACP design updates
Tables, buttons and form elements now with more design (some
experimental). Beware that table HTML-layout may change soon! Also
changed some language variables.
Alexander Ebert [Tue, 26 Jul 2011 16:38:45 +0000 (18:38 +0200)]
Improved contribution guidelines
Using new lines other than Unix-style (\n) is no longer accepted and will cause an immediate reject.
Furthermore I've improved details on indentation, causing a lot of confusion lately.
Alexander Ebert [Tue, 26 Jul 2011 16:31:40 +0000 (18:31 +0200)]
Implemented image adapters for GD and ImageMagick (2/2)
Introduced IMAGE_ADAPTER_TYPE to switch between available backends. Additionally inserted a static method isSupported() to ensure library is available, if not fallback to GD.
Usage: wcf\system\image\ImageHandler::getInstance()->getAdapter()
Alexander Ebert [Tue, 26 Jul 2011 16:06:58 +0000 (18:06 +0200)]
Implemented image adapters for GD and ImageMagick
Image adapters have been tested during development, but needs some more real world examples to ensure consistent and desired behavior.
The ImageHandler-class is still outstanding, will be included with the upcoming commits, leaving the image adapters almost useless for now.
Marcel Werk [Tue, 26 Jul 2011 15:58:38 +0000 (17:58 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 26 Jul 2011 15:58:20 +0000 (17:58 +0200)]
Fixed the installation of cronjobs
Alexander Ebert [Tue, 26 Jul 2011 15:10:51 +0000 (08:10 -0700)]
Merge pull request #69 from wbb3addons/wcfJsImprovements
Made several improvements to WCF.js
Tim Düsterhus [Tue, 26 Jul 2011 14:06:43 +0000 (16:06 +0200)]
Made several improvements to WCF.js
addThousandsSeparator now also works with floats
Added formatNumeric for localizing
Added WCF.Number for number-related functions
Added #-modifier to templates
Added Markus as author, with his consent, he created a large part of WCF.js
Marcel Werk [Tue, 26 Jul 2011 13:38:02 +0000 (06:38 -0700)]
Merge pull request #64 from Gravatronics/fixedCleanupHandler
Fixed missing package id in cache name in CleanupHandler
Marcel Werk [Tue, 26 Jul 2011 13:37:45 +0000 (06:37 -0700)]
Merge pull request #67 from Gravatronics/fixedFireAction
Fixed fire action
Marcel Werk [Tue, 26 Jul 2011 13:37:04 +0000 (06:37 -0700)]
Merge pull request #68 from Gravatronics/fixedMailSender
Fixed property name in MailSender
Luzifr [Tue, 26 Jul 2011 11:58:02 +0000 (13:58 +0200)]
Small style update
Luzifr [Tue, 26 Jul 2011 11:56:00 +0000 (13:56 +0200)]
Some small corrections.
Matthias Schmidt [Tue, 26 Jul 2011 11:42:20 +0000 (13:42 +0200)]
Fixed variable name in MailSender
MailSender::$defaultMailSender has been renamed to
MailSender::$instance.
Marcel Werk [Tue, 26 Jul 2011 10:20:50 +0000 (03:20 -0700)]
Merge pull request #66 from Gravatronics/breadcrumbTypeHinting
Corrected wrong type hinting in Breadcrumbs::replace()
Matthias Schmidt [Tue, 26 Jul 2011 09:23:47 +0000 (11:23 +0200)]
Fixed missing array index
Without that index, multiple objects of one listener are created
Matthias Schmidt [Tue, 26 Jul 2011 09:14:12 +0000 (11:14 +0200)]
Replaced undefined variable $path
Matthias Schmidt [Tue, 26 Jul 2011 08:02:09 +0000 (10:02 +0200)]
Corrected wrong type hinting in Breadcrumbs::replace()
Matthias Schmidt [Tue, 26 Jul 2011 07:24:28 +0000 (09:24 +0200)]
Fixed missing package id in cache name
Luzifr [Tue, 26 Jul 2011 01:00:35 +0000 (03:00 +0200)]
Forgotten change.
Luzifr [Tue, 26 Jul 2011 00:56:39 +0000 (02:56 +0200)]
More templates adapted.
More HTML5, some semantical changes, old stuff removed, code-formatting
and so on. Still not all correct!
Alexander Ebert [Mon, 25 Jul 2011 18:25:23 +0000 (11:25 -0700)]
Merge pull request #63 from Gravatronics/fixedDirectoryUtilUsage
Changed deletePattern to removePattern
Alexander Ebert [Mon, 25 Jul 2011 18:24:21 +0000 (11:24 -0700)]
Merge pull request #61 from wbb3addons/crlfToLf
Replaced each crlf with lf
Matthias Schmidt [Mon, 25 Jul 2011 18:17:46 +0000 (20:17 +0200)]
Fixed Copy&Paste-Error
Tim Düsterhus [Mon, 25 Jul 2011 18:17:10 +0000 (20:17 +0200)]
Replaced each crlf with lf
Matthias Schmidt [Mon, 25 Jul 2011 18:15:22 +0000 (20:15 +0200)]
Fixed DirectoryUtil
Provided by TimWolla.
Matthias Schmidt [Mon, 25 Jul 2011 18:13:11 +0000 (20:13 +0200)]
Added another missing ending delimiter
Matthias Schmidt [Mon, 25 Jul 2011 18:08:18 +0000 (20:08 +0200)]
Added missing ending delimiter
Marcel Werk [Mon, 25 Jul 2011 17:58:15 +0000 (19:58 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 25 Jul 2011 17:57:57 +0000 (19:57 +0200)]
Removed obsolete language files
Alexander Ebert [Mon, 25 Jul 2011 17:49:20 +0000 (19:49 +0200)]
Messed up pull request 51 :(
Alexander Ebert [Mon, 25 Jul 2011 17:45:57 +0000 (10:45 -0700)]
Merge pull request #51 from Siora/patch-2
fix PHP error in file wcf/lib/acp/form/UsersMassProcessingForm.class.php (
Alexander Ebert [Mon, 25 Jul 2011 17:44:41 +0000 (19:44 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 25 Jul 2011 17:40:29 +0000 (19:40 +0200)]
Merge pull request #51 from Siora/patch-2
Jean-Marc Licht [Thu, 21 Jul 2011 13:55:49 +0000 (06:55 -0700)]
fix HP error in file wcf/lib/acp/form/UsersMassProcessingForm.class.php (398): Argument 1 passed to wcf\acp\form\UsersMassProcessingForm::checkOption() must be an instance of wcf\acp\form\Option, instance of wcf\data\option\Option given, called in wcf/lib/acp/form/AbstractOptionListForm.class.php on line 203 and defined
Alexander Ebert [Mon, 25 Jul 2011 17:36:13 +0000 (10:36 -0700)]
Merge pull request #60 from wbb3addons/wcfJsTemplate
Add WCF.Template
Alexander Ebert [Mon, 25 Jul 2011 17:35:55 +0000 (10:35 -0700)]
Merge pull request #62 from Gravatronics/ICleanupHandler
Changed ICleanupHandler to CleanupHandler
Luzifr [Mon, 25 Jul 2011 17:28:51 +0000 (19:28 +0200)]
More adjustments to match the design-sketch.
Marcel Werk [Mon, 25 Jul 2011 17:25:24 +0000 (19:25 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 25 Jul 2011 17:25:11 +0000 (19:25 +0200)]
Fixed XSD urls
Marcel Werk [Mon, 25 Jul 2011 17:24:48 +0000 (19:24 +0200)]
Added XSD files
Matthias Schmidt [Mon, 25 Jul 2011 16:30:23 +0000 (18:30 +0200)]
Changed deletePattern to removePattern
Alexander Ebert [Mon, 25 Jul 2011 16:25:33 +0000 (18:25 +0200)]
Merge branch 'jsPages' of https://github.com/wbb3addons/WCF into wbb3addons-jsPages
Conflicts:
wcfsetup/install/files/js/WCF.js
Marcel Werk [Mon, 25 Jul 2011 15:36:54 +0000 (17:36 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 25 Jul 2011 15:36:28 +0000 (17:36 +0200)]
Fixed Memcached website url
Luzifr [Mon, 25 Jul 2011 15:32:15 +0000 (17:32 +0200)]
- Some corrections.
Luzifr [Mon, 25 Jul 2011 15:19:20 +0000 (17:19 +0200)]
First attempt to style the main content area.
- Fixed some HTML5 issues (menu -> nav and more)
- Changed some element
's style
- Note: Only the "Options"-section has been styled for now. Th
e rest of the content pages remain looking ugly! ;-)
Matthias Schmidt [Mon, 25 Jul 2011 15:17:56 +0000 (17:17 +0200)]
Updated documentation
Matthias Schmidt [Mon, 25 Jul 2011 15:17:07 +0000 (17:17 +0200)]
Create CleanupHandler file
Matthias Schmidt [Mon, 25 Jul 2011 15:16:40 +0000 (17:16 +0200)]
Delete ICleanupHandler file
Alexander Ebert [Mon, 25 Jul 2011 14:52:42 +0000 (16:52 +0200)]
Merge pull request #30 from WCFSolutions/templateEngineSandbox
Alexander Ebert [Mon, 25 Jul 2011 14:35:20 +0000 (16:35 +0200)]
Merge pull request #37 from kurtextrem/master
Tim Düsterhus [Mon, 25 Jul 2011 14:24:58 +0000 (16:24 +0200)]
Adding myself as author
Alexander Ebert [Mon, 25 Jul 2011 14:09:26 +0000 (16:09 +0200)]
Merge pull request #29 from WCFSolutions/languageConstantsRemoval
Alexander Ebert [Mon, 25 Jul 2011 14:04:58 +0000 (16:04 +0200)]
Merge pull request #27 from wbb3addons/directoryUtilUse
Tim Düsterhus [Sun, 24 Jul 2011 12:58:46 +0000 (14:58 +0200)]
Add WCF.Template
Alexander Ebert [Mon, 25 Jul 2011 13:10:23 +0000 (06:10 -0700)]
Merge pull request #47 from Gravatronics/fixedUserGroupAction
Fixed UserGroupAddForm
Alexander Ebert [Sun, 24 Jul 2011 23:21:32 +0000 (16:21 -0700)]
Merge pull request #55 from wbb3addons/wcfJsTypo
Replace innerWidth with outerWidth in outer context
Marcel Werk [Sun, 24 Jul 2011 21:15:06 +0000 (14:15 -0700)]
Merge pull request #59 from Gravatronics/NotificationCacheBuilder
Moved to new cache builder folder
Tim Düsterhus [Sun, 24 Jul 2011 12:52:02 +0000 (14:52 +0200)]
Reinsert whitespace
Matthias Schmidt [Sun, 24 Jul 2011 09:31:04 +0000 (11:31 +0200)]
Updated subpackage documentation
Matthias Schmidt [Sun, 24 Jul 2011 09:25:30 +0000 (11:25 +0200)]
Moved to new cache builder folder
Moved CacheBuilderUserNotificationObjectType to the cache builder
folder, updated the namespace and used the namespace of ICacheBuilder.
Alexander Ebert [Sun, 24 Jul 2011 02:03:19 +0000 (19:03 -0700)]
Merge pull request #35 from SimonDettling/patch-2
Replaced <b> by <strong> (now with \n )
Alexander Ebert [Sat, 23 Jul 2011 13:47:50 +0000 (06:47 -0700)]
Merge pull request #32 from PhrozenByte/master
PackageUpdateDispatcher::getAvailableUpdates()
Alexander Ebert [Sat, 23 Jul 2011 13:46:48 +0000 (06:46 -0700)]
Merge pull request #53 from wbb3addons/requestHandlerDenyAbstract
Requesting abstract classes now throws an IllegalLinkException
Marcel Werk [Fri, 22 Jul 2011 21:01:15 +0000 (14:01 -0700)]
Merge pull request #57 from yaycomDE/master
Fixed the IGroupOptionType class
Luzifr [Fri, 22 Jul 2011 18:04:54 +0000 (20:04 +0200)]
Some improvements to the Tab animation
yayacomDE [Fri, 22 Jul 2011 16:56:51 +0000 (18:56 +0200)]
Fixed the IGroupOptionType class
Fixed the IGroupOptionType class with the fatal error "Interface 'wcf\sy
stem\option\OptionType' not found in [...]/IGroupOptionType.class.php on
line 15" during the installation
Luzifr [Fri, 22 Jul 2011 16:13:11 +0000 (18:13 +0200)]
Some minor changes.
Luzifr [Fri, 22 Jul 2011 16:09:30 +0000 (18:09 +0200)]
ACP-style refinements
Tim Düsterhus [Fri, 22 Jul 2011 14:07:50 +0000 (16:07 +0200)]
Replace innerWidth with outerWidth in outer context
Tim Düsterhus [Fri, 22 Jul 2011 12:41:37 +0000 (14:41 +0200)]
Requesting abstract classes now throws an IllegalLinkException
Alexander Ebert [Thu, 21 Jul 2011 19:28:37 +0000 (21:28 +0200)]
Image manipulation support for GD and ImageMagick
Classes are not finished yet, this is a work in progress, please do not modify.
Marcel Werk [Thu, 21 Jul 2011 19:23:19 +0000 (21:23 +0200)]
Fixed interface name
Marcel Werk [Thu, 21 Jul 2011 18:53:20 +0000 (20:53 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 21 Jul 2011 18:53:00 +0000 (20:53 +0200)]
Added 'I' prefix to interface names
Added a default implementation for processible database objects
Luzifr [Thu, 21 Jul 2011 18:25:42 +0000 (20:25 +0200)]
More refinements to the ACP-GUI
Markus Bartz [Thu, 21 Jul 2011 16:24:12 +0000 (18:24 +0200)]
Made a small change to be conform with the guidelines.
Markus Bartz [Thu, 21 Jul 2011 16:15:16 +0000 (18:15 +0200)]
Fixed a small bug with WCF.String.addThousandsSeparator()