Commit Graph

4736 Commits

Author SHA1 Message Date
Miles Lott
a9e47b31f0 Merge in Edd Dumbill's changes to header parsing in release 1.02 of xmlrpc for php;
Now allows whitespace in the xml itself
2001-11-30 03:59:21 +00:00
bettina
b65f4bcb29 added to the call to limit_query because this worked ;) 2001-11-30 02:49:04 +00:00
bettina
0517dbdc98 removed from call to limit_query because this didnt work 2001-11-30 02:38:24 +00:00
skeeter
64b79607cb Added the calendar lang translations to the home page. 2001-11-30 01:22:32 +00:00
skeeter
fb8b5eb877 Turned off the debug statements in the boclass. 2001-11-30 01:21:44 +00:00
Miles Lott
2fcb147cf0 undo last oops 2001-11-30 01:14:57 +00:00
Miles Lott
80edef2307 *** empty log message *** 2001-11-30 01:13:31 +00:00
jengo
1edd9f4331 You can now name a XML-RPC method one name, and have it call a different function name. For example, the method name is list and it calls _list() 2001-11-30 00:48:25 +00:00
jengo
49b8a43fbd Allowing xml_functions.inc.php to be loaded 2001-11-29 22:12:28 +00:00
jengo
99c96525b8 Changed to use the xmlrpcfault() function 2001-11-29 22:07:51 +00:00
jengo
94dd77324c Added xmlrpcfault for handling faults and stopping execution of the application 2001-11-29 22:07:28 +00:00
jengo
64d0fc337e Experimental error reporting for XML-RPC and SOAP ... 2001-11-29 19:55:37 +00:00
Miles Lott
6330681793 php3 fix for detection class; add use of db_addslashes() for when we re-insert
table data to a new table in pg (altertable/column)
2001-11-29 03:58:22 +00:00
skeeter
9165bf5f60 Fix for group accessing calendar events. A few places I removed some extraneous code. 2001-11-29 03:12:01 +00:00
Miles Lott
1ebc3e04ba Should fix this for GLOBALS 2001-11-28 03:42:56 +00:00
skeeter
86adabb752 Possible fix for bug #429645. 2001-11-28 03:39:19 +00:00
angles
193ec1e48e add page auto-refresh capability to idsociety template set 2001-11-28 00:18:53 +00:00
Miles Lott
1b6c84d688 Fix to work with register_globals off, also tested with it on 2001-11-27 04:53:17 +00:00
skeeter
ad4a94139c Fix for bug #480863. 2001-11-27 01:19:56 +00:00
Miles Lott
29e8cc822c VERSION UPGRADE - adjust lang table to accept 255 char messageid 2001-11-25 23:32:16 +00:00
Miles Lott
8aa6af0726 Add facsimiletelephonenumber(fax) to contact schema 2001-11-25 13:43:05 +00:00
Miles Lott
2c70e602a3 possible fix for no app cats on add 2001-11-25 10:18:38 +00:00
Miles Lott
79968a165b remove debug output 2001-11-25 02:49:35 +00:00
Miles Lott
a644b200da silence non-object error until we can fix this 2001-11-25 02:37:50 +00:00
Miles Lott
a4053a15c4 Missed a global 2001-11-25 02:27:22 +00:00
Miles Lott
bd2a20dcd8 another fix for log object does not exist in setup 2001-11-25 01:29:04 +00:00
Miles Lott
886f62667e fix for log object does not exist in setup 2001-11-25 01:24:42 +00:00
Miles Lott
aaf0b21cf8 GLOBALS, formatting 2001-11-24 23:03:33 +00:00
Miles Lott
2a8e15d3fb Add missing ) 2001-11-24 21:49:10 +00:00
bettina
b67e4d9102 GLOBALS 2001-11-24 19:30:11 +00:00
Miles Lott
081f770702 globals 2001-11-23 21:10:04 +00:00
Miles Lott
cae7b6a7ff globals 2001-11-23 21:04:06 +00:00
Miles Lott
54013f4a19 GLOBALS 2001-11-23 20:05:08 +00:00
Miles Lott
9e395f3535 minor formatting 2001-11-23 19:43:55 +00:00
Miles Lott
8fe284ea7d GLOBALS 2001-11-23 19:38:17 +00:00
Miles Lott
97c7d485ff formatting 2001-11-23 19:35:45 +00:00
Miles Lott
332cb51db9 GLOBALS 2001-11-23 19:23:22 +00:00
Miles Lott
db074c4dd7 GLOBALS; remove uneeded class vars in common (I hope) 2001-11-23 19:19:04 +00:00
Miles Lott
2ab805ebe6 minor formatting 2001-11-23 17:56:51 +00:00
Miles Lott
7ea5603c67 minor formatting, add banner 2001-11-23 17:54:13 +00:00
Miles Lott
189015a1d9 formatting 2001-11-23 17:49:57 +00:00
Miles Lott
032424dbf7 add Id tag, minor formatting 2001-11-23 17:24:49 +00:00
Miles Lott
c74d00b8ff show also private when "show all" is selected 2001-11-23 03:49:56 +00:00
Miles Lott
a1ccab2cc0 NOTE SCHEMA CHANGE - openldap2 - Allow multiple cat_ids (,19,28) for ldap also 2001-11-23 02:10:21 +00:00
Miles Lott
5791eade01 Allow multiple cat_ids (,19,28) as with sql 2001-11-23 02:09:30 +00:00
Miles Lott
8ba7bbbbcc Now doing a single OR search on query, instead a bunch of single field queries;
move class vars to top where possible.
2001-11-23 01:58:19 +00:00
Miles Lott
26c57a5d85 Fix contacttypeid... again. This one works. 2001-11-23 01:33:31 +00:00
Miles Lott
3993c41752 Make query into a loop to check all std fields. 2001-11-23 00:59:02 +00:00
skeeter
2489290aea Possible fix for double parse_footer when creating new events. 2001-11-22 03:51:02 +00:00
Miles Lott
592f7ca4f1 Fix selection order of ConfigDomain 2001-11-22 00:50:12 +00:00