45f895d048
"use static html methods"
2008-05-31 06:03:34 +00:00
bb08afcc9f
"API change caused already-obsoleted call to sessions_::create() to fail.
...
Thanks to Peter Goerzen <pgoerzen(at)hustlerturf.com>"
2008-05-31 05:47:26 +00:00
c34dc55633
"fixing the fix: only add primary key, if it's NOT an auto id"
2008-05-30 08:20:06 +00:00
e2b84e8c32
dont try oids for new postgres versions
2008-05-30 07:08:19 +00:00
b2378bb7a8
Make sure select columns div goes over everything it covers (some elements showed through)
2008-05-29 19:50:15 +00:00
b6be2fb249
"bugfix: not_unique() method was not working with unique indexes over multiple columns and was not testing the primary keys, with is also unique"
2008-05-28 12:17:06 +00:00
ead39f58a6
commented out the error_log -ing in socal
2008-05-28 08:40:38 +00:00
2d1b53b835
"using standard md5() instead of hash('md5',...), as it's only a pecl extension"
2008-05-27 20:02:56 +00:00
aa4e4be631
"add Country Code for Montenegro and Servibia"
2008-05-27 11:28:00 +00:00
ae044a9a08
allow to instanciate the historylog with a given user or 0 for
...
changes by the system itself (eg. async service). bo_tracking passes on
it's user param of the constructor.
2008-05-27 09:25:25 +00:00
25a9f1165d
Patch from Raphael Alla to prevent flooding by waiting to see if the user is done typing before sending request.
2008-05-26 14:48:32 +00:00
78dd1cdf03
missed new $no_clone parameter
2008-05-26 08:32:27 +00:00
83a250e085
php5 __construct plus old old class-name method calling the new constructor, added non_db_cols to __get() and __set()
2008-05-26 08:27:24 +00:00
1ad82e772a
Fixed a typo
2008-05-25 14:20:43 +00:00
1f144e4670
"colspan='all' was only working in the first grid of the template"
2008-05-24 08:42:43 +00:00
62ca85a1b8
"phpdoc file header and __constuct()"
2008-05-24 06:59:35 +00:00
c45e0ee9fe
"- fixed sometimes not working delete of a column (seems to be php5 related, as it was working before)
...
- removed one idention from tables_{current|update}.inc.php
- removed closing ?> tag"
2008-05-24 06:39:05 +00:00
17b8868698
"shorten index names longer or equal to 64 chars for all db types"
2008-05-24 06:37:19 +00:00
d4544daf94
patch to enable infolog to retrieve/save messages that have been part of (attachment of) another message
2008-05-23 10:51:54 +00:00
fc47271569
"Croation holidays from Miroslav Schlossberg [RAM3]"
2008-05-23 06:10:45 +00:00
7b6e3be922
"upps forget to rename the class itself: fixed bug in csv export (class addressbook_csv not found)"
2008-05-23 05:56:40 +00:00
1580ece9b7
"addressbook.so_ldap --> addressbook.addressbook_ldap"
2008-05-23 05:48:05 +00:00
2a88bd0fab
"addressbook.csv_export --> addressbook_csv, thank to Christoph Kaulich for the report"
2008-05-21 07:44:41 +00:00
6abf7b87b0
"fixed concatination of rtf files"
2008-05-20 19:23:51 +00:00
6c1dcb430d
"unit was missing for readonly values"
2008-05-20 12:21:53 +00:00
7ba02f326a
"UPPS typo"
2008-05-20 10:23:23 +00:00
b07dd8ef9e
"cadaver reports entires as not found, because modified and contentlength were not set"
2008-05-20 09:07:03 +00:00
1ac7a8535b
"fixed 2 problems:
...
- new entry were not handled correct after the last commits (201 Created and Loaction header)
- cadaver reports entires as not found, because modified and contentlength were not set"
2008-05-20 09:02:16 +00:00
f7bb40b8a4
"docu und todo update"
2008-05-20 05:16:49 +00:00
9f30e824b0
enforce a certain strength of uid, as some clients set quite weak ones)
2008-05-20 04:59:26 +00:00
01407a4e38
"fixed renamed addressbook_vcal, as reported by <kaulich(at)gns-mbh.com> on the devel list"
2008-05-19 11:51:21 +00:00
ee7b0643bd
"dont send accounts via GroupDAV/CardDAV, if user choose in his prefs to hide the accounts"
2008-05-19 08:01:28 +00:00
3953386cc7
"one more client without session support"
2008-05-19 07:55:37 +00:00
0d60e6f245
"checking for different cases in the object class, as suggested by Nigel Kukard <nkukard(at)lbsd.net> at the devel list"
2008-05-19 05:34:11 +00:00
3f6d4f41c2
"- call_user_func requires php5.2 and we want to be php5.1 compatible
...
- also allowing handler to not define an extra_properties method"
2008-05-18 19:16:33 +00:00
941c920783
"infolog groupdav handler (not yet CalDAV!)"
2008-05-17 18:03:33 +00:00
17ce8469fe
"fixed problem with Lighting: a weekly repeating event of a single weekday does not set BYDAY"
2008-05-17 14:34:23 +00:00
499ac36bff
"- fixed charset for Thunderbird/SOGo connector
...
- using uid as filename to improve the support of newer SOGo connectors (>= 0.62), which require the server to remember the path they used to store a new contact
--> still not working reliable and causes TB to lock up
--> recommended is still version 0.62 of the SOGo connector "
2008-05-17 13:11:46 +00:00
89eba8038d
allow status update via CalDAV/GroupDAV PUT and DELETE for attendees (with no other rights on the event), moved that code from bocalupdate (wasnt working because of wrong param code) to boical, this should work for SyncML and CalDAV/GroupDAV - thought SyncML does not handle the delete to reject an event so far
2008-05-17 13:00:34 +00:00
a659e4eb6b
propagate base_uri and debug level to handlers
2008-05-17 12:54:26 +00:00
9008414fff
"- array2string() to format arrays (or objects) as string, eg. for error_log()
...
- allow apps to specify their own autoload handler, only tried after the standard one does not find the class"
2008-05-17 07:34:16 +00:00
dfc7176959
"- correct handling of depth: 0 in /
...
- initialise $files['files'] = array() to quiten some warning if propfind returns nothing"
2008-05-17 07:05:57 +00:00
b69b8085e6
Fixed some problems with the etag handling, causing an SQL error on
...
merging contacts, as reported by Johannes Gorschlüter from Stylite
2008-05-17 06:44:17 +00:00
d884a13521
"fixed problem reported by Peter Goerzen: sql error creating an exception"
2008-05-16 11:02:46 +00:00
246af6840e
fixed bug reported by alvin(at)zoomwireless.net on the developer list: edit button in addressbook >> view does not work
2008-05-15 14:08:27 +00:00
c74789fc2c
"removed unnecessary instanciation of old bolink class"
2008-05-15 12:41:20 +00:00
8c32661218
bocontacts --> addressbook_bo
2008-05-15 08:53:47 +00:00
459461347e
bocontacts --> addressbook_bo
2008-05-15 08:52:14 +00:00
6d37a25089
"returning the supportedlock property causes Windows DAV provider and Konqueror to not longer work"
2008-05-13 13:13:38 +00:00
fe054923e6
"REALM constant"
2008-05-13 08:34:19 +00:00