danbas
31d9bd59b6
fixed bug that I just introduced
2004-03-23 08:41:05 +00:00
danbas
ebe9a3354e
idle times of more than 24 hours are now displayed
2004-03-23 08:34:00 +00:00
Ralf Becker
b43b27f6fa
fixed (after xmlrpc changes) not working search
2004-03-23 08:22:46 +00:00
Lars Kneschke
82a4305005
added comments which function are for compatibility only
2004-03-22 15:45:45 +00:00
Lars Kneschke
10d033f6fb
add another function from phpgw to egw api, to stay compatible with there
...
contacts class
2004-03-22 15:43:37 +00:00
Lars Kneschke
269756f577
add wraper function to support phpgw contact api
2004-03-22 15:34:32 +00:00
Ralf Becker
9ec5c51938
fixed double-translation of country-names
2004-03-22 08:00:06 +00:00
Ralf Becker
68fc63f2a6
change country to selectbox, to force use of the correct 2-digit iso-code
2004-03-22 07:59:10 +00:00
Ralf Becker
70ea5b9de7
enable auto-loading of holidays from localhost by default
2004-03-22 07:44:54 +00:00
Ralf Becker
b7d9897a33
fixed parse-error, see bug #920580
2004-03-22 07:19:43 +00:00
Ralf Becker
948fe1c4a4
not longer used
2004-03-22 07:13:30 +00:00
Ralf Becker
ae72c47831
added missing ';' - thought that file is not used ;-)
2004-03-22 07:09:17 +00:00
Ralf Becker
0aca5b696c
added a please wait message before recursivly checking all files for word-writable
2004-03-21 23:45:28 +00:00
Ralf Becker
de263f5b30
useing the localised lang-list from the translation class
2004-03-21 22:41:00 +00:00
Ralf Becker
745bfdc35e
fixed merging of session and user prefs
2004-03-21 22:03:06 +00:00
Ralf Becker
30d02e3cc4
moved the language selection above the password (which autom. submits the form)
2004-03-21 21:41:00 +00:00
Ralf Becker
2335e91857
added a (optional) language-select-box, eg. for demo-sites
2004-03-21 21:28:35 +00:00
Ralf Becker
1a4e00bd63
added a (optional) language-select-box, eg. for demo-sites
2004-03-21 21:20:05 +00:00
Ralf Becker
3dc254c6ee
added session (temporary) preferences
2004-03-21 21:17:34 +00:00
Ralf Becker
5e406355f9
localised the list of availible languages
2004-03-21 21:16:57 +00:00
Ralf Becker
be80b4fb09
fixed typo
2004-03-21 17:32:07 +00:00
Ralf Becker
23bf823035
now setting /tmp or c:\temp automatically as temp-dir (was only /tmp)
2004-03-21 16:25:22 +00:00
Ralf Becker
1417a115f6
fixed typo
2004-03-21 16:23:38 +00:00
Ralf Becker
1d6a4ff344
give admin access to all apps, to save us some support requests
2004-03-21 16:11:51 +00:00
Ralf Becker
9b29b3a712
fixed signature
2004-03-21 15:06:01 +00:00
Ralf Becker
2a95647df6
fixed:
...
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
- commented the not working bg-colors and the pure html complilans out
2004-03-21 15:01:28 +00:00
Ralf Becker
c4f87aed4c
fixed:
...
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
2004-03-21 15:00:01 +00:00
Ralf Becker
24331610a9
fixed:
...
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
- re-enabled autoload of lang-files, it can be disabled in Admin->Site configuration
2004-03-21 14:58:04 +00:00
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
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