skeeter
6ee13ea1aa
This will now allow events to care with the groups, if a group is assigned as a participant. If new users are added to the group, it will populate the datastore with those events when they view the event for the first time.
2001-10-25 23:51:35 +00:00
jengo
af7caa8135
Change the comment style from /* */ to // ...
2001-10-25 17:45:17 +00:00
Miles Lott
01363822fa
Fix links to addressbook view
2001-10-24 18:45:01 +00:00
Miles Lott
5d153ce550
php3 array fixes
2001-10-24 12:53:01 +00:00
skeeter
26fbf18c3f
Small change to only allow read perms for a group, when viewing calendar events.
2001-10-23 11:10:31 +00:00
skeeter
b8c8747026
Looks like I forgot to update this file.
2001-10-23 11:00:50 +00:00
skeeter
b1d090de44
This now adds the ability to view an entire groups calendar events.
2001-10-23 10:58:53 +00:00
skeeter
b1007c337b
Was keeping any previous owner/date stored from earlier access to the calendar as today's date and last selected owner.
2001-10-23 10:39:03 +00:00
Miles Lott
86e8f527d7
modify exposed function names for xmlrpc to match service class
2001-10-22 21:18:57 +00:00
Miles Lott
9bebfc89c4
now uses the class var only as a default for the app part of the URL
2001-10-22 21:13:11 +00:00
Miles Lott
b673d7c52c
rename members() to member() to avoid potential php3 conflict with LDAP accounts and class var, $members
2001-10-22 13:05:07 +00:00
skeeter
a8aa9ac8b8
Fix for when not the owner of the event to be able to export the event.
2001-10-21 13:39:45 +00:00
skeeter
60f9dc225d
Fix for not getting the proper info for the set_action page.
2001-10-21 13:30:40 +00:00
skeeter
03a0fdd1a6
Does a small check to see if the requested class exists, before attempting to load and instantiate.
2001-10-21 10:53:33 +00:00
skeeter
a446455ca4
Small fixes for the addressbook preferences. It wasn't saving users choice of mainscreen_showbirthdays.
2001-10-21 10:51:32 +00:00
skeeter
dab358dfa5
Should be only fixes to make the portal box movement possible (up/down).
2001-10-21 10:49:29 +00:00
jengo
2562a6b49d
Removed the JS code for submitting in Netscape and Konquror, its creating 2 sessions by submitting the form 2 times on Netscape. This is being removed until someone can find a better way
2001-10-21 02:02:02 +00:00
skeeter
8a4b563143
Fixes for the listbox portion of portals.
2001-10-19 02:11:46 +00:00
skeeter
c7be82ea2d
Fixes for the layout problems.
2001-10-19 02:07:48 +00:00
skeeter
810a1c1267
New code to accomodate portalbox hooks..
2001-10-19 01:52:39 +00:00
skeeter
8a193b39df
Allows user to move the portal boxes up ATM.
2001-10-19 01:46:03 +00:00
skeeter
00e7719717
Small change to the RenameTable function in MySQL. This will allow for older versions of MySQL to be used.
2001-10-18 01:02:49 +00:00
Miles Lott
05d336e5b0
remove old notice
2001-10-17 23:50:12 +00:00
Miles Lott
6d40e78fe9
format, add headers
2001-10-17 22:08:38 +00:00
Miles Lott
e7534433bc
minor change
2001-10-17 20:20:06 +00:00
Miles Lott
aaf3d478b2
Add information for using vim to format files for phpgroupware.
2001-10-17 19:18:08 +00:00
Miles Lott
39bd4f6318
check and increment app_id, or set random value if api version >= 0.9.13.015
2001-10-17 18:42:18 +00:00
Miles Lott
09602fec0c
set newest version number
2001-10-17 18:29:09 +00:00
Miles Lott
e6e3e567bc
formatting, globals
2001-10-17 18:15:04 +00:00
Miles Lott
d2cc52c47d
GLOBALS
2001-10-17 18:10:17 +00:00
skeeter
76f27696c1
No longer needed.
2001-10-17 03:44:25 +00:00
skeeter
e40f83f7e3
Added the app_id field to the applications table.
2001-10-17 03:43:56 +00:00
jengo
466ef523fa
- Added delete function
...
- Added a way to have alternate functions handle the parsing of the status in return_html
Its some what limited, the function can ONLY handle 1 parameter and it needs to be the first
Plus, it needs to be defined globally
2001-10-17 02:33:05 +00:00
jengo
af432ae688
The record_id paramter is now required
2001-10-17 02:21:03 +00:00
jengo
5706d356af
Fixed return_array() only displaying the first line
2001-10-17 02:01:41 +00:00
jengo
593539a8be
- Fixed return_html() not working when no history is present
2001-10-17 01:10:52 +00:00
jengo
aa8339f99c
- Fixed return_html() not working when no history is present
...
- Fixed return_array() not working when using the show_only paramter
2001-10-17 01:10:23 +00:00
skeeter
e4f41e8ec1
Corrected an issue of the word calendar being in small case in EN.
2001-10-16 02:22:52 +00:00
skeeter
e748bf3da6
Fix for deleting users.
2001-10-16 02:05:25 +00:00
skeeter
16ded6c03f
Making use of the new portalbox.
2001-10-16 01:31:47 +00:00
skeeter
4a02b10e31
New portal stuff.
2001-10-16 01:25:23 +00:00
Miles Lott
443765bb67
Add new table to tables array
2001-10-12 18:19:45 +00:00
Miles Lott
d14316cc8d
Fix parameter list for createtable call in 0.9.13 upgrade
2001-10-12 17:42:14 +00:00
loic
89324029f1
xmlrpc preference setting
2001-10-10 15:17:21 +00:00
loic
fe9cae6737
Fix xmlrpc critical bugs
2001-10-10 15:10:56 +00:00
loic
c7aacc344f
Implement xmlrpc for account creation
2001-10-10 15:10:15 +00:00
Ralf Becker
98074dfce5
edit: removed form within form for cancel- and delete-buttons
2001-10-09 10:46:16 +00:00
Ralf Becker
82c462bb2a
fix for delete: as in confirmation 'Yes' is a plain link, need to check HTTP_GET_VARS for ab_id and confirm too
2001-10-08 16:04:23 +00:00
Ralf Becker
95d05b0960
fix for edit: url does now get saved
2001-10-08 15:43:57 +00:00
Ralf Becker
79996d44dd
if symlink to an existing file, that needs to be removed before, done automaticaly now in sysmlink function
2001-10-08 14:53:48 +00:00