Commit Graph

8989 Commits

Author SHA1 Message Date
3c919bba50 make users mailaddress available for use in applications, if it is found in ldap 2004-06-18 09:29:11 +00:00
2d9373d120 *** empty log message *** 2004-06-16 16:04:06 +00:00
3034363c13 add header for content type 2004-06-16 06:39:18 +00:00
afd3ba4a95 updated the css of the letter-search (like the accounts popup now) 2004-06-16 00:53:45 +00:00
b1b1f95590 - moved the whole selection code from uiaccountsel::popup to accounts::select
- extended syntax for uiaccountsel::selection to specify what you need (no longer hardcode of certain apps)
2004-06-16 00:33:13 +00:00
a1921aed2e - moved the whole selection code from uiaccountsel::popup to accounts::select
- extended syntax for uiaccountsel::selection to specify what you need (no longer hardcode of certain apps)
2004-06-16 00:31:48 +00:00
853a71b681 added some more quoting for our windows friends ;-) 2004-06-15 22:31:19 +00:00
1bc44b879d removed old accounts-popup 2004-06-15 10:19:02 +00:00
f2a16d4e52 corrected typo 2004-06-15 08:16:07 +00:00
5140181bba charset header to overwrite apaches AddDefaultCharset 2004-06-15 08:03:15 +00:00
baa212c22a centralised 2-digit iso country codes in phpgwapi/inc/class.country.inc.php
Other classes can use them, as there are atm:
- etemplate/inc/class.select_widget.inc.php
- phpgwapi/inc/class.sbox.inc.php
2004-06-15 07:50:58 +00:00
deb8d570a0 centralised 2-digit iso country codes in phpgwapi/inc/class.country.inc.php
Other classes can use them, as there are atm:
- etemplate/inc/class.select_widget.inc.php
- phpgwapi/inc/class.sbox.inc.php
2004-06-15 07:45:21 +00:00
dd1ed0f786 make UploadImage plugin actualy work (beta1) 2004-06-15 00:27:03 +00:00
8d833331ff some UI fixes for bigger groups 2004-06-14 07:03:05 +00:00
37c79bfcf4 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 22:20:57 +00:00
39515264eb updated all availible languages, even if they are not used any more ;-) 2004-06-13 21:33:18 +00:00
5709cc3a27 availible languages now only need to be added to setup/lang/languages to be availible in eGW:
- saves a db-update whenever a new lang comes availible
- maybe we should drop the availible column in phpgw_languages
2004-06-13 21:31:21 +00:00
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +00:00
2113aceb56 redirect to login-page, better then an empty page 2004-06-13 20:35:01 +00:00
a99697ae09 new account selection:
- search after different criteria: all fields, firstname, lastname, lid, starting with or exact match
- additional display of the current selection in the popup
2004-06-13 20:17:54 +00:00
d484a2227f - IE workaround only for IE
- phpgwapi as default app-name for image-buttons
2004-06-13 20:12:59 +00:00
ab9ec83bc4 implemented different search-types:
- all fields
- firstname, lastname, account-lid
- start with
- exact
for the new account-selection popup
2004-06-13 20:11:31 +00:00
9952a1bdb8 app_header in the page-/window-title allows general popups to customize it and is more informativ then just the app-name 2004-06-13 20:09:27 +00:00
cc61a1940b add hook for new events 2004-06-13 17:01:14 +00:00
7829ecd511 fixed the regular selectbox (single-selection) 2004-06-12 21:58:47 +00:00
850172fdd3 using account-selection widget 2004-06-12 12:29:07 +00:00
d02338d346 killed the debug-message ;-) 2004-06-12 12:26:50 +00:00
401afbb787 fix for IE (it seems to not act on onclick on an image, if its in the internet-zone)
fix for nextmatch
2004-06-12 12:25:01 +00:00
c4d66d7ecf using account-selection widget 2004-06-12 10:04:48 +00:00
e8daf45b02 using account-selection widget 2004-06-12 09:48:59 +00:00
26901c6865 first version of the account-selection widget 2004-06-12 09:48:20 +00:00
1b5427cb5a using array internaly instead of commasep. string 2004-06-12 09:45:33 +00:00
d834017cff *** empty log message *** 2004-06-11 19:23:19 +00:00
4877495957 fix from Stephen Reindl for open_restrictions error message in setup 2004-06-11 10:36:14 +00:00
f2c52cc197 handle macroman as iso8859-1 2004-06-11 05:32:03 +00:00
21a24b8272 Translation improvements 2004-06-10 19:33:09 +00:00
0e953fdeeb fix for BUG [ 969767 ] Projects: Administrator list and
BUG [ 969759 ] Edit manager list - Duplicate Names
2004-06-10 15:07:40 +00:00
c2f7c4b73b Translation improvements 2004-06-10 13:52:15 +00:00
f51feebf09 fix for rpm error and updated script 2004-06-10 11:09:07 +00:00
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