Luzifr [Wed, 17 Aug 2011 19:08:54 +0000 (21:08 +0200)]
Table sorting Icon now SVG, some new versions of images, deleted obsoletes
Luzifr [Tue, 16 Aug 2011 20:12:28 +0000 (22:12 +0200)]
1 rebuilt icon
Luzifr [Tue, 16 Aug 2011 18:07:36 +0000 (20:07 +0200)]
Some icons
Luzifr [Tue, 16 Aug 2011 16:57:08 +0000 (18:57 +0200)]
That one was wrong
Luzifr [Tue, 16 Aug 2011 16:47:45 +0000 (18:47 +0200)]
More SVG icons & their integration into the templates
Alexander Ebert [Tue, 16 Aug 2011 13:58:53 +0000 (15:58 +0200)]
Implemented draft-version of replacement for SubTabMenu
Alexander Ebert [Tue, 16 Aug 2011 13:58:23 +0000 (15:58 +0200)]
Included jQuery Tools 1.2.5 within ACP
Luzifr [Mon, 15 Aug 2011 19:03:44 +0000 (21:03 +0200)]
More SVG icons (not necessarily final!) and their integration into templates, small bug-fixes
Luzifr [Mon, 15 Aug 2011 16:31:09 +0000 (18:31 +0200)]
More SVG-icons and their implementation in the templates, corrected a mistake in 2 comments, some minor CSS changes.
1) New icon-naming system: At this time icons without trailing digit are
meant to be blue (imaging a "0" as number), those with a "1" are
supposed to be dark grey and those with a "2" are supposed to be white.
An icon with an additional "D" in its name has less opacity (regardless
of its color) and be nearly transparent. Note that this icon-naming
system may not be final and change over time. Note that due to the
possibilities of SVG-images and CSS3 techniques, there is no need for
icons in different sizes any more, which reduces the number of icons
dramatically. 2) If we find a way to put multiple icons in one file,
and/or multiple states of them, there will be even less icons. This is
just the state of establishing SVG icons generally, it may become more
smart in future.
Alexander Ebert [Mon, 15 Aug 2011 14:16:16 +0000 (07:16 -0700)]
Merge pull request #105 from Gravatronics/cronjobLogListClassPath
Missing pieces from cronjob commit
Alexander Ebert [Mon, 15 Aug 2011 14:01:34 +0000 (07:01 -0700)]
Merge pull request #104 from Gravatronics/templatePluginToSuffix
Changed names of the template plugin classes
Alexander Ebert [Mon, 15 Aug 2011 14:00:17 +0000 (07:00 -0700)]
Merge pull request #106 from Gravatronics/cacheBuilderRename
Cache builder rename
Matthias Schmidt [Sat, 13 Aug 2011 06:27:35 +0000 (08:27 +0200)]
Missing changes
Matthias Schmidt [Sat, 13 Aug 2011 06:19:52 +0000 (08:19 +0200)]
Renamed cache builders (II)
Matthias Schmidt [Sat, 13 Aug 2011 06:04:46 +0000 (08:04 +0200)]
Moved ICacheBuilder in builder folder
ICacheSource is also in the folder with its implementations.
Matthias Schmidt [Sat, 13 Aug 2011 06:02:09 +0000 (08:02 +0200)]
Renamed cache builders
Matthias Schmidt [Fri, 12 Aug 2011 20:24:33 +0000 (22:24 +0200)]
Missing pieces from cronjob commit
I have no idea what went wrong with that specific commit, but here are
again missing pieces of my cronjob commit. This time I replaced the
classPath property of a cronjob with className in cronjob log lists.
Matthias Schmidt [Fri, 12 Aug 2011 19:59:45 +0000 (21:59 +0200)]
Some deletions that weren't commit the last time
Matthias Schmidt [Fri, 12 Aug 2011 19:51:11 +0000 (21:51 +0200)]
Changed names of the template plugin classes
During my tests, I found out that some template plugins don't work
anymore. I added a todo each time so you can fix that and replaced the
return value with an empty string so that at least no exception is
thrown anymore. I myself fixed a bug in the staticlang compiler (caused:
"Class 'WCF' not found in …").
Marcel Werk [Fri, 12 Aug 2011 18:07:18 +0000 (20:07 +0200)]
Overhaul of the user authentication system
Luzifr [Fri, 12 Aug 2011 17:38:57 +0000 (19:38 +0200)]
Implemented more balloon tooltips, some style corrections, more SVG images, removed some dummy PNG images.
Marcel Werk [Fri, 12 Aug 2011 15:07:26 +0000 (17:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 12 Aug 2011 15:07:13 +0000 (17:07 +0200)]
Balloon tooltips optimized
Marcel Werk [Fri, 12 Aug 2011 15:00:42 +0000 (08:00 -0700)]
Merge pull request #103 from Gravatronics/cronjobFixes2
Missing database changes from pull request #102
Matthias Schmidt [Fri, 12 Aug 2011 14:53:00 +0000 (16:53 +0200)]
Missing database changes from pull request #102
Marcel Werk [Fri, 12 Aug 2011 14:47:31 +0000 (07:47 -0700)]
Merge pull request #101 from Gravatronics/userStorageHandler
Replaced StorageHandler with UserStorageHandler
Marcel Werk [Fri, 12 Aug 2011 14:46:04 +0000 (07:46 -0700)]
Merge pull request #102 from Gravatronics/cronjobFixes
Fixed various errors concerning cronjobs
Matthias Schmidt [Fri, 12 Aug 2011 14:44:53 +0000 (16:44 +0200)]
Alias isn't needed anymore since the Cronjob-interface is not ICronjob
Matthias Schmidt [Fri, 12 Aug 2011 14:40:01 +0000 (16:40 +0200)]
Forgotten changes and temporary removed code piece added again
Matthias Schmidt [Fri, 12 Aug 2011 14:36:17 +0000 (16:36 +0200)]
Removed forgotten temporary code pieces by me
Matthias Schmidt [Fri, 12 Aug 2011 14:30:08 +0000 (16:30 +0200)]
Fixed various errors concerning cronjobs
1. The default value of the state column of the cronjob database table
has to be 0 rather than 1 since 1 stands for pending and 0 for ready.
Currently no cronjob will ever be executed. 2. The method
`ICronjob::execute()` expected an array with the cronjob data. First of
all, the `CronjobScheduler` called the method without any argument which
caused an error. Since we now have a DatabaseObject for cronjob that is
available when the method is called, I changed the parameter from being
an array to a Cronjob DatabaseObject. 3. I changed the implementation of
`CronjobScheduler` to a Singelton/subclass of `SingeltonFactory` and
changed the name of the execution method from `execute()` to
`executeCronjobs()` since the the cronjobs are executed rather than the
scheduler. 4. Fixed a wrong namespace in `CronjobScheduler` and some
misnamed variables. 5. I changed "classPath" to "className" in the
cronjob log page. 6. "Disabled" `GetUpdateInfoCronjob` and
`RefreshSearchRobotsCronjob` for the moment until the needed fixes are
done so that these cronjobs don't cause any errors during execution. 6.
Added the missing length of the success database table column of
cronjob_log (1, since just 1 and 0 are possible success values). 7.
Fixed database table name in `CleanUpCronjobLogCronjob`. 8. Added
missing update of the last execution time of the cronjob. 9. Fixed wrong
file name in `CacheScheduler::clearCache()`. 10. Removed unnecessary
LEFT JOIN `CacheScheduler::loadCronjobs()` to get package.packageDir
since the the class is autoloader via it's namespace. 11. Updated the
documentation a lit.
Luzifr [Fri, 12 Aug 2011 13:36:25 +0000 (15:36 +0200)]
Balloon tooltips fine-tuning
Matthias Schmidt [Fri, 12 Aug 2011 13:34:24 +0000 (15:34 +0200)]
Adjusted database table name of user storage
Matthias Schmidt [Fri, 12 Aug 2011 12:12:27 +0000 (14:12 +0200)]
Replaced StorageHandler with UserStorageHandler
Since the StorageHandler "just" stores user data, shouldn't it be named
UserStorageHandler?
Marcel Werk [Fri, 12 Aug 2011 11:41:14 +0000 (04:41 -0700)]
Merge pull request #99 from Gravatronics/system/template
Updated documentation of template classes
Marcel Werk [Fri, 12 Aug 2011 11:39:01 +0000 (04:39 -0700)]
Merge pull request #100 from Gravatronics/updates
Mostly documentation updates
Marcel Werk [Fri, 12 Aug 2011 11:37:40 +0000 (13:37 +0200)]
Bballoon tooltip javascript added
Matthias Schmidt [Fri, 12 Aug 2011 11:02:17 +0000 (13:02 +0200)]
Mostly documentation updates
Additionally added missing used namespaces to AbstractSecureForm and
removed an unused key in a foreach loop in SetupLanguage.
Marcel Werk [Thu, 11 Aug 2011 18:35:01 +0000 (20:35 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 11 Aug 2011 18:34:48 +0000 (20:34 +0200)]
Support for balloon tooltips added
Alexander Ebert [Thu, 11 Aug 2011 14:30:09 +0000 (16:30 +0200)]
DatabaseObjectList assigns table index value as array key
Luzifr [Wed, 10 Aug 2011 18:40:59 +0000 (20:40 +0200)]
Small style change, small change in SVGs, Log-in icon
Matthias Schmidt [Wed, 10 Aug 2011 16:42:06 +0000 (18:42 +0200)]
Updated documentation of template classes
SetupTemplate has been replaced by SetupTemplateEngine and isn't needed
anymore.
Alexander Ebert [Wed, 10 Aug 2011 15:14:28 +0000 (08:14 -0700)]
Merge pull request #98 from Gravatronics/mixedUpdates
Updated documentation + 2 extras
Matthias Schmidt [Wed, 10 Aug 2011 14:02:50 +0000 (16:02 +0200)]
Updated documentations of template plugin interfaces
Matthias Schmidt [Wed, 10 Aug 2011 13:58:26 +0000 (15:58 +0200)]
Updated documentations of wcf\system\WCF and wcf\system\WCFACP
Matthias Schmidt [Wed, 10 Aug 2011 13:51:20 +0000 (15:51 +0200)]
Further replaced whitespaces
Matthias Schmidt [Wed, 10 Aug 2011 13:50:47 +0000 (15:50 +0200)]
Replaced whitespaces with tabs in menu classes
Matthias Schmidt [Wed, 10 Aug 2011 13:48:12 +0000 (15:48 +0200)]
Fixed formatting in wcf\system\menu\ITreeMenuItem
Matthias Schmidt [Wed, 10 Aug 2011 13:47:12 +0000 (15:47 +0200)]
Removed unnecessary key in foreach loop in wcf\system\menu\TreeMenu
Luzifr [Wed, 10 Aug 2011 12:35:21 +0000 (14:35 +0200)]
Removed obsolete variables
Marcel Werk [Wed, 10 Aug 2011 12:16:04 +0000 (14:16 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 10 Aug 2011 12:15:51 +0000 (14:15 +0200)]
IPv6 support added
Luzifr [Tue, 9 Aug 2011 19:32:39 +0000 (21:32 +0200)]
Another bug fix
Luzifr [Tue, 9 Aug 2011 19:26:12 +0000 (21:26 +0200)]
Fix for buggy checkbox display and selects/textareas
Luzifr [Tue, 9 Aug 2011 19:06:25 +0000 (21:06 +0200)]
Some missing definition lists, obsolete CSS-classes removed, ToDo's noted, minor style update.
Marcel Werk [Tue, 9 Aug 2011 19:03:44 +0000 (21:03 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 9 Aug 2011 19:03:29 +0000 (21:03 +0200)]
Missing implementation added
Marcel Werk [Tue, 9 Aug 2011 18:33:56 +0000 (11:33 -0700)]
Merge pull request #97 from rs90/AbstractOptionTypeTypo
comment typo
rs90 [Tue, 9 Aug 2011 18:15:58 +0000 (20:15 +0200)]
comment typo
Marcel Werk [Tue, 9 Aug 2011 18:09:10 +0000 (20:09 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 9 Aug 2011 18:08:57 +0000 (20:08 +0200)]
Added function to give option type form elements a special CSS class
Luzifr [Tue, 9 Aug 2011 17:43:27 +0000 (19:43 +0200)]
Typo
Marcel Werk [Tue, 9 Aug 2011 17:38:08 +0000 (19:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 9 Aug 2011 17:37:53 +0000 (19:37 +0200)]
Added parameter for user actions
Luzifr [Tue, 9 Aug 2011 17:37:08 +0000 (19:37 +0200)]
System notification icons
Luzifr [Tue, 9 Aug 2011 17:33:42 +0000 (19:33 +0200)]
Code format, removed one div level (container-1), system notifications styled, some other improvements
Marcel Werk [Tue, 9 Aug 2011 17:31:27 +0000 (19:31 +0200)]
Fixed parameter validation and missing use tags
Marcel Werk [Tue, 9 Aug 2011 15:35:07 +0000 (17:35 +0200)]
Fixed creation of the options.inc.php file
Marcel Werk [Tue, 9 Aug 2011 15:17:37 +0000 (17:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 9 Aug 2011 15:17:22 +0000 (17:17 +0200)]
Smooth scroll effect added
Luzifr [Tue, 9 Aug 2011 14:54:25 +0000 (16:54 +0200)]
Text corrections
Alexander Ebert [Tue, 9 Aug 2011 14:18:21 +0000 (07:18 -0700)]
Merge pull request #96 from Gravatronics/fixedStyleEditor
Updated wcf\data\style\StyleEditor
Alexander Ebert [Tue, 9 Aug 2011 14:17:35 +0000 (07:17 -0700)]
Merge pull request #95 from Gravatronics/updatedDirectoryUtil
Updated DirectoryUtil
Alexander Ebert [Tue, 9 Aug 2011 14:16:26 +0000 (07:16 -0700)]
Merge pull request #94 from Gravatronics/cronjobClassNameLangVar
Changed the language variables of cronjob's class name
Alexander Ebert [Tue, 9 Aug 2011 14:15:04 +0000 (07:15 -0700)]
Merge pull request #93 from Gravatronics/fixedCronjobEditForm
Fixed variable name in CronjobEditForm
Matthias Schmidt [Tue, 9 Aug 2011 08:48:07 +0000 (10:48 +0200)]
added Thumbnail todo
Matthias Schmidt [Tue, 9 Aug 2011 08:44:28 +0000 (10:44 +0200)]
Fixed resetCache()-method
Matthias Schmidt [Tue, 9 Aug 2011 08:35:22 +0000 (10:35 +0200)]
Fixed wcf\data\style\StyleEditor
When the error codes were removed, the last digit wasn't removed which
caused illegal code. Additionally in two foreach loops the keys were
removed since they weren't used and an unused variable has also been
removed.
Matthias Schmidt [Tue, 9 Aug 2011 08:09:55 +0000 (10:09 +0200)]
Additional minor documentation updates
Matthias Schmidt [Tue, 9 Aug 2011 08:08:09 +0000 (10:08 +0200)]
Updated wcf\util\DirectoryUtil
Mostly the documentation was updated and three unneeded keys in foreach
loops where removed.
Matthias Schmidt [Tue, 9 Aug 2011 07:45:42 +0000 (09:45 +0200)]
Changed the language variables of cronjob's class name
The language variables of cronjob's class name still included "class
paths" rather then "class names".
Matthias Schmidt [Tue, 9 Aug 2011 07:32:51 +0000 (09:32 +0200)]
Fixed variable name of CronjobEditForm
Luzifr [Mon, 8 Aug 2011 18:14:06 +0000 (20:14 +0200)]
Definition Lists
Luzifr [Mon, 8 Aug 2011 18:07:41 +0000 (20:07 +0200)]
Definition Lists
Luzifr [Mon, 8 Aug 2011 17:35:27 +0000 (19:35 +0200)]
Definition Lists
Luzifr [Mon, 8 Aug 2011 16:31:42 +0000 (18:31 +0200)]
Nested definition lists and preparation for special checkbox display (unfinished)
Alexander Ebert [Mon, 8 Aug 2011 14:37:23 +0000 (16:37 +0200)]
Included jQuery Tools 1.2.5
Luzifr [Mon, 8 Aug 2011 13:51:57 +0000 (15:51 +0200)]
More definition-lists
Luzifr [Mon, 8 Aug 2011 13:30:05 +0000 (15:30 +0200)]
More corrections. Preparing for newly-built Form Groups.
Marcel Werk [Mon, 8 Aug 2011 12:46:39 +0000 (14:46 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 8 Aug 2011 12:46:25 +0000 (14:46 +0200)]
Error codes removed
Alexander Ebert [Mon, 8 Aug 2011 11:28:11 +0000 (04:28 -0700)]
Merge pull request #90 from Gravatronics/doubleStringUtil
Removed double use wcf\util\StringUtil; in wcf\data\package\Package
Alexander Ebert [Mon, 8 Aug 2011 11:27:57 +0000 (04:27 -0700)]
Merge pull request #91 from Gravatronics/updateDate
Fixed missing updateDate update during package updates
Luzifr [Mon, 8 Aug 2011 00:32:28 +0000 (02:32 +0200)]
Even more corrections and updates
Experimental Log-In page, corrected display: table layout for all pages,
more definition lists.
Luzifr [Sun, 7 Aug 2011 22:04:08 +0000 (00:04 +0200)]
Some more Corrections
Matthias Schmidt [Sun, 7 Aug 2011 17:47:08 +0000 (19:47 +0200)]
Fixed missing updateDate update during package updates
Matthias Schmidt [Sun, 7 Aug 2011 11:15:02 +0000 (13:15 +0200)]
Removed double use wcf\util\StringUtil
Alexander Ebert [Sat, 6 Aug 2011 12:15:46 +0000 (05:15 -0700)]
Merge pull request #85 from Gravatronics/standaloneInstallationErrors
Fixed 2 errors that prevented the installation of standalone application
Alexander Ebert [Sat, 6 Aug 2011 12:14:20 +0000 (05:14 -0700)]
Merge pull request #87 from Gravatronics/updateErrors
Fixed three package update errors