Perl and mySQL based website engine/photo gallery designed specifically for owners of digital cameras for easy mass image organization. Allows for webpages, galleries, journals, user/admin permissions, comments, keyword searching and more.
Be the first to post a text review of Merriment Website Engine Project. Rate and review a project by clicking thumbs up or thumbs down in the right column.
0.9 March 10 2004 Attempts to close html tags that are cut off at the end of each long post in frontpage.pl Added support for display of images in directories that are not in the database (noDatabasename or "unsorted" in the macros) Can display files not in database along with ones that are Owner can hide this as an option Optimizations to minimize mySQL lookups Used proper $connection->quote around all mySQL statements Properly abides by user, object, page, and unsorted "hidden" flags Closes connection to database after every exit or redirect and at end of files. Merged flags in database from seperate integer fields into one bitmask. See configuration.pl Sequence variable now used to alter order of displayed objects. Objects displayed in increasing numerical order Set default object display sequence value to be 100 instead of 0 May want to do: UPDATE objectmap SET sequence='100' WHERE sequence='0'; to update database Admin.pl Interface improved to display each virtual directory and delete and sequence options Cleaned up admin.pl code Validates permissions to files and directories before trying to rename/delete Design decision to pass old database data in forms to scripts in order to determine if an entry has been changed instead of looking that information up in the database later. Saves database lookups at the cost of passing potentially large amounts of data between forms. Done in admin.pl and useredit.pl Fixed bug in edit.pl that would insert a page parent multiple times into the database Fixed bug in dovote.pl that would cause an error when trying to vote an object anything other than 'yay' Fix some navigational bugs in htmltop Made everything a .pl file
0.9 March 10 2004 Attempts to close html tags that are cut off at the end of each long post in frontpage.pl Added support for display of images in directories that are not in the database (noDatabasename or "unsorted" in the macros) Can display files not in database along with ones that are Owner can hide this as an option Optimizations to minimize mySQL lookups Used proper $connection->quote around all mySQL statements Properly abides by user, object, page, and unsorted "hidden" flags Closes connection to database after every exit or redirect and at end of files. Merged flags in database from seperate integer fields into one bitmask. See configuration.pl Sequence variable now used to alter order of displayed objects. Objects displayed in increasing numerical order Set default object display sequence value to be 100 instead of 0 May want to do: UPDATE objectmap SET sequence='100' WHERE sequence='0'; to update database Admin.pl Interface improved to display each virtual directory and delete and sequence options Cleaned up admin.pl code Validates permissions to files and directories before trying to rename/delete Design decision to pass old database data in forms to scripts in order to determine if an entry has been changed instead of looking that information up in the database later. Saves database lookups at the cost of passing potentially large amounts of data between forms. Done in admin.pl and useredit.pl Fixed bug in edit.pl that would insert a page parent multiple times into the database Fixed bug in dovote.pl that would cause an error when trying to vote an object anything other than 'yay' Fix some navigational bugs in htmltop Made everything a .pl file
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?