![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| tias Sat May 19 18:53:01 2007 UTC Modified files: /pear/PEAR_Frontend_Web package.xml Log: prepare package.xml for upcomming 0.7 beta release http://cvs.php.net/viewvc.cgi/pear/P...&diff_format=u Index: pear/PEAR_Frontend_Web/package.xml diff -u pear/PEAR_Frontend_Web/package.xml:1.37 pear/PEAR_Frontend_Web/package.xml:1.38 --- pear/PEAR_Frontend_Web/package.xml:1.37 Sat May 19 14:50:54 2007 +++ pear/PEAR_Frontend_Web/package.xml Sat May 19 18:53:00 2007 @@ -1,9 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.9" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> - <name>PEAR_Frontend_Web</name> - <channel>pear.php.net</channel> - <summary>HTML (Web) PEAR Installer</summary> - <description>Web Interface to the PEAR Installer</description> +<package packagerversion="1.5.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> + <name>PEAR_Frontend_Web</name> + <channel>pear.php.net</channel> + <summary>Webbased PEAR Package Manager</summary> + <description>The most accessible way to manage your pear-compatible packages. + +This frontend's most valuable features are: +* Webbased: no remote shell access needed. +* Fully channel aware: no default channel, all channels are managed at the same time +* Unique docviewer: read the installed documentation in your borwser. +* Plus all features of the PEAR Installer.</description> <lead> <name>Gregory Beaver</name> <user>cellog</user> @@ -34,21 +40,31 @@ <email>pajoye@pearfr.org</email> <active>no</active> </lead> - <date>2007-04-27</date> - <time>16:49:44</time> - <version> - <release>0.6.1</release> - <api>0.6.0</api> - </version> - <stability> - <release>alpha</release> - <api>alpha</api> - </stability> - <license uri="http://www.php.net/license">PHP License</license> - <notes> -Emergency release for go-pear compatibility: -Put docs/example.php back in place: go-pear uses this ! index.php.txt continues to exist because imho docs may not be executable things (so example.php is only there for BC) -+ Bug #10853 "Array" printed when upgrading or installing + <date>2007-05-19</date> + <time>12:30:22</time> + <version> + <release>0.7.0</release> + <api>0.7.0</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.php.net/license">PHP License</license> + <notes> +Make more stable: +* Rewrite launch script [Done] +* Rewrite documentation [Done] +* Make postinstallscripts work [Done] +* Some auto-urling [Done] +* Remove E_Notices and checkcode warnings [Done] +* Unify list of packages output [Done] +* Rename files to standard [Done] +* Add 'Docviewer' [Done] + + * Fix Bug #11028: Post Install shows numerous empty variables errors. [tias] + * Fix Bug #11029: Post Install Error Message - Depreciated Function Call [tias] + * Implement Feature #10887: list-category for channels like pearified.com [tias] </notes> <contents> <dir name="/" baseinstalldir="PEAR"> @@ -73,8 +89,7 @@ <file name="pkglist.png" role="data" /> <file name="pkgsearch.png" role="data" /> <file name="trash.gif" role="data" /> - </dir> -<!-- /data/images --> + </dir> <!-- /data/images --> <dir name="templates"> <file name="bottom.inc.tpl.html" role="data" /> <file name="caption.tpl.html" role="data" /> @@ -96,12 +111,10 @@ <file name="top.inc.tpl.html" role="data" /> <file name="upgrade_all.tpl.html" role="data" /> <file name="userDialog.tpl.html" role="data" /> - </dir> -<!-- /data/templates --> + </dir> <!-- /data/templates --> <file name="package.js" role="data"/> <file name="style.css" role="data"/> - </dir> -<!-- /data --> + </dir> <!-- /data --> <dir name="docs"> <file name="index.php.txt" role="doc"> <tasks:replace from="@pear_dir@" to="php_dir" type="pear-config" /> @@ -110,21 +123,17 @@ <tasks:replace from="@pear_dir@" to="php_dir" type="pear-config" /> </file> <file name="htaccess" role="doc" /> - </dir> -<!-- /docs --> + </dir> <!-- /docs --> <dir name="Frontend"> <dir name="Web"> <file name="CommandForwardCompatible.php" role="php" /> <file name="Docviewer.php" role="php" /> - </dir> -<!-- /Frontend/Web --> + </dir> <!-- /Frontend/Web --> <file name="Web.php" role="php" /> - </dir> -<!-- /Frontend --> + </dir> <!-- /Frontend --> <file baseinstalldir="/" name="pearfrontendweb.php" role="php"/> <file name="README" role="doc"/> - </dir> -<!-- / --> + </dir> <!-- / --> </contents> <dependencies> <required> @@ -161,7 +170,7 @@ <notes> Emergency release for go-pear compatibility: Put docs/example.php back in place: go-pear uses this ! index.php.txt continues to exist because imho docs may not be executable things (so example.php is only there for BC) -+ Bug #10853 "Array" printed when upgrading or installing ++ Bug #10853 "Array" printed when upgrading or installing </notes> </release> <release> @@ -177,11 +186,11 @@ <license uri="http://www.php.net/license">PHP License</license> <notes> Reworked webfrontend: [Tias] -* Use 'list' and 'list-upgrades' commands instead of the slow 'list-all' when possible -* Use command 'info' for installed packages +* Use 'list' and 'list-upgrades' commands instead of the slow 'list-all' when possible +* Use command 'info' for installed packages * Add proper documentation -* Make 'search' work over all channels -* Change 'list all packages' too 'list all categories' and list it for _all_ channels (also provide dry list of package names) +* Make 'search' work over all channels +* Change 'list all packages' too 'list all categories' and list it for _all_ channels (also provide dry list of package names) * Remove unnecessary DHTML stuff * Make it easy to set up the frontend for an existing pear installation </notes> @@ -238,7 +247,6 @@ <license uri="http://www.php.net/license">PHP License</license> <notes>Major features addition: channel support Also, support for post-install scripts on install, and package.xml 2.0 - </notes> </release> <release> @@ -256,7 +264,6 @@ - Fix a bug while using both CLI and Web installer (Invalid characters, bug #23516) - Installs correctly the CLI tools - </notes> </release> <release> @@ -273,9 +280,8 @@ <notes>Bugfixes release: - Remove Pager dep - Should work well on non apache system (ie IIS) -- The 'installed packages' is now the entry page +- The 'installed packages' is now the entry page (no more remote connection during startup) - </notes> </release> </changelog> | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, packagexml, pear, pear_frontend_web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pear /PEAR_Frontend_Web package.xml pearfrontendweb.php pearweb.php /PEAR_Frontend_Web/docs example.php index.php.txt | Pear | 0 | 05-20-2007 7:42 PM | |
| cvs: pear /PEAR_Frontend_Web pearfrontendweb.php /PEAR_Frontend_Web/Frontend Web.php /PEAR_Frontend_Web/Frontend/Web Docviewer.php /PEAR_Frontend_Web/data style.css | Pear | 0 | 05-20-2007 7:42 PM | |
| cvs: pear /PEAR_Frontend_Web/Frontend/Web/data package.js style.css /PEAR_Frontend_Web/Frontend/Web/data/images category.jpg config.gif download.gif error.gif info.gif infoplus.gif install.gif install_fail.gif install_ok.gif install_wait.gif login.g | Pear | 0 | 05-20-2007 7:42 PM | |
| cvs: pear /PEAR_Frontend_Web package.xml /PEAR_Frontend_Web/Frontend Web.php | Pear | 0 | 05-20-2007 7:42 PM | |
| cvs: pear /PEAR_Frontend_Web package.xml pearweb.php /PEAR_Frontend_Web/Frontend Web.php /PEAR_Frontend_Web/docs example.php index.php.txt | Pear | 0 | 05-20-2007 7:42 PM | |
| Featured Websites | ||||
|