Commit Graph

78 Commits

Author SHA1 Message Date
Ralf Becker
ab18d7f251 fixed some of our sessions problems:
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
2004-08-27 13:13:37 +00:00
Ralf Becker
cf49fb8384 Changes to update phpGW versions from after the fork up to 0.9.16.001, thought we dont import their new addressbook, we only create the original addressbook-tables if they are not there, because it's a newer install. The changed phpgw_log and phpgw_log_msg tables are just droped and recreated. 2004-08-27 10:46:06 +00:00
Ralf Becker
9b743a137d made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now. 2004-08-27 10:40:36 +00:00
reinerj
dceb04c89b lang file update from Theytaz Antoine 2004-08-26 20:54:37 +00:00
Ralf Becker
fbdf70bcdb fixed "TranslationTools" italian langfile is written empty, it only happens if system-charset utf-8 is set and is cause by the wrong translation of charset to "set characteri" instead of the used charset iso-8859-1 2004-08-26 19:05:25 +00:00
mgalgoci
cb17572648 - re-write display_fullname to be more readable and suck much less
- add support for Lastname, Firstname username account views
2004-08-26 18:38:43 +00:00
Lars Kneschke
5f70299d28 fix for Bug: [ 1009099 ] Unable To Add Project 2004-08-25 20:58:15 +00:00
Lars Kneschke
e42afdfd13 fix for bug [ 1007816 ] error message 2004-08-25 20:04:48 +00:00
Oscar Manuel Gómez Senovilla
d627eebc66 *** empty log message *** 2004-08-25 18:03:24 +00:00
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