Bobb File List System Development team is proud to announce the release of version 3.0.0 of their software. The team has been hard at work working through the code to make it run faster, more user-friendly, and more internationalized. As of the 3.0.0 release we support English, Norwegian, French, Swedish, Bulgarian, German, and even Latin. Many more languages are in the works to keep updated if the language you want it not listed.
Some of the major updates that have happened to the program since 2.9.0 release are some code optimization fixes. Though it was already really well optimized, we found ways to make it even better. We also added some features for easier navigation. We also have support for non-standard root directory paths (this usually occurred on servers where the servers root directory path was not the same as the document path).
Here is a more detailed list of what as occurred:
New since 2.9.0:
In both: Made all stats update time change based on the number of files and directories in the all stats file. The more files/dirs you have the longer it waits to update. (bug: 1048478) (Brandon)
In both: Made the path at top links, so you can click on any one to go to a higher directory. Makes for easier navigating. (bug: 1044135) (Brandon)
In -lang: Made the organize_ord feature work with a list of ignore words, instead of just a couple of preset ones. This was necessary for the internationalization. (bug: 1043596) (Brandon)
Updated since 2.9.0:
In both: Made code more optimized be moving some if and loop statements around. The program now goes through less info each execution. (bug: 1042681) (Brandon)
In both: Made the all stats scan 8 subdir levels deep (previously only 6). (bug: 1048480) (Brandon)
In both: Fixed bug where non-standard file paths would make system fail. So we switched from '$loc1 = $DOC_ROOT . $cur_dir' to '$loc1 = dirname(__FILE__)' to allow for this. (bug: 1044973) (Bradley/Brandon)
In both: Rewrote code (because of above fix) to make less errors occur and be more optimized. (Brandon)
In both: Fixed bug where all stats were incorrect when accept file ending returned true twice. (bug: 1038650) (Brandon)
In -lang: Added some more set words to be translated due to language changes that I was unaware of. (Brandon)