Commit Graph

8296 Commits

Author SHA1 Message Date
Ralf Becker
01d480cad1 applied patch [ 956110 ] webdav VFS checks for local directories 2004-05-23 23:22:24 +00:00
Ralf Becker
2a473dc9ba added mail-domain and smtp server to admin -> site configuration 2004-05-23 23:14:06 +00:00
Ralf Becker
70bc641bd4 added error-message if webserver user need to be in a certain group to execut the crontab command. The name of the webserver user and the groupname are read from the process and the file-permission and displayed too, in case the admin dont know them ;-) 2004-05-23 20:03:29 +00:00
Ralf Becker
c1c9b87bb1 useing dirname(__FILE__) to get asyncservice working on system where the current working dir is not the scripts directory, that should solve bug [ 863462 ] asyncservices fail in cron 2004-05-23 19:16:15 +00:00
Ralf Becker
390dc7737b performance patch: indices for the calendar 2004-05-23 17:51:41 +00:00
Ralf Becker
b106b38597 fixed wrong sign of alpe's correction - it made it even worse ;-) 2004-05-23 14:51:27 +00:00
Ralf Becker
24f85350e6 fixed bug [ 899751 ] Calendar notification to groups 2004-05-23 10:02:45 +00:00
Ralf Becker
29d855cc7d fixed bug [ 928146 ] No conflic warning on multi-day events:
now all days of an event get checked in a for-loop, not only the first one if its equal the last one ;-)
2004-05-23 09:42:15 +00:00
Ralf Becker
eed94133c3 fixed and extended auto_create_accounts: the following information from ldap are now automaticaly stored in the sql-account:
- name & firstname
- primary group (if a group with that numerical id exists in eGW, its added as primary group to the account and acl)
- numerical account-id (if availible, no new one gets created, but the one from ldap is used)
- email (as preference for the email-app)
2004-05-22 11:00:18 +00:00
Ralf Becker
3a42857913 fixed a bug with open_basdir_restrictions on 2004-05-22 10:14:31 +00:00
reinerj
181385fbff add fedora spec file 2004-05-21 21:40:25 +00:00
reinerj
c49dcaae34 add buitrock installer to build script 2004-05-21 21:39:09 +00:00
reinerj
c468b17431 delete the phpgw info. it is obsolet 2004-05-21 15:13:17 +00:00
Oscar Manuel Gómez Senovilla
699a260689 *** empty log message *** 2004-05-19 15:02:27 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
Ralf Becker
7ed680e30c fixed check_install for non-existing function dl, eg. in multithreaded webservers 2004-05-19 09:37:14 +00:00
Ralf Becker
7a89d5312d fixed loginscreen-message: was not updated if the performance patch was installed, as it changes the order of the columns in the phpgw_lang table and it did an insert without the column-names 2004-05-19 09:33:56 +00:00
Ralf Becker
a88c3fb9fd fix for bug [ 955489 ] CustomFields fails: for new entries the info_id was unset 2004-05-19 07:16:11 +00:00
Ralf Becker
f4361e3ca4 fixed not working scrolling and search for user-groups, fixed disabled search via admin-ACL's 2004-05-19 06:05:01 +00:00
Ralf Becker
ebabe1570b fixed bug in group-/account-listing (total was not stored) and reactivated the session-cache for ldap 2004-05-19 06:02:31 +00:00
Ralf Becker
ad02489472 some fixes to use jscalendar without calendar-setup, eg. the original samples 2004-05-18 22:33:36 +00:00
reinerj
f209281826 changes from zhang weiwu in translations 2004-05-17 17:55:24 +00:00
reinerj
6fc238640a add change from zhang weiwu 2004-05-16 23:57:04 +00:00
Lars Kneschke
58eef6a9e2 disables account cache, because it did break group admin page 2004-05-16 23:19:29 +00:00
Ralf Becker
49a44154ce tooltip allows now to read it's content from the widget it's set as tooltip 2004-05-16 22:54:49 +00:00
Lars Kneschke
5c36352f28 fix some layout problems in projects
should break no other app, because no other app is using this functions
2004-05-16 22:03:08 +00:00
Lars Kneschke
332483c39c moved some <td>'s to the right place
the returned code was different between idots and default, breaking some
html code
2004-05-16 21:41:47 +00:00
Lars Kneschke
23b38ac7e9 fix for bug [ 953779 ] auth->change_password function called twice 2004-05-16 20:13:31 +00:00
Lars Kneschke
b7854bd614 fix for Bug [ 949157 ] Explorer Width 10px Over 100% 2004-05-16 20:05:43 +00:00
alpeb
17811d977d eliminated multiple <font>&nbsp;</font> when showing event list in home 2004-05-14 15:38:15 +00:00
reinerj
c69ae06549 add change from Matthes Galgoci 2004-05-13 15:45:38 +00:00
Carsten Wolff
bc140271bc added escape-function for ldap-queries - will be used by contacts soon 2004-05-12 09:55:30 +00:00
Ralf Becker
5cb848c8d6 re-enabled error-messages if CreateObject fails, gave a blank page, but no error 2004-05-09 20:04:07 +00:00
Ralf Becker
942a967704 added some docu 2004-05-09 20:01:28 +00:00
Ralf Becker
84e8c11710 typo 2004-05-09 10:25:30 +00:00
Ralf Becker
ce9c339c87 fixed for on??? atributes, which contain single quotes 2004-05-09 10:18:56 +00:00
Ralf Becker
291da54d43 fix for mbstring.overload=7, hopefully that works now in all cases 2004-05-09 10:17:44 +00:00
Ralf Becker
25a30c53c6 fix for mbstring.overload=7, ereg('.*(x|y|z).*') never ends, preg_match('/(x|y|z)') works without problem :-) 2004-05-08 22:42:38 +00:00
Ralf Becker
731a50b29f - fix for mbstring.overload=7
- potential multibyte/charset problem: addslashes was done before translate !!!
2004-05-08 22:30:19 +00:00
Ralf Becker
a806ba7ec3 set width to auto 2004-05-08 21:10:56 +00:00
Ralf Becker
e26850933c update tooltips 2004-05-08 21:09:44 +00:00
Ralf Becker
ce0d12c01b fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 11:17:56 +00:00
Ralf Becker
5cce1585dd fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 11:00:46 +00:00
Ralf Becker
e269ccb9cb fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 10:36:15 +00:00
Ralf Becker
86a981c07c setting default prefs to be similar to the regular tooltips (title-tag) of the browser 2004-05-07 21:23:52 +00:00
Ralf Becker
143b9c5d04 added a flag in the phpgw_info array to include stuff at the ende of the page, needed for the wz_toolstips 2004-05-07 21:22:46 +00:00
Ralf Becker
5a008e6768 - added function to create tooltips with the wz_tooltip class
- reformatted the file, it was totaly messed up
2004-05-07 21:21:20 +00:00
Ralf Becker
218a56178e added function to set onResize attribute for the body tag. 2004-05-07 21:18:13 +00:00
alpeb
f75a66cc05 fix bug 948702. User won't be allowed to change an app name 'cause it breaks it. 2004-05-07 16:49:17 +00:00
Lars Kneschke
b21523f38b fix german spelling 2004-05-07 06:22:27 +00:00