picfinity-features Mailing List for Picfinity
Status: Beta
Brought to you by:
espadav8
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|
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 |
From: SourceForge.net <no...@so...> - 2007-08-06 22:41:28
|
Feature Requests item #1768857, was opened at 2007-08-06 22:41 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=1768857&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Andrew Smith (espadav8) Assigned to: Nobody/Anonymous (nobody) Summary: Standarised DB for possible 'advanced' themes Initial Comment: As it stands there can be 'basic' themes (like the gallery theme) and 'heavy' themes (like the ajax theme), these only provide image displaying though, if extra things were needed/wanted like comments/descriptions then each 'advanced' theme would need to create their own database and layout which would mean you couldn't switch between themes since you'd lose the data from the other tables. Creating a standardised database that all 'advanced' themes could access (with possible standard functions) would insure that cross-theme support wouldn't be an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=976022&aid=1768857&group_id=201054 |
From: SourceForge.net <no...@so...> - 2007-08-06 22:32:51
|
Feature Requests item #1768856, was opened at 2007-08-06 22:32 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=1768856&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: Consistent IDs for folders/files / linkable folders/files Initial Comment: IDs are just created using the PHP function uniqid('id') at the moment which produces a different ID for the folders/files each time the page is viewed. This should be changed so that you can create a 'link to image' and use the ID to ensure that the correct image is shown. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=976022&aid=1768856&group_id=201054 |