May 2008 Archives by subject
Starting: Thu May 1 17:14:31 MST 2008
Ending: Fri May 30 12:36:30 MST 2008
Messages: 209
- [PEAR-SVN] [332] Fix PHP Notice: Undefined index: channel in PEAR2/Pyrus/Package/ Remote.php on line 408
bbieber at php.net
- [PEAR-SVN] [333] Fix PHP Warning: Cannot use a scalar value as an array in PEAR2/ Pyrus/FileTransactions/Installedas.php on line 47
bbieber at php.net
- [PEAR-SVN] [334] Add Headers.php to package.xml, update description
bbieber at php.net
- [PEAR-SVN] [335] Update registry usage for remote packages to use methods instead of non-implemented array access .
bbieber at php.net
- [PEAR-SVN] [336] Replace CRLF EOL with LF
helgi at php.net
- [PEAR-SVN] [337] Add short todo
bbieber at php.net
- [PEAR-SVN] [338] Cosmetics changes and make things more readable
helgi at php.net
- [PEAR-SVN] [339] Cosmetics
helgi at php.net
- [PEAR-SVN] [340] Fix channel mirror usage.
bbieber at php.net
- [PEAR-SVN] [341] readability
helgi at php.net
- [PEAR-SVN] [342] Move sortstuff to the Base class to reduce duplication
helgi at php.net
- [PEAR-SVN] [343] Fixes to REST 1.3 - works like 1.0 with the exception of allreleases2 .xml and remove $xsdversion from parameters as it isn't passed anymore.
bbieber at php.net
- [PEAR-SVN] [344] Split database handling out of the main Authz class and various other changes in preperation for sync from pearweb
helgi at php.net
- [PEAR-SVN] [345] basic schema for svn config
jeichorn at php.net
- [PEAR-SVN] [346] obviously we should use strlen instead of count for string lengths.
helgi at php.net
- [PEAR-SVN] [347] cosmetics
helgi at php.net
- [PEAR-SVN] [348] Cosmetics
helgi at php.net
- [PEAR-SVN] [349] Changing the test script a lot, now uses the sync file to update the authz, requires the file to be in a specific spot but well serves as a base for us to improve this on
helgi at php.net
- [PEAR-SVN] [350] Add PEAR2_HTTP_Request files necessary for remote package installation.
bbieber at php.net
- [PEAR-SVN] [351] add an all module which is a quick way of checking out the trunk of every PEAR2 package
jeichorn at php.net
- [PEAR-SVN] [352] add simple channel server to all
jeichorn at php.net
- [PEAR-SVN] [353] needs some tests and more doc work but this is an autoloader that will load pear2 packages from svn , see the new all dir with externals to all the other packages
jeichorn at php.net
- [PEAR-SVN] [354] this is just a big experiment at the moment, but thats what the sandbox is for i guess
jeichorn at php.net
- [PEAR-SVN] [355] add REST_Server to all
jeichorn at php.net
- [PEAR-SVN] [356] use Phar::extractTo()
cellog at php.net
- [PEAR-SVN] [357] move to Phar extension 2.0.0, and support phar, tar and zip formats
cellog at php.net
- [PEAR-SVN] [358] move to Phar 2.0.0, and use Phar for all files if enabled
cellog at php.net
- [PEAR-SVN] [359] update to use CVS of phar 2.0.0, where metadata is supported on all file formats
cellog at php.net
- [PEAR-SVN] [360] update to current CVS of phar 2.0.0, where metadata is supported on all file formats
cellog at php.net
- [PEAR-SVN] [361] fix test - we can't set extension_dir in the test, as it will fail with startup errors if it can't find the loaded extensions
cellog at php.net
- [PEAR-SVN] [362] remove hack, use the wonderful new php_ini_loaded_file() instead
cellog at php.net
- [PEAR-SVN] [363] fix test so that it can work on any system
cellog at php.net
- [PEAR-SVN] [364] new test
cellog at php.net
- [PEAR-SVN] [365] new test
cellog at php.net
- [PEAR-SVN] [366] extension_dir can't be set, INI_SYSTEM and all.
cellog at php.net
- [PEAR-SVN] [367] begin testing Config->loadConfigFile
cellog at php.net
- [PEAR-SVN] [368] fix exception throwing in Config->loadConfigFile on error in user xml
cellog at php.net
- [PEAR-SVN] [369] new test for Config->loadConfigFile() with explicit my_pear_path
cellog at php.net
- [PEAR-SVN] [370] fix tests
cellog at php.net
- [PEAR-SVN] [371] Reset root attributes when a file is parsed so that the attributes are in the correct order .
bbieber at php.net
- [PEAR-SVN] [372] implement custom configuration values.
cellog at php.net
- [PEAR-SVN] [373] further implementation details for custom configuration variables
cellog at php.net
- [PEAR-SVN] [374] Content can be integer as well as string.
bbieber at php.net
- [PEAR-SVN] [375] Release xml file should have r as root element, not p.
bbieber at php.net
- [PEAR-SVN] [376] prevent setting or saving of php_dir and data_dir, since both are
cellog at php.net
- [PEAR-SVN] [377] add check for malicious attempts to override existing config values
cellog at php.net
- [PEAR-SVN] [378] add cfg_dir to default system config variables
cellog at php.net
- [PEAR-SVN] [379] Remember to saveInfo (info.xml) for categories.
bbieber at php.net
- [PEAR-SVN] [380] upgrade phar creator so that it takes full advantage of phar 2.0, allowing
cellog at php.net
- [PEAR-SVN] [381] switch to using Phar creator to make the tar/tgz
cellog at php.net
- [PEAR-SVN] [382] fix include_path cascade to seek to the correct directory
cellog at php.net
- [PEAR-SVN] [383] fix potential registry cycle by ensuring the cascading paths are completely unique
cellog at php.net
- [PEAR-SVN] [384] fix retrieval of php_dir/data_dir
cellog at php.net
- [PEAR-SVN] [385] whitespace
cellog at php.net
- [PEAR-SVN] [386] add cfg_dir default
cellog at php.net
- [PEAR-SVN] [387] fix wrong varname
cellog at php.net
- [PEAR-SVN] [388] fix test
cellog at php.net
- [PEAR-SVN] [389] refactor __get
cellog at php.net
- [PEAR-SVN] [390] fully test user config file values
cellog at php.net
- [PEAR-SVN] [391] new test for configSnapshot
cellog at php.net
- [PEAR-SVN] [392] fix --CLEAN-- removal order
cellog at php.net
- [PEAR-SVN] [393] add __unset
cellog at php.net
- [PEAR-SVN] [394] fix adding custom config variables
cellog at php.net
- [PEAR-SVN] [395] new test for addConfigValue
cellog at php.net
- [PEAR-SVN] [396] wrong test name
cellog at php.net
- [PEAR-SVN] [397] CS, tabs to spaces
helgi at php.net
- [PEAR-SVN] [398] alias version to release-version, the registry adaptors are doing it, better to have it at the source
helgi at php.net
- [PEAR-SVN] [399] mid-refactoring commit.
cellog at php.net
- [PEAR-SVN] [400] fix test
cellog at php.net
- [PEAR-SVN] [401] use registry::$className to allow unit test dependency injection
cellog at php.net
- [PEAR-SVN] [402] fix test
cellog at php.net
- [PEAR-SVN] [403] fix storage of version numbers in sqlite database (fixes upgrade)
cellog at php.net
- [PEAR-SVN] [404] smarter --CLEAN--
cellog at php.net
- [PEAR-SVN] [405] fix obvious typo
cellog at php.net
- [PEAR-SVN] [406] revert faulty commit - version is needed for
cellog at php.net
- [PEAR-SVN] [407] major work
cellog at php.net
- [PEAR-SVN] [408] First check the XP and lower my documents reg entry, then look for the Vista one
helgi at php.net
- [PEAR-SVN] [409] Basic Pear1 reg support
helgi at php.net
- [PEAR-SVN] [410] add missing $channel to name path
cellog at php.net
- [PEAR-SVN] [411] (untested) add "old" portion for replacements and crapster PEAR versions
cellog at php.net
- [PEAR-SVN] [412] finish initial (untested) work on registry
cellog at php.net
- [PEAR-SVN] [413] fix svn url
cellog at php.net
- [PEAR-SVN] [414] WS
cellog at php.net
- [PEAR-SVN] [415] WS
cellog at php.net
- [PEAR-SVN] [416] grep for package.xml if not stored in metadata
cellog at php.net
- [PEAR-SVN] [417] Add exception if data cannot be read or is empty.
bbieber at php.net
- [PEAR-SVN] [418] fix tar creation
cellog at php.net
- [PEAR-SVN] [419] Make tests work out of svn, by using the svn autloader
jeichorn at php.net
- [PEAR-SVN] [420] fix test, get the right class case for the autoloader
jeichorn at php.net
- [PEAR-SVN] [421] major changes
cellog at php.net
- [PEAR-SVN] [422] ok, let's try this (requires ext/phar committed about 10 seconds ago)
cellog at php.net
- [PEAR-SVN] [423] oops
cellog at php.net
- [PEAR-SVN] [424] add a new function called groupExists
helgi at php.net
- [PEAR-SVN] [425] order lookup list so we check items with the most _s first
jeichorn at php.net
- [PEAR-SVN] [426] Move code to where it belongs
jeichorn at php.net
- [PEAR-SVN] [427] update makepackage.php so it will run from svn and update package
jeichorn at php.net
- [PEAR-SVN] [428] fix package.xml after moving code
jeichorn at php.net
- [PEAR-SVN] [429] make the generator work again with the changes to getUsers
helgi at php.net
- [PEAR-SVN] [430] Handle cases when a group has no users, no need to have groups in there that have no users
helgi at php.net
- [PEAR-SVN] [431] add a new method
helgi at php.net
- [PEAR-SVN] [432] move config out to a file
jeichorn at php.net
- [PEAR-SVN] [433] cosmetics
helgi at php.net
- [PEAR-SVN] [434] cosmetics
helgi at php.net
- [PEAR-SVN] [435] Simplify the including of the config
helgi at php.net
- [PEAR-SVN] [436] Fix the includes
helgi at php.net
- [PEAR-SVN] [437] move the hostname to config for easier testing for other people
helgi at php.net
- [PEAR-SVN] [438] add a autoload file so you odn' t have to rely on sandbox autoloader not moving
jeichorn at php.net
- [PEAR-SVN] [439] change to autoload
jeichorn at php.net
- [PEAR-SVN] [440] A whole lot better MyDocuments fetcher that works on XP and Vista thanks to Elizabeth M .
helgi at php.net
- [PEAR-SVN] [441] add simplle channel server to all
jeichorn at php.net
- [PEAR-SVN] [442] scs doesn't have a trunk dir for some reason
jeichorn at php.net
- [PEAR-SVN] [443] switch create to a constructor
jeichorn at php.net
- [PEAR-SVN] [444] overwrite crap when extracting the phar to temp dir
cellog at php.net
- [PEAR-SVN] [445] Add packaging - create a .tar in addition to the package.xml.
bbieber at php.net
- [PEAR-SVN] [446] change __DIR__ to dirname(__FILE__) --- this is the only thing making pyrus require 5.3 at the moment...
bbieber at php.net
- [PEAR-SVN] [447] setMetadata() works for PharData just fine
cellog at php.net
- [PEAR-SVN] [448] filter out dot files
jeichorn at php.net
- [PEAR-SVN] [449] working makepage from svn checkout
jeichorn at php.net
- [PEAR-SVN] [450] Add the sync file for ACLs
helgi at php.net
- [PEAR-SVN] [451] more or less working makepackage
jeichorn at php.net
- [PEAR-SVN] [452] behold - with this minor fix, PEAR2_SimpleChannelServer is functional
cellog at php.net
- [PEAR-SVN] [453] make compatible with new API
cellog at php.net
- [PEAR-SVN] [454] fix filenames for get/ directory processor (now all is committed)
cellog at php.net
- [PEAR-SVN] [455] fix Phar and PHPArchive generators for executable phars
cellog at php.net
- [PEAR-SVN] [456] behold the fully functioning pyrus.phar.
cellog at php.net
- [PEAR-SVN] [457] Rob Richards rocks
cellog at php.net
- [PEAR-SVN] [458] whitespace
cellog at php.net
- [PEAR-SVN] [459] note beginning of move to DOM
cellog at php.net
- [PEAR-SVN] [460] untested - begin move to DOM for xml
cellog at php.net
- [PEAR-SVN] [461] fix obvious problems, channel is working (mirror needs work)
cellog at php.net
- [PEAR-SVN] [462] make commands like-this instead of likeThis
cellog at php.net
- [PEAR-SVN] [463] add qa-suite dir
cweiske at php.net
- [PEAR-SVN] [464] add qa-suite phing script (WIP) and old scripts
cweiske at php.net
- [PEAR-SVN] [465] fix pear2 channel creation
cellog at php.net
- [PEAR-SVN] [466] restore error silencing, remove unnecessary line
cellog at php.net
- [PEAR-SVN] [467] fix initialization of pre-existing registry
cellog at php.net
- [PEAR-SVN] [468] move channel registry init after registry init
cellog at php.net
- [PEAR-SVN] [469] don't fail on read-only registry init failure
cellog at php.net
- [PEAR-SVN] [470] coding standards fixes...
bbieber at php.net
- [PEAR-SVN] [471] Add script to generate pyrus.phar from a SVN checkout of 'all' - remove Net_URL2 reference, I couldn't find any references to it.
bbieber at php.net
- [PEAR-SVN] [472] Changes so the script can run from svn checkout of all.
bbieber at php.net
- [PEAR-SVN] [473] commit extremely broken code as I can't actually develop
cellog at php.net
- [PEAR-SVN] [474] give up on a bad idea - revert from DOM to original code
cellog at php.net
- [PEAR-SVN] [475] fix channel/mirror object
cellog at php.net
- [PEAR-SVN] [476] safer acquisition of xml array for PEAR 1.x registry
cellog at php.net
- [PEAR-SVN] [477] rename configs command to config-show
cellog at php.net
- [PEAR-SVN] [478] Modify tests so they can run from SVN checkout of all - use the SVN autoloader .
bbieber at php.net
- [PEAR-SVN] [479] Check if $functions is an array using is_array() - strings have array access and cause this check to fail.
bbieber at php.net
- [PEAR-SVN] [480] logical refactoring
cellog at php.net
- [PEAR-SVN] [481] fix aliases
cellog at php.net
- [PEAR-SVN] [482] fix mis-named class
cellog at php.net
- [PEAR-SVN] [483] fix parameter order
cellog at php.net
- [PEAR-SVN] [484] refactor config files so we don' t create registry in cwd on each command run
cellog at php.net
- [PEAR-SVN] [485] success - download of REST now occurs
cellog at php.net
- [PEAR-SVN] [486] by default make an uncompressed phar-based phar for PHP_Archive-based phars
cellog at php.net
- [PEAR-SVN] [487] add new files
cellog at php.net
- [PEAR-SVN] [488] Remove Net_URL2 reference (not needed anymore), change required PHP to 5.3
bbieber at php.net
- [PEAR-SVN] [489] Latest pyrus.phar, built with php makepackage.php
bbieber at php.net
- [PEAR-SVN] [490] solve the xml validation issue - it was loading phpDocumentor' s package.xml :)
cellog at php.net
- [PEAR-SVN] [491] WS
cellog at php.net
- [PEAR-SVN] [492] add channel-add command
cellog at php.net
- [PEAR-SVN] [493] add channel-add and channel-del
cellog at php.net
- [PEAR-SVN] [494] don't allow deletion of any standard channel
cellog at php.net
- [PEAR-SVN] [495] add channel-del
cellog at php.net
- [PEAR-SVN] [496] - Added a try catch for exceptions
davidc at php.net
- [PEAR-SVN] [497] make it more flexible to support buggy channel. xml output by chiara_pear_server :)
cellog at php.net
- [PEAR-SVN] [498] add channel-discover
cellog at php.net
- [PEAR-SVN] [499] add channel-discover
cellog at php.net
- [PEAR-SVN] [500] misnamed var should use $channel to check if alias exists.
bbieber at php.net
- [PEAR-SVN] [501] "duh" or slight performance improvement
cellog at php.net
- [PEAR-SVN] [502] missing commit - this fixes lots of things
cellog at php.net
- [PEAR-SVN] [503] (test before commit)
cellog at php.net
- [PEAR-SVN] [504] now it downloads files successfully, next to figure out why they won' t validate package.xml
cellog at php.net
- [PEAR-SVN] [505] more sophisticated initialization - never create a full PEAR config/ registry in cwd unless my_pear_path is not set ( this still needs further tweaking)
cellog at php.net
- [PEAR-SVN] [506] change default download order
cellog at php.net
- [PEAR-SVN] [507] add failsafe for package.xml 1.0 packages
cellog at php.net
- [PEAR-SVN] [508] add safeguard for attempts to install package.xml 1.0-based packages
cellog at php.net
- [PEAR-SVN] [509] WS
cellog at php.net
- [PEAR-SVN] [510] fix 304 fallback
cellog at php.net
- [PEAR-SVN] [511] pyrus can now successfully do this:
cellog at php.net
- [PEAR-SVN] [512] Fix misnamed variable
bbieber at php.net
- [PEAR-SVN] [513] add ability to determine if this is a pyrus or PEAR1 package
cellog at php.net
- [PEAR-SVN] [514] - Added quick exception if PHP_Archive is not found
davidc at php.net
- [PEAR-SVN] [515] add support for serving channels with old-style PEAR packages.
cellog at php.net
- [PEAR-SVN] [516] add support for old-style packages.
cellog at php.net
- [PEAR-SVN] [517] - Removed error for file_exists
davidc at php.net
- [PEAR-SVN] [518] - Error if phar.readonly is not set to 0
davidc at php.net
- [PEAR-SVN] [519] - Removed die, added a throw new exception in case you get phar. readonly set to NOT 0
davidc at php.net
- [PEAR-SVN] [520] rework list-packages to show all packages in all channels, and also cascading
cellog at php.net
- [PEAR-SVN] [521] Add start of a CLI interface script...
bbieber at php.net
- [PEAR-SVN] [522] add cascading to list-channels
cellog at php.net
- [PEAR-SVN] [523] add cascading to list-channels
cellog at php.net
- [PEAR-SVN] [524] add more detail to config-show separating custom from built-in config vars
cellog at php.net
- [PEAR-SVN] [524] Pyrus/trunk/src/Pyrus: add more detail to config-show separating custom from built-in config vars
cellog at php.net
- [PEAR-SVN] [525] update to current svn
cellog at php.net
- [PEAR-SVN] [526] Use php_bin and php_dir replacements for php executable and autoload location .
bbieber at php.net
- [PEAR-SVN] [527] make it a true script with no extension
bbieber at php.net
- [PEAR-SVN] [528] add download command
cellog at php.net
- [PEAR-SVN] [529] Pyrus/trunk/pyrus.phar: update to current svn
cellog at php.net
- [PEAR-SVN] [529] update to current svn
cellog at php.net
- [PEAR-SVN] [530] Pyrus/trunk/pyrus.phar: Change svn mime-type to application/ octect-stream for now.
bbieber at php.net
- [PEAR-SVN] [531] Pyrus/trunk/src/Pyrus/Config.php: use current() so we self-initialize if necessary
cellog at php.net
- [PEAR-SVN] [532] Pyrus/trunk/src/Pyrus: initial untested work on uninstall for packages
cellog at php.net
- [PEAR-SVN] [533] Pyrus/trunk/src/Pyrus: oops - obvious mistake.
cellog at php.net
- [PEAR-SVN] [534] Pyrus/trunk/src/Pyrus: moving towards uninstall command completion, not there yet
cellog at php.net
- [PEAR-SVN] [535] Pyrus/trunk/src/Pyrus: fully implement uninstall
cellog at php.net
- [PEAR-SVN] [536] Pyrus/trunk/package.xml: add new files
cellog at php.net
- [PEAR-SVN] [537] Pyrus/trunk/pyrus.phar: add working uninstall implementation
cellog at php.net
- [PEAR-SVN] [538] sandbox/SimpleChannelServer: sync with Pyrus, now things work
cellog at php.net
Last message date:
Fri May 30 12:36:30 MST 2008
Archived on: Mon Jun 9 11:09:37 MST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).