Commit Graph

4721 Commits

Author SHA1 Message Date
jengo
26981672ae unset() some variables that might create problems later on in the execution 2001-11-01 04:33:07 +00:00
jengo
4e97c08c23 - Fixed corrupt $menuaction reporting showing wrong message along with it ... make sense ? Good ... wanna explain it to me sometime ?
- Changed to use proper phpgwapi redirect
2001-11-01 04:16:35 +00:00
jengo
31287b0095 - Fixed error log not having the __LINE__ and __FILE__ parameters being passed
- There is some temp code in here which will be used for the spell checker, until
  we can decied on creating a common place for classes like this
2001-11-01 04:09:13 +00:00
jengo
a43f8b6071 Converted to Unix system files 2001-11-01 04:05:18 +00:00
skeeter
6673d242a8 Fix for ceb when adding events. 2001-10-31 01:36:43 +00:00
skeeter
406baf80e4 This loads up alarms for both the event and any references (events that have been created as a modified event from a repeating event). 2001-10-27 12:59:06 +00:00
skeeter
bc9ae2fa70 A little more support for alarm management. 2001-10-25 23:54:21 +00:00
skeeter
551bfb8dbb 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. This also adds a little more support for alarm management. 2001-10-25 23:52:15 +00:00
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