July 2005 Archives by subject
Starting: Tue Jul 19 17:08:29 EDT 2005
Ending: Fri Jul 29 16:50:19 EDT 2005
Messages: 58
- [Svn] [100] trunk: + Took out non-working "check if installed" code from the installation script
ryan at plogger.org
- [Svn] [101] trunk/admin/plog-options.php: + Fixed bug: old settings would appear in options form after new settings were applied.
ryan at plogger.org
- [Svn] [102] trunk: + Added accesskeys to all the major functions, complete listing of keyboard shortcuts at http://plogger.org/docs/shortcuts/
ryan at plogger.org
- [Svn] [103] trunk: + Mostly small changes and code cleanup
ryan at plogger.org
- [Svn] [104] trunk/plog-functions.php: + Fixed bug: Next link was incorrect in generate_pagination()
ryan at plogger.org
- [Svn] [105] trunk: + implement sanitize_filename() - attempts to replace international characters
ryan at plogger.org
- [Svn] [106] trunk/admin/plog-import.php: Use md5 hashes of directory names instead of passing around the actual directory name.
ryan at plogger.org
- [Svn] [106] trunk/admin/plog-import.php: Use md5 hashes of directory names instead of passing around the actual directory name.
Anti Veeranna
- [Svn] [107] trunk: + add admin_email field to config table
ryan at plogger.org
- [Svn] [108] trunk: Removed unused directories
ryan at plogger.org
- [Svn] [109] trunk:
ryan at plogger.org
- [Svn] [110] trunk/admin/plog-admin-functions.php: + do not allow adding images to non-existing albums
ryan at plogger.org
- [Svn] [111] trunk: + add comments_notify (Notify admin if a new comment is posted) to config table
ryan at plogger.org
- [Svn] [112] trunk: move generate_url to plog_functions, since it will be used elsewhere as well
ryan at plogger.org
- [Svn] [113] trunk/css/gallery.css:
ryan at plogger.org
- [Svn] [114] trunk: + implement add_comment()
ryan at plogger.org
- [Svn] [115] trunk/plog-functions.php: generate_url() - use baseurl even when mod_rewrite is not in use, otherwise if this
ryan at plogger.org
- [Svn] [116] trunk/plog-functions.php: + return value of generate_url() cannot be used as redirect url, if it contains
ryan at plogger.org
- [Svn] [117] trunk/admin/plog-upload.php: + Add error checking to upload form to make sure file exists
ryan at plogger.org
- [Svn] [118] trunk/admin/plog-admin-functions.php: do not allow empty names for collections/albums
ryan at plogger.org
- [Svn] [119] trunk/admin/plog-admin-functions.php: a bit too early for that
ryan at plogger.org
- [Svn] [120] trunk/admin: + plog-manage.php now shows album and collection counts within the interface
ryan at plogger.org
- [Svn] [121] trunk/admin/plog-thumbpopup.php: + Thumbnail pop-up now properly resizes itself to the user configured large thumbnail size.
ryan at plogger.org
- [Svn] [65] trunk:
ryan at plogger.org
- [Svn] [66] trunk: + set charset in plog-load_config instead
ryan at plogger.org
- [Svn] [67] trunk/admin: + move javascript functions into separate file
ryan at plogger.org
- [Svn] [68] trunk/admin: + implement count_albums and make plog-import and plog-upload use that
ryan at plogger.org
- [Svn] [69] trunk: + add use_mod_rewrite to config table
ryan at plogger.org
- [Svn] [70] trunk/admin: + this is first part of my mod_rewrite work, there is a new checkbox in the options
ryan at plogger.org
- [Svn] [71] trunk/gallery.php: + and this is the final part of mod_rewrite code.
ryan at plogger.org
- [Svn] [72] trunk/gallery.php: + fix a minor bug in generate_url
ryan at plogger.org
- [Svn] [73] trunk: + strings from urls should be urldecoded before being passed to MySQL, this makes "nice"
ryan at plogger.org
- [Svn] [74] trunk/admin: + Aligned all form controls with their respective labels.
ryan at plogger.org
- [Svn] [75] trunk/admin/plog-admin-functions.php: + allow dots (.) and apostrophses in album/collectio names
ryan at plogger.org
- [Svn] [76] trunk: move smartstripslashes() and smartaddslashes() to plog_functions, since those are needed
ryan at plogger.org
- [Svn] [77] trunk/gallery.php: + paths with apostrophes in them now work with mod_rewrite
ryan at plogger.org
- [Svn] [78] trunk/_install.php: + switch mysql tables over to UTF8 as well
ryan at plogger.org
- [Svn] [79] trunk/_upgrade.php: + add new fields (ip, approved) to comments table
ryan at plogger.org
- [Svn] [80] trunk/plog-comment.php: + register IP for each comment, it's interesting to know where the comment came from
ryan at plogger.org
- [Svn] [81] trunk: + add index for comments.approved
ryan at plogger.org
- [Svn] [82] trunk/admin/plog-feedback.php: + show ip for comments
ryan at plogger.org
- [Svn] [83] trunk/plog-functions.php: + some error checking for generate_thumb functions
ryan at plogger.org
- [Svn] [84] trunk: + refactor path resolving into a separate function and make it more foolproof
ryan at plogger.org
- [Svn] [85] trunk: + if mod_rewrite is in use, then RSS links will be formatted as
ryan at plogger.org
- [Svn] [86] trunk/gallery.php: + prev/next links for pictures, links in search results and jump_menu elements now use generate_url,
ryan at plogger.org
- [Svn] [88]
ryan at plogger.org
- [Svn] [89] trunk: + restore RSS feeds for searches
ryan at plogger.org
- [Svn] [90] Oops, how did these get here?
ryan at plogger.org
- [Svn] [91] trunk/_install.php: + do not specify default charset for CREATE TABLE statements if running
ryan at plogger.org
- [Svn] [92] trunk/_upgrade.php: + add MySQL check for table character set conversion
ryan at plogger.org
- [Svn] [93] trunk/css: + Fixed some CSS display issues in Internet Explorer.
ryan at plogger.org
- [Svn] [94] trunk/gallery.php: + rewritten pagination, it now uses page numbers instead of amount of items to skip
ryan at plogger.org
- [Svn] [95] trunk/lib/phpthumb: + Upgrade phpThumb library to v1.6, just released July 18th.
ryan at plogger.org
- [Svn] [96] trunk/gallery.php: + simplify the logic for generating next/prev links in "picture" level
ryan at plogger.org
- [Svn] [97] trunk: + move generate_pagination to plog-functions, since the same
ryan at plogger.org
- [Svn] [98] trunk/admin/plog-feedback.php: + use generate_pagination() from plog-functions here as well
ryan at plogger.org
- [Svn] [99] trunk: + Added "View as Slideshow" option to albums.
ryan at plogger.org
- [Svn] [70] trunk/admin: + this is first part of my mod_rewrite work, there is a new checkbox in the options
ryan at plogger.org
- [Svn] [100] trunk: + Took out non-working "check if installed" code from the installation script
ryan at plogger.org
- [Svn] [101] trunk/admin/plog-options.php: + Fixed bug: old settings would appear in options form after new settings were applied.
ryan at plogger.org
- [Svn] [102] trunk: + Added accesskeys to all the major functions, complete listing of keyboard shortcuts at http://plogger.org/docs/shortcuts/
ryan at plogger.org
- [Svn] [103] trunk: + Mostly small changes and code cleanup
ryan at plogger.org
- [Svn] [104] trunk/plog-functions.php: + Fixed bug: Next link was incorrect in generate_pagination()
ryan at plogger.org
- [Svn] [105] trunk: + implement sanitize_filename() - attempts to replace international characters
ryan at plogger.org
- [Svn] [106] trunk/admin/plog-import.php: Use md5 hashes of directory names instead of passing around the actual directory name.
ryan at plogger.org
- [Svn] [106] trunk/admin/plog-import.php: Use md5 hashes of directory names instead of passing around the actual directory name.
Anti Veeranna
- [Svn] [107] trunk: + add admin_email field to config table
ryan at plogger.org
- [Svn] [108] trunk: Removed unused directories
ryan at plogger.org
- [Svn] [109] trunk:
ryan at plogger.org
- [Svn] [110] trunk/admin/plog-admin-functions.php: + do not allow adding images to non-existing albums
ryan at plogger.org
- [Svn] [111] trunk: + add comments_notify (Notify admin if a new comment is posted) to config table
ryan at plogger.org
- [Svn] [112] trunk: move generate_url to plog_functions, since it will be used elsewhere as well
ryan at plogger.org
- [Svn] [113] trunk/css/gallery.css:
ryan at plogger.org
- [Svn] [114] trunk: + implement add_comment()
ryan at plogger.org
- [Svn] [115] trunk/plog-functions.php: generate_url() - use baseurl even when mod_rewrite is not in use, otherwise if this
ryan at plogger.org
- [Svn] [116] trunk/plog-functions.php: + return value of generate_url() cannot be used as redirect url, if it contains
ryan at plogger.org
- [Svn] [117] trunk/admin/plog-upload.php: + Add error checking to upload form to make sure file exists
ryan at plogger.org
- [Svn] [118] trunk/admin/plog-admin-functions.php: do not allow empty names for collections/albums
ryan at plogger.org
- [Svn] [119] trunk/admin/plog-admin-functions.php: a bit too early for that
ryan at plogger.org
- [Svn] [120] trunk/admin: + plog-manage.php now shows album and collection counts within the interface
ryan at plogger.org
- [Svn] [121] trunk/admin/plog-thumbpopup.php: + Thumbnail pop-up now properly resizes itself to the user configured large thumbnail size.
ryan at plogger.org
- [Svn] [65] trunk:
ryan at plogger.org
- [Svn] [66] trunk: + set charset in plog-load_config instead
ryan at plogger.org
- [Svn] [67] trunk/admin: + move javascript functions into separate file
ryan at plogger.org
- [Svn] [68] trunk/admin: + implement count_albums and make plog-import and plog-upload use that
ryan at plogger.org
- [Svn] [69] trunk: + add use_mod_rewrite to config table
ryan at plogger.org
- [Svn] [71] trunk/gallery.php: + and this is the final part of mod_rewrite code.
ryan at plogger.org
- [Svn] [72] trunk/gallery.php: + fix a minor bug in generate_url
ryan at plogger.org
- [Svn] [73] trunk: + strings from urls should be urldecoded before being passed to MySQL, this makes "nice"
ryan at plogger.org
- [Svn] [74] trunk/admin: + Aligned all form controls with their respective labels.
ryan at plogger.org
- [Svn] [75] trunk/admin/plog-admin-functions.php: + allow dots (.) and apostrophses in album/collectio names
ryan at plogger.org
- [Svn] [76] trunk: move smartstripslashes() and smartaddslashes() to plog_functions, since those are needed
ryan at plogger.org
- [Svn] [77] trunk/gallery.php: + paths with apostrophes in them now work with mod_rewrite
ryan at plogger.org
- [Svn] [78] trunk/_install.php: + switch mysql tables over to UTF8 as well
ryan at plogger.org
- [Svn] [79] trunk/_upgrade.php: + add new fields (ip, approved) to comments table
ryan at plogger.org
- [Svn] [80] trunk/plog-comment.php: + register IP for each comment, it's interesting to know where the comment came from
ryan at plogger.org
- [Svn] [81] trunk: + add index for comments.approved
ryan at plogger.org
- [Svn] [82] trunk/admin/plog-feedback.php: + show ip for comments
ryan at plogger.org
- [Svn] [83] trunk/plog-functions.php: + some error checking for generate_thumb functions
ryan at plogger.org
- [Svn] [84] trunk: + refactor path resolving into a separate function and make it more foolproof
ryan at plogger.org
- [Svn] [85] trunk: + if mod_rewrite is in use, then RSS links will be formatted as
ryan at plogger.org
- [Svn] [86] trunk/gallery.php: + prev/next links for pictures, links in search results and jump_menu elements now use generate_url,
ryan at plogger.org
- [Svn] [88]
ryan at plogger.org
- [Svn] [89] trunk: + restore RSS feeds for searches
ryan at plogger.org
- [Svn] [90] Oops, how did these get here?
ryan at plogger.org
- [Svn] [91] trunk/_install.php: + do not specify default charset for CREATE TABLE statements if running
ryan at plogger.org
- [Svn] [92] trunk/_upgrade.php: + add MySQL check for table character set conversion
ryan at plogger.org
- [Svn] [93] trunk/css: + Fixed some CSS display issues in Internet Explorer.
ryan at plogger.org
- [Svn] [94] trunk/gallery.php: + rewritten pagination, it now uses page numbers instead of amount of items to skip
ryan at plogger.org
- [Svn] [95] trunk/lib/phpthumb: + Upgrade phpThumb library to v1.6, just released July 18th.
ryan at plogger.org
- [Svn] [96] trunk/gallery.php: + simplify the logic for generating next/prev links in "picture" level
ryan at plogger.org
- [Svn] [97] trunk: + move generate_pagination to plog-functions, since the same
ryan at plogger.org
- [Svn] [98] trunk/admin/plog-feedback.php: + use generate_pagination() from plog-functions here as well
ryan at plogger.org
- [Svn] [99] trunk: + Added "View as Slideshow" option to albums.
ryan at plogger.org
- [Svn] test
Ryan Duff
- [Svn] test
Ryan Duff
Last message date:
Fri Jul 29 16:50:19 EDT 2005
Archived on: Fri Jul 4 17:57:55 EDT 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).