Commit Graph

4586 Commits

Author SHA1 Message Date
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
Ralf Becker
96689fbfca change to enable to login by hiting return after password
(as talked with seek3r)
2001-10-06 08:12:33 +00:00
Ralf Becker
a6f239235c show notify-window-link only if that app is enabled,
some cleanup of the html
(as talked with seek3r)
2001-10-06 07:56:34 +00:00
jengo
e13cdddda8 Added way to only return records with a certain history_status 2001-10-06 04:36:48 +00:00
jengo
ae36eeb708 Added error checking for name2id() and id2name(), return False when the account_id or account_lid is missing 2001-10-06 03:37:58 +00:00
jengo
f25585896f Added class to keep track on a records history 2001-10-06 02:36:59 +00:00
jengo
e23f615f88 Added new class for keeping track on an entrys history 2001-10-06 02:36:08 +00:00
jengo
cb8ffc5a47 Added new history logging class 2001-10-06 02:35:37 +00:00
Ralf Becker
2f03e0d9c1 some formatting to make debuging the html easier 2001-10-05 09:39:38 +00:00
Ralf Becker
edbf81b9b7 fix for stupid netscap 4.x, need out-of-order form-tags
<form>
<td>{button}</form></td>
<td><form>{cancel_button}</form></td>
forms in forms do not work
2001-10-05 08:11:05 +00:00
jengo
f162a41fbb Default preferences are now working durring account creation 2001-10-05 03:16:11 +00:00
jengo
68ae85eb5f Default preferences are now being added into the db durring account creation 2001-10-05 03:15:45 +00:00
skeeter
6f4c4a1d68 This fixes a problem with editing single entries in a repeating event entry. 2001-10-05 03:09:55 +00:00
skeeter
64daeb29b6 Fix for bug 467782. 2001-10-05 02:36:29 +00:00
Ralf Becker
3f71a7727d deleting of attached files 2001-10-04 23:34:30 +00:00
brandonne
4a8a26b367 converting previous documents to sgml format 2001-10-04 21:18:32 +00:00
Ralf Becker
116de14b92 $GLOBALS, using boinfolog->write(), and closed security-hole,
that non-admin users could call csv_import, if they new the url
(check if user is allowed to run admin-app)
2001-10-04 20:13:00 +00:00
Ralf Becker
118c9a80dd the filter own now shows not assigned tasks (offers) from other owners, if they are not private (and you dont have private grant for the owner) 2001-10-04 19:04:58 +00:00
Ralf Becker
7173930c1a rewrote the get_referer function, added a cancel button to edit 2001-10-04 17:43:43 +00:00
Ralf Becker
285b98a9b8 finer control of not-to-show hidden-input-fields and link-args 2001-10-04 17:42:55 +00:00