Name | Modified | Size | Downloads / Week |
---|---|---|---|
phplm-4.0.6.tar.gz | 2015-02-14 | 6.6 MB | |
README.TXT | 2015-02-14 | 4.4 kB | |
phplm-4.0.5.tar.gz | 2015-01-06 | 4.9 MB | |
phplm-4.0.4.tar.gz | 2014-12-13 | 2.2 MB | |
phplm-4.0.1.tar.gz | 2014-12-13 | 957.5 kB | |
phplm-4.0.0.tar.gz | 2014-12-13 | 798.8 kB | |
phplm-4.0.0rc1.tar.gz | 2014-12-13 | 815.1 kB | |
Totals: 7 Items | 16.3 MB | 0 |
PHPLM (PHP Layers Menu) Brief CHANGELOG file - See the CHANGELOG.txt for complete file ------------------------------------------------------------------- This is the PHPLM project, a continuation of the phplayersmenu project (visit: http://phplayersmenu.sourceforge.net/). Actually there is nothing different between the two projects and PHPLM maintains backwards compatibility in the 4.0.x version series. I simply picked it up to maintain. I have kept the entire system exactly as it was in its 3.2.0-rc version and I am making changes on that. The changes will be recorded below in much the same way Marcos Pratesi started. I named the new version 4.0.0 in order to preseve continuity. Newer options and changes will be introduced with version 4.1. ** I should say that I tried to contact Marcos Pratesi, the orginal developer, and ask his permission to allow me to become an admin on the project, but he has not replied. I decided to fork a new project leaving the original intact, rather than taking it over. ** Andreas Kasenides andreas [at] kasenides.org ========================================================================= PHPLM v. 4.0.6 (14-February-2015) ------------------------------------------------------------------------- - a mostly DEMOS release. - DEMOS have been redone to make them functional but still preserve the original looks. - DEMOS are being cleaned up to better show the way to use PHPLM. Still lots of cleanup needed. - updated the docs/phpdoc documentation using newer versions of phpdocumentor ------------------------------------------------------------------------- PHPLM v. 4.0.5 (07-January-2015) ------------------------------------------------------------------------- - removed PATCHES/ICONS_I18N directory. Not relevant or useful any more - included docs/phplib-7.4a/ as a reference since this information is becoming difficult to find - expanded the DEMOS/NG demonstaration application - started using the CSSMenu class for producing CSS menus in the above demos. This class was never used and was not documented in previous versions. Still need to document this in the docs/. - testing with Firefox newer generation browsers - numerous changes in the user manual (still in the works) to better reflect the actual code - numerous code clean up changes and better code practices changes, mainly in the DEMOS/ sections ------------------------------------------------------------------------- PHPLM v. 4.0.4 (07-December-2014 - its been a long time!!) ------------------------------------------------------------------------- - Changed timeoutLength from 1000 to 100 as it seemed a better default (Brett Zamir) - Added 'var' to global and local var declarations (Brett Zamir) - Moved declarations intended as globals out of functions (Brett Zamir) - Removed @language from 'script' as no longer part of valid X/HTML (Brett Zamir) - Changed comment style on 'script' to work with XHTML (Brett Zamir) - Added my name to the @author constructs (Brett Zamir) - Added tableless layout option with new tableless_layout() setter methods in phptreemenu.inc.php and treemenu.inc.php (Brett Zamir) - Changed "a name" to "a id" for the sake of XHTML 1.1+ (Brett Zamir) - Changed @href referencing a blank "#" to "javascript:void(0);" - avoids moving to the top of the page (Brett Zamir) - Changed ereg_replace to faster str_replace (preg_replace also faster than ereg_replace, btw) (Brett Zamir) - Added setSelectedItemByUrlPreg() to LayersMenuCommon class (Brett Zamir) - Deprecated setSelectedItemByUrlEregi() in LayersMenuCommon class in favor of setSelectedItemByUrlPreg() (Brett Zamir) - Moved some styles for the 'imgs' class to the stylesheet (Brett Zamir) - Updated version numbers to 4.0.4 (Brett Zamir) - Set remaining new demos as UTF-8 (Brett Zamir) - Converted all new demos to valid XHTML (ideally will convert later to XHTML 1.0 Strict or 1.1 to set a good example!) (Brett Zamir) - Added 'phplm_' to "namespace" CSS (Brett Zamir) - Added quote marks to CSS font families (Brett Zamir) - revised the whole demo system to correct errors and to better reflect the PHPLM capabilities - started a DEMOS/NG demo series to update to recent menu practices and test PHPLM demos with new generation browsers - started a 4.x User manual (docs/phplm-manual-4.0.odt) using the 3.x source. The 3.x version docs have ben moved to docs/v3docs. Still lots of work here.