[Picfinity-features] [ picfinity-Feature Requests-1788645 ] Don't always want to update the XML
Status: Beta
Brought to you by:
espadav8
From: SourceForge.net <no...@so...> - 2007-09-05 17:22:25
|
Feature Requests item #1788645, was opened at 2007-09-05 17:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=976022&aid=1788645&group_id=201054 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PHP Code Group: None Status: Open Priority: 5 Private: No Submitted By: Andrew Smith (espadav8) Assigned to: Andrew Smith (espadav8) Summary: Don't always want to update the XML Initial Comment: As it currently stands, each time the PHP page is requested, it goes through every folder to create an XML layout which is then passed to the XSL and possibly saved to the gallery.xml file. With large galleries this could be a slow point and also unwanted behavior (if, for example, you want to upload some photos but not have them shown until you do a manual update). Therefore, if the XML file exists, and a flag is set saying not to create a new one, just load the old file, pass that to the XSL and end, rather than re-creating everything. If you don't want the XML file to be updated, but there isn't already one there then re-create it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=976022&aid=1788645&group_id=201054 |