Home » PEAR » PEAR_PackageUpdate_Web
A Web front end for PEAR_PackageUpdate
This package is unmaintained.
Download latest release 1.0.1 (archived versions might be outdated)
License: PHP License 3.01
Description
PEAR_PackageUpdate (PPU) is designed to allow developers to easily include auto updating features for other packages and PEAR installable applications.
PEAR_PackageUpdate_Web is a HTML web front end for PPU.
Maintainers
- Laurent Laville (farell) — lead, active
Dependencies
Required
- PHP (>= 4.3.0)
- PEAR Installer (>= 1.5.4)
- PEAR_PackageUpdate (>= 1.0.2)
- HTML_QuickForm (>= 3.2.6)
Releases
- 1.0.1 (stable, 2008-06-15)
Release notes
License: PHP License 3.01
* bugs
- fix a notice error when trying to upgrade a package version still using package xml 1.0* changes
- require now PEAR_PackageUpdate 1.0.2
- checkUpdate() return now a boolean (as expected) - 1.0.0 (stable, 2008-05-01)
Release notes
License: PHP License 3.01
Two years after proposal and first release (0.1.0), here are now the final stable version.
No major changes since 0.4.0
* changes
- copyright bumped to 2008
- phpdoc @since tag give version and release date information
- make it XHTML 1.0 Strict compliant* QA
- require now at least PEAR installer 1.5.4 rather than 1.4.8
(security vulnerability fixes)
- change minimum PPU package dependency - 0.4.0 (beta, 2007-07-01)
Release notes
License: PHP License 3.01
* IMPORTANT
This beta version will be the last one before final stable release 1.0.0* changes
- copyright notice bumped to 2007
- removed PPU resource from main class.
- prevent updating new copy of a package if it was not installed first - 0.3.0 (beta, 2006-07-17)
Release notes
License: PHP License 3.01
* news
- removed PEAR_PACKAGEUPDATE_DATA_DIR constant, and replace behavior
with new methods getStyleSheet() and setStyleSheet().Allow to include all stylesheet file name as you want and not only as in previous version : ppu.css
But you can also put a link to a stylesheet rather than include code in html output page
=> requires to extends class with a new toHtml() method.- When package you're trying to auto-update is not yet installed, it will now display '- None -' in current version field rather than '0.0.0' given by ppu backend.
- 0.2.2 (beta, 2006-07-15)
Release notes
License: PHP License 3.01
* fixed dependencies:
- required at least PHP 4.3.0 due to usage of function: file_get_contents
and also because PPU used itself php 4.3.0 as minimum version- use now the latest QuickForm 3.2.6
- 0.2.1 (beta, 2006-05-25)
Release notes
License: PHP License 3.01
* bug fix
- base install directory error into package xml* qa
- pear installer dependency is 1.4.8 same as for PPU - 0.2.0 (beta, 2006-05-10)
Release notes
License: PHP License 3.01
- Initial PEAR release after last step of proposal
http://pear.php.net/pepr/pepr-proposal-show.php?id=390
- Stability moved from alpha to beta
- Dependency to PPU is now set to 0.5.0 or better
- Release Notes field have been replaced from QF:textarea to QF:static with an autoscroll div. It will allow to keep the same size to the main window, even when package has long text for release notes. When a QF:textarea is frozen, attributes rows, cols count are not kept.PPU and its frontend have a website: please visit http://pear.laurent-laville.org/PEAR_PackageUpdate
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #20470 | Open | Bug | 1.0.1 | 2014-12-21 | Php pear packages |
| #20550 | Open | Bug | 1.0.1 | 2015-05-17 | Set PHP Configuration - PHP.ini Method |