From c02a9301215ac146c26346ebc633d7c808cea5ee Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 9 Aug 2013 01:20:34 -0700 Subject: move sitekey creation to the account creation function instead of during channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin --- doc/html/classphoto__driver-members.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/html/classphoto__driver-members.html') diff --git a/doc/html/classphoto__driver-members.html b/doc/html/classphoto__driver-members.html index 570e6c1f7..4a270d6bf 100644 --- a/doc/html/classphoto__driver-members.html +++ b/doc/html/classphoto__driver-members.html @@ -134,13 +134,14 @@ $(document).ready(function(){initNavTree('classphoto__driver.html','');}); load($data, $type)photo_driver orient($filename)photo_driver rotate($degrees)photo_driver - saveImage($path)photo_driver - scaleImage($max)photo_driver - scaleImageSquare($dim)photo_driver - scaleImageUp($min)photo_driver - setDimensions()photo_driver - store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver - supportedTypes()photo_driver + save($arr)photo_driver + saveImage($path)photo_driver + scaleImage($max)photo_driver + scaleImageSquare($dim)photo_driver + scaleImageUp($min)photo_driver + setDimensions()photo_driver + store($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')photo_driver + supportedTypes()photo_driver -- cgit v1.2.3