Commit Graph

4156 Commits

Author SHA1 Message Date
Miles Lott
079809436f Trying to silence intermittent php3 error 2001-08-26 18:50:57 +00:00
Miles Lott
4ad548c53d Use new function to decode second and subsequent levels of the request array 2001-08-26 18:24:48 +00:00
Miles Lott
e89f074cea Slightly better multi-dimensional array routine... 2001-08-26 15:17:24 +00:00
skeeter
6bb89c4162 Changed over to GLOBALS. 2001-08-26 12:32:28 +00:00
skeeter
d0ed87c15a Switching around the set_week_array() from BO to UI. 2001-08-26 12:31:28 +00:00
jengo
955fa303be _finally_ merged my dual pass and default preference changes 2001-08-26 04:32:28 +00:00
skeeter
4dc6237cff Added the list_methods function. 2001-08-26 04:30:41 +00:00
skeeter
039b9fe3fb Passing this on to Milosch for refinement - Handling mutiple layers of an associated array. 2001-08-26 04:30:06 +00:00
skeeter
cd6db0dfad Changes for Feature Request #452020 - Only send out Acceptance/Rejection/Tentative notifications to the owner of the event. 2001-08-26 03:08:31 +00:00
Miles Lott
eb429ea494 demo account creation is now a checkbox option, on by default 2001-08-25 21:18:30 +00:00
skeeter
265db7f0c7 Fix for daily repeating events setting the proper interval. 2001-08-25 21:12:51 +00:00
skeeter
b424cec285 Fix for weekly repeating events setting the proper interval. 2001-08-25 21:10:54 +00:00
Miles Lott
6f3ede4746 undo last change 2001-08-25 21:02:53 +00:00
jengo
4fe20e1152 Added dual pass preferences 2001-08-25 20:26:22 +00:00
Miles Lott
54f7afb947 Chop off last comma for php3 2001-08-25 20:23:50 +00:00
Miles Lott
e93e792876 Adjust comments 2001-08-25 20:06:03 +00:00
Miles Lott
87f5ac0200 Fix to show float4/8 correctly in sqltoarray 2001-08-25 09:16:00 +00:00
Miles Lott
84401ad8b3 Show table count 2001-08-25 09:09:34 +00:00
skeeter
63a222f3ca Fix for seek3r's problem with the calendar and timezone settings. 2001-08-25 03:22:33 +00:00
skeeter
e363d68a3a Small speed ups to the mini-cals. 2001-08-25 03:22:01 +00:00
skeeter
a4c6d691e5 Last fix... parse error.. 2001-08-25 03:21:26 +00:00
skeeter
967b84fa3a More fixes for no participants defined for an event. 2001-08-25 02:12:02 +00:00
bettina
55affe73c7 changed mailaddress plus notes 2001-08-25 00:04:05 +00:00
Miles Lott
c81c7c5428 Fix setting of filter for nextmatchs 2001-08-24 23:35:27 +00:00
Miles Lott
452246b689 This is not perfect, but hopefully 7 months won't go by again until the next update ;) 2001-08-24 22:24:35 +00:00
zone
ffb2e67e39 Get rid of extra NULL in INSERT 2001-08-24 22:18:03 +00:00
skeeter
b6984859df Possible fix for no participants defined for an event. 2001-08-24 12:12:51 +00:00
skeeter
6ee87cd2b7 1 fix for setting response. 1 fix for weekly views. 2001-08-24 11:14:40 +00:00
zone
02e64e4d90 GLOBAL's, base64 encoding, add default preferences if not set, add show_upload_boxes 2001-08-24 08:08:06 +00:00
zone
d1fa890722 Make link to bug report non-encoded 2001-08-24 08:05:29 +00:00
zone
151913b103 Change string_encode () to base64, move basic variable declarations, update bad_chars (), added more help 2001-08-24 08:03:39 +00:00
zone
297306500a Conform better, cosmetic only 2001-08-24 08:01:22 +00:00
zone
9fffb63a33 html_help_link () is more flexible, html_form_option () sets the value correctly now 2001-08-24 07:49:08 +00:00
zone
0bba61d6c4 Add show_upload_boxes option, extend preferences for dropdown boxes 2001-08-24 07:47:01 +00:00
zone
dcc1e05d85 Change set_attributes () handling of flags, add 'b' flag to fopen calls, fixes for Postgres date handling, other small tweaks 2001-08-24 07:44:43 +00:00
skeeter
bce5113662 Small cleanups of possible warning messages. 2001-08-24 01:53:52 +00:00
Miles Lott
5927992653 php3 fix, sometimes SEP='SEP' ? 2001-08-23 23:08:58 +00:00
Miles Lott
a18da3100c Adjustments to pass array values (one more to go) 2001-08-23 06:57:37 +00:00
Miles Lott
c08ed955e1 Use $GLOBALS 2001-08-23 06:55:12 +00:00
Miles Lott
73dfa28bdf Use $GLOBALS 2001-08-23 06:48:27 +00:00
Miles Lott
57ba2dfff8 Handle multi-dimensional array input, decode those xmlrpcvals 2001-08-23 06:47:50 +00:00
Miles Lott
47f3ea01eb Tentatively move ACL defines outside of currentapp logic (so they work for xml/soap) 2001-08-23 04:32:15 +00:00
Miles Lott
b4eacadef8 Cleanup use of acl, one less db call, etc. 2001-08-23 04:29:20 +00:00
Miles Lott
9d60e7f2ac Use correct version of the $login variable, we want the one functions.inc.php has touched 2001-08-23 03:48:28 +00:00
Miles Lott
51fd39fac2 Fix auth check on xmlrpc.php, modify sessions verify/destroy to optionally
accept sessionid/kp3
2001-08-23 02:54:25 +00:00
Miles Lott
822b956b80 Fix login return of sessionid/kp3 for user logins 2001-08-22 20:01:05 +00:00
Miles Lott
55c06c14ad for xmlrpc, if the value sent is a string, encode it as such - phpgw will almost
always use structs...
2001-08-22 03:51:29 +00:00
Miles Lott
4201c27997 This is either a php3 fix or a nasty workaround 2001-08-21 19:54:09 +00:00
Miles Lott
ad1e3f276a Undo inadvertent commit on this file... 2001-08-21 18:57:13 +00:00
Miles Lott
e0db915670 Changes to allow register_globals to be off 2001-08-21 18:48:50 +00:00