Commit Graph

1229 Commits

Author SHA1 Message Date
reinerj
55765dfc3e fix some wrong tabs in file which produce error messages 2004-07-31 17:59:52 +00:00
reinerj
290d20d22a fix some wrong tabs in file which produce error messages 2004-07-31 17:52:34 +00:00
reinerj
b9d03ca23f fix some wrong tabs in file which produce error messages 2004-07-31 17:49:45 +00:00
reinerj
05d84d1324 fix some wrong tabs in file which produce error messages 2004-07-31 17:26:42 +00:00
reinerj
6dfa3b2326 fix some wrong tabs in file which produce error messages 2004-07-31 17:03:23 +00:00
reinerj
b470959420 fix some wrong tabs in file which produce error messages 2004-07-31 16:58:35 +00:00
shrykedude
ff34378a1e Fixed app dependencies for api-1.0.1 version change 2004-07-30 19:06:35 +00:00
Ralf Becker
f9e0f8f0d4 updated lang file from Emil Varjasi 2004-07-21 16:45:52 +00:00
Ralf Becker
43c3b79893 patch from Erwan LE DISEZ 2004-07-21 16:42:34 +00:00
Ralf Becker
19cbdcec1d killed a warning in xmlrpc from the kdepim list:
HTML-formated Errors (see below) are returned instead of well formed XML.
Is this already solved in a later Version of eGroupware  or is this a special
setting that causes this behaviour ?

kontact: ERROR: Result: <br />
<b>Warning</b>:  Invalid argument supplied for foreach() in
<b>/home/httpd/localhost/htdocs/egroupware/addressbook/inc/c
lass.boaddressbook.inc.php</b> on line <b>392</b><br />
2004-07-12 20:02:15 +00:00
Ralf Becker
f6c07ba556 pushing all versions to 1.0.0 2004-07-02 22:32:53 +00:00
Ralf Becker
d9eb3ad604 not used anymore 2004-06-30 09:41:18 +00:00
Ralf Becker
d0b2a3a823 fix for 2 people importing an equally named file at the same time, thanks to Matthew Galgoci <mgalgoci -at- redhat.com> 2004-06-20 09:03:34 +00:00
Ralf Becker
afd3ba4a95 updated the css of the letter-search (like the accounts popup now) 2004-06-16 00:53:45 +00:00
Ralf Becker
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +00:00
Oscar Manuel Gómez Senovilla
d834017cff *** empty log message *** 2004-06-11 19:23:19 +00:00
petere78
c2f7c4b73b Translation improvements 2004-06-10 13:52:15 +00:00
zhangweiwu
cf19aae187 I merged the traditional Chinese translation into the simplified Chinese
translation file (only those not translated in simplified Chinese).

This is because
1) most simplified Chinese readers can read traditional
Chinese. If some phrase doesn't have simplified Chinese translation,
egroupware better fall back to traditional Chinese then English.
2) Translation can be easier (just pick up the unfamiliar traditional
translation and change to simplified form)

The change is made by using
> find . -type d -name "setup" -exec /tmp/merge_tradition.sh {} \;

where merge_tradition.sh is:

#!/bin/sh
cd $1
if [ -f phpgw_zh.lang ] && [ -f phpgw_zt.lang ]; then
mv phpgw_zh.lang phpgw_zh.lang.old
join -a 1 -t "	" phpgw_zt.lang phpgw_zh.lang.old | \
        awk -F "	" \
       '{ OFS = FS; if (NF == 7) print $1, $5, $6, $7; else print $0 ;}' \
                > phpgw_zh.lang
fi

Kiang if you like the idea you can merge my translation to your lang
file too. And it's even better if the language engine can be changed in
the way that, as a phrase has no translation for current language,
choose the nearest language before falling back to English. Say, when no
translation in zh, use zt before trying English.

Could it be better that this apply to pt too? (pt-br and pt)
2004-06-09 17:01:42 +00:00
reinerj
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +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
zhangweiwu
587a2d5e1c a little ui enhancement in addressbook
addressbook/inc/class.uiaddressbook.inc.php in the line
161 remove this:
size="3"

On my installation there are 15 categories, a user has
to scroll down to find approprate category, size="3"
for category select box is too limited. Does not
specify size makes mozilla provide a select box just
fit it's content. Don't know how it would be in IE.
2004-05-24 02:35:08 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
reinerj
6fc238640a add change from zhang weiwu 2004-05-16 23:57:04 +00:00
reinerj
92f09dfc3a new langfile Catalan from Xavier Navarro 2004-05-04 13:53:55 +00:00
reinerj
e8f1738d1d fix from Mike A. Oligny for visual indicatorthat the cell is clickable 2004-05-04 13:00:00 +00:00
reinerj
691f95cb19 fix typo 2004-04-30 15:59:59 +00:00
Miles Lott
413710d555 Fix setting of n_prefix based on Title field - bug #942723 from tachometry_nik 2004-04-27 02:57:04 +00:00
reinerj
be72681b62 update images to jerryr template from Jerry Ruhe 2004-04-26 21:31:27 +00:00
reinerj
5893bbdddb update Polish langfiles from Michael Bielicki 2004-04-23 23:38:59 +00:00
Oscar Manuel Gómez Senovilla
fd3e03016d *** empty log message *** 2004-04-23 01:12:29 +00:00
reinerj
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
Oscar Manuel Gómez Senovilla
12618eace7 *** empty log message *** 2004-04-17 21:43:13 +00:00
reinerj
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
Ralf Becker
707e464780 first (simple) version of the new manual app 2004-04-13 08:53:04 +00:00
reinerj
1f0b14e716 add file Import_from_Outlook_-_Italano from Marco Volpe 2004-04-08 01:02:06 +00:00
Miles Lott
258e68559e Fix for cat_id selection on export from Bug #930311 - fix from SF userid hilch 2004-04-07 17:38:24 +00:00
reinerj
447bd52582 add changed file with name Import_from_Outlook_-_French 2004-04-07 14:09:07 +00:00
reinerj
bced87cbc3 add changed file with name Import_from_Outlook_-_Espanol 2004-04-07 13:54:23 +00:00
Oscar Manuel Gómez Senovilla
c9ed30704c *** empty log message *** 2004-04-02 20:32:14 +00:00
Ralf Becker
3637978eee added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
reinerj
8574c44ae1 update to the next version from egw 2004-03-28 12:20:15 +00:00
Ralf Becker
a202fb770a fix from pro-inform to get the prefs working with ldap 2004-03-23 09:11:49 +00:00
Ralf Becker
9b29b3a712 fixed signature 2004-03-21 15:06:01 +00:00
Ralf Becker
45df07162b removed the es translation, as es-es is used now 2004-03-21 10:59:53 +00:00
reinerj
be28d77fa9 update Brazil lang file translated from Orlando Gentil 2004-03-19 22:03:20 +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
373864f6fe hopefully the last xmlrpc fix 2004-03-14 12:07:02 +00:00
Ralf Becker
e6c351b7d4 fixed missing return 2004-03-13 17:34:26 +00:00
Ralf Becker
00212a8fc9 fixed & enhanced xmlrpc support:
- new identical (for all apps) function names: search, read, write, delete, categories
- dates (geb.date, last_mod) iso8601 encoded
- cats are encoded as cat-id / name pairs and are automaticaly created / updated
2004-03-10 07:53:37 +00:00
reinerj
be6dbc011e add new images from Jerry to CVS 2004-03-07 22:14:06 +00:00
Ralf Becker
3abbf2fb67 - fixed single quotes in view
- fixed setting of no cat (after there've been one) in edit
2004-03-07 12:27:07 +00:00
Lars Kneschke
42ad3ecbe1 fix for bug [ 840190 ] addressbook LDAP export to phpgw LDIF multiple issues 2004-02-27 07:09:26 +00:00
Oscar Manuel Gómez Senovilla
742e25401a *** empty log message *** 2004-02-25 02:58:12 +00:00
Miles Lott
aeb222d5d7 Remove break which causes error, and detect error another way 2004-02-24 14:05:39 +00:00
Miles Lott
332edea855 Use css colors instead of setting row_on/off 2004-02-22 15:44:01 +00:00
Miles Lott
bbbd26dc4b Add initial framework for alternate contact types (not enabled), cleanup formatting 2004-02-22 15:18:36 +00:00
Miles Lott
ac7a91b8fa Adjust banners and minor formatting 2004-02-22 14:32:55 +00:00
reinerj
259d6ce8bf add some translations from Zhang Weiwu in Chinese 2004-02-20 09:46:20 +00:00
alpeb
fa49a29017 fix to avoid showing categories twice when viewing an addressbook item 2004-02-20 00:53:47 +00:00
Miles Lott
bab57d221a fix author credit 2004-02-15 18:21:35 +00:00
Miles Lott
7c71fb9a08 Ensure that the string form value of 'access' is known and not a guess of a boolean 2004-02-15 18:14:44 +00:00
Ralf Becker
7a0f6b35a4 fixed the cats to occupy all availible colums, else long cat-names ruine the layout 2004-02-11 09:40:34 +00:00
reinerj
8b3de2052f updated translation from Esben Laursen for Danish 2004-02-09 11:33:06 +00:00
Ralf Becker
64eb32d00e fixed lost mail/http links in index-page and added felamimail, fix for bug #865511 2004-02-08 23:05:18 +00:00
reinerj
b09e2ed799 update for jerryr template 2004-02-08 10:51:15 +00:00
Lars Kneschke
0e71634b77 remove some debug output 2004-02-05 22:14:23 +00:00
Miles Lott
cf6e9a447a Fix for preferences bug #832083 (while to foreach conversion error) 2004-02-02 14:04:05 +00:00
mila76
186bb5c970 Fix for Select All image with empy addressbook
InternetExplorer not accept <img src="">
Add a transparent.png in phpgwapi /default image
2004-01-29 22:25:31 +00:00
Miles Lott
2f51d281f0 VERY simple fix to allow queries to persist into page view, etc. 2004-01-27 03:30:25 +00:00
Miles Lott
2464573ac3 remove spaces again... 2004-01-26 06:04:04 +00:00
reinerj
c514c413f3 small changes in the header 2004-01-25 22:02:59 +00:00
reinerj
faa82f864d small changes in the header 2004-01-25 21:50:32 +00:00
Miles Lott
abe0f76684 Remove echo of alphabet - oops! 2004-01-25 21:39:54 +00:00
reinerj
4a21994f5a small changes in the comments 2004-01-25 21:06:54 +00:00
reinerj
dfa08d5556 small changes in header 2004-01-25 21:03:38 +00:00
mila76
cd30e8c17c Update to 0.9.99.012 2004-01-25 13:42:07 +00:00
Miles Lott
6227b0b8a1 Test cvs and syncmail 2004-01-24 16:24:37 +00:00
reinerj
f2ce283bd1 add jerryr template from Jerry Ruhe (aka jerry71) 2004-01-23 09:20:07 +00:00
reinerj
233e9f7101 add translation from Andrei V. Smilianets for ukrain 2004-01-21 18:26:05 +00:00
reinerj
ca4af9837c add german translation to CVS 2004-01-20 03:31:14 +00:00
Miles Lott
7d7b2cf44d Hide options not really used ever 2004-01-20 00:32:26 +00:00
reinerj
3d6a411a17 add some better description to file 2004-01-19 19:50:31 +00:00
reinerj
fbe9b02400 add some english phrases 2004-01-17 16:37:21 +00:00
Miles Lott
647e3d48f4 New file with extra fields for Mozilla (1.5x) 2004-01-17 04:38:11 +00:00
Miles Lott
0456d8491f New file with updated fields used in Mozilla (1.5x) 2004-01-17 04:31:29 +00:00
Miles Lott
884bd3e020 comment out unused category object 2004-01-17 04:03:37 +00:00
Miles Lott
1824a46f63 one less call to lang() 2004-01-17 03:57:14 +00:00
Miles Lott
e029c2151a Fix bad setting of var when no lang is set 2004-01-17 03:52:33 +00:00
Miles Lott
73f11d4481 Fix to allow nextmatchs to maintain cquery, also stretched the top bar to 95 like the rest of the page 2004-01-17 03:33:58 +00:00
Miles Lott
63d80f2fcd Add the search for 1st character of certain fields, showing alphabet at the top. This feature was lost for 2 years(!), so hopefully it works for you. 2004-01-17 03:21:21 +00:00
Miles Lott
685c2a49ba Add setting of fullname field on import (patch 876269) 2004-01-16 00:45:59 +00:00
Oscar Manuel Gómez Senovilla
fd95a1911b *** empty log message *** 2004-01-04 03:10:35 +00:00
Oscar Manuel Gómez Senovilla
0b8ecc7a8a *** empty log message *** 2004-01-03 00:04:16 +00:00
Oscar Manuel Gómez Senovilla
803a930a22 *** empty log message *** 2004-01-02 21:12:27 +00:00
Miles Lott
1166ecf247 Replace reset/while with foreach 2004-01-01 23:31:13 +00:00
Miles Lott
365338f35a Fix phpgwcontacttypeid field 2004-01-01 23:28:46 +00:00
Miles Lott
45c2ab1cba Add langs and cleanup html for export page 2004-01-01 23:17:19 +00:00
Miles Lott
e7a1d41f95 add export to sidebox menu 2004-01-01 23:09:49 +00:00
Oscar Manuel Gómez Senovilla
91e2dde838 *** empty log message *** 2003-12-26 00:51:21 +00:00
Lars Kneschke
5fc1996732 Spell fix 2003-12-20 14:48:17 +00:00
Miles Lott
60646ef432 ereg/intval update 2003-12-19 10:05:05 +00:00
Miles Lott
ec67908ccf ereg/intval update 2003-12-19 09:27:23 +00:00
Miles Lott
83fa2e42a9 replace ereg_ with str_ 2003-12-19 09:25:19 +00:00
Pim Snel
620a0b7912 fixed bug in addressbook display for IE, index was too wide because of the button, so I put an extra row 2003-12-12 21:42:00 +00:00
Pim Snel
6db9bd587e moved from idots 2003-12-12 14:12:28 +00:00
zhangweiwu
b8d36e17c2 New Translation. Blah. 2003-12-07 12:57:37 +00:00
Miles Lott
f3549ec4d8 Cleanup handling of vcard file import 2003-12-05 11:27:47 +00:00
reinerj
ddb9bc3c87 add some phrases 2003-12-03 21:58:46 +00:00
Miles Lott
da6ba3797f Cover delete_block if empty 2003-12-03 04:31:16 +00:00
Miles Lott
6eb49e1666 Add ability to delete multiple entries, with a select all check image from the setup application 2003-12-03 04:28:20 +00:00
zhangweiwu
c451623cf9 Translation translation blah ... 2003-12-03 03:08:09 +00:00
Miles Lott
99ea79d3b5 Add zip_close() and some inline docs 2003-12-03 01:18:50 +00:00
Miles Lott
9efb12491d Add handling of zip file collections of .csv, .vcf, or .ldif files; Cleanup template and add lang calls for import instructions. 2003-12-03 01:13:14 +00:00
Miles Lott
c77cc462e6 Cleanup format and use of HTTP_ vars, intval, etc. 2003-12-01 00:46:45 +00:00
Lars Kneschke
50ab5a37c0 enabled brazilian language 2003-11-28 00:00:00 +00:00
zhangweiwu
01fa575b05 Newest translation. Setup module is put into Chinese. 2003-11-27 13:32:09 +00:00
zhangweiwu
edb7da7145 Newest translation.
This is not a copy-and-usable translation: you need to reinstall the language in setup.
This is because I changed charset to be utf8.
2003-11-24 03:33:35 +00:00
Miles Lott
d1adc61355 Fix bad prefs link 2003-11-24 01:17:41 +00:00
Miles Lott
71a27f0ae7 Remove header redirection from bo class - one function left to do 2003-11-19 14:16:15 +00:00
Miles Lott
6c9d475688 Added another check for no import conversion type selected 2003-11-19 14:05:01 +00:00
Miles Lott
63dde626aa Added return if conversion type not set 2003-11-19 13:57:45 +00:00
Ralf Becker
99b5f239fd 1. index show icons for edit, view and (new) delete entries, owner is only showed in view or edit not longer in the index (same for vcard)
2. view is a bit compacter too as owner, access and cats are shown within the table and not as extra footer
2003-11-14 23:35:03 +00:00
Ralf Becker
a3b405b2f1 fixed copy to copy all fields and not only the stock ones 2003-11-14 22:12:59 +00:00
Ralf Becker
620eb15fc4 fixed wrong permission-check (was PHPGW_ACL_DELETE instead of _READ or _EDIT) 2003-11-14 21:15:02 +00:00
Ralf Becker
2683990b6b security fix 2003-11-08 21:09:12 +00:00
Miles Lott
40c128aa4d undo 2003-11-08 15:17:43 +00:00
shrykedude
941e208118 Use correct translation key for contact import pref 2003-11-08 04:59:08 +00:00
Miles Lott
3ae8be8eee possible security fix 2003-11-06 14:03:57 +00:00
Pim Snel
e66355b187 add sidebox hook, tis was the reason ot didn't worked 2003-11-06 02:02:57 +00:00
Pim Snel
7fd6074853 Why doesn't the sidebox work? 2003-11-06 02:00:53 +00:00
Pim Snel
ab90bb0264 almost complete now 2003-11-06 01:58:56 +00:00
Pim Snel
9f4e07016f moved e.g. 1969 to be parsed by lang() 2003-11-06 01:38:58 +00:00
reinerj
3a9c015bf7 updated Big5 lang file from Finjon Kiang 2003-11-04 09:29:12 +00:00
Pim Snel
b33c176a79 new icons for default 2003-11-04 02:06:42 +00:00
Pim Snel
7701abb167 start new icons default template theme 2003-11-04 01:42:56 +00:00
Ralf Becker
ecd640a2ea fixed the adjustment of the buttons to work with the new/old idots default left-align 2003-10-25 10:17:08 +00:00
Ralf Becker
08379d93b8 - useing the check_perms function from contacts
- ui only calls bo and not longer contacts direct
2003-10-25 10:16:12 +00:00
Ralf Becker
8c9c2f09d0 some more xmlrpc changes 2003-10-24 20:42:00 +00:00
Ralf Becker
3b69781d89 fixed not working acl in so&bo (ui acl is working, that why noone noticed it so far), moved acl-check and default-values for add from so to bo) 2003-10-24 19:05:05 +00:00
Pim Snel
194f2dd843 and here are the new idots icons 2003-10-23 15:30:54 +00:00
Miles Lott
a6247a6191 This is the fix for performing strtolower on fields such as givenName from Mozilla 2003-10-19 07:48:12 +00:00
Miles Lott
b31581a53c Fix Netscape import (ldif) to perform strtolower() on fieldname - Mozilla at least sends givenName 2003-10-19 07:47:08 +00:00
Miles Lott
454c0c12c2 Fix lang calls 2003-10-19 07:21:51 +00:00
Miles Lott
3ec480e3c5 Added one lang for import that was missing in action 2003-10-19 07:20:43 +00:00
Miles Lott
4a49600904 Fixes for globals and session data - which is mostly unused for now 2003-10-19 07:00:53 +00:00
Miles Lott
760bed3735 Fix import to convert quoted-printable cr/lf correctly 2003-10-19 06:55:53 +00:00
Miles Lott
de6be340f3 Use get_var() 2003-10-19 06:14:21 +00:00
Miles Lott
29586ebf3a This is legacy code, not used for 2 years or more 2003-10-19 06:08:11 +00:00
Miles Lott
b56787e6cd using get_var() 2003-10-18 10:39:37 +00:00