Commit Graph

10000 Commits

Author SHA1 Message Date
dc2d527ba4 add a content-type header to overwrite an existing default charset in apache (AddDefaultCharset directiv) 2004-06-10 07:13:37 +00:00
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
471b312a67 Received new UTF-8 lang files from kiang.
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
b68e50cd79 UTF-8 lang files. I missed this file last time commiting lang files. 2004-06-08 18:13:30 +00:00
0dd4cc1925 imported ADOdb version 4.22:
it seems to fix some php5 probs the old version had
2004-06-08 14:09:55 +00:00
f51badf1ef fix for broken date.print function under opera 2004-06-08 12:26:54 +00:00
1ab7a385b7 patch [ 964190 ] Test GD functionality in projects 2004-06-08 05:00:27 +00:00
a40c1f9e83 fix for chines chars
There are many (I belive around 5%) Chinese character coded in GB2312
contains \xad, remove all \xad make the characters broken. Image you see
one broken ideograph in every sentence:(
2004-06-07 02:07:04 +00:00
8ac1f330aa uploaded images for categories (used only by phpbrain so far) 2004-06-04 17:12:18 +00:00
61f293dd9c added a german translation 2004-06-04 06:18:50 +00:00
ab6a4ae74f added class to create pdf file
http://www.fpdf.org
2004-06-04 06:17:23 +00:00
87e8b9c917 update lang file from Tapio Kautto 2004-06-01 10:08:12 +00:00
892f40ff23 funtion renamecolumn wasn't upgrading the indexes, which avoided changing an indexed column name in postgres 2004-06-01 05:10:43 +00:00
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
d08ff634f8 update lang file from Tapio Kautto 2004-05-31 13:01:54 +00:00
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
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
1b60e0f309 fixed droping of non-existing primary keys 2004-05-30 11:18:47 +00:00
4549d52c56 disabled diagnostics about setting not existing blocks again, as it breaks email 2004-05-30 10:55:52 +00:00
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
9a386bb064 extended the diagnostics on template-errors (eg. backtrace) and added some good debug-possebilities 2004-05-29 10:23:18 +00:00
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
140a9fb5df added possibility to assign a color and an icon to a global category 2004-05-29 10:16:52 +00:00
0fa77633e1 removed calls to not used block data_column 2004-05-29 10:15:59 +00:00
200b99cd9f fixed new uid creation: uid is not null, so we need to write a dummy-value, before we knew the actual id 2004-05-29 08:01:37 +00:00
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
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
d39c37ed76 update of the GB holidays, provided by Jonathan Riddell jr -at- jriddell -dot- org 2004-05-28 16:18:35 +00:00
17a9c3c547 extend WEBDAV install howto from Jonathan Riddell 2004-05-27 12:44:11 +00:00
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
34d0de6e9d Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
b91d5814e5 Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
50694d54a4 Italien translation extension from Leo Amadori 2004-05-26 20:07:17 +00:00
3ec6f18729 Italien translation extension from Leo Amadori 2004-05-26 20:03:39 +00:00
84a2e86056 finnish translation extension from Tapio Kautto 2004-05-26 17:49:51 +00:00
18dded158c 1) using the color set by preferences dialogs, now in data-column
2) reverted alpes tab to space and dos-line-ends conversation
2004-05-26 10:16:46 +00:00
2a1b37b6da an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00
a4f495d678 added possibility to assign a color and an icon to a category 2004-05-26 07:25:29 +00:00
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
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
892a1b369e Added tigra color-picker Ver. 1.1 2004-05-26 07:21:00 +00:00
6e30dedf98 submitted to egroupware.org 2004-05-25 11:43:45 +00:00
5d8250c0de 1) fixed observance of new year and new year's eve, which can fall into the next or previous year
2) additionaly added new year of the next year and new year's eve of the last year to this years holidays, as they are often displayed (or missing) in a week- or day-view
3) fixed the not working saving of a changed observance rule in the holiday manager
4) added the observance rule to new year in the US
2004-05-25 11:36:32 +00:00
a94772e3bc fix from Jonathan Riddell 2004-05-25 08:55:12 +00:00
475be59cb1 E_ALL fix 2004-05-24 22:33:48 +00:00
6399a1664e added error-msg for the async-services 2004-05-24 17:15:23 +00:00
3edc6525f2 fix for php 4.1 (print_r with 2 params) 2004-05-24 14:23:46 +00:00
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
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
b30b9bd9c0 fix typo 2004-05-24 04:56:21 +00:00