summaryrefslogtreecommitdiff
path: root/www/pear-HTML_TreeMenu
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-22Update pear-HTML_TreeMenu package to 1.2.2.taca2-6/+6
1.2.2 2010-10-25 10:15 UTC Changelog: QA release Bug #17696 Patch in order to allow minimization of JS code Bug #7324 Problem using together with XMLRPC Bug #13665 phpcs errors Request #14941 Improve PHPCS results (javascript, tabs vs spaces) Bug #15292 Unit test failure -Fatal error: Call to undefined method Tree::setup() Request #15957 images dont "work" on dark(er) backgrounds Doc Bug #16718 sample simple example fails
2008-12-16Import PEAR::HTML_TreeMenu version 1.2.1:dsainty3-0/+25
The PEAR::HTML_TreeMenu PHP package provides methods for HTML tree menus. PHP Based api creates a tree structure using a couple of small PHP classes. This can then be converted to javascript using the printMenu() method. The tree is dynamic in IE 4 or higher, NN6/Mozilla and Opera 7, and maintains state (the collapsed/expanded status of the branches) by using cookies. Other browsers display the tree fully expanded. Each node can have an optional link and icon.