Planned
- Add in categories (tagging system).
- Add mini calender to pick out dates.
- Display DB status messages some how (possibly browser status bar but this
is often disabled now in browsers by default)
- Multiple display options on user and edit side. E.g. number of images to
display per page, sort order, etc.
- Search gallery option
- Added ability to add captions to images
Version 3.52
- Fixed up CSS style sheets. All form fields should look the same now.
- Added publishOn field to static galleries. Makes it possible to keep galleries
private until a certain day has passed.
- Fixed up UpdateTableFileTypes.php script. This is probably still not 100%
robust but itll improve as Generate updates are made.
- Changed backend interface so more information can be displayed. Shrunk down
main tool bar, made other small visual tweaks.
- Removes partner account login, password and normal password from TGP default
info. Was causing more problems than it fixed.
- All filelinks on the gallery listing point to Clean.htm static pages again.
Version 3.51
- Fix up customrecipimage linking so it uses local copy recip images. Works
for MILF, ESPO2 and AA01 styles now.
- Started to remove "Display" from certain fiile names so that everything
is grouped by filetype name prefix. eg. DisplayTGPVariantRow.php becomes just
TGPVariantRow.php. This will make it easier to support future filetypes because
all the files will be sorted together.
- TGPVariants now have strikethrough style when they are marked as failed.
- Automated checkbox and radio button clicking implemented.
- Fixed bug with UpdateTableFileTypes.php script that failed when trying to
operate on Styles table. Also fixed bug where adding new columns didn't go
into the right positions
- Slight comestic changes to add, display, delete TGP and TGPVariant pages.
- Added in "test" button on gallery edit page that autofills submit
descriptions. This makes testing a lot easier for me.
- "Refresh" problem fixed for automatic submission. Can now set
which refresh to do thank you check on in TGP edit page.
- Fixed fake TGP page so it includes sorting again.
Version 3.50
- Static moved to Generate 3 platform. Is currently missing gallery importation
from Static G2 but otherwise has full parity with Static G2.
Version 3.05
- Restore script added to upgrade Generate 2 instance to Generate 3.
Version 3.04
- Support added for SAS file types.
- Changed ISS display code to use CSS for main layout. Still using tables
to display all the data autogenerated by Generate. Hopefully this will make
the system easier to layout and faster to render.
- Must update all cached paths for children files whenever a file's name is
updated.
- Merged multiple edit styles back into one. I think it was a bad idea trying
to split it up now, because it made it impossible to test the various file
types at once. it's a much better idea to just have one edit style and use
the config file to edit which filetypes are allowed in each kind of Generate
instance.
- Fixed remove gallery images operation. Also added ability to click images
to designate files to delete in addition to the old checkbox system.
- Removed welcome message
- Fix add link file type.
- Edit style now uses CSS for primary layout.
- Added confirmation click to uninstall script to prevent accidental resets.
Version 3.03
- Editted Generate welcome message on edit side.
- Changed directory thumbnail message if none has been picked
- Update directory dates now during batch processing.
- Changed render time to Debug message.
- Improved batch upload option to support nested folders.
- Directory thumbs now selected by default if null when a child gallery is
updated.
Version 3.02 [Gallery Development]
- Update to PHP 5.X support
- Fixed image count for galleries
- Added in Style Manager, needed to cache styles in DB to eliminate FTP bottleneck.
- Display style now inherited from direct parent
- Added support for BlueSilver style (Old Calvin style). Changed it to support
1024 wide screen versus 800. Adjusted thumbnail size to better accomodate
new standard page width.
- Changed the ImageResizeProgress.php window so that it knows if it's a nested
window or not. If it is nested, remove the page margins.
- Wrapped ftp_rmdir so that it works with my delete simulation
- Merge multiple display file type functions into one generalized version.
Used includes and file naming conventions like before to separate code into
multiple files. E.g. DisplayFile uses the file type Gallery to call DisplayGalleryData.php
and DisplayGalleryContents.php.
- Fixed problems with single quotes being in filenames. eg. Calvin's Photos.
Changed single quotes in names to &symbols on save. Also did the same
thing for descriptions.
- Added HTML markup comments in code so HTML output is easier to read and
debug.
- Fixed option to select thumb for directories.
- Added back option to change the image sizes for a gallery. Advanced Settings
tabe dynamic collapses and expands
- Changed ordering support to used text enums instead of int codes.
Version 3.01
- Fixed batch upload link.
- Fixed select file thumb option for galleries.
- Added preview and delete icons to edit side.
- Changed image resizing code so that images that are already the desired
size do not get reprocessed.
- Slight adjustments to DefaultDisplay style.
Version 3.00
- Cache gallery information to increase performance. FTP lookup only occurs
on image add and removal now. Changed insert and update DB code so it dynamically
generates SQL stataments. Structure to be defined in configuration file. This
will allow me to make the fields for the Generate system more flexible and
easier to maintain.
- Multiple filetype support added.
- Basic regression tests for DB and FTP functions.
- Batch processing of galleries added but cannot handle recursive cases yet.