Commit Graph

56 Commits

Author SHA1 Message Date
dawnlinux
0ff3231643 Fix the bug: Fail to create text files that contain multibyte
characters in filemanager, for exmaple, files that contain Chinese
characters.

Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
2004-09-06 03:53:00 +00:00
mgalgoci
4ad866d89a fix the fix 2004-08-31 15:16:56 +00:00
mgalgoci
dbf926a0a2 - re-write of the phpgwapi::accounts_ldap::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- remove some crap and make function readable
2004-08-30 15:11:32 +00:00
mgalgoci
f01caf6260 - re-write of the phpgwapi::accounts_sql::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- set default name to New User if we have no other data
- remove some crap and make function readable
2004-08-30 15:10:34 +00:00
Ralf Becker
06891f76ff integrated the HTMLarea plugins into the eGW translation system
fixed bug [ 1006205 ] wiki editing broken with Safari
2004-08-29 00:51:47 +00:00
Ralf Becker
d4a2742a82 allow sorting after multiple criteria as in sql 2004-08-28 14:43:09 +00:00
Ralf Becker
a3fdeee860 removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function 2004-08-27 18:20:31 +00:00
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
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
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
e42afdfd13 fix for bug [ 1007816 ] error message 2004-08-25 20:04:48 +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
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
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
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
alpeb
013a6c33d7 Added translation of 'Logout' 2004-08-09 21:14:45 +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
46211ed373 merged some bugfixes and a change of a (so far not used) parameter from HEAD 2004-08-05 15:46:56 +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
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
Ralf Becker
46a292c882 fixed get_list, which was only returning groups if 'both' were requested, which caused eg. in calender only groups to be selectable 2004-07-25 15:25:18 +00:00
Ralf Becker
459a8bd101 fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
2004-07-25 01:34:59 +00:00
Ralf Becker
79c56b1d8f fixed bug [ 991222 ] Error uploading file -
thought the whole class need to be reworked with the new db-functions
2004-07-24 20:30:33 +00:00
Ralf Becker
c5c9030104 fixed the code, which was not working after the right table-name was used ;-)
dont think that part is used anyhow
2004-07-22 18:38:42 +00:00
bgigon
b7e6425723 Add cosmetic display, and fixbug 2004-07-22 13:57:30 +00:00
bgigon
0a57a7e794 Add "rejected lines" feature 2004-07-22 10:41:50 +00:00
Carsten Wolff
8fb8a24e09 now that the old db-classes are gone, we can put function name_quote to use. 2004-07-22 08:23:25 +00:00