September 2007 Archives by date
Starting: Thu Sep 6 21:31:54 MST 2007
Ending: Sun Sep 30 22:07:39 MST 2007
Messages: 142
- [PEAR-SVN] [118] add experimental facility for handling multiple errors (to replace PEAR_ErrorStack in PEAR2_Pyrus, maybe in PEAR2)
cellog at php.net
- [PEAR-SVN] [119] import PEAR_Exception to begin PEAR2_Exception
cellog at php.net
- [PEAR-SVN] [120] hello PEAR2_Exception
cellog at php.net
- [PEAR-SVN] [121] prepare move of PEAR2/Pyrus/MultiErrors.php to PEAR2/MultiErrors.php
cellog at php.net
- [PEAR-SVN] [122] move MultiErrors from Pyrus to PEAR2_MultiErrors
cellog at php.net
- [PEAR-SVN] [123] s/PEAR2_Pyrus_MultiErrors/PEAR2_MultiErrors/ and add Exception
cellog at php.net
- [PEAR-SVN] [124] move MultiErrors to src/
cellog at php.net
- [PEAR-SVN] [125] move PEAR2_Exception to src/
cellog at php.net
- [PEAR-SVN] [126] use 2 in PEAR2_ in PEAR2_Exception
cellog at php.net
- [PEAR-SVN] [127] remove Pyrus from MultiErrors exception
cellog at php.net
- [PEAR-SVN] [128] continue work on move to PEAR2_MultiErrors from PEAR_ErrorStack
cellog at php.net
- [PEAR-SVN] [129] remove obsolete validation functions, continued refactoring
cellog at php.net
- [PEAR-SVN] [130] begin the work of debugging the continued refactoring (translation: lots of stuff is changed)
cellog at php.net
- [PEAR-SVN] [131] 1) after loading the file that should contain the class, an extra check is added to ensure that the class indeed exists, and an exception is thrown if this is not the case to assist in debugging.
cellog at php.net
- [PEAR-SVN] [132] throw ain't gonna work, use die() instead
cellog at php.net
- [PEAR-SVN] [133] major work, refactoring/creation of ChannelRegistry continues
cellog at php.net
- [PEAR-SVN] [134] add alexy to the credits file
jeichorn at php.net
- [PEAR-SVN] [135] add file for where Peclhttp will live
jeichorn at php.net
- [PEAR-SVN] [136] fix basic example
jeichorn at php.net
- [PEAR-SVN] [137] make headers an array by default
jeichorn at php.net
- [PEAR-SVN] [138] fix post example
jeichorn at php.net
- [PEAR-SVN] [139] use a better example file name
jeichorn at php.net
- [PEAR-SVN] [140] a head request example
jeichorn at php.net
- [PEAR-SVN] [141] an example selecting a specific adapter
jeichorn at php.net
- [PEAR-SVN] [142] move PEAR2_Autoload to its own package
cellog at php.net
- [PEAR-SVN] [143] sync missing changes to Autoload that were deleted when moving the file
cellog at php.net
- [PEAR-SVN] [144] add missing if (\!function_exists('__autoload'))
cellog at php.net
- [PEAR-SVN] [145] i'm pretty sure things aren't quite right since were reusing the same variables for input and output headers etc, but the Phpsocket adapter is at least working now
jeichorn at php.net
- [PEAR-SVN] [146] continue work on channel mirror classes
cellog at php.net
- [PEAR-SVN] [147] correct signature of creation of sqlite mirror
cellog at php.net
- [PEAR-SVN] [148] continue work on re-factoring PEAR_ChannelFile object into PEAR2_Pyrus_IChannel/PEAR2_Pyrus_Channel/PEAR2_Pyrus_Mirror
cellog at php.net
- [PEAR-SVN] [149] was setting include_path to the wrong directory
cellog at php.net
- [PEAR-SVN] [150] add work done yesterday, and not properly committed
cellog at php.net
- [PEAR-SVN] [151] complete Channel, Mirror, and Sqlite registry Channel/Mirror classes
cellog at php.net
- [PEAR-SVN] [152] fix obvious parse/declaration errors
cellog at php.net
- [PEAR-SVN] [153] fix more obvious parse/declaration errors
cellog at php.net
- [PEAR-SVN] [154] LOTS of work.
cellog at php.net
- [PEAR-SVN] [155] commit fully working installation from package.xml or local .tgz/.tar
cellog at php.net
- [PEAR-SVN] [156] fix up sqlite registry installation - still need to finish xml registry generation
cellog at php.net
- [PEAR-SVN] [157] complete rewrite of XMLWriter array => xml serialization - now it works and is clean
cellog at php.net
- [PEAR-SVN] [158] fix registries to work with intended model of 1 registry per path, many registry types per registry
cellog at php.net
- [PEAR-SVN] [159] add package listing to registry
cellog at php.net
- [PEAR-SVN] [160] create file list on parsing time, modify XMLParser to allow fine-grained tag matching
cellog at php.net
- [PEAR-SVN] [161] add developer helper class for viewing and manipulating developer content
cellog at php.net
- [PEAR-SVN] [162] temporary commit (gonna do some work on the other computer)
cellog at php.net
- [PEAR-SVN] [163] finish maintainer helper class, add helper class for compatible
cellog at php.net
- [PEAR-SVN] [164] add role setting to __call() for v2 Developer
cellog at php.net
- [PEAR-SVN] [165] begin work on package.xml v2 dependencies helper class
cellog at php.net
- [PEAR-SVN] [166] finish dependencies helper for v2 package.xml
cellog at php.net
- [PEAR-SVN] [167] add skeleton for release management, and changelog management to v2 object
cellog at php.net
- [PEAR-SVN] [168] correct typo
cellog at php.net
- [PEAR-SVN] [169] complete refactor to use
cellog at php.net
- [PEAR-SVN] [170] Complete fix for XMLWriter serialization
cellog at php.net
- [PEAR-SVN] [171] add stricter validation of E_* constants.
cellog at php.net
- [PEAR-SVN] [172] complete package.xml validation
cellog at php.net
- [PEAR-SVN] test
Joshua Eichorn
- [PEAR-SVN] [108] add src dir in preparation for move
cellog at php.net
- [PEAR-SVN] [112] move data dir to expected location
cellog at php.net
- [PEAR-SVN] [102] real infos and good drivers
davidc at php.net
- [PEAR-SVN] [103] add PEAR2_Autoload_strict()
cellog at php.net
- [PEAR-SVN] [116] s/PEAR2_PackageFile_Exception/PEAR2_Pyrus_PackageFile_Exception/
cellog at php.net
- [PEAR-SVN] [111] add some documentation
cellog at php.net
- [PEAR-SVN] [106] set up include_path if it doesn't contain the path to PEAR2
cellog at php.net
- [PEAR-SVN] [113] use absolute data path for retrieving channel-1.0.xsd
cellog at php.net
- [PEAR-SVN] [104] no need for 2 autoloads, remove PEAR2_Autoload() and rename PEAR2_Autoload_Strict() to PEAR2_Autoload()
cellog at php.net
- [PEAR-SVN] [105] remove weird simulation of include_once, add auto-declaration of __autoload() if it doesn't already exist
cellog at php.net
- [PEAR-SVN] [107] always set up include_path if it doesn't contain the path to PEAR2
cellog at php.net
- [PEAR-SVN] [117] fix parse error, begin exception conversion
cellog at php.net
- [PEAR-SVN] [114] add package.xml validation xsd schemas
cellog at php.net
- [PEAR-SVN] [110] add www role, convert data_dir into static location as proposed by PEAR2 RFC
cellog at php.net
- [PEAR-SVN] [101] New light db dbal, very simple, but there..
davidc at php.net
- [PEAR-SVN] [115] as per coding standards, split v2Iterator classes into separate files.
cellog at php.net
- [PEAR-SVN] [109] move to src/
cellog at php.net
- [PEAR-SVN] test
jeichorn at admin.bluga.net
- [PEAR-SVN] [173] updates to Pyrus to play nice with external tools (i.e.
cellog at php.net
- [PEAR-SVN] [174] new simple channel server that depends only on Pyrus
cellog at php.net
- [PEAR-SVN] [175] prevent fatal error on write
cellog at php.net
- [PEAR-SVN] [176] begin work on packaging, add packagingcontents as an
cellog at php.net
- [PEAR-SVN] [177]
cellog at php.net
- [PEAR-SVN] [178] Begin real work of packaging, add a task iterator
cellog at php.net
- [PEAR-SVN] [179] clarify error message for missing file
cellog at php.net
- [PEAR-SVN] [180] also check interface_exists() (thanks Berdir)
cellog at php.net
- [PEAR-SVN] [181] add tar support for creation
cellog at php.net
- [PEAR-SVN] [182] - Added Alexey Borzov's Listeners method with a few more debug flexibility.
davidc at php.net
- [PEAR-SVN] [183] - New progress bar
davidc at php.net
- [PEAR-SVN] [184] fix checksum, use faster array_reduce() checksum, move compression exceptions to __construct() and check for zlib
cellog at php.net
- [PEAR-SVN] [185] - Added the credits file
davidc at php.net
- [PEAR-SVN] [186] fix Tar creation
cellog at php.net
- [PEAR-SVN] [187] Creator logic is 100%
cellog at php.net
- [PEAR-SVN] [188] add missing exception
cellog at php.net
- [PEAR-SVN] [189] fix file permissions
cellog at php.net
- [PEAR-SVN] [190] add Zip creation
cellog at php.net
- [PEAR-SVN] [191] fix zip creator, add xml creator for debugging, and basic phar creator
cellog at php.net
- [PEAR-SVN] [192] add packaging of PEAR2_Exception, PEAR2_Autoload, and PEAR2_MultiErrors for unzip-and-go
cellog at php.net
- [PEAR-SVN] [193] add default replacement for package version, so we don't have to clutter our package.xml files
cellog at php.net
- [PEAR-SVN] [194] fix package rendering with multiple creators
cellog at php.net
- [PEAR-SVN] [195] remove md5sum if present, and calc it on packaging
cellog at php.net
- [PEAR-SVN] [196] fix faulty logic for XML serialization
cellog at php.net
- [PEAR-SVN] [197] duh - make sure we add package.xml to each creator
cellog at php.net
- [PEAR-SVN] [198] refactor stuff that was using old package.xml v2 object
cellog at php.net
- [PEAR-SVN] [199] making progress, but group iterator still doesn't quite work
cellog at php.net
- [PEAR-SVN] [200] fix local user configuration setting/getting
cellog at php.net
- [PEAR-SVN] [201] test file used on windows
cellog at php.net
- [PEAR-SVN] [202] make sure only files in package.xml can overwrite
cellog at php.net
- [PEAR-SVN] [203] fix installation - it now can install a Pyrus-packaged package
cellog at php.net
- [PEAR-SVN] [204] add Zip package handler (works), redo phar handler (doesn't work because Phar is broken)
cellog at php.net
- [PEAR-SVN] [205] save package.xml path in phar metadata
cellog at php.net
- [PEAR-SVN] [206] fix missing ; (typo)
cellog at php.net
- [PEAR-SVN] [207] another typo, missing $
cellog at php.net
- [PEAR-SVN] [208] initial work on remote packages - it can install URIs now
cellog at php.net
- [PEAR-SVN] [209] add simple package.xml generation from svn
cellog at php.net
- [PEAR-SVN] [210] add README/CREDITS and make filelist access work, add Zip package
cellog at php.net
- [PEAR-SVN] [212] move into Pyrus subdirectory so auto-generation
cellog at php.net
- [PEAR-SVN] [211] prepare move of src/ into src/Pyrus
cellog at php.net
- [PEAR-SVN] [213] package.xml generation from SVN repository:
cellog at php.net
- [PEAR-SVN] [214] add missing ->active('yes')
cellog at php.net
- [PEAR-SVN] [215] add missing 'min' for default pearinstaller dep
cellog at php.net
- [PEAR-SVN] [216] add package.xml generated by test2.php
cellog at php.net
- [PEAR-SVN] [217] fix existing package.xml import
cellog at php.net
- [PEAR-SVN] [218] move files into Developer/src/ so we can
cellog at php.net
- [PEAR-SVN] [219] stupid - wrong dir structure
cellog at php.net
- [PEAR-SVN] [220] stupid - wrong dir structure
cellog at php.net
- [PEAR-SVN] [221] stupid - wrong dir structure
cellog at php.net
- [PEAR-SVN] [222] add generated package.xml
cellog at php.net
- [PEAR-SVN] [223] minor fixes to package.xml creation/parsing
cellog at php.net
- [PEAR-SVN] [224] initial port of PEAR_REST - REST1.1 is not used for install, this will wait
cellog at php.net
- [PEAR-SVN] [225] begin work on abstract packages
cellog at php.net
- [PEAR-SVN] [226] - Added PEAR2_Exception instead of Exception only
davidc at php.net
- [PEAR-SVN] [227] - Added attach, detach and notify method.
davidc at php.net
- [PEAR-SVN] [228] add installation transactions for installing multiple packages
cellog at php.net
- [PEAR-SVN] [229] fix obvious mistake in constructor - was being set to E_ERROR because I used twice
cellog at php.net
- [PEAR-SVN] [230] one more s/$level/$mylevel/
cellog at php.net
- [PEAR-SVN] [231] implement full remote package download, automatic dependency resolution, and fix topological sort
cellog at php.net
- [PEAR-SVN] [232] fix stream adapter to return headers the same way as socket adapter
cellog at php.net
- [PEAR-SVN] [233] finished with all core features necessary to begin work on frontends.
cellog at php.net
- [PEAR-SVN] [234] better xmlwriter depth calculation for edge cases
cellog at php.net
- [PEAR-SVN] [235] update package.xml, make version validation in changelog not strict at all for older packages, update README
cellog at php.net
- [PEAR-SVN] [236] no exception on invalid package.xml, just start over
cellog at php.net
- [PEAR-SVN] [237] bugfixes
cellog at php.net
- [PEAR-SVN] [238] remove & references, reset filelist when package.xml exists
cellog at php.net
- [PEAR-SVN] [239] bugfixes, nuke unused debug files, sort <install> tags prior to generating package.xml
cellog at php.net
- [PEAR-SVN] [240] Pyrus can now successfully install itself
cellog at php.net
Last message date:
Sun Sep 30 22:07:39 MST 2007
Archived on: Fri Nov 2 13:03:52 MST 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).