Luzifr [Thu, 6 Oct 2011 12:36:30 +0000 (14:36 +0200)]
Removed input-field width.
Alexander Ebert [Wed, 5 Oct 2011 18:41:12 +0000 (20:41 +0200)]
Uninstallation of packages with dependencies now working
Luzifr [Wed, 5 Oct 2011 18:02:30 +0000 (20:02 +0200)]
Some improvements to code and comments style
Improved comment styles to see sections of the code more easily;
Improved behavior of i18n-"preInput"-buttons and -dropdowns, they now
work perfectly in all browsers except Firefox (dropdown opens on wrong
position), i18n-textareas are a little bit strange now.
Marcel Werk [Wed, 5 Oct 2011 16:57:13 +0000 (18:57 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 5 Oct 2011 16:56:57 +0000 (18:56 +0200)]
Removed some obsolete language variables
Alexander Ebert [Wed, 5 Oct 2011 13:17:20 +0000 (15:17 +0200)]
Installation now properly handles nested packages
Fixes #190
Luzifr [Wed, 5 Oct 2011 12:25:17 +0000 (14:25 +0200)]
Small improvements to fieldsets and pre-input-dropdowns
Luzifr [Tue, 4 Oct 2011 18:03:15 +0000 (20:03 +0200)]
Fixes "pre-input" dropdown-icon-toggler.
Marcel Werk [Tue, 4 Oct 2011 18:02:23 +0000 (20:02 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 4 Oct 2011 18:02:10 +0000 (20:02 +0200)]
Fixed broken icons
Fixed #212
Alexander Ebert [Tue, 4 Oct 2011 17:57:16 +0000 (19:57 +0200)]
Experimental support for nested packages
Marcel Werk [Tue, 4 Oct 2011 17:48:02 +0000 (19:48 +0200)]
Fixed broken dev mode
Fixed #211
Luzifr [Tue, 4 Oct 2011 16:48:08 +0000 (18:48 +0200)]
Small attribute-order changes
Alexander Ebert [Tue, 4 Oct 2011 12:41:01 +0000 (05:41 -0700)]
Merge pull request #213 from wbbaddons/importSystemException
Importing SystemException in OptionPackageInstallationPlugin
Alexander Ebert [Tue, 4 Oct 2011 12:40:26 +0000 (05:40 -0700)]
Merge pull request #215 from wbbaddons/optionXmlFix
Fixing I18n-Optiontype in option.xml
Tim Düsterhus [Mon, 3 Oct 2011 10:34:07 +0000 (12:34 +0200)]
Fixing I18n-Optiontype in option.xml
The I had to be uppercase.
Fixes WoltLab/WCF#214
Tim Düsterhus [Mon, 3 Oct 2011 10:24:57 +0000 (12:24 +0200)]
Importing SystemException in OptionPackageInstallationPlugin
<br />
<b>Fatal error</b>: Class 'wcf\system\package\plugin\SystemException' not found in <b>/var/www/wbb3.1/wcf1.2/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php</b> on line <b>52</b><br />
Alexander Ebert [Fri, 30 Sep 2011 19:39:53 +0000 (21:39 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 30 Sep 2011 19:39:27 +0000 (21:39 +0200)]
Template and API overhaul
Changed MultipleLinkPage to use the new Iterator-API for DatabaseObjectLists and modified templates to use hascontent instead of lame if-conditions
Marcel Werk [Fri, 30 Sep 2011 19:39:23 +0000 (21:39 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 30 Sep 2011 19:39:10 +0000 (21:39 +0200)]
Setup language variables overhaul
Alexander Ebert [Fri, 30 Sep 2011 17:40:37 +0000 (19:40 +0200)]
Fixed spelling
tbh: commit count whoring
Alexander Ebert [Fri, 30 Sep 2011 17:35:31 +0000 (19:35 +0200)]
Added Countable and SeekableIterator to DatabaseObjectList
DatabaseObjectList uses an enhanced implementation for Iterators, which is slightly different (see key() implementation) to fit our purposes. Additionally two new methods seekTo() and search() are implemented to provide easier object access.
Thanks to @TimWolla for the suggestion of using SPL interfaces. Closes #206
Marcel Werk [Fri, 30 Sep 2011 17:17:11 +0000 (19:17 +0200)]
Fixed some language variables
Marcel Werk [Fri, 30 Sep 2011 17:16:48 +0000 (19:16 +0200)]
Fixed installation instructions
Marcel Werk [Fri, 30 Sep 2011 16:55:54 +0000 (18:55 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 30 Sep 2011 16:55:38 +0000 (18:55 +0200)]
Language variable overhaul
English translation now up to date
Alexander Ebert [Fri, 30 Sep 2011 14:52:22 +0000 (16:52 +0200)]
Hopefully fixed deletion of PIP items
Fixes #160
Alexander Ebert [Fri, 30 Sep 2011 14:40:26 +0000 (16:40 +0200)]
Fixed usage of i18n within user group management
Alexander Ebert [Fri, 30 Sep 2011 14:17:20 +0000 (07:17 -0700)]
Merge pull request #204 from Gravatronics/enhancement/camelCasePIPNames
Changes names of package installation plugins to camel case
Alexander Ebert [Thu, 29 Sep 2011 19:25:23 +0000 (21:25 +0200)]
i18n now working for textareas
Changes some more fields to support i18n. Meanwhile textareas with enabled i18n support may look a bit weird, @Luzifr will be fixing this within time.
Marcel Werk [Thu, 29 Sep 2011 17:22:20 +0000 (19:22 +0200)]
de-informal removed temporarily
Alexander Ebert [Thu, 29 Sep 2011 15:13:20 +0000 (17:13 +0200)]
i18n values are now handled as user-defined variable
Setting origin != system allows you to directly edit the language item value instead of messing around with custom values (which in this case are wrong and misleading).
Alexander Ebert [Thu, 29 Sep 2011 15:00:24 +0000 (17:00 +0200)]
Added proper support for i18n in database and PIP
Alexander Ebert [Thu, 29 Sep 2011 13:11:06 +0000 (15:11 +0200)]
Updated option.xsd to reflect i18n implementation
Alexander Ebert [Wed, 28 Sep 2011 19:58:42 +0000 (21:58 +0200)]
Implemented i18n for options
These changes may not be completely compatible with user groups, check that!
Alexander Ebert [Wed, 28 Sep 2011 19:57:53 +0000 (21:57 +0200)]
Resetting language cache now works properly
Marcel Werk [Wed, 28 Sep 2011 18:03:04 +0000 (20:03 +0200)]
Removed obsolete templates
Marcel Werk [Wed, 28 Sep 2011 17:01:02 +0000 (19:01 +0200)]
Removed obsolete template code
Matthias Schmidt [Wed, 28 Sep 2011 16:57:45 +0000 (18:57 +0200)]
Changes names of package installation plugins to camel case
The package installation plugins of the notification package already use this naming convention.
Marcel Werk [Wed, 28 Sep 2011 16:11:34 +0000 (18:11 +0200)]
Removed obsolete template code
Marcel Werk [Wed, 28 Sep 2011 15:45:30 +0000 (17:45 +0200)]
Unified error language variables
Fixes #200
Marcel Werk [Wed, 28 Sep 2011 14:59:56 +0000 (07:59 -0700)]
Merge pull request #203 from Gravatronics/enhancement/templateInnerErrors
Makes form errors more customizable for plugins
Marcel Werk [Wed, 28 Sep 2011 14:58:58 +0000 (07:58 -0700)]
Merge pull request #201 from Gravatronics/bug/cronjobUtilSystemException
Adds missing namespace in wcf\util\CronjobUtil
Matthias Schmidt [Wed, 28 Sep 2011 07:25:07 +0000 (09:25 +0200)]
Makes form errors more customizable for plugins
See http://www.woltlab.com/bugtracker/index.php?page=Bug&bugID=1496
Matthias Schmidt [Wed, 28 Sep 2011 07:15:18 +0000 (09:15 +0200)]
Adds missing namespace in wcf\util\CronjobUtil
Alexander Ebert [Tue, 27 Sep 2011 23:46:44 +0000 (16:46 -0700)]
Merge pull request #199 from Gravatronics/enhancement/gitignoreCatalogXML
Adds NetBeans' catalog.xml file to gitignore file
Matthias Schmidt [Tue, 27 Sep 2011 19:47:25 +0000 (21:47 +0200)]
Adds NetBeans' catalog.xml file to gitignore file
Alexander Ebert [Tue, 27 Sep 2011 19:37:24 +0000 (12:37 -0700)]
Merge pull request #198 from Gravatronics/enhancement/clipboard-clipBoard
Replaces "clipBoard" width "clipboard" in XML and XSD files
Alexander Ebert [Tue, 27 Sep 2011 19:25:26 +0000 (21:25 +0200)]
option.inc.php is now properly rewritten upon (un)installation
Alexander Ebert [Tue, 27 Sep 2011 17:02:08 +0000 (19:02 +0200)]
Rewriting options.inc.php once options PIP is completed
Matthias Schmidt [Tue, 27 Sep 2011 16:53:27 +0000 (18:53 +0200)]
Replaces "clipBoard" width "clipboard" in XML and XSD files
Alexander Ebert [Tue, 27 Sep 2011 15:55:38 +0000 (08:55 -0700)]
Merge pull request #197 from Gravatronics/xsdUpdates
Updates XSD files and also some XML files
Alexander Ebert [Tue, 27 Sep 2011 15:50:10 +0000 (17:50 +0200)]
Partly rewritten code to use jQuery
Fixes #168
Matthias Schmidt [Tue, 27 Sep 2011 14:48:43 +0000 (16:48 +0200)]
Adds temporarily deleted files
Matthias Schmidt [Tue, 27 Sep 2011 14:47:33 +0000 (16:47 +0200)]
Deletes some files temporarily
Matthias Schmidt [Tue, 27 Sep 2011 14:45:03 +0000 (16:45 +0200)]
Updates XSD files and also some XML files
Also adds `coreObject.xsd` file. `styleattributes.xsd` isn't updated since no package installation plugin class exists yet.
Alexander Ebert [Tue, 27 Sep 2011 13:36:48 +0000 (06:36 -0700)]
Merge pull request #192 from wbbaddons/cronjobLogFix
Fixing Cronjob-Log
Alexander Ebert [Tue, 27 Sep 2011 13:35:47 +0000 (06:35 -0700)]
Merge pull request #166 from Gravatronics/xsdStringTypes
Changes the type of options/permissions in xsds
Alexander Ebert [Tue, 27 Sep 2011 13:20:03 +0000 (15:20 +0200)]
I18nHandler now cleans up language cache and compiled templates
Closes #195
Alexander Ebert [Tue, 27 Sep 2011 13:14:57 +0000 (15:14 +0200)]
Fixes #194, multiple language input not working if hitting p
Alexander Ebert [Tue, 27 Sep 2011 12:58:45 +0000 (14:58 +0200)]
Fixes #193, language id was missing
Alexander Ebert [Mon, 26 Sep 2011 18:07:49 +0000 (20:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 26 Sep 2011 18:07:33 +0000 (20:07 +0200)]
Implemented i18n support
Marcel Werk [Mon, 26 Sep 2011 17:38:50 +0000 (19:38 +0200)]
Unresolved hostname hidden
Marcel Werk [Mon, 26 Sep 2011 17:32:36 +0000 (19:32 +0200)]
wcf1_acp_session_data and wcf1_session_data removed; sessionVariables is now a column of the main session table
Marcel Werk [Mon, 26 Sep 2011 16:48:28 +0000 (18:48 +0200)]
Fixe some SQL syntax errors
Marcel Werk [Mon, 26 Sep 2011 16:43:51 +0000 (18:43 +0200)]
Fixed some language variables
Marcel Werk [Mon, 26 Sep 2011 16:06:12 +0000 (09:06 -0700)]
Merge pull request #188 from wbbaddons/devNullCache
Adding "NoCacheSource"
Marcel Werk [Mon, 26 Sep 2011 16:04:54 +0000 (09:04 -0700)]
Merge pull request #191 from Gravatronics/bug/languageToString
Adds wcf\data\language\Language::__toString()
Matthias Schmidt [Mon, 26 Sep 2011 16:00:49 +0000 (18:00 +0200)]
Language::__toString() now returns languageName property
Alexander Ebert [Mon, 26 Sep 2011 13:23:13 +0000 (06:23 -0700)]
Merge pull request #186 from Gravatronics/bug/languageInstallation
Fixes bug during installation of new language items
Matthias Schmidt [Mon, 26 Sep 2011 11:37:48 +0000 (13:37 +0200)]
Adds wcf\data\language\Language::__toString()
Fixes a bug when `LanguageFactory::getInstance()->getLanguages()` is used for html check boxes. Additionally the documentation has been updated a bit.
Tim Düsterhus [Sun, 25 Sep 2011 16:37:53 +0000 (18:37 +0200)]
Fixing PHPDoc of NoCacheSource
Tim Düsterhus [Sun, 25 Sep 2011 16:22:22 +0000 (18:22 +0200)]
Adding "NoCacheSource"
Disables the cache entirely, useful for debugging purposes.
Matthias Schmidt [Sun, 25 Sep 2011 13:13:41 +0000 (15:13 +0200)]
Fixes bug during installation of new language items
Tim Düsterhus [Fri, 23 Sep 2011 21:40:33 +0000 (23:40 +0200)]
Fixing Cronjob-Log
Success was just the opposite of what it should be
Marcel Werk [Fri, 23 Sep 2011 18:51:31 +0000 (20:51 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 23 Sep 2011 18:51:15 +0000 (20:51 +0200)]
Front end template overhaul; new template events added
Luzifr [Fri, 23 Sep 2011 18:03:56 +0000 (20:03 +0200)]
OK, that didn't work in Firefox! :-(
Luzifr [Fri, 23 Sep 2011 18:00:26 +0000 (20:00 +0200)]
Some small changes (removes some png-icons and solves a problem with bubble-style-infos)
Alexander Ebert [Fri, 23 Sep 2011 17:10:25 +0000 (10:10 -0700)]
Merge pull request #183 from Gravatronics/bug/updateServerEdit
Fixes wcf\acp\form\UpdateServerEditForm
Alexander Ebert [Fri, 23 Sep 2011 17:08:24 +0000 (10:08 -0700)]
Merge pull request #185 from Gravatronics/cleanup/tempestUpdateServer
Removes tempest package update servers
Luzifr [Fri, 23 Sep 2011 14:22:00 +0000 (16:22 +0200)]
Front-end and more
Min-height for main content; Footer-template now similar to acp-footer;
Some more corrections.
Harald Szekely [Fri, 23 Sep 2011 12:08:44 +0000 (05:08 -0700)]
Merge pull request #181 from Gravatronics/bug/installationStyleFileName
Corrects the style file name in the installation
Matthias Schmidt [Fri, 23 Sep 2011 10:19:46 +0000 (12:19 +0200)]
Removes tempest package update servers
Additionally some whitespace is removed.
Matthias Schmidt [Fri, 23 Sep 2011 08:19:26 +0000 (10:19 +0200)]
Fixes wcf\acp\form\UpdateServerEditForm
Two errors:
* Wrong database table column name which causes database error
* Wrong class property and object property name which causes that the server url isn't shown in the form
Matthias Schmidt [Fri, 23 Sep 2011 07:18:05 +0000 (09:18 +0200)]
Corrects the style file name
Marcel Werk [Thu, 22 Sep 2011 20:30:01 +0000 (22:30 +0200)]
Language object cache added
Marcel Werk [Thu, 22 Sep 2011 19:35:02 +0000 (21:35 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 22 Sep 2011 19:34:50 +0000 (21:34 +0200)]
Fixed some issues in the language system
Luzifr [Thu, 22 Sep 2011 18:21:45 +0000 (20:21 +0200)]
Form-error styling; Various bug-fixes; Deleted 2 obsolete templates.
Front-end is not usable now ;-)
Marcel Werk [Thu, 22 Sep 2011 14:49:40 +0000 (07:49 -0700)]
Merge pull request #176 from Gravatronics/cleanup/acpMenuXMLIcon
Removes obsolete icons of ACP menu items
Marcel Werk [Thu, 22 Sep 2011 14:49:13 +0000 (07:49 -0700)]
Merge pull request #175 from Gravatronics/enhancement/dataDocUpdate
Updates documentation of DatabaseObject and ProcessibleDatabaseObject
Matthias Schmidt [Thu, 22 Sep 2011 14:32:21 +0000 (16:32 +0200)]
Removes icon element from acp menu XSD file
Marcel Werk [Thu, 22 Sep 2011 14:31:38 +0000 (16:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 22 Sep 2011 14:31:24 +0000 (16:31 +0200)]
Added "real" language name
Luzifr [Thu, 22 Sep 2011 14:30:11 +0000 (16:30 +0200)]
Style changes (files/declarations)
Deleted unnecessary/old style-files; Renamed "testing.css" to
"style.css"; We now use "style.css" in the front-end; Changed all
style-sheet-links to "@import".
Matthias Schmidt [Thu, 22 Sep 2011 14:28:56 +0000 (16:28 +0200)]
Removes obsolete icons of ACP menu items
Luzifr [Thu, 22 Sep 2011 12:42:35 +0000 (14:42 +0200)]
Some corrections for Buttons + a comment