Commit Graph

4755 Commits

Author SHA1 Message Date
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
Ralf Becker
dc20d2a54f need to override vfs-acl-check, as vfs is not using acl, and infolog assumes attached files have the same premissions as the infolog entry they are attached 2001-10-08 13:37:41 +00:00
Ralf Becker
4fc032aec1 missing ip in attach_file caused, no symlinks 2001-10-08 11:39:20 +00:00
Ralf Becker
b9802c348d get rid of some warnings if vfs-symlink stuff is not configured 2001-10-08 08:45:08 +00:00
Ralf Becker
d925b4f11b was caused by on other error, dont need 2001-10-07 21:08:49 +00:00
Ralf Becker
3c96729750 config is in bo 2001-10-07 21:05:12 +00:00
Ralf Becker
410711bd91 attachments via symlinks, and new Site configuration 2001-10-07 20:15:59 +00:00
Ralf Becker
57ce821f0e vfs_sql-class from phpgwapi/inc extended with symlink & readlink, should go back into api 2001-10-07 20:12:55 +00:00
Ralf Becker
0146ff46df attachments now via symlinks if configured and retrieval to local clients via file:/path 2001-10-07 20:11:32 +00:00