phphiler-announce Mailing List for PHPhiler
Status: Beta
Brought to you by:
geddeth
You can subscribe to this list here.
| 2004 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Achton N. N. <ac...@ne...> - 2004-08-18 19:18:34
|
Long time, no updates - so here's just a quick note about the status of PHPhiler. Development has been at a standstill since 0.3.0-cvs, which (as the name implies) is only present in CVS. This is due to the fact that it has expanded massively in terms of functionality, and especially settings and the action system. That means much more documentation, which is presently being moved from the actual distribution archive onto the website. To accommodate easy updating of the documentation in the future, this is being done in XML. It has taken me some time to think out a simple, easily maintainable system to do this with, but it is now complete, and all that's missing is some of the actual documentation (*sigh*). Apart from that, the source will in the future comply with the PEAR coding standards (see http://pear.php.net/manual/en/standards.php), and the API documentation will be made available with PHPdocumentor (http://www.phpdoc.org/). Also, plans are to merge the stable and unstable branches (again), thus maintaing one distribution along with the nightly CVS builds that are kindly provided by SourceForge. The next release of PHPhiler will be 0.3.0, which is expected to be around September 15th. Best regards, Achton -- http://achton.netherclift.net/ |
|
From: Achton N. N. <ac...@he...> - 2004-02-03 01:45:31
|
The first *real* release of PHPhiler has just been released. Grab it here: http://sourceforge.net/project/showfiles.php?group_id=72872&package_id=72820&release_id=214565 It eliminates a few bugs and adds some much needed features. See the changelog here: https://sourceforge.net/project/shownotes.php?release_id=214565 On another note, a new unstable version of PHPhiler (0.1.2-rc1) has also just been released: http://sourceforge.net/project/showfiles.php?group_id=72872&package_id=108734&release_id=214560 It contains some more (nifty) features, but may still contain a few bugs. Enjoy! /Geddeth |
|
From: Achton N. N. <ac...@he...> - 2004-01-18 22:19:25
|
Insofar as the SF CVS services will resume operation soon, the new 0.1.1-rc2 release of PHPhiler unstable will be uploaded. It adds support for sorting directories on top in listings along with other minor features and bugfixes. It can be downloaded from the project download page: http://sourceforge.net/project/showfiles.php?group_id=72872 This release also sets the standard for distribution archive contents in unstable releases; the documentation has been stripped, and the config file is renamed to indicate that it is a sample. Also, the revision numbering for both stable and unstable will soon begin following the standards as adopted by many GNU software projects and also by the Linux kernel itself. Thus, the version numbers are identified by major.minor.patch-release_candidate_no, where even minor release numbers identify stable releases, and odd minor release numbers identify unstable releases. The current stable release will soon be bumped to version 0.2.x, and the current unstable to 0.3.x. Best regards, Achton N. Netherclift The full revision history for this release is as follows: PHPhiler 0.1.1-rc2 ================== Released 19th January 2004 Feature: - Added proper support for setting dirs on top or mingling with files in listings - Added constant PHPHILER_CONFIG_FILE to define custom path *and* filename of config file - Moved config file to a sample config file so as not to overwrite existing installations Bugfix: - Subdirectories linked correctly. (Originally fixed in rc1) - Constants DESC and DESCR were mixed up in the HTML object. Fixed. - Changed back to original directory after index of subdir |