News
- Admin section – overview page basic layout (10 comments, links, etc)
- Admin section – mass-edit albums and images complete.
- Comments error more gracefully; removed saved comment info from the template.
- Administration section design complete.
- Login logic, authentication complete (login at /zp/admin/)
- AJAX in main gallery only works for logged-in user
- Added template functions for album date/place
- Fixed bug with AJAX editing and PHP magic_quotes_gpc
- Refactored config to use an array and getter function instead of global variables.
- AJAX title/description editing on images and albums.
- Comment saving
- Bugfixes; improved IE support.
Relevant links:
- 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: