Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: arefsumI have experienced "lost" albums and images problem several times on my test installation of plogger. This happens when I change the Description field of the containing collection.Do you have any special characters or anything that you are adding to the description field (double or single quotes, especially?). There may have been a bug regarding not escaping quotes in the description. I believe this has been fixed in the current codebase, but I will check. It should be resolved in the next release of Plogger.
Posted By: arefsumie there are no images specified any longer, only a partial and messed up path nameCan you describe an example of the description you enter and the resulting path change in the db? I'm just trying to verify if my assumption above is correct or not and I may be able to verify that if you give an example. Also, is this if you edit the description using the AJAX editing or the form edit (editing the description in place or clicking the little pencil icon to the right)?
Posted By: arefsumI believe that using the whole complete path field a bit superfluous, as you basically only need the image name, parent_collection (id) and parent_album (id) since both are defined with path. If it is for speed, the it could have made sense, but otherwise it is not right.This does help speed things up, but also helps greatly with the Cruft Free URL option (i.e. www.yoursite.com/plogger/collection-name/album-name/image-name).
Posted By: arefsumWhy don't you use "generated" internal names that are completely safe?Actually, there were measures in place to try to make safe path names (the sanitize_filename function). However, I did notice a few spots where this was not being used correctly in the beta3 release. I think I have caught all the erroneous locations and updated the sanitize_filename to work better with many different types of filenames. The next release has fixed quite a few bugs that have come up during the long testing process that Plogger beta3 has undergone. :D
Posted By: sidtheduckDo you have any special characters or anything that you are adding to the description field (double or single quotes, especially?). There may have been a bug regarding not escaping quotes in the description. I believe this has been fixed in the current codebase, but I will check. It should be resolved in the next release of Plogger.
Posted By: sidtheduckCan you describe an example of the description you enter and the resulting path change in the db? I'm just trying to verify if my assumption above is correct or not and I may be able to verify that if you give an example. Also, is this if you edit the description using the AJAX editing or the form edit (editing the description in place or clicking the little pencil icon to the right)?
Posted By: sidtheduckThis does help speed things up, but also helps greatly with the Cruft Free URL option (i.e. www.yoursite.com/plogger/collection-name/album-name/image-name).No problem. I am using plogger embedded in fashion, so not all that interested in the Cruft Free URL option. I think the drawback currently is that it can be very difficult to recreate the full path and image name without looking at the EXIF info for each image when it is accidentally corrupted.
Posted By: sidtheduckActually, there were measures in place to try to make safe path names (the sanitize_filename function). However, I did notice a few spots where this was not being used correctly in the beta3 release. I think I have caught all the erroneous locations and updated the sanitize_filename to work better with many different types of filenames. The next release has fixed quite a few bugs that have come up during the long testing process that Plogger beta3 has undergone. :DCool :-)
1 to 3 of 3