Ralf Becker
a6b53002df
for https:// url the port was detected as 80
2006-04-20 06:03:02 +00:00
Ralf Becker
515a22be1a
function to create email addresses after a configurable policy
2006-04-16 12:25:11 +00:00
Ralf Becker
dc68edab46
fixed csv import:
...
- no more caching in the cat_id function, as it's done in the categories class in the API no
- categories::name2id no longer caches not found entries, as they might be added in this request
- contacts_sql::add set's all unset telefon numbers to '', to avoid the stupid db-default '+1 (000) 000-0000', which I dont want to change in the stable release
2006-04-14 09:50:39 +00:00
Ralf Becker
e12b1e9801
fix for bug [ 1467180 ] WEBDAV broken in filemanager
2006-04-09 12:08:53 +00:00
Ralf Becker
a85c611961
fix: suppress index or unique index, which is already a primary key
2006-04-09 10:56:29 +00:00
Ralf Becker
b826e5c2a3
extra code for changing defaults under mssql
2006-04-09 10:53:31 +00:00
Lars Kneschke
1d791acb2f
important patch from Jan
2006-04-07 08:54:48 +00:00
Lars Kneschke
224fa8f7af
check for 0 and NULL for empty values
2006-04-07 08:22:46 +00:00
Lars Kneschke
ea7b5a8afa
various small bugfixes
2006-04-07 08:11:17 +00:00
Ralf Becker
c8996cb302
autocreate_session_callback can now return (beside false or true&account-data) also a session-id (by calling session::create($account) itself). That allows to handle wrong account-data yourself and NOT get redirected to login.php
2006-04-06 18:32:22 +00:00
Ralf Becker
2c604b7b06
invalid session cache on change of session preference, otherwise session prefs only work in login
2006-04-05 15:17:41 +00:00
Ralf Becker
00060f9551
- added functions to abstract from_unixtime and date_format for DB-types other then mysql
...
- db::select adds ORDER BY to append param, only if its not already in the append param
2006-04-05 15:14:59 +00:00
Ralf Becker
a9988cc72a
fixed wrong referer if url contains webserver_url more then once, eg. " http://egroupware.org/egroupware/index.php " and "/egroupware"
2006-04-05 14:55:57 +00:00
Cornelius Weiß
d515ec7100
allow to configure more custom options for tinymce
2006-04-05 14:01:09 +00:00
Ralf Becker
c230fb81c4
new capability union
2006-03-29 06:58:56 +00:00
Lars Kneschke
9c069b1550
added sifcalendar
2006-03-27 23:28:53 +00:00
Lars Kneschke
23df97648d
various bugfixes
2006-03-27 23:24:17 +00:00
Ralf Becker
9c2c27b800
disabled SQL queries using the old phpgw_vfs table for WebDAV
2006-03-27 13:43:39 +00:00
Ralf Becker
37cb5095d5
improved printing: progressbar is now printed as percent value
2006-03-26 22:19:24 +00:00
Ralf Becker
40e5634739
fixed reference with clone, thanks to jpingle <jim-AT-hpcisp.com> from the user-list
2006-03-24 17:26:27 +00:00
Ralf Becker
65b9f91744
cloning the DB-object, maybe that fixes some of the problems the people on the list have with VFS2 and PHP5
2006-03-22 06:58:49 +00:00
Lars Kneschke
2362499507
adding a new file
2006-03-21 13:50:34 +00:00
Lars Kneschke
2dedbf0f7c
support for slowsync with search
...
added real working state machine
SyncML conformance improvment
2006-03-21 13:49:13 +00:00
Lars Kneschke
2bc928a6cb
fixed search for empty values
...
empty values can be '' or NULL
2006-03-21 06:49:10 +00:00
Ralf Becker
a615cada89
added ability to specify some extra styles for the multiselectbox with checkboxes
2006-03-20 21:51:55 +00:00
Lars Kneschke
f2537f6305
fix for mysql > 4.1
...
the first timestamp row gets always updated on update if not set
2006-03-19 22:13:57 +00:00
Ralf Becker
383c45dad3
added tree method using dhtmlXTree version 1.2
2006-03-19 17:55:36 +00:00
Cornelius Weiß
896da3651e
fix for bug #1446050 ( no font selection in htmlarea )
2006-03-19 07:34:41 +00:00
Ralf Becker
d6d5b29ef5
removed diagnostics from bugfix
2006-03-15 16:53:13 +00:00
Ralf Becker
bd471bda9d
fix for bug
...
- [ 1450332 ] Addressbook LDAP - categories not searchable
- [ 1038503 ] show private contact
2006-03-15 14:02:40 +00:00
Cornelius Weiß
300b9b1070
addressbook extension:
...
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 13:54:17 +00:00
Cornelius Weiß
b97f701d05
added an optinal check for a save^tm password (criterias as in MS-Windows)
2006-03-13 21:56:28 +00:00
Lars Kneschke
ea0f776b92
Patch from Jan
...
It is the simple patch to prevents the segfaulting of horde on ical with
spaces in the begin:vevent etc lines. (just \W\w replaced by \S if I
remember well at one place..)
The second patch is for getting rid of some php5 warnings when it
encounters the array_merge() in setParameter(). (only a simple cast to
an array).
2006-03-11 08:09:12 +00:00
Ralf Becker
db1a32aa33
fix for bug [ 1446044 ] eGw asking for delete sub-categories when it not exists
2006-03-10 09:53:10 +00:00
Lars Kneschke
cfc4ad5006
$accountID is a string not a int
2006-03-10 08:09:42 +00:00
Ralf Becker
e419a6aa6d
allow ',' in order
2006-03-09 22:33:06 +00:00
Ralf Becker
ceb34ebfee
set multiselectbox size=4, as some browsers dont show scrollbars if its under 4
2006-03-09 18:21:22 +00:00
Cornelius Weiß
86036a1ddc
fixed non working privacy
2006-03-08 22:36:35 +00:00
Ralf Becker
ed687031a2
disabled it for security reasons
2006-03-08 22:13:00 +00:00
Ralf Becker
7a80cb08a6
changed system.time for Espen/eGWOsync to return struct with keys:
...
- system: system-time as datetime.iso8601
- system_tz_offset: tz_offset to UTC in seconds as integer
and, if loged in, analog user and user_tz_offset
2006-03-08 19:34:02 +00:00
Ralf Becker
a5a87c4fe8
fix for bug [ 1370943
] Nextmatches->search doesn't set the value
2006-03-08 18:10:36 +00:00
Ralf Becker
dc48662fc8
fix for bug:
...
- [ 1442406 ] patch: Account hooks don't see installed applications
- [ 1232664 ] new ldap users not activating hook
2006-03-08 17:21:52 +00:00
Ralf Becker
1186a8e406
if n < 0, use n chars from the end of the string, eg. for zh-tw
2006-03-08 11:39:44 +00:00
Ralf Becker
23c4f7976f
if n < 0, use n chars from the end of the string, eg. for zh-tw
2006-03-08 11:36:58 +00:00
Ralf Becker
15c845e0de
fixed timezone handling in addressbook:
...
- db stores now server-time as everywhere in eGW
- contacts-class in the api and bocontacts in addressbook take and deliver user-time
- xmlrpc gives user-time as the other apps too
2006-03-07 22:43:08 +00:00
Ralf Becker
52863057ec
fixed not working xmlrpc system.time method
2006-03-04 10:27:36 +00:00
Ralf Becker
119fb13409
fix for not set $_SERVER['DOCUMENT_ROOT'] if run by the async-service, eg. calendar alarms
2006-03-03 13:44:43 +00:00
Ralf Becker
3a8c25df86
added function to abstract SQL union statement, needed to speed up the calendar search for MySQL 5
2006-03-03 12:01:10 +00:00
Ralf Becker
23ea4159ef
documentation update and extra param to show_date, to disable time-zone-conversation
2006-03-03 09:32:47 +00:00
Ralf Becker
8fc1ad4184
fix for empty or zero id in call to bolink::tile
2006-03-02 19:21:55 +00:00