Ralf Becker
|
89bf32bb59
|
remove if from symlink (seems to be leftover), if destination does not exist if causes symlink not to be created
|
2001-12-06 00:28:54 +00:00 |
|
Miles Lott
|
54013f4a19
|
GLOBALS
|
2001-11-23 20:05:08 +00:00 |
|
Miles Lott
|
90a2340c33
|
Fix 'de' in 'en' lang file
|
2001-11-19 05:14:09 +00:00 |
|
Miles Lott
|
fb0f64e6d0
|
php3 fix and format cleanup in get_referer()
|
2001-11-12 14:26:16 +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
|
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
|
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 |
|
Ralf Becker
|
3f71a7727d
|
deleting of attached files
|
2001-10-04 23:34:30 +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 |
|
Ralf Becker
|
d9b680ccae
|
some formating, added a Cancel button
|
2001-10-04 17:41:38 +00:00 |
|
Ralf Becker
|
31784ab7a4
|
some formating
|
2001-10-04 17:40:10 +00:00 |
|
Ralf Becker
|
f9107de6ac
|
Attachment of Uploaded files (stored under /infolog via VFS) based on the patch of juergen@henge-ernst.de
|
2001-10-04 00:46:06 +00:00 |
|
Ralf Becker
|
e005b1ba36
|
set $this->data['info_id'] on write
|
2001-10-04 00:35:37 +00:00 |
|
Ralf Becker
|
20864d98eb
|
some extra param (with defaults) for submit_button and file
|
2001-10-04 00:34:33 +00:00 |
|
Ralf Becker
|
14bfb1423e
|
$GLOBALS['phpgw*'] and applied a patch from juergen@henge-ernst.de to close a security-hole (faked POST-request for edit-form)
|
2001-10-03 21:29:32 +00:00 |
|
Ralf Becker
|
7a151f621c
|
removed a bug caused by previos comit (does not read account_data)
|
2001-10-03 19:37:26 +00:00 |
|
Ralf Becker
|
11891bb25a
|
removed readAddr & readProj which are in bo
|
2001-10-03 19:21:50 +00:00 |
|
Ralf Becker
|
bbb3385ee1
|
$GLOBALS and using $GLOBALS['phpgw']['accounts']
|
2001-10-03 19:21:08 +00:00 |
|
Ralf Becker
|
98f82ed2e0
|
$GLOBALS and setting $this->data['info_id'] for newly written entries via $db->get_last_insert_id
|
2001-10-03 18:56:42 +00:00 |
|
Ralf Becker
|
cb316d7cde
|
$GLOBALS, title for alt in img-tag for konqueror, file and option for a_href
|
2001-10-03 18:34:47 +00:00 |
|
jengo
|
c98c5faa6e
|
There are apart of the old setup program and are no longer needed
|
2001-09-29 04:20:43 +00:00 |
|
Ralf Becker
|
a8c3effe96
|
Infolog Icon
|
2001-09-28 07:25:48 +00:00 |
|
Ralf Becker
|
a47f9bbbb8
|
fixed some bugs in nextmatch-sort-colums and filters
|
2001-09-26 22:13:32 +00:00 |
|
Ralf Becker
|
5a799d8801
|
fixed some bugs in nextmatch-sort-colums and filters
|
2001-09-26 20:52:57 +00:00 |
|
Ralf Becker
|
2874ce3a5c
|
some changes for php3-compatibility (removed references and ',' after last array-element)
|
2001-09-26 17:10:03 +00:00 |
|
Ralf Becker
|
d005b1048b
|
Linked Addresses with Addressbook.view and not longer with AddressView from InfoLog
|
2001-09-26 16:08:08 +00:00 |
|
Ralf Becker
|
fc6aeb0368
|
change for cat-selection in nextmatch
|
2001-09-26 13:08:11 +00:00 |
|
Miles Lott
|
5ffe6cd3b3
|
globals
|
2001-09-25 22:45:05 +00:00 |
|
Miles Lott
|
404f8d37b1
|
Updated file from Guillaume Courtois <guigui@gugux.net>
|
2001-09-08 12:38:24 +00:00 |
|
Miles Lott
|
41c87c6cff
|
using GLOBALS, also helps php3 compat
|
2001-09-03 03:20:48 +00:00 |
|
skeeter
|
40e145af1a
|
Applid patch #45184.
|
2001-08-18 00:32:56 +00:00 |
|
Ralf Becker
|
3fcccb057b
|
solved bug, that cat-changes if done after an initial call of infolog (/infolog/index.php) forward one to home.php, because no menuaction in the QUERY_STRING
|
2001-07-26 11:06:07 +00:00 |
|
Ralf Becker
|
ee16c4f270
|
own infolog icon now:
thanks to j3rry and milosch for the inspiration and to ceb who made the orginal graphics
|
2001-07-26 11:03:29 +00:00 |
|
Miles Lott
|
79928bf164
|
tentative replacement
|
2001-07-25 23:56:18 +00:00 |
|
Ralf Becker
|
89e392d9df
|
some more defaults to get pgsql work
|
2001-07-25 22:39:14 +00:00 |
|
Ralf Becker
|
a95b0a191c
|
typo in fieldname caused infolog not to display 'show parent'-icon
|
2001-07-25 22:02:46 +00:00 |
|
Miles Lott
|
0db88c6547
|
remove dups
|
2001-07-23 12:30:16 +00:00 |
|
Ralf Becker
|
79561e21f7
|
translation of subject corrected
|
2001-07-19 23:07:15 +00:00 |
|