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
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
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
Ralf Becker
8d833331ff
some UI fixes for bigger groups
2004-06-14 07:03:05 +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
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
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
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
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
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
Lars Kneschke
ab6a4ae74f
added class to create pdf file
...
http://www.fpdf.org
2004-06-04 06:17:23 +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
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
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
475be59cb1
E_ALL fix
2004-05-24 22:33:48 +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
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
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
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
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
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