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/event_8php.html | 275 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 doc/html/event_8php.html (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html new file mode 100644 index 000000000..e11d4dd0f --- /dev/null +++ b/doc/html/event_8php.html @@ -0,0 +1,275 @@ + + + + + + +The Red Project: include/event.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
event.php File Reference
+
+
+ + + + + + + + + + + + + + + + +

+Functions

 format_event_html ($ev)
 
 format_event_bbcode ($ev)
 
 bbtovcal ($s)
 
 bbtoevent ($s)
 
 sort_by_date ($arr)
 
 ev_compare ($a, $b)
 
 event_store ($arr)
 
+

Function Documentation

+ +
+
+ + + + + + + + +
bbtoevent ( $s)
+
+
+ +
+
+ + + + + + + + +
bbtovcal ( $s)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
ev_compare ( $a,
 $b 
)
+
+ +
+
+ +
+
+ + + + + + + + +
event_store ( $arr)
+
+
+ +
+
+ + + + + + + + +
format_event_bbcode ( $ev)
+
+ +

Referenced by event_store().

+ +
+
+ +
+
+ + + + + + + + +
format_event_html ( $ev)
+
+ +

Referenced by bbcode(), bbtovcal(), and events_content().

+ +
+
+ +
+
+ + + + + + + + +
sort_by_date ( $arr)
+
+ +

Referenced by events_content().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/event_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index e11d4dd0f..22661d1b7 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -266,7 +266,7 @@ Functions - - - - + -- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/event_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index f6ec99d30..edf752f81 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -28,7 +28,7 @@ - + -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/event_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index 03ef05ce5..f75407c79 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -28,7 +28,7 @@
The Red Project
-- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/event_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index edf752f81..03ef05ce5 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/event.php File Reference +The Red Matrix: include/event.php File Reference @@ -30,7 +30,7 @@
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- 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/event_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index f75407c79..9cf9ee8ad 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -142,7 +142,7 @@ Functions
@@ -202,7 +202,7 @@ Functions -- cgit v1.2.3 From 24dd15c2051bad20cad266e36227577cd8e46632 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Oct 2013 04:46:55 -0700 Subject: doc update --- doc/html/event_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index 9cf9ee8ad..e5f82b84d 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -202,7 +202,7 @@ Functions -- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/event_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index e5f82b84d..bef857f32 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
-- cgit v1.2.3 From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: doc update --- doc/html/event_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index bef857f32..ad8021cfd 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -142,7 +142,7 @@ Functions
@@ -202,7 +202,7 @@ Functions
-

Referenced by events_post(), and process_delivery().

+

Referenced by events_post(), and process_delivery().

-- cgit v1.2.3 From c37ee6f06f1a52b08c49fe3bd6de2cc46e51a490 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 30 May 2014 02:52:29 -0700 Subject: doc updates --- doc/html/event_8php.html | 74 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 7 deletions(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index ad8021cfd..2ebd35b34 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -124,8 +124,12 @@ Functions    ev_compare ($a, $b)   - event_store ($arr) -  + event_store_event ($arr) +  + event_addtocal ($item_id, $uid) +  + event_store_item ($arr, $event) + 

Function Documentation

@@ -142,7 +146,7 @@ Functions @@ -188,12 +192,40 @@ Functions - +
- + + + + + + + + + + + + + + + + +
event_store event_addtocal ( $item_id,
 $uid 
)
+
+ +

Referenced by events_content().

+ +
+
+ +
+
+ + + @@ -202,7 +234,35 @@ Functions
event_store_event (   $arr)
-

Referenced by events_post(), and process_delivery().

+

Referenced by event_addtocal(), and events_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
event_store_item ( $arr,
 $event 
)
+
+ +

Referenced by events_post().

@@ -220,7 +280,7 @@ Functions
-

Referenced by event_store().

+

Referenced by event_store_item().

-- cgit v1.2.3 From 376a51f8d8f2fd49ebbb8ac6a868cb151076db97 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Jun 2014 23:56:52 -0700 Subject: doc updates --- doc/html/event_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/event_8php.html') diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index 2ebd35b34..656ce68bf 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -234,7 +234,7 @@ Functions @@ -262,7 +262,7 @@ Functions
-

Referenced by events_post().

+

Referenced by events_post(), and update_birthdays().

-- cgit v1.2.3