Commit Graph

3083 Commits

Author SHA1 Message Date
Ralf Becker
d6c38c6ced 1) table-definitions are shared now between all db-instances
2) some extensions for easier quoting of sql-queries: functions to construct and run a whole insert, update, delete or select query, plus a function (expression) to generate a whole quoted expression with brackets and different operators
see the inline-docu for how to use them of look at bookmarks/inc/class.so.inc.php
2004-05-31 16:32:22 +00:00
reinerj
d08ff634f8 update lang file from Tapio Kautto 2004-05-31 13:01:54 +00:00
reinerj
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
Ralf Becker
151af07339 added the abillity to handle and quotes values as arrays (they generate a col IN (val1,val2, ...) instead a col=val 2004-05-31 09:25:35 +00:00
Ralf Becker
1b60e0f309 fixed droping of non-existing primary keys 2004-05-30 11:18:47 +00:00
Ralf Becker
4549d52c56 disabled diagnostics about setting not existing blocks again, as it breaks email 2004-05-30 10:55:52 +00:00
Ralf Becker
728b1de2dd moved accounts & accounts_shared into one file accounts:
saves opening and existens of one more file
2004-05-29 16:11:35 +00:00
Ralf Becker
9a386bb064 extended the diagnostics on template-errors (eg. backtrace) and added some good debug-possebilities 2004-05-29 10:23:18 +00:00
Ralf Becker
35b80dabd2 added extra param append_ix to _GetTableSQL (used only by pgsql, but gives warning if not there) 2004-05-29 10:21:04 +00:00
zhangweiwu
1f799dd84d patch [ 962307 ] Chinese charset conversion patch
"I am alost certain this is the best solution. I just
commited the change, please close this patch.

This is a typical problem (GB2312~GB18030) that many
opensource/commercial mailers fail to handle."
2004-05-29 01:14:29 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
reinerj
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
reinerj
34d0de6e9d Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
reinerj
84a2e86056 finnish translation extension from Tapio Kautto 2004-05-26 17:49:51 +00:00
Ralf Becker
2a311ca452 Added tigra color-picker Ver. 1.1 and some documentation updates (they are now phpdoc conform) 2004-05-26 07:23:31 +00:00
Ralf Becker
29472d0c52 added possebility to set the url, where the picker "lives", to enable it to load it's html-file correct (without the need to copy it everywhere) 2004-05-26 07:22:43 +00:00
Ralf Becker
892a1b369e Added tigra color-picker Ver. 1.1 2004-05-26 07:21:00 +00:00
Ralf Becker
475be59cb1 E_ALL fix 2004-05-24 22:33:48 +00:00
Ralf Becker
6399a1664e added error-msg for the async-services 2004-05-24 17:15:23 +00:00
Ralf Becker
3edc6525f2 fix for php 4.1 (print_r with 2 params) 2004-05-24 14:23:46 +00:00
Ralf Becker
39b2c216fd fix for Bugs:
- mail from Thomas Hackl: newest cal upgrades (performance patch)
- wiki upgrade probs under postgesql
- [ 948279 ] upgrade postgresql 0.9.14-0.9.15
implemented index_names for pgsql db-type (there's no equivalent function in ADOdb)
2004-05-24 14:22:45 +00:00
Ralf Becker
da83e39c89 fixed creation of sub-cats, to automaticaly set the main-cat (as it already set the level) from the parent 2004-05-24 09:29:30 +00:00
zhangweiwu
17f64562ad from kiang, to workaround 'the slash bug':
Translation of Traditional Chinese in UTF-8 version
I've tested it with the version RC5. Somebody in taiwan
who offered a series of functions to convert the
encoding from big5 to utf-8. It works fine~ Should I also
upload it for anyone who would like to understand the
big5 encoding??
2004-05-24 02:46:24 +00:00
Ralf Becker
7d5faa667a added concat function to abstract different concat operators or functions 2004-05-23 23:34:32 +00:00
Ralf Becker
01d480cad1 applied patch [ 956110 ] webdav VFS checks for local directories 2004-05-23 23:22:24 +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
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
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +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
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
b7854bd614 fix for Bug [ 949157 ] Explorer Width 10px Over 100% 2004-05-16 20:05:43 +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
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