Commit Graph

3375 Commits

Author SHA1 Message Date
Ralf Becker
968f1ccf91 fixed bug [ 991222 ] Error uploading file -
thought the whole class need to be reworked with the new db-functions
2004-07-24 20:29:15 +00:00
Ralf Becker
8107e51abc removed wrong semicolon bedind the sql queries 2004-07-23 00:59:44 +00:00
Ralf Becker
b23989981e added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb 2004-07-23 00:47:30 +00:00
Ralf Becker
29594f2771 added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb 2004-07-23 00:46:01 +00:00
Ralf Becker
d5c32df4e3 first version of data-dictionary for sapdb 2004-07-23 00:41:24 +00:00
Ralf Becker
1a585efd36 fixed the code, which was not working after the right table-name was used ;-)
dont think that part is used anyhow
2004-07-22 18:40:19 +00:00
Carsten Wolff
42142322b4 now that the old db-classes are gone, we can put function name_quote to use. 2004-07-22 08:22:52 +00:00
Ralf Becker
edcda476b7 update brasilian translations 2004-07-21 21:18:18 +00:00
alpeb
efe5157b83 fixed typo that wasn't allowing phpmailer to authenticate to smtp server when needed 2004-07-21 21:15:54 +00:00
Ralf Becker
75c914ea31 patch from Erwan LE DISEZ 2004-07-21 17:01:51 +00:00
Ralf Becker
5f0e998729 fixed wrong name of config-table 2004-07-21 13:53:31 +00:00
Ralf Becker
de506124a3 fixing bug [ 992090 ] Could not log out
At that time, there is no account-id set which results in an empty string, what pgSql dont likes in integer fields. Casting it to int now.
2004-07-21 10:12:58 +00:00
bgigon
4e6fa932cb Add feature "rejected line"
Somes lines has been rejected.
This features warn admin directly
2004-07-20 16:11:31 +00:00
Ralf Becker
f827b8a29b removed str.replace with anonymous function, as suggested by benjamin 2004-07-20 13:44:30 +00:00
Ralf Becker
bfab7d5a46 changed quoting for wz_tooltips to allow linebreaks 2004-07-19 15:19:02 +00:00
ak703
cc63295475 updated for use of tooltips systemwide 2004-07-16 12:26:51 +00:00
Ralf Becker
dff13373e1 1) fixed problem with not created account_email column, thanks to a direction from Manfred Usselmann
2) moved all pre-1.0.0 updates to new tables_updates_0_9_14.inc.php, which gets now included as all to other "old" updates
2004-07-15 06:47:34 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e *** empty log message *** 2004-07-14 08:12:56 +00:00
Ralf Becker
04650e3680 re-read job, in case it had been updated or even deleted in the method 2004-07-12 23:46:54 +00:00
Ralf Becker
eba1ec911f fixed name2id for groups (was still the old variable-name) and limited id2name & name2id for groups on certain fields only 2004-07-12 21:25:51 +00:00
Ralf Becker
c7280a44a9 created new colorpicker for eGW based on the one from htmlArea 2004-07-12 18:50:39 +00:00
Oscar Manuel Gómez Senovilla
ef61d8b6de *** empty log message *** 2004-07-12 16:03:27 +00:00
bgigon
fcd6d6a807 Add features translations for templates 2004-07-12 10:49:35 +00:00
bgigon
959740dd9f FixBug for Safari (Mac) 2004-07-12 09:39:54 +00:00
alpeb
eabb97968b Ralph: you erased by mistake some parenthesis in last commit ;) 2004-07-11 14:48:00 +00:00
Ralf Becker
f7d51c9e57 fixing probs with debian woody which is php >= 4.1.1, but lacks mcrypt_generic_deinit 2004-07-11 13:37:30 +00:00
Carsten Wolff
23cbfee599 somtimes less is more ... do not confuse users with just doing nothing, just because he likes to type phonenumbers with an extra space 2004-07-11 13:35:22 +00:00
Carsten Wolff
f2b7d8deda Fix for the same bug as after the last import of a new adodb-version.
I wonder, if someday all will start to patch instead of overwriting and committing.
Anyway, this bugfix will be part of the next ADODB release. See:
http://phplens.com/lens/lensforum/msgs.php?id=9849
2004-07-11 11:38:59 +00:00
Ralf Becker
c1c5722f40 removed availible column from phpgw_languages 2004-07-11 10:16:30 +00:00
Ralf Becker
56d6430de2 moved (optional) language selection befor the user-name and automaticaly reload the page, if the user changed the language 2004-07-11 09:42:54 +00:00
Ralf Becker
e5d689cb9f added smtp-auth configuration to email and API's send-class (translations for that are moved to admin, as the config is now in Admin >> Site config and only for confinience accessible via Admin >> Email >> Site config too 2004-07-11 08:33:28 +00:00
Ralf Becker
5ea042041c fixed not showing up langs like 'es-ca' which hasn't been in phpgw_languages (or only as just 'ca') 2004-07-10 10:59:37 +00:00
Ralf Becker
551c66d68e change to make sure eg. '1.0.0' is counted less the '1.0.0.xxx' ! 2004-07-10 10:56:09 +00:00
Ralf Becker
0a5573a0fe 1) using hint-values of auth class about name, group, email, primary-group in $GLOBALS['auto_create_acct'], as the sql-class already does
2) using default group as specified in Setup >> Configuration for the primary group too, if none is given, this should fix also bug [ 958418 ] Registration problem with LDAP accounts
2004-07-10 08:25:02 +00:00
Ralf Becker
ee82c376f6 using default group as specified in Setup >> Configuration for the primary group too, if none is given 2004-07-10 08:22:07 +00:00
Ralf Becker
e1599a19c0 fix for big files in web_dav as suggested by bug [ 964418 ] Downloading large files through webdav fails 2004-07-10 08:01:25 +00:00
Ralf Becker
8e71034baf fix for binary data stored in database as describt in bug [ 985874 ] Can't store files in database 2004-07-10 07:51:29 +00:00
Ralf Becker
c8b165acae fixed typo 2004-07-10 07:50:16 +00:00
Ralf Becker
ec9ef473ce imported ADOdb ver. 4.50 which should solve many php5 probs 2004-07-10 07:19:40 +00:00
Ralf Becker
759d1d4f17 fixed bug with not working language-selection and SQL error because of empty session-id in phpgw_app_session 2004-07-09 15:17:04 +00:00
Ralf Becker
0ce4cbad1a and the status 2004-07-08 17:30:37 +00:00
Ralf Becker
36eea9746e fixed unencrypted password on creation of new users 2004-07-08 17:25:53 +00:00
Ralf Becker
b24f796eb2 killed some warnings with mb_string activated: haystack is empty 2004-07-08 12:36:21 +00:00
Ralf Becker
3a14a39902 reverted rev. 1.13 changes (primary group not preselected) and fixed bug which caused groups with no app-permission to to be displayed if the selection requires app-permission 2004-07-08 09:58:11 +00:00
Ralf Becker
2914721a58 re-added support for old (pre 7.5) opera 2004-07-08 09:42:19 +00:00
Ralf Becker
aac320dbb4 re-added ie5 support benjamin removed - I hope by acident ;-) 2004-07-07 15:05:34 +00:00
Ralf Becker
bd8b16249b killed debug message left in source 2004-07-07 15:00:28 +00:00
Ralf Becker
560c9abb29 fixes to allow jscalendar to run under IE 5.0 or 5.2 Mac 2004-07-07 14:54:08 +00:00
Ralf Becker
4a5d497a6e killed debug message 2004-07-07 09:43:01 +00:00
Ralf Becker
691d107ca6 fixed bug in acccounts::search: first accounts got overwritten by groups, eg. they were not selectable in the calendar on editing/adding an event 2004-07-07 09:41:00 +00:00
Ralf Becker
72217ccfb9 added updates for phpGW versions 0.9.14.006+7 2004-07-06 14:17:03 +00:00
Ralf Becker
c0c8206f2a fixed bug in user-creation reported by Chris Kretas (was introduced in the last commit / after RC6) 2004-07-06 12:42:56 +00:00
bgigon
d0387ffc5e Fix little bug in links (keep query) 2004-07-06 11:58:12 +00:00
bgigon
554a213fe3 Add a protection against overload when we launch for first time the account-page-selection. 2004-07-06 11:48:09 +00:00
bgigon
b0410a57d2 Rewrite Select list 2004-07-06 11:35:33 +00:00
bgigon
9d3eac79ed Add more translation (lang_lastname and lang_firstname) 2004-07-06 11:34:49 +00:00
bgigon
0855a8e511 Add UIAccountSel Templates and hide field "Login ID" 2004-07-06 11:19:24 +00:00
bgigon
9666206080 Fixbug for Arrow "next" / "prev" 2004-07-06 10:11:46 +00:00
bgigon
4681236b1d Keep prev query 2004-07-06 09:16:28 +00:00
Ralf Becker
1353159e61 if no url-param given, but a selector (id of a selectbox), the active tab is determind by it's value (set via the html-file) 2004-07-05 17:06:37 +00:00
bgigon
233ccd3325 Synchronise Edge-IT templates with latest Idots templates 2004-07-05 14:37:53 +00:00
bgigon
18995cf6a8 Delete old files 2004-07-05 14:32:34 +00:00
Ralf Becker
9858417a99 not used any more and it depended on the (old) manual app 2004-07-05 10:24:16 +00:00
Ralf Becker
d4d2f53405 was never used 2004-07-05 10:15:39 +00:00
Ralf Becker
a978d214ad killed the debug-messages and added some more comments 2004-07-05 10:13:56 +00:00
Ralf Becker
9b6952ec0b New send class, which just implements the old interface (msg-methode) on top of the PHPMailer. It gets it's configuration from Admin >> Site configuration and does NOT depend on one of the email-apps anymore. 2004-07-05 10:11:11 +00:00
Ralf Becker
a81630aad0 removed old / non-adodb db-classes and -code 2004-07-04 18:46:54 +00:00
Ralf Becker
c4326776b2 fixed error in caching of sub-queries 2004-07-04 18:34:18 +00:00
Ralf Becker
13bcfd8318 fixed wrong ldap attribut-names 2004-07-04 18:32:29 +00:00
Ralf Becker
b40f691a78 fix to be able to use the new select, update, ... functions during eGW startup (eg. accounts-class) 2004-07-04 17:31:12 +00:00
Ralf Becker
e7917423a5 added extra label and fixed group-selection 2004-07-04 17:28:57 +00:00
Ralf Becker
8bfb6cfb07 added email-address to the accounts-data (ldap untested so far!) 2004-07-04 17:27:42 +00:00
Ralf Becker
f9c991624a fixed typo according to patch [ 983936 ] Problem with language preferences 2004-07-03 12:43:52 +00:00
Ralf Becker
026c103016 fix for bug [ 984343 ] Login not possible after session timeout:
eGW was installed in the docroot and the webserver-url was empty, as not domain was given, not realy the regular situation, anhow it should work now
2004-07-03 12:38:01 +00:00
Ralf Becker
9694c7e2ea fix for bug [ 954770 ] UTF-8 Support (in developer tools)
- regular htmlspecialchars translated &#([0-9a-f]{4}); to &#\\1;
- which is not correct, at least for our purpose
==> we replace '&#' after htmlspecialchars again with '&#'
==> now eg. persian language works correct in the TranslationTools
2004-07-03 11:41:51 +00:00
Ralf Becker
5298bee355 removed "re" 2004-07-03 11:00:24 +00:00
Ralf Becker
5188c0a6a3 updating the missed sequenzes (postgres) and pushing all versions to 1.0.0 2004-07-02 22:25:26 +00:00
Ralf Becker
39c7cc14da fixed (hopefully last) postgres problem with the indices: sequences have not been set, after the data was inserted into the newly created table 2004-07-02 22:12:10 +00:00
Ralf Becker
4ae1356b53 fix for [ 983949 ] Syntax error in phpgwapi/templates/idsociety/head.inc.php 2004-07-02 17:22:47 +00:00
Ralf Becker
dd32cbf53b fix for [ 983949 ] Syntax error in phpgwapi/templates/idsociety/head.inc.php 2004-07-02 10:27:20 +00:00
Ralf Becker
fcfcaa578e removed php4.3+ print_r($arr,True) 2004-07-02 09:51:21 +00:00
Ralf Becker
5df1f31098 fix for select-box values containing commas, which are not ment as multiple comma-separated id's 2004-07-02 08:56:50 +00:00
Carsten Wolff
892123655f fixed another typo 2004-06-30 20:19:28 +00:00
Ralf Becker
0d5a7357ec workaround for IE prob, it does not set a HTTP_REFERER if a link gets opened in a popup window, which is needed by manual to determine context-sensitive which page to show 2004-06-30 10:40:48 +00:00
Ralf Becker
91966dd0f7 moved the manual translations to the manual app, changed the name of the manual app to 'manual / help' as it is both now manual and online-help 2004-06-29 18:21:56 +00:00
bgigon
1d017e2a54 Bad translation, replace 2004-06-29 09:59:01 +00:00
Ralf Becker
5a1be7c203 - if $selected is a string it gets now explode with ','
- already selected accounts are shown in front of users and groups, good for multiselections with less lines then content
2004-06-28 09:32:47 +00:00
Ralf Becker
7d74f12e84 not using persistens connections for postgres in setup: if a transaction fails, setup dont even finds the database anymore 2004-06-28 09:29:44 +00:00
Ralf Becker
18d2267e78 added link to the headeradmin to the "You need to port your settings ..." message 2004-06-28 07:06:29 +00:00
Ralf Becker
a381073b69 added indices for the api tables 2004-06-27 10:02:57 +00:00
Ralf Becker
a1d4a47172 workaround for a Postgres bug in RefreshTable: unable to find "<" operator for type "unknown", cause by an empty string ('') in a select distinct query 2004-06-27 09:53:58 +00:00
Ralf Becker
6a4447b62e fixed RenameTable to also rename indices and not only primary keys 2004-06-27 09:52:06 +00:00
bgigon
2b487a5097 Fixbug for Opera 2004-06-25 14:46:13 +00:00
bgigon
ebb01e7c9d Reframing of comments 2004-06-25 12:59:22 +00:00
bgigon
fc3ccca344 Fixbug : JSCalendar function are displayed directly into UI :\ 2004-06-25 12:49:38 +00:00
Ralf Becker
890548096b added missing brackets of function call 2004-06-24 11:32:06 +00:00
Pim Snel
34d168619b add icon source files 2004-06-23 21:29:53 +00:00
Ralf Becker
8ec4604d2a fixed not working group-update with caching enabled 2004-06-23 12:09:00 +00:00
Ralf Becker
89870fd195 fixed not working group-update with caching enabled 2004-06-23 11:37:07 +00:00
zhangweiwu
5c9ada051a Add two pixel to the SideboxHeader to fit Chinese language 2004-06-21 12:59:29 +00:00
Ralf Becker
150c36eab3 fixed typo (old varname) which caused problems in SiteMgr while editing categories 2004-06-21 10:25:14 +00:00
Carsten Wolff
6bec2a4d48 Revert this file to V4.20, since V4.22 broke the autodetection of the bytea datatype.
Bug is reported to the ADODEB-folks:
http://phplens.com/lens/lensforum/msgs.php?id=9849
2004-06-20 11:55:25 +00:00
Carsten Wolff
6881070b41 fixed syntax error 2004-06-19 21:57:06 +00:00
ak703
0a48d44490 of course bug #949256 had to be fixed here as well - Home and Logout
have tooltips now :-)
2004-06-19 07:47:58 +00:00
ak703
28f918e387 fixed bug 949256, so home and logout icons have a tooltip as well 2004-06-19 07:42:54 +00:00
Carsten Wolff
3c919bba50 make users mailaddress available for use in applications, if it is found in ldap 2004-06-18 09:29:11 +00:00
Lars Kneschke
3034363c13 add header for content type 2004-06-16 06:39:18 +00:00
Ralf Becker
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
Ralf Becker
853a71b681 added some more quoting for our windows friends ;-) 2004-06-15 22:31:19 +00:00
Ralf Becker
1bc44b879d removed old accounts-popup 2004-06-15 10:19:02 +00:00
Ralf Becker
f2a16d4e52 corrected typo 2004-06-15 08:16:07 +00:00
Ralf Becker
5140181bba charset header to overwrite apaches AddDefaultCharset 2004-06-15 08:03:15 +00:00
Ralf Becker
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
Pim Snel
dd1ed0f786 make UploadImage plugin actualy work (beta1) 2004-06-15 00:27:03 +00:00
Ralf Becker
8d833331ff some UI fixes for bigger groups 2004-06-14 07:03:05 +00:00
Ralf Becker
39515264eb updated all availible languages, even if they are not used any more ;-) 2004-06-13 21:33:18 +00:00
Ralf Becker
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +00:00
Ralf Becker
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
Ralf Becker
d484a2227f - IE workaround only for IE
- phpgwapi as default app-name for image-buttons
2004-06-13 20:12:59 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
7829ecd511 fixed the regular selectbox (single-selection) 2004-06-12 21:58:47 +00:00
Ralf Becker
d02338d346 killed the debug-message ;-) 2004-06-12 12:26:50 +00:00
Ralf Becker
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
Ralf Becker
26901c6865 first version of the account-selection widget 2004-06-12 09:48:20 +00:00
Ralf Becker
1b5427cb5a using array internaly instead of commasep. string 2004-06-12 09:45:33 +00:00
Oscar Manuel Gómez Senovilla
d834017cff *** empty log message *** 2004-06-11 19:23:19 +00:00
reinerj
4877495957 fix from Stephen Reindl for open_restrictions error message in setup 2004-06-11 10:36:14 +00:00
Lars Kneschke
f2c52cc197 handle macroman as iso8859-1 2004-06-11 05:32:03 +00:00
petere78
21a24b8272 Translation improvements 2004-06-10 19:33:09 +00:00
Lars Kneschke
0e953fdeeb fix for BUG [ 969767 ] Projects: Administrator list and
BUG [ 969759 ] Edit manager list - Duplicate Names
2004-06-10 15:07:40 +00:00
Ralf Becker
dc2d527ba4 add a content-type header to overwrite an existing default charset in apache (AddDefaultCharset directiv) 2004-06-10 07:13:37 +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
zhangweiwu
471b312a67 Received new UTF-8 lang files from kiang.
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
Ralf Becker
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
Ralf Becker
f51badf1ef fix for broken date.print function under opera 2004-06-08 12:26:54 +00:00
Lars Kneschke
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
alpeb
8ac1f330aa uploaded images for categories (used only by phpbrain so far) 2004-06-04 17:12:18 +00:00
Lars Kneschke
61f293dd9c added a german translation 2004-06-04 06:18:50 +00:00
Lars Kneschke
ab6a4ae74f added class to create pdf file
http://www.fpdf.org
2004-06-04 06:17:23 +00:00
reinerj
87e8b9c917 update lang file from Tapio Kautto 2004-06-01 10:08:12 +00:00
alpeb
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
Ralf Becker
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
reinerj
d08ff634f8 update lang file from Tapio Kautto 2004-05-31 13:01:54 +00:00
reinerj
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
Ralf Becker
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
Ralf Becker
1b60e0f309 fixed droping of non-existing primary keys 2004-05-30 11:18:47 +00:00
Ralf Becker
4549d52c56 disabled diagnostics about setting not existing blocks again, as it breaks email 2004-05-30 10:55:52 +00:00
Ralf Becker
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
Ralf Becker
9a386bb064 extended the diagnostics on template-errors (eg. backtrace) and added some good debug-possebilities 2004-05-29 10:23:18 +00:00
Ralf Becker
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
zhangweiwu
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
Oscar Manuel Gómez Senovilla
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
reinerj
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
reinerj
34d0de6e9d Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
reinerj
84a2e86056 finnish translation extension from Tapio Kautto 2004-05-26 17:49:51 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
892a1b369e Added tigra color-picker Ver. 1.1 2004-05-26 07:21:00 +00:00
Ralf Becker
475be59cb1 E_ALL fix 2004-05-24 22:33:48 +00:00
Ralf Becker
6399a1664e added error-msg for the async-services 2004-05-24 17:15:23 +00:00
Ralf Becker
3edc6525f2 fix for php 4.1 (print_r with 2 params) 2004-05-24 14:23:46 +00:00
Ralf Becker
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
Ralf Becker
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
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
Ralf Becker
7d5faa667a added concat function to abstract different concat operators or functions 2004-05-23 23:34:32 +00:00
Ralf Becker
01d480cad1 applied patch [ 956110 ] webdav VFS checks for local directories 2004-05-23 23:22:24 +00:00
Ralf Becker
70bc641bd4 added error-message if webserver user need to be in a certain group to execut the crontab command. The name of the webserver user and the groupname are read from the process and the file-permission and displayed too, in case the admin dont know them ;-) 2004-05-23 20:03:29 +00:00
Ralf Becker
c1c9b87bb1 useing dirname(__FILE__) to get asyncservice working on system where the current working dir is not the scripts directory, that should solve bug [ 863462 ] asyncservices fail in cron 2004-05-23 19:16:15 +00:00
Ralf Becker
eed94133c3 fixed and extended auto_create_accounts: the following information from ldap are now automaticaly stored in the sql-account:
- name & firstname
- primary group (if a group with that numerical id exists in eGW, its added as primary group to the account and acl)
- numerical account-id (if availible, no new one gets created, but the one from ldap is used)
- email (as preference for the email-app)
2004-05-22 11:00:18 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
Ralf Becker
ebabe1570b fixed bug in group-/account-listing (total was not stored) and reactivated the session-cache for ldap 2004-05-19 06:02:31 +00:00
Ralf Becker
ad02489472 some fixes to use jscalendar without calendar-setup, eg. the original samples 2004-05-18 22:33:36 +00:00
reinerj
6fc238640a add change from zhang weiwu 2004-05-16 23:57:04 +00:00
Lars Kneschke
58eef6a9e2 disables account cache, because it did break group admin page 2004-05-16 23:19:29 +00:00
Ralf Becker
49a44154ce tooltip allows now to read it's content from the widget it's set as tooltip 2004-05-16 22:54:49 +00:00
Lars Kneschke
5c36352f28 fix some layout problems in projects
should break no other app, because no other app is using this functions
2004-05-16 22:03:08 +00:00
Lars Kneschke
332483c39c moved some <td>'s to the right place
the returned code was different between idots and default, breaking some
html code
2004-05-16 21:41:47 +00:00
Lars Kneschke
b7854bd614 fix for Bug [ 949157 ] Explorer Width 10px Over 100% 2004-05-16 20:05:43 +00:00
Carsten Wolff
bc140271bc added escape-function for ldap-queries - will be used by contacts soon 2004-05-12 09:55:30 +00:00
Ralf Becker
5cb848c8d6 re-enabled error-messages if CreateObject fails, gave a blank page, but no error 2004-05-09 20:04:07 +00:00
Ralf Becker
942a967704 added some docu 2004-05-09 20:01:28 +00:00
Ralf Becker
84e8c11710 typo 2004-05-09 10:25:30 +00:00
Ralf Becker
ce9c339c87 fixed for on??? atributes, which contain single quotes 2004-05-09 10:18:56 +00:00
Ralf Becker
291da54d43 fix for mbstring.overload=7, hopefully that works now in all cases 2004-05-09 10:17:44 +00:00
Ralf Becker
731a50b29f - fix for mbstring.overload=7
- potential multibyte/charset problem: addslashes was done before translate !!!
2004-05-08 22:30:19 +00:00
Ralf Becker
a806ba7ec3 set width to auto 2004-05-08 21:10:56 +00:00
Ralf Becker
e26850933c update tooltips 2004-05-08 21:09:44 +00:00
Ralf Becker
ce0d12c01b fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 11:17:56 +00:00
Ralf Becker
5cce1585dd fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 11:00:46 +00:00
Ralf Becker
e269ccb9cb fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 10:36:15 +00:00
Ralf Becker
86a981c07c setting default prefs to be similar to the regular tooltips (title-tag) of the browser 2004-05-07 21:23:52 +00:00
Ralf Becker
143b9c5d04 added a flag in the phpgw_info array to include stuff at the ende of the page, needed for the wz_toolstips 2004-05-07 21:22:46 +00:00
Ralf Becker
5a008e6768 - added function to create tooltips with the wz_tooltip class
- reformatted the file, it was totaly messed up
2004-05-07 21:21:20 +00:00
Ralf Becker
218a56178e added function to set onResize attribute for the body tag. 2004-05-07 21:18:13 +00:00
Lars Kneschke
b21523f38b fix german spelling 2004-05-07 06:22:27 +00:00
Ralf Becker
9a23925f8b fix for IE and re-added old jscal-trigger-image 2004-05-06 21:16:48 +00:00
Ralf Becker
93dc337532 re-added "old" jscal trigger image to eGW 2004-05-06 21:16:11 +00:00
petere78
ade32c3e64 Deutsche Sprache, schwere Sprache 2004-05-06 16:36:05 +00:00
Ralf Becker
31f348e259 implemented callbacks for week and month, to use it for the navigation in the calendar 2004-05-06 16:21:04 +00:00