From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/search/all_6a.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/html/search/all_6a.js (limited to 'doc/html/search/all_6a.js') diff --git a/doc/html/search/all_6a.js b/doc/html/search/all_6a.js new file mode 100644 index 000000000..08d26535c --- /dev/null +++ b/doc/html/search/all_6a.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['jindent',['jindent',['../text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8',1,'text.php']]], + ['jpeg_5fquality',['JPEG_QUALITY',['../boot_8php.html#a3475ff6c2e575f946ea0ee377e944173',1,'boot.php']]], + ['json_5freturn_5fand_5fdie',['json_return_and_die',['../include_2network_8php.html#a4c5d50079e089168d9248427018fffd4',1,'network.php']]] +]; -- cgit v1.2.3 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/search/all_6a.js | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/html/search/all_6a.js') diff --git a/doc/html/search/all_6a.js b/doc/html/search/all_6a.js index 08d26535c..4c01dbd84 100644 --- a/doc/html/search/all_6a.js +++ b/doc/html/search/all_6a.js @@ -2,5 +2,6 @@ var searchData= [ ['jindent',['jindent',['../text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8',1,'text.php']]], ['jpeg_5fquality',['JPEG_QUALITY',['../boot_8php.html#a3475ff6c2e575f946ea0ee377e944173',1,'boot.php']]], + ['json_5fdecode_5fplus',['json_decode_plus',['../text_8php.html#a0271381208acfa2d4cff36da281e3e23',1,'text.php']]], ['json_5freturn_5fand_5fdie',['json_return_and_die',['../include_2network_8php.html#a4c5d50079e089168d9248427018fffd4',1,'network.php']]] ]; -- cgit v1.2.3