Archive for June, 2005
- Database garbage collection functions implemented.
- Temporarily added a “pruning” page to clean the database manually - prune.php
(GC will be used later before any operation relying on the database)
- Comments, comment template functions added.
- Lots of bugfixes, speedups, etc.
Relevant links:
- Pagination:
- Template functions to get/print links to next/prev page based on context, and to any page given its number.
- Improved album/gallery links: now point to the page where the current element resides (eg: the Album
link for an Image page would point to the page of the album that image is on).
- “Page list” widget (printPageList), prints a UL of links to all pages in the current context, current one has LI.current class.
- mod_rewrite rules written (cruft-free URLs)
- Class functions to save new metadata to the database
- Lots of small bugfixes
Relevant links: