Commit Graph

69 Commits

Author SHA1 Message Date
Ralf Becker
7a4633e383 fixing the fix, no even all sub-arrays get reset 2004-08-24 19:48:25 +00:00
Ralf Becker
ec06d46997 fixed delete-problem of anglemail after security update 2004-08-24 10:28:34 +00:00
Ralf Becker
6bd9c2fd4d fixing the fix ;-) 2004-08-23 18:42:30 +00:00
Ralf Becker
287e0fc91c fixed probs pointed out by Joxean Koret 2004-08-23 18:18:56 +00:00
Ralf Becker
1ad54cc033 fixed calltime-pass-reference 2004-08-23 08:50:36 +00:00
Ralf Becker
1a825e8016 fixed probs pointed out by Joxean Koret 2004-08-22 23:14:55 +00:00
Ralf Becker
3bbe08b419 fixed probs pointed out by Joxean Koret 2004-08-22 23:03:07 +00:00
Ralf Becker
0f34f340ab using native adodb functions for quote and db_addslashes:
- qstr() save's one extra call compared to the PEAR function quote()
- dont need substr( ,1,-1) for db_addslashes
2004-08-22 20:27:11 +00:00
Ralf Becker
19e5c50947 small fix 2004-08-22 18:34:53 +00:00
Ralf Becker
f5f35feb32 small fix 2004-08-22 14:09:11 +00:00
Ralf Becker
1233ab4f33 fixed old update, which messed up the 1.0.0.004 update for LDAP 2004-08-22 11:13:15 +00:00
Ralf Becker
d278fe4931 deleting all acl-entries of not (longer) existing accounts (users and groups), these entries have'nt got delete so far and cause a lot of mailfunctioning in the ACL class
==> update to version 1.0.0.004
2004-08-21 16:19:40 +00:00
Ralf Becker
46389291a7 also deleting the memberships of a group 2004-08-21 16:15:44 +00:00
Ralf Becker
2854b5de0b added configurable search-filter to auth_ldap 2004-08-21 12:09:07 +00:00
mgalgoci
494a970e81 The issue that this fix addresses is the following:
When using the uiaccountsel widget to select accounts, when you accidently
select something and want to deselect it, when you delete the item, the item
is only unhighlighted, and not removed from the uiaccountsel_popup_selection
select box in the opener document. This patch simply deletes the child node
from the uiaccountsel_popup_selection select box instead of setting the
selected false.

I've tested this with some variant of msie6/xp, mozilla 1.6/win32, firefox 0.9.3/linux
and mozilla 1.4.3/linux.
2004-08-18 19:39:05 +00:00
Ralf Becker
49b3f025bd fixed creation of multi-column indexes 2004-08-17 14:06:28 +00:00
Lars Kneschke
11758e6c41 call the right function name 2004-08-13 16:28:21 +00:00
Lars Kneschke
db472fe7f3 wrong variable name
need to be checked for HEAD to
2004-08-13 15:22:49 +00:00
reinerj
6632e631fc italien translations from leonardo amadori 2004-08-12 20:34:26 +00:00
reinerj
7f5da90ddd extensions and corrections from Kiang 2004-08-10 14:50:17 +00:00
alpeb
013a6c33d7 Added translation of 'Logout' 2004-08-09 21:14:45 +00:00
reinerj
f009ebc45e delete the crap 2004-08-08 20:53:47 +00:00
Ralf Becker
8a6114d506 updated api-version to 1.0.0.003 for the final 1.0
Yuhuuuu :-)
2004-08-07 18:34:32 +00:00
Ralf Becker
2327d941d2 fix for bug [ 1000255 ] Todo with progress screw formating in calender:
- partialy caused by a <div ... /> with no closing </div>
- a table around the icons and title, puts them in one line now
2004-08-07 18:29:23 +00:00
Ralf Becker
c4d8d7d167 fix for bug [ 998496 ] Session error on logout under https, session-id and loginid are unset, which leads to a pg_atoi: zero length string sql-error. I now dont save anything if there is no sessionid or no loginid 2004-08-07 17:53:21 +00:00
Ralf Becker
db8acbba02 fix for bug [ 997669 ] Session Error with db-sessions 2004-08-07 17:43:11 +00:00
Ralf Becker
298623b7cb fix for bug [ 1002325 ] Manual error:
if session.use_trans_sid was enabled, we created a wrong link for the manual
2004-08-07 13:13:59 +00:00
Ralf Becker
7f79ff3d66 removing all it's acl-rights if an account gets deleted, admin only removed the run-rights, but not the grants or other rights 2004-08-07 12:45:39 +00:00
reinerj
5295362cc3 fix from Shain Tancheff 2004-08-06 15:17:16 +00:00
Ralf Becker
35de9c846b killed warnings if executables not found 2004-08-06 12:37:08 +00:00
Ralf Becker
e752c408c1 fixed wrong path for existence check of theme-file and the default 2004-08-06 12:23:21 +00:00
Ralf Becker
46211ed373 merged some bugfixes and a change of a (so far not used) parameter from HEAD 2004-08-05 15:46:56 +00:00
mgalgoci
4a0037eec6 - fix the "Home" text missing in appTitles in edge-it, idots, and jerryt
templates.
- remove  noop if (foo) { continue; }
- remove obsolete commented out code that special cased the home app which
is no longer valid.
2004-08-04 17:14:01 +00:00
Ralf Becker
f54f56bc87 bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org> 2004-08-04 14:55:42 +00:00
Carsten Wolff
a4ac481367 vbXMLRPC needs a slightly different date-format. 2004-08-03 16:02:41 +00:00
Ralf Becker
bb29a8e4d0 removed ereg_replace which causes problems with multibyte charsets and mbstring.function_overload=7 2004-08-01 08:02:53 +00:00
Ralf Becker
12fcf092c7 replaced unnecessary ereg_replace, which caused trouble with mbstring.function_overload=7 2004-08-01 07:58:26 +00:00
Ralf Becker
2ebf83a47c fixed asyncservices to run under the windows sheduler 2004-07-31 19:34:11 +00:00
reinerj
e37c10d2ac fix some wrong tabs in file which produce error messages 2004-07-31 18:02:33 +00:00
reinerj
ba39bb3d72 fix some wrong tabs in file which produce error messages 2004-07-31 17:13:50 +00:00
reinerj
ae1945c3f3 fix some wrong tabs in file which produce error messages 2004-07-31 17:12:46 +00:00
reinerj
107f61a085 fix some wrong tabs in file which produce error messages 2004-07-31 17:11:45 +00:00
reinerj
c72c92f17a fix some wrong tabs in file which produce error messages 2004-07-31 17:10:10 +00:00
Ralf Becker
ff28193d36 new version number for the next RC - hopefully the last one ;-) 2004-07-31 14:13:12 +00:00
Ralf Becker
0d70830fc3 imported version 4.51 of ADOdb 2004-07-31 13:09:39 +00:00
Ralf Becker
62f11b8d78 fix for cookie domain, when using a proxy which rewrites the host-name 2004-07-31 10:10:32 +00:00
Ralf Becker
deb05b2ec1 removed manual acl-settings for auto-created accounts, as suggested by Matthew Galgoci 2004-07-31 09:26:18 +00:00
alpeb
39ebfaf753 Changed param comment of function input: funtion should expect time in server's timezone instead of users localtime; the conversion to user's localtime is taken care inside the function when calling common->show_date 2004-07-30 00:27:47 +00:00
bgigon
d3a97b6813 Reverse 2004-07-27 15:52:53 +00:00
bgigon
9d9f46f532 Fix display bug.
If this line replace all \n by <br />, Toolbox in calendar are too big (x2)
(and other is blank; for the display is very very bad)
2004-07-27 09:01:23 +00:00