Commit Graph

4168 Commits

Author SHA1 Message Date
skeeter
7768e27072 iCalendar looks to be working. I think this is about 99% compliant. The one thing I know that is not working is the GEO type. 2001-08-27 11:23:44 +00:00
skeeter
e045003bfe Patches applied from Milosch for list_mehods(). 2001-08-27 11:21:38 +00:00
Miles Lott
e973591705 Fix login 2001-08-27 10:42:19 +00:00
Miles Lott
39de2bd2f9 GLOBALS... 2001-08-27 10:26:57 +00:00
Miles Lott
8f37b3ce5d Some formatting and additional GLOBALS work 2001-08-27 09:52:35 +00:00
Miles Lott
5d2d1be866 Some more tweaking for GLOBALS, also added introspection for list_methods() 2001-08-27 09:51:32 +00:00
Miles Lott
f91ca87aef Login now attempts to create session based on existence of server_name OR domain in
the request.
2001-08-27 09:42:33 +00:00
Miles Lott
878aae8025 Don't check headers, simply verify user first, server second. 2001-08-27 09:40:16 +00:00
jengo
a52878e3b3 Some how my last commit didn't work, heres the missing files 2001-08-27 03:17:14 +00:00
skeeter
f6d785fad2 Small speed enhancement to the code for build_resp(). 2001-08-27 03:09:14 +00:00
skeeter
864d201ed5 Fix for a reference malfunction, and a fix to disallow the owner of the event to reject his participation status. 2001-08-27 03:03:41 +00:00
skeeter
3bf1728dc6 Feature Request #229502 - Allow editing of a single occurence of a repeating event. 2001-08-27 01:30:40 +00:00
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