GitHub/WoltLab/WCF.git
13 years agoFixed multiple package installation issues
Marcel Werk [Tue, 19 Jul 2011 18:49:29 +0000 (20:49 +0200)]
Fixed multiple package installation issues

13 years agorestored ID
Luzifr [Tue, 19 Jul 2011 17:22:18 +0000 (19:22 +0200)]
restored ID

13 years agoDelete-Icon
Luzifr [Tue, 19 Jul 2011 17:16:31 +0000 (19:16 +0200)]
Delete-Icon

13 years agoRevert "Obsoleter Commit"
Luzifr [Tue, 19 Jul 2011 17:15:35 +0000 (19:15 +0200)]
Revert "Obsoleter Commit"

This reverts commit ac00e956ad8f19307289f6291eafc89e3261805c.

13 years agofixed the id of the acp menu
Marcel Werk [Tue, 19 Jul 2011 16:45:16 +0000 (18:45 +0200)]
fixed the id of the acp menu

13 years agosql pip renamed
Marcel Werk [Tue, 19 Jul 2011 16:42:59 +0000 (18:42 +0200)]
sql pip renamed

13 years agosql pip renamed
Marcel Werk [Tue, 19 Jul 2011 16:41:36 +0000 (18:41 +0200)]
sql pip renamed

13 years agofixed some minor errors in sql pip
Marcel Werk [Tue, 19 Jul 2011 16:40:41 +0000 (18:40 +0200)]
fixed some minor errors in sql pip

13 years agofixed usage of $__wcf->user->getPermission()
Marcel Werk [Tue, 19 Jul 2011 14:25:31 +0000 (16:25 +0200)]
fixed usage of $__wcf->user->getPermission()

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 19 Jul 2011 14:17:23 +0000 (16:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agofixed source code documentation error
Marcel Werk [Tue, 19 Jul 2011 14:16:38 +0000 (16:16 +0200)]
fixed source code documentation error

13 years agoAdded missing SQL-Parser from revision 4722
Alexander Ebert [Tue, 19 Jul 2011 14:14:02 +0000 (16:14 +0200)]
Added missing SQL-Parser from revision 4722

13 years agoSome changes to a bunch of elements. Some of them are experimental.
Luzifr [Mon, 18 Jul 2011 19:13:26 +0000 (21:13 +0200)]
Some changes to a bunch of elements. Some of them are experimental.

13 years agorestored deleted background color
Luzifr [Mon, 18 Jul 2011 16:16:00 +0000 (18:16 +0200)]
restored deleted background color

13 years agoSome corrections to the previous commit (we don't support older browsers any more)
Luzifr [Mon, 18 Jul 2011 15:55:58 +0000 (17:55 +0200)]
Some corrections to the previous commit (we don't support older browsers any more)

13 years agoSome CSS changes
Luzifr [Mon, 18 Jul 2011 15:50:15 +0000 (17:50 +0200)]
Some CSS changes

- Changed code, header info and comment formatting
- Some minor correcti
ons (now supporting more CSS3 browsers, some declarations may be useless
)

13 years agoMerge pull request #33 from wbb3addons/fixInstallWCFDirDetection
Alexander Ebert [Mon, 18 Jul 2011 15:38:51 +0000 (08:38 -0700)]
Merge pull request #33 from wbb3addons/fixInstallWCFDirDetection

Fixed detection of an installed wcf during the installation

13 years agoMerge pull request #28 from wbb3addons/ApcCacheSource-CacheList
Alexander Ebert [Mon, 18 Jul 2011 12:34:58 +0000 (05:34 -0700)]
Merge pull request #28 from wbb3addons/ApcCacheSource-CacheList

Added ApcCacheSource to the CacheListPage

13 years agoMerge pull request #20 from Gravatronics/PIPDocs
Alexander Ebert [Mon, 18 Jul 2011 12:30:11 +0000 (05:30 -0700)]
Merge pull request #20 from Gravatronics/PIPDocs

PackageInstallationPlugin documentation updates

13 years agoMerge pull request #19 from wbb3addons/UserAuthEmail
Alexander Ebert [Mon, 18 Jul 2011 12:29:03 +0000 (05:29 -0700)]
Merge pull request #19 from wbb3addons/UserAuthEmail

Introduced e-mail authentication (only the class)

13 years agoSome CSS changes
Luzifr [Sun, 17 Jul 2011 22:30:24 +0000 (00:30 +0200)]
Some CSS changes

- Changed header info and comment formatting
- Some minor corrections
-
IE 6-7 files not touched - those will be removed soon

13 years agoChanged file header info to match php files code style.
Luzifr [Sun, 17 Jul 2011 16:36:16 +0000 (18:36 +0200)]
Changed file header info to match php files code style.

13 years agoFixed detection of an installed wcf during the installation
RouL [Sun, 17 Jul 2011 03:07:28 +0000 (05:07 +0200)]
Fixed detection of an installed wcf during the installation

Fixed a bug that recognized the installation files in a nested
tmp-directory as an already installed WCF instance at the "choose
folder" page.

13 years agoRemoved IE6 support, updated header infos (there will be more changes here).
Luzifr [Sun, 17 Jul 2011 01:01:10 +0000 (03:01 +0200)]
Removed IE6 support, updated header infos (there will be more changes here).

13 years agoMerge pull request #26 from wbb3addons/MemcacheFix
Alexander Ebert [Sat, 16 Jul 2011 20:47:38 +0000 (13:47 -0700)]
Merge pull request #26 from wbb3addons/MemcacheFix

Fixed a bug in MemcacheAdapter that made it unusable

13 years agoMerge pull request #25 from wbb3addons/directoryUtilGetFilesPattern
Alexander Ebert [Sat, 16 Jul 2011 20:46:32 +0000 (13:46 -0700)]
Merge pull request #25 from wbb3addons/directoryUtilGetFilesPattern

DirectoryUtil Improvements

13 years agoMerge pull request #24 from wbb3addons/directoryUtilValidateDirectory
Alexander Ebert [Sat, 16 Jul 2011 20:44:47 +0000 (13:44 -0700)]
Merge pull request #24 from wbb3addons/directoryUtilValidateDirectory

Validate is_dir on the given directory

13 years agoMerge pull request #23 from wbb3addons/useFileUtil
Alexander Ebert [Sat, 16 Jul 2011 20:44:29 +0000 (13:44 -0700)]
Merge pull request #23 from wbb3addons/useFileUtil

Use the existing FileUtil::addTrailingSlash

13 years agoAdded ApcCacheSource to the CacheListPage
RouL [Sat, 16 Jul 2011 17:44:31 +0000 (19:44 +0200)]
Added ApcCacheSource to the CacheListPage

13 years agoFixed a bug in MemcacheAdapter that made it unusable
RouL [Sat, 16 Jul 2011 15:27:01 +0000 (17:27 +0200)]
Fixed a bug in MemcacheAdapter that made it unusable

wcf\system\SingletonFactory::__construct can't be overriden, use init() instead

13 years agoUse it the way RouL suggested.
Tim Düsterhus [Sat, 16 Jul 2011 15:19:23 +0000 (08:19 -0700)]
Use it the way RouL suggested.

13 years agoPossible negative match
Tim Düsterhus [Sat, 16 Jul 2011 15:10:34 +0000 (17:10 +0200)]
Possible negative match

13 years agoMake use of the new patterns in the file itself
Tim Düsterhus [Sat, 16 Jul 2011 15:02:08 +0000 (17:02 +0200)]
Make use of the new patterns in the file itself

13 years agoAdded another missing leading backslash for global classes in PIP documentation
Matthias Schmidt [Sat, 16 Jul 2011 14:53:35 +0000 (16:53 +0200)]
Added another missing leading backslash for global classes in PIP documentation

13 years agoAdded leading backslash for global classes in PIP documentation
Matthias Schmidt [Sat, 16 Jul 2011 14:50:21 +0000 (16:50 +0200)]
Added leading backslash for global classes in PIP documentation

13 years agoYou can now specify a pattern for the files, that should be returned
Tim Düsterhus [Sat, 16 Jul 2011 14:42:23 +0000 (16:42 +0200)]
You can now specify a pattern for the files, that should be returned

13 years agoValidate is_dir on the given directory
Tim Düsterhus [Sat, 16 Jul 2011 14:35:37 +0000 (16:35 +0200)]
Validate is_dir on the given directory

13 years agoUse the existing FileUtil::addTrailingSlash
Tim Düsterhus [Sat, 16 Jul 2011 14:17:55 +0000 (16:17 +0200)]
Use the existing FileUtil::addTrailingSlash

13 years agoMerge pull request #14 from wbb3addons/directoryUtil
Alexander Ebert [Sat, 16 Jul 2011 14:02:35 +0000 (07:02 -0700)]
Merge pull request #14 from wbb3addons/directoryUtil

Added DirectoryUtil

13 years agoMerge pull request #21 from wbb3addons/userInputExceptionInstallationFix
Alexander Ebert [Sat, 16 Jul 2011 14:02:16 +0000 (07:02 -0700)]
Merge pull request #21 from wbb3addons/userInputExceptionInstallationFix

Importing UserInputException

13 years agoMerge pull request #22 from wbb3addons/postgreSQLFix
Alexander Ebert [Sat, 16 Jul 2011 14:01:38 +0000 (07:01 -0700)]
Merge pull request #22 from wbb3addons/postgreSQLFix

Fixed an exception ath the "ACP-part" of the installation

13 years agoFixed an exception ath the "ACP-part" of the installation in combination with PostgreSQL
RouL [Sat, 16 Jul 2011 12:54:39 +0000 (14:54 +0200)]
Fixed an exception ath the "ACP-part" of the installation in combination with PostgreSQL

13 years agoImporting UserInputException (Fatal Error when getting typo in password confirmation)
TimWolla [Sat, 16 Jul 2011 12:17:12 +0000 (14:17 +0200)]
Importing UserInputException (Fatal Error when getting typo in password confirmation)

13 years agoAdded namespaces to @see-references
Matthias Schmidt [Sat, 16 Jul 2011 07:28:54 +0000 (09:28 +0200)]
Added namespaces to @see-references

Added namespaces to @see-references and tabs to comply with the WCF stan
dard

13 years agoIntroduced e-mail authentication (only the class)
RouL [Fri, 15 Jul 2011 22:10:07 +0000 (00:10 +0200)]
Introduced e-mail authentication (only the class)

13 years agoThe Doc is now conform to the WCF-Standard
TimWolla [Fri, 15 Jul 2011 21:41:48 +0000 (23:41 +0200)]
The Doc is now conform to the WCF-Standard

13 years agoMerge pull request #16 from OkanEsen/pageAndActionAndFormCodeConventions
Alexander Ebert [Fri, 15 Jul 2011 21:33:20 +0000 (14:33 -0700)]
Merge pull request #16 from OkanEsen/pageAndActionAndFormCodeConventions

Added some code conventions to enforce WCF-API

13 years agoMerge pull request #17 from wbb3addons/wcfSetupClearTMPDirFix
Alexander Ebert [Fri, 15 Jul 2011 21:32:02 +0000 (14:32 -0700)]
Merge pull request #17 from wbb3addons/wcfSetupClearTMPDirFix

Fixed a bug with the deletion of the temp files

13 years agoMerge pull request #18 from wbb3addons/fixGitignore
Alexander Ebert [Fri, 15 Jul 2011 21:31:01 +0000 (14:31 -0700)]
Merge pull request #18 from wbb3addons/fixGitignore

Fixed .gitignore file and ensured existance of package-folder

13 years agoFixed .gitignore file and ensured existance of package-folder
RouL [Fri, 15 Jul 2011 19:33:49 +0000 (21:33 +0200)]
Fixed .gitignore file and ensured existance of package-folder

Comments after file-definitions on the same line in .gitignore are NOT allowed.
Added .gitignore to wcfsetup/install/packages to ensure it will be in
the repository.

13 years agoFixed a bug with the deletion of the temp files
RouL [Fri, 15 Jul 2011 19:13:04 +0000 (21:13 +0200)]
Fixed a bug with the deletion of the temp files

TMP_DIR already includes the TMP_FILE_PREFIX during the installation, so
it is not necessary to add it to the TMP_DIR. There was also an
exception thrown caused by this and the files in the temp-filder
weren't deleted.

13 years ago- added some conventions to enforce WCF-API
Okan Esen [Fri, 15 Jul 2011 19:00:55 +0000 (21:00 +0200)]
- added some conventions to enforce WCF-API

13 years agoMinor documentation updates in AbstractPackageInstallationPlugin
Matthias Schmidt [Fri, 15 Jul 2011 17:49:53 +0000 (19:49 +0200)]
Minor documentation updates in AbstractPackageInstallationPlugin

13 years agoAdded *.cache to ignore list (IntelliSense-Cache)
Alexander Ebert [Fri, 15 Jul 2011 17:44:57 +0000 (19:44 +0200)]
Added *.cache to ignore list (IntelliSense-Cache)

13 years agoMerge pull request #9 from wbb3addons/ignoreTarBalls
Alexander Ebert [Fri, 15 Jul 2011 17:44:09 +0000 (10:44 -0700)]
Merge pull request #9 from wbb3addons/ignoreTarBalls

Added Tarballz to gitignore as they are useless in most cases

13 years agoMoved language server administration into commercial package com.woltlab.wcf.acp...
Alexander Ebert [Fri, 15 Jul 2011 17:43:23 +0000 (19:43 +0200)]
Moved language server administration into commercial package com.woltlab.wcf.acp.language

13 years agoUpdated PackageInstallationPlugin property documentation
Matthias Schmidt [Fri, 15 Jul 2011 17:39:41 +0000 (19:39 +0200)]
Updated PackageInstallationPlugin property documentation

Added missing PackageInstallationPlugin property documentations, removed AbstractXMLPackageInstallationPlugin::$tableName since it's already defined in AbstractPackageInstallationPlugin::$tableName and updated the relevant @see-references

13 years agoImproved description
Alexander Ebert [Fri, 15 Jul 2011 17:35:12 +0000 (19:35 +0200)]
Improved description

13 years agoRemoved closing PHP-Tag
TimWolla [Fri, 15 Jul 2011 16:55:20 +0000 (18:55 +0200)]
Removed closing PHP-Tag

13 years agoAdded DirectoryUtil
TimWolla [Fri, 15 Jul 2011 16:48:26 +0000 (18:48 +0200)]
Added DirectoryUtil

DirectoryUtil provides easier handling of directories like:
- Scanning through the SPL-Iterators
- Easier deleting (with pattern)
- Already implemented Size-calculation

13 years agoMerge pull request #13 from OkanEsen/master
Alexander Ebert [Fri, 15 Jul 2011 16:39:04 +0000 (09:39 -0700)]
Merge pull request #13 from OkanEsen/master

Fixed some forgotten conventions in DiskCacheSource

13 years ago- added some forgotten conventions
Okan Esen [Fri, 15 Jul 2011 16:28:51 +0000 (18:28 +0200)]
- added some forgotten conventions

13 years agoMerge pull request #12 from OkanEsen/master
Alexander Ebert [Fri, 15 Jul 2011 16:20:14 +0000 (09:20 -0700)]
Merge pull request #12 from OkanEsen/master

Fixed some forgotten conventions and a typing error

13 years ago- fixed some forgotten conventions and a typing error
Okan Esen [Fri, 15 Jul 2011 16:08:52 +0000 (18:08 +0200)]
- fixed some forgotten conventions and a typing error

13 years agoMerge pull request #11 from wbb3addons/cacheSourceCodeConventions
Alexander Ebert [Fri, 15 Jul 2011 15:39:34 +0000 (08:39 -0700)]
Merge pull request #11 from wbb3addons/cacheSourceCodeConventions

Enforced WCF-API conventions for Cache-Sources

13 years agoAdded missing space…
TimWolla [Fri, 15 Jul 2011 15:37:43 +0000 (17:37 +0200)]
Added missing space…

13 years ago- enforced WCF-API conventions
TimWolla [Fri, 15 Jul 2011 15:35:00 +0000 (17:35 +0200)]
- enforced WCF-API conventions

13 years agoAdded README and LICENSE
Alexander Ebert [Fri, 15 Jul 2011 15:24:33 +0000 (17:24 +0200)]
Added README and LICENSE

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 15 Jul 2011 14:58:42 +0000 (16:58 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoAdded processor for language servers
Alexander Ebert [Fri, 15 Jul 2011 14:58:14 +0000 (16:58 +0200)]
Added processor for language servers

13 years agoMerge pull request #10 from wbb3addons/smtpFix
Alexander Ebert [Fri, 15 Jul 2011 13:34:41 +0000 (06:34 -0700)]
Merge pull request #10 from wbb3addons/smtpFix

SMTP no longer throws an Exception when code 250 (OK) occurs

13 years ago- enforced WCF-API conventions
Alexander Ebert [Fri, 15 Jul 2011 12:54:51 +0000 (14:54 +0200)]
- enforced WCF-API conventions

13 years agoSMTP no longer throws an Exception when code 250 (OK) occurs
TimWolla [Fri, 15 Jul 2011 12:17:30 +0000 (14:17 +0200)]
SMTP no longer throws an Exception when code 250 (OK) occurs

13 years agoAdded Tarballz to gitignore as they are useless in most cases
TimWolla [Fri, 15 Jul 2011 06:22:44 +0000 (08:22 +0200)]
Added Tarballz to gitignore as they are useless in most cases

13 years ago- Merged 361049b451066d3d6607afc40a40a7a290a68db6 and 71dab8ee7e779a02483841c41580acd...
Alexander Ebert [Thu, 14 Jul 2011 20:46:08 +0000 (22:46 +0200)]
- Merged 361049b451066d3d6607afc40a40a7a290a68db6 and 71dab8ee7e779a02483841c41580acd368a1d063

13 years agoMerge pull request #6 from wbb3addons/APCCacheSource
Alexander Ebert [Thu, 14 Jul 2011 20:37:18 +0000 (13:37 -0700)]
Merge pull request #6 from wbb3addons/APCCacheSource

Implemented APC cache source.

13 years ago- Merge pull request #8 from wbb3addons/downloadFileUndefinedVar
Alexander Ebert [Thu, 14 Jul 2011 20:35:57 +0000 (22:35 +0200)]
- Merge pull request #8 from wbb3addons/downloadFileUndefinedVar

13 years ago- removed the closing tag of a PHP block at the end of a file and replaced with a...
Marcel Werk [Thu, 14 Jul 2011 20:26:51 +0000 (22:26 +0200)]
- removed the closing tag of a PHP block at the end of a file and replaced with a newline

13 years agoMerge pull request #8 from wbb3addons/dboSortIndexAssociation
Marcel Werk [Thu, 14 Jul 2011 20:14:04 +0000 (13:14 -0700)]
Merge pull request #8 from wbb3addons/dboSortIndexAssociation

Possible disabling of Maintaining of Index association in DBO sort

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 14 Jul 2011 20:12:13 +0000 (22:12 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years ago- PIPs for the user notification package
Marcel Werk [Thu, 14 Jul 2011 20:11:45 +0000 (22:11 +0200)]
- PIPs for the user notification package

13 years agoImplemented this suggestion (as it is already planned): https://www.woltlab.com/bugtr...
TimWolla [Thu, 14 Jul 2011 20:07:17 +0000 (22:07 +0200)]
Implemented this suggestion (as it is already planned): https://woltlab.com/bugtracker/index.php?page=Bug&bugID=1427

13 years agoMade the ApcCacheSource compatible with Debian Squeeze
RouL [Thu, 14 Jul 2011 19:40:54 +0000 (21:40 +0200)]
Made the ApcCacheSource compatible with Debian Squeeze

Debian still uses APC 3.1.3-pl2, "apc_exists" was introduced in 3.1.4,
so i made a workaround with apc_fetch (returns false if nothing found).

13 years agoMerge pull request #7 from wbb3addons/gitIgnoreForEmptyFolders
Alexander Ebert [Thu, 14 Jul 2011 19:06:47 +0000 (12:06 -0700)]
Merge pull request #7 from wbb3addons/gitIgnoreForEmptyFolders

Now the folders will be REALLY empty

13 years agoNow the folders will be REALLY empty
TimWolla [Thu, 14 Jul 2011 18:52:45 +0000 (20:52 +0200)]
Now the folders will be REALLY empty

13 years ago- Removed old language files (currently not in use and some causing various issues)
Alexander Ebert [Thu, 14 Jul 2011 18:52:36 +0000 (20:52 +0200)]
- Removed old language files (currently not in use and some causing various issues)

13 years ago- Added dummy .gitignore to preserve directories which are meant to be empty
Alexander Ebert [Thu, 14 Jul 2011 18:46:37 +0000 (20:46 +0200)]
- Added dummy .gitignore to preserve directories which are meant to be empty

13 years agoImplemented APC cache source.
RouL [Thu, 14 Jul 2011 18:28:51 +0000 (20:28 +0200)]
Implemented APC cache source.

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

13 years ago- Fixed errors due to API-changes
Alexander Ebert [Thu, 14 Jul 2011 18:09:28 +0000 (20:09 +0200)]
- Fixed errors due to API-changes

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 14 Jul 2011 18:04:14 +0000 (20:04 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years ago- new version of the notification package
Marcel Werk [Thu, 14 Jul 2011 18:03:17 +0000 (20:03 +0200)]
- new version of the notification package

13 years ago- outdated package version removed
Marcel Werk [Thu, 14 Jul 2011 18:02:26 +0000 (20:02 +0200)]
- outdated package version removed

13 years agoMerge pull request #4 from wbb3addons/downloadFileHttps
Marcel Werk [Thu, 14 Jul 2011 17:47:37 +0000 (10:47 -0700)]
Merge pull request #4 from wbb3addons/downloadFileHttps

FileUtil::downloadFileFromHttp supports now https-URLs

13 years agoFileUtil::downloadFileFromHttp supports now https-URLs
TimWolla [Thu, 14 Jul 2011 17:43:09 +0000 (19:43 +0200)]
FileUtil::downloadFileFromHttp supports now https-URLs

Tested with both the fopen and fsockopen way

13 years agoMerge pull request #3 from wbb3addons/gitIgnoreAdditions
Marcel Werk [Thu, 14 Jul 2011 17:32:02 +0000 (10:32 -0700)]
Merge pull request #3 from wbb3addons/gitIgnoreAdditions

Added Ignores for OS-X and Netbeans

13 years agoAdded Ignores for OS-X and Netbeans
TimWolla [Thu, 14 Jul 2011 17:27:31 +0000 (19:27 +0200)]
Added Ignores for OS-X and Netbeans

13 years agoMerge pull request #2 from wbb3addons/installphp_tempfolder-fix
Alexander Ebert [Thu, 14 Jul 2011 17:20:53 +0000 (10:20 -0700)]
Merge pull request #2 from wbb3addons/installphp_tempfolder-fix

Fixed the temp-folder detection in the install.php

13 years ago- Merged wbb3addons-gitIgnoreImprovements into master
Alexander Ebert [Thu, 14 Jul 2011 17:17:02 +0000 (19:17 +0200)]
- Merged wbb3addons-gitIgnoreImprovements into master

13 years agoFixed the temp-folder detection in the install.php
RouL [Thu, 14 Jul 2011 17:16:56 +0000 (19:16 +0200)]
Fixed the temp-folder detection in the install.php