Ralf Becker
bdf7f84a23
fix for bug #1261 : PostgreSQL: eGW ignores setting to dont care about case sensitive usernames
2008-06-07 08:25:28 +00:00
Ralf Becker
70e540d71b
constants for the capabilities array, easier lookup in IDEs, table name aliaes to eg. move some tables to other databases
2008-06-07 08:24:18 +00:00
Ralf Becker
633c76e18a
"fixed wrong case in egw_link::VFS_APPNAME, thanks to a report from philipp.kaufmann(at)hosticus.com "
2008-06-06 05:28:38 +00:00
Klaus Leithoff
f4f0470b16
general stuff:
...
--------------
-emailadmin classnames
YOU MAY HAVE TO RUN "SEARCH AND REGISTER ALL HOOKS OF ALL APPLICATIONS"
2008-06-05 14:08:17 +00:00
Ralf Becker
28654c560e
include next and last date in csv export and use same fields for nextmatch csv export
2008-06-05 12:04:00 +00:00
Ralf Becker
4edd90a8bf
"removed php < 5.1 fallback function"
2008-06-05 07:42:21 +00:00
Ralf Becker
e2f749c86b
"taking into account timezone of iso8601 date in bocal::date2ts(), eg. used in time-range filters in CalDAV"
2008-06-04 13:22:11 +00:00
Stefan Becker
4144775ef1
"fixed Notification OK-Button under IE7 and firefox"
2008-06-04 13:01:19 +00:00
Ralf Becker
ea6f443858
"fixed default timerange allways overriding the given time-range in REPORT"
2008-06-04 11:07:45 +00:00
Klaus Leithoff
c683175b1b
#bugfix: wrong contact address, when converting emails out of the sent-folder
...
if a message is converted to infolog, and it is located within the sent-folder the to-address is now applied as contact address.
2008-06-04 08:16:02 +00:00
Klaus Leithoff
1585195b98
passing the folder base64encoded when exporting to infolog infolog/inc/class.uiinfolog.inc.php
2008-06-04 06:53:24 +00:00
Ralf Becker
6b74d6ad88
"switched permanent debug message off again"
2008-06-04 05:26:52 +00:00
Ralf Becker
dd157b2cd0
allow 2 more columns in the indexes, as used for the unique index tracker escalations
2008-06-04 05:21:14 +00:00
Ralf Becker
e035498517
"fixed warning if only an allprop is present"
2008-06-03 17:22:59 +00:00
Klaus Leithoff
b0fe8d229e
-patch by Jon Crawford to enable ssl connections for smtp
...
(phpgwapi/inc/class.phpmailer.inc.php )
example: hostname: ssl://smtp.servername.country
port: 465
2008-06-03 09:30:44 +00:00
Ralf Becker
20fe4703ab
"removed 1.2 compatibility code"
2008-06-03 06:22:35 +00:00
Stefan Becker
443ef39008
"fixed Bug - notification now works under IE7"
2008-06-02 17:48:31 +00:00
Ralf Becker
a5a7c2d30e
Additional password crypt types for ldap:
...
- MD5_CRYPT (9 char salt prefixed with $1$)
- BLOWFISH_CRYPT (16 char salt prefixed with $2$)
- EXT_CRYPT (9 char salt, no prefix)
2008-05-31 06:25:04 +00:00
Ralf Becker
45f895d048
"use static html methods"
2008-05-31 06:03:34 +00:00
Ralf Becker
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
Ralf Becker
c34dc55633
"fixing the fix: only add primary key, if it's NOT an auto id"
2008-05-30 08:20:06 +00:00
Ralf Becker
e2b84e8c32
dont try oids for new postgres versions
2008-05-30 07:08:19 +00:00
Nathan Gray
b2378bb7a8
Make sure select columns div goes over everything it covers (some elements showed through)
2008-05-29 19:50:15 +00:00
Ralf Becker
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
Klaus Leithoff
ead39f58a6
commented out the error_log -ing in socal
2008-05-28 08:40:38 +00:00
Ralf Becker
2d1b53b835
"using standard md5() instead of hash('md5',...), as it's only a pecl extension"
2008-05-27 20:02:56 +00:00
Stefan Becker
aa4e4be631
"add Country Code for Montenegro and Servibia"
2008-05-27 11:28:00 +00:00
Ralf Becker
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
Nathan Gray
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
Ralf Becker
78dd1cdf03
missed new $no_clone parameter
2008-05-26 08:32:27 +00:00
Ralf Becker
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
Oscar van Eijk
1ad82e772a
Fixed a typo
2008-05-25 14:20:43 +00:00
Ralf Becker
1f144e4670
"colspan='all' was only working in the first grid of the template"
2008-05-24 08:42:43 +00:00
Ralf Becker
62ca85a1b8
"phpdoc file header and __constuct()"
2008-05-24 06:59:35 +00:00
Ralf Becker
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
Ralf Becker
17b8868698
"shorten index names longer or equal to 64 chars for all db types"
2008-05-24 06:37:19 +00:00
Klaus Leithoff
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
Ralf Becker
fc47271569
"Croation holidays from Miroslav Schlossberg [RAM3]"
2008-05-23 06:10:45 +00:00
Ralf Becker
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
Ralf Becker
1580ece9b7
"addressbook.so_ldap --> addressbook.addressbook_ldap"
2008-05-23 05:48:05 +00:00
Ralf Becker
2a88bd0fab
"addressbook.csv_export --> addressbook_csv, thank to Christoph Kaulich for the report"
2008-05-21 07:44:41 +00:00
Ralf Becker
6abf7b87b0
"fixed concatination of rtf files"
2008-05-20 19:23:51 +00:00
Ralf Becker
6c1dcb430d
"unit was missing for readonly values"
2008-05-20 12:21:53 +00:00
Ralf Becker
7ba02f326a
"UPPS typo"
2008-05-20 10:23:23 +00:00
Ralf Becker
b07dd8ef9e
"cadaver reports entires as not found, because modified and contentlength were not set"
2008-05-20 09:07:03 +00:00
Ralf Becker
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
Ralf Becker
f7bb40b8a4
"docu und todo update"
2008-05-20 05:16:49 +00:00
Ralf Becker
9f30e824b0
enforce a certain strength of uid, as some clients set quite weak ones)
2008-05-20 04:59:26 +00:00
Ralf Becker
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
Ralf Becker
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