Commit Graph

8136 Commits

Author SHA1 Message Date
Ralf Becker
d08fb75a92 fixed ldap_note to be in cleartext, for the not translated languages and added a link to the README (not just the path) 2004-03-21 10:49:55 +00:00
reinerj
be28d77fa9 update Brazil lang file translated from Orlando Gentil 2004-03-19 22:03:20 +00:00
ak703
ce2117e553 fixed alignment of username in status div (left align) 2004-03-19 21:54:08 +00:00
reinerj
5e7957c786 add french lang file 2004-03-17 17:44:50 +00:00
Carsten Wolff
7f85671046 'blob'-columns need some special attention in the new quote()-function.
Note that there is no need to use BlobDecode() on read, since adodb does it automagically.
2004-03-17 12:42:24 +00:00
ak703
34b6b1e7a7 fixed most current issues with display in the ui and reverted week and month events
display to requested style from devel list and users
2004-03-16 22:04:00 +00:00
ak703
12ae5c11f9 fixed more issues with calendar's display 2004-03-16 22:02:34 +00:00
ak703
439f33e2e8 fixed broken display of event title onMouseOver. 2004-03-16 20:43:20 +00:00
Lars Kneschke
c7b6cf2a49 fix for Call-time pass-by-reference
----------------------------------------------------------------------
2004-03-16 06:54:22 +00:00
Ralf Becker
dd8fc15bb6 fix for error on demo: bad argument type for implode on line 3466 2004-03-15 23:47:20 +00:00
Ralf Becker
2238ea9dbb makeing ADOdb the configuration default: unless you explicitly set
$GLOBALS['phpgw_info']['server']['use_adodb'] = False;
in your header.inc.php, eGW uses ADOdb
2004-03-15 22:41:55 +00:00
Ralf Becker
3df33d3ef6 imported ADOdb version 4.20 released 27 Feb 2004 2004-03-15 22:17:52 +00:00
Ralf Becker
d8c602e654 fixed the categories xmlrpc signature 2004-03-15 21:38:09 +00:00
reinerj
4d9d50fc09 calender update from Andy 2004-03-14 23:19:47 +00:00
reinerj
8c7ab0d520 calender update from Andy 2004-03-14 23:14:41 +00:00
ak703
231701776d migrated most items now to css including printer-friendly - uses app_print.css
cleaned up html code
2004-03-14 22:30:50 +00:00
Ralf Becker
86c599f40b Patch #876124: Text re-worked to fix spelling and tidy the english
thanks to Paul Oldham
2004-03-14 22:28:31 +00:00
Ralf Becker
f889651d7a new doctype and dtd from Andy Krause, works with iframes on IE 2004-03-14 22:10:06 +00:00
Ralf Becker
0e943f4c58 fix for bug #911628: Intall Cron Job Multiple Domain Error 2004-03-14 18:41:35 +00:00
Miles Lott
06b80fa3bf Formatting cleanup 2004-03-14 17:31:43 +00:00
Ralf Becker
52865de3ce added xmlrpc support for:
- custom fields
- reading users via the addressbook, for sheduling
2004-03-14 17:02:18 +00:00
Ralf Becker
0fcee156a5 only one error-msg for the freebusy, as it could be used to identify user-names on the system 2004-03-14 16:39:09 +00:00
Ralf Becker
373864f6fe hopefully the last xmlrpc fix 2004-03-14 12:07:02 +00:00
Ralf Becker
74fe998db9 php.net recommend this for security reasons, it should be our default too 2004-03-14 11:35:33 +00:00
Ralf Becker
f95cad3c1b check_install:
- nicer formatting
- make it translateable (only english and german so far)
- added check for '.' in include_path (relative addressing of includes does not work otherwise)
2004-03-14 10:57:33 +00:00
Ralf Becker
32254c6923 remove wired phrase 2004-03-14 10:41:13 +00:00
Ralf Becker
11d640d2b4 one more fix for error_reporting = E_ALL 2004-03-14 08:22:29 +00:00
Ralf Becker
2847d27af9 added freebusy information (iCal) for KDE organizer or other external sheduling programs 2004-03-14 01:10:37 +00:00
Ralf Becker
a48676eba3 added run_lang param to all create_*_box functions (was only on create_input_box) 2004-03-14 00:47:36 +00:00
Ralf Becker
ed8ff9cd31 removed the out-commented html and body closing tags 2004-03-13 21:57:15 +00:00
Ralf Becker
b44c969fd9 not longer used 2004-03-13 21:15:53 +00:00
Ralf Becker
27542e26a5 fixed wrong get_var(...,'HTTP_GET_VARS'||'GET'),...), has to be get_var(...,array('GET'),...) 2004-03-13 18:35:16 +00:00
Ralf Becker
6c5c54d4b6 fixed wrong id2name in xmlrpc2cats 2004-03-13 18:09:06 +00:00
Ralf Becker
c97908716f *** empty log message *** 2004-03-13 18:07:06 +00:00
Ralf Becker
62a060d028 some changes for xmlrpc:
- removed the info_ prefix from all value-names
- ...
2004-03-13 17:58:37 +00:00
Carsten Wolff
a72cb3b1c8 more on the bytea-thing ... sometimes less is more ... 2004-03-13 17:57:20 +00:00
Ralf Becker
c863808815 added use of cookie or url to pass session id 2004-03-13 17:54:26 +00:00
Ralf Becker
1bde9c9f1e some fixes for xmlrpc:
- xmlrpc faults instead of numerical fault-codes
- using the date2iso8601 and cats2xmlrpc functions from the server-class
2004-03-13 17:47:04 +00:00
Ralf Becker
e6c351b7d4 fixed missing return 2004-03-13 17:34:26 +00:00
Ralf Becker
09d4c8aa75 fixed some (mis-)spellings, thanks to Trancer 2004-03-13 17:29:48 +00:00
Ralf Becker
a13ab26527 fixed error, thanks to drago 2004-03-13 09:58:25 +00:00
ak703
4b4df263cc migrated more items to app.css and fixed (hopefully) most current issues with calendar's layout.
Cutting off long event titles is done purposely - not a bug ;-)
2004-03-12 23:47:03 +00:00
ak703
e212d838b5 extended styles for more tpl items 2004-03-12 23:43:25 +00:00
Ralf Becker
6c39bdb067 make the name of the Authorization header and the Basic in it case-insensitive 2004-03-12 17:58:55 +00:00
reinerj
9759bb4f0f languages changes chinese from Zhang Weiwu 2004-03-12 08:33:53 +00:00
Carsten Wolff
5889064b1f oops, fix for the fix ... /me pulls brown paperbag over his head 2004-03-11 17:39:05 +00:00
Ralf Becker
02c1c5a545 fixed bug in link-delete, missing this 2004-03-11 17:23:37 +00:00
Carsten Wolff
7dcab6a1b0 This patch adds full Support for the bytea-datatype, wich is missing from PHP itself. I should have known this, before adding the datatype to schemaproc, but well ... here's the fix. 2004-03-11 15:40:31 +00:00
reinerj
380c117f8e jerryr template changes commited 2004-03-11 08:11:07 +00:00
bgigon
bd9deb9e35 Add automatically participants when we use MatrixView and insert a new entry by link-date 2004-03-10 17:08:46 +00:00