| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Install pear.bat | Tomas V.V.Cox | 2002-05-02 | 1 | -0/+1 |
| | | | | | | # Please Windows hackers test the pear installer support! | ||||
| * | untabify | Tomas V.V.Cox | 2002-05-02 | 1 | -23/+23 |
| | | |||||
| * | Revert the previous commit (revision 1.40). | Jon Parise | 2002-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | @bindir@ ended up becoming '${exec_prefix}' (literally) on my system (FreeBSD 4.5), thus producing a broken shebang line. @prefix@ works fine for me here. If @bindir@ is indeed preferred, the substitution problem noted above needs to be resolved before the change is reapplied. | ||||
| * | * version will be 0.10 | Stig Bakken | 2002-04-29 | 1 | -1/+1 |
| | | |||||
| * | * slight cleanup | Stig Bakken | 2002-04-29 | 1 | -20/+10 |
| | | |||||
| * | * call the right parent constructor | Stig Bakken | 2002-04-29 | 1 | -1/+1 |
| | | |||||
| * | * PEAR_Installer constructor now expects only the UI object | Stig Bakken | 2002-04-29 | 1 | -3/+1 |
| | | |||||
| * | * PEAR_Common::downloadHttp no longer wants a config object | Stig Bakken | 2002-04-29 | 1 | -1/+1 |
| | | |||||
| * | * always set $this->config (use PEAR_Config::singleton) | Stig Bakken | 2002-04-29 | 1 | -23/+71 |
| | | | | | | | | | * rename setFrontend to setFrontendObject * add validPackageName method * added downloadHttp callback types setup, connfailed and writefailed * no more passing config objects around | ||||
| * | * use the downloadHttp method w/callback | Stig Bakken | 2002-04-29 | 1 | -69/+85 |
| | | |||||
| * | * forgot script element in release contents | Stig Bakken | 2002-04-28 | 1 | -2/+2 |
| | | |||||
| * | * package.dtd: version 1.0b7 | Stig Bakken | 2002-04-28 | 2 | -4/+57 |
| | | | | | | | - added <provides> element - added <script> element | ||||
| * | * implemented "list-remote-packages" command | Stig Bakken | 2002-04-28 | 1 | -0/+21 |
| | | |||||
| * | * implemented stub for XML_RPC fallback if xmlrpc-epi is not installed | Stig Bakken | 2002-04-28 | 1 | -2/+39 |
| | | |||||
| * | * fix warning | Stig Bakken | 2002-04-25 | 1 | -2/+2 |
| | | |||||
| * | * add "_lastmodified" timestamp to registry files (don't trust filemtime) | Stig Bakken | 2002-04-24 | 1 | -0/+2 |
| | | |||||
| * | 0.9.1 release notes ++ | Stig Bakken | 2002-04-23 | 1 | -0/+1 |
| | | |||||
| * | * make validator work again | Stig Bakken | 2002-04-23 | 1 | -53/+17 |
| | | |||||
| * | * roll out 1.2 release | Stig Bakken | 2002-04-23 | 1 | -2/+2 |
| | | |||||
| * | * use PEAR_Common::downloadHttp() | Stig Bakken | 2002-04-23 | 1 | -38/+32 |
| | | |||||
| * | * downloadHttp: pass the total number of bytes downloaded as parameter | Stig Bakken | 2002-04-23 | 1 | -4/+5 |
| | | | | | | to the 'done' callback | ||||
| * | * moved these "class variables" to global variables and added static methods ↵ | Stig Bakken | 2002-04-23 | 1 | -44/+295 |
| | | | | | | | | | | | for getting them: maintainer_roles, release_states, dependency_types, dependency_relations, file_roles, replacement_types * added downloadHttp method with status callback support (can be used by installers to show download progress) | ||||
| * | * Due to the recent changes in the installer stuff, the webinstaller | Martin Jansen | 2002-04-22 | 1 | -0/+8 |
| | | | | | | is not supported at the moment. | ||||
| * | * more uniform "level 2 debug messages" | Stig Bakken | 2002-04-21 | 1 | -8/+17 |
| | | | | | | * don't add dirname(file) to install path if install-as attribute is set | ||||
| * | * set version to 0.9.1-dev | Stig Bakken | 2002-04-21 | 1 | -1/+1 |
| | | |||||
| * | * PHP_PREFIX constant is not defined, use bin_dir pear config instead | Stig Bakken | 2002-04-21 | 2 | -23/+32 |
| | | |||||
| * | * Remove package directory if empty during uninstall process | Martin Jansen | 2002-04-21 | 1 | -2/+2 |
| | | | | | | * Don't baseinstalldir for documentation. | ||||
| * | Bail on no HTTP.php present in the system | Tomas V.V.Cox | 2002-04-21 | 1 | -5/+12 |
| | | | | | | Let "pear download" act ala wget | ||||
| * | typo | Tomas V.V.Cox | 2002-04-21 | 1 | -2/+2 |
| | | |||||
| * | * add http_proxy config setting | Stig Bakken | 2002-04-19 | 1 | -0/+5 |
| | | |||||
| * | * make "pear install package.xml" possible, so you can install a package | Stig Bakken | 2002-04-19 | 1 | -42/+44 |
| | | | | | | without building a tarball first | ||||
| * | * reintroduce (un)install -r option for Registeration only | Stig Bakken | 2002-04-19 | 1 | -1/+5 |
| | | |||||
| * | * fix phpdoc | Stig Bakken | 2002-04-19 | 1 | -35/+34 |
| | | |||||
| * | * Add API documentation. | Martin Jansen | 2002-04-18 | 1 | -0/+35 |
| | | |||||
| * | * doooh! | Stig Bakken | 2002-04-17 | 1 | -7/+7 |
| | | |||||
| * | Always initialize wrappers, regardless of PG(allow_url_fopen). | Wez Furlong | 2002-04-16 | 2 | -1/+2 |
| | | | | | | | | | | | | | Add is_url field to wrapper structure; the stream wrapper openers will disallow opening is is_url && !PG(allow_url_fopen). Add infrastructure for stat($url) and opendir($url). Tidy up/centralize code that locates and instantiates wrappers for the various operations. Implement opendir for plain files. Make the PHP opendir and dir functions use the streams implementations. Add modelines for syntax highlighting the pear scripts in vim | ||||
| * | * added DB::isConnection | Stig Bakken | 2002-04-16 | 1 | -25/+41 |
| | | | | | | * phpdoc fixes | ||||
| * | * started working on analyzeSourceCode and detectDependencies methods | Stig Bakken | 2002-04-16 | 1 | -9/+147 |
| | | |||||
| * | * chdir back to original dir in PEAR_Packager::package | Stig Bakken | 2002-04-16 | 1 | -4/+13 |
| | | | | | | * only display "cvstag" hint if CVS/Root exists | ||||
| * | Added standar header | Tomas V.V.Cox | 2002-04-16 | 1 | -1/+20 |
| | | |||||
| * | Added standar header | Tomas V.V.Cox | 2002-04-16 | 1 | -0/+19 |
| | | |||||
| * | Vim tags added plus some other minor text about license and author | Tomas V.V.Cox | 2002-04-16 | 1 | -0/+19 |
| | | |||||
| * | Be more clear when no packages are installed | Tomas V.V.Cox | 2002-04-16 | 1 | -0/+3 |
| | | |||||
| * | Give the right error when wrong params given to package-info and | Tomas V.V.Cox | 2002-04-16 | 1 | -4/+12 |
| | | | | | | fix/add help some help messages | ||||
| * | - Do not try to draw a table if there are not elements. | Markus Fischer | 2002-04-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | # If no packages are installed, until now the output was: # # INSTALLED PACKAGES: # =================== # + # + # # Now it is: # # INSTALLED PACKAGES: # =================== # # Which is nicer IMHO. It think keeping the caption is ok. | ||||
| * | - Also raise a different error message if we don't specify any package at all. | Markus Fischer | 2002-04-13 | 1 | -0/+3 |
| | | | | | | # We might consider giving the 'pear help uninstall' output to the user? | ||||
| * | - Return a different error message if no package file was given at all. | Markus Fischer | 2002-04-13 | 1 | -2/+6 |
| | | |||||
| * | - Properly format error message. | Markus Fischer | 2002-04-13 | 1 | -4/+4 |
| | | | | | | # Shouldn't this 'throw' an PEAR Error object ? | ||||
| * | * cvstag command: tag slide option is -f, not -F | Stig Bakken | 2002-04-13 | 1 | -3/+3 |
| | | |||||
| * | * missing file role message could be mistaken for missing maintainer role | Stig Bakken | 2002-04-13 | 1 | -3/+3 |
| | | |||||
