Ralf Becker
db971bae43
* Calendar/CalDAV: use X-EGROUPWARE-UID only, if it resolves to same email (otherwise we are in trouble if different EGw installs talk to each other)
2011-05-26 16:49:04 +00:00
Ralf Becker
d68b289093
* Calendar/CalDAV: fixed wrong line-defolding, if folding occured in whitespace
...
reverting r29794, as it "eat" to much whitespace
2011-05-26 15:36:26 +00:00
Ralf Becker
983bafb7cb
* Calendar/CalDAV: fixed SQL error on ctag generation, if no ACL rights for requested group calendar exists
2011-05-23 14:52:58 +00:00
Klaus Leithoff
ba4e912630
fix for bug #1631 on Stylite tracker: no browsing/navigation in egws popup filenavigation used for image browsing for CK-Editor.
2011-05-16 07:48:36 +00:00
Klaus Leithoff
2b5601d0c4
fix typo that prevented the referencing of sub elements in get_array in some cases
2011-05-12 14:57:45 +00:00
Ralf Becker
6f8406f93f
do not restore install_id, as that would give two systems with identical install_id
2011-05-07 17:11:11 +00:00
Ralf Becker
557c943914
* InfoLog: fixed not working link-search (Parameter 2 to infolog_bo::link_query() expected to be a reference)
...
by merging r28803, r28855 and r31233 from Trunk
2011-05-06 11:59:26 +00:00
Klaus Leithoff
e57eb8d891
fixing a problem of swallowed whitespace while converting html to text
2011-05-05 09:04:26 +00:00
Ralf Becker
82d20a8697
historically crypt is called des in ldap
2011-05-04 20:21:24 +00:00
Ralf Becker
737b97566d
keeping the old defaults to not break existing installs
2011-05-04 17:58:59 +00:00
Ralf Becker
9e8fe54da3
password hash migration for LDAP (requires ACL to read password hash!)
2011-05-04 16:39:03 +00:00
Ralf Becker
e970f85b1a
fixed broken password hashes hook (default label was in option value)
2011-05-04 16:34:07 +00:00
Ralf Becker
bd2ca74fe8
showing ssha as default and sorting it as top option
2011-05-04 13:51:12 +00:00
Ralf Becker
0f73285f87
* setup/login: fixed not working password (hash) migration
2011-05-04 13:37:43 +00:00
Ralf Becker
2ca98f1fa3
- fixed with ssha not working migration from sql <--> ldap
...
- using 16 char salt for ssha and smd5 as eclipse ldap admin does
- remove auth::hash_sql2ldap() method, as it is now in setup/inc/class.setup_cmd_ldap.inc.php
- added ability to create uid dn in setup_cmd_ldap subcommand create_ldap
2011-05-04 09:46:18 +00:00
Ralf Becker
897ea9216f
* Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
...
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:56:09 +00:00
Ralf Becker
1872646b1e
* Addressbook/LDAP: fixed lettersearch by backporting LDAP class from trunk
2011-05-03 19:58:10 +00:00
Ralf Becker
51f993ae56
patch #2953 : limit calculation of exceptions in recuring event to horizont
2011-05-03 17:37:08 +00:00
Ralf Becker
c338db3b2f
patch #2952 : typo in class.calendar_so.inc.php
2011-05-03 17:26:41 +00:00
Klaus Leithoff
285f61ad34
set default search list param to ALL, as an empty param causes the IMAP SORT to state that you issued a bad command (missing parameter)
2011-05-03 10:02:11 +00:00
Klaus Leithoff
ed8b599fb2
adapt values to yes/no while saving ea_imap_tsl_auth / imapTLSAuthentication emailadminprofiles
2011-05-02 08:26:38 +00:00
Ralf Becker
d4ead55c50
* PostgreSQL/EMailAdmin: fixed not storable EMailAdmin profiles
...
reverted part of r34602, which converted boolean values to true/false
2011-04-29 10:35:10 +00:00
Ralf Becker
61566c2b56
fixing the fix ... (db-name is in key, not value)
2011-04-21 15:06:12 +00:00
Ralf Becker
11d6cb3273
Changelog for 1.8.001.20110421
2011-04-21 14:45:58 +00:00
Ralf Becker
13418a3c57
* PostgreSQL/Addressbook: fixed SQL error when listing account, groups or querying birthdays
2011-04-21 14:33:18 +00:00
Ralf Becker
8e39494fd0
fixed bug in timesheet, success/error message of set category or status was not shown
2011-04-19 09:57:21 +00:00
Klaus Leithoff
415b492f18
merge forgotten function splithtmlbyPRE into 1.8. Was introduced accidentally by Ralf while merging in for rev34580: fixed not working deinstall of languages
2011-04-19 07:49:04 +00:00
Ralf Becker
2dc0739b2c
* Preference: fixed PHP Fatal error: Cannot use string offset as an array on line 550, by importing preference class from trunk
2011-04-19 06:47:26 +00:00
Ralf Becker
2727fc4abc
* Addressbook/PostgreSQL: fixed SQL error when checking "use whole query"
2011-04-15 06:50:48 +00:00
Klaus Leithoff
4b7a6ed291
* Admin: fix for reported error regarding wrong count of lines in Admin -> view error log (note, not all errors are logged there, only some. Its only used for some error logging, most of error logging is done/directed to the webservers error log)
2011-04-13 10:09:28 +00:00
Klaus Leithoff
ef1e43969c
* eMail: make sure the quotaDisplay is refreshed on Message List refresh
2011-04-13 09:20:35 +00:00
Klaus Leithoff
3f99af6b14
* eMail: fix for styliteTracker Bug#1471 (adding more than 4 lines of addresses to a mail in compose-dialog shrinks the address-area to a height of 0 with IE9)
2011-04-12 14:33:05 +00:00
Klaus Leithoff
5ea72c33c9
* addressbook: enable advanced search for addressbook org view
2011-04-12 11:49:40 +00:00
Ralf Becker
63443fcdf5
* Preferences: fixed not working setting of preferences without a logout
...
need to call preferences::add() or preferences::delete(), to also set affective prefs!
2011-04-12 07:57:41 +00:00
Ralf Becker
231bc7babe
as php 5.2+ assigns objects by reference, internal data would change
2011-04-12 06:13:06 +00:00
Ralf Becker
67372c4933
* Addressbook/PostgreSQL: lettersearch in organisation-view allways returned empty
2011-04-11 16:34:41 +00:00
Ralf Becker
919518d32d
* PostgreSQL: when importing/updating timezones, only query last insert id, if not already in database (gives warning for PostgreSQL)
2011-04-11 16:07:51 +00:00
Ralf Becker
79e6d38c41
* SyncML/Calendar/PostgreSQL: fixed SQL error when searching participants (SELECT DISTINCT requires ORDER-BY-expressions to be in SELECT-list)
2011-04-11 12:10:23 +00:00
Ralf Becker
3ee51f7a74
* Calendar: fixed not working "use event TZ" pref for iCal exports and allways use event TZ for calendar notifications (NOT use file export pref.)
2011-04-11 11:03:13 +00:00
Ralf Becker
04c4f3f57e
fixed empty CREATED and LAST-MODIFIED dates
2011-04-11 09:34:39 +00:00
Ralf Becker
57624460a5
* Addressbook: lettersearch was not working for addressbooks in LDAP if PostgreSQL database was used (bug #2851 )
...
wrong parsing of sql query to construct LDAP query
2011-04-10 15:33:05 +00:00
Ralf Becker
e73a648c20
merged r32022+r34597: some PostgreSQL stuff from ADOdb 5.11
2011-04-10 15:20:04 +00:00
Ralf Becker
52d70b90c1
patch #2932 : allow PostgreSQL unix domain sockets
2011-04-10 12:29:29 +00:00
Ralf Becker
33192b2931
Changelog for 1.8.001.20110409
2011-04-09 18:10:00 +00:00
Ralf Becker
f29e94da41
* Calendar: fixed status of all recurrences get set to "unknown", if status of a single recurrence get changed ( #2916 )
2011-04-09 15:24:04 +00:00
Ralf Becker
9805defe57
* check quantity of resource to book against maximum, as conflict check only fails if other events are involved
2011-04-09 15:07:56 +00:00
Ralf Becker
85a86ce698
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
2011-04-09 12:44:54 +00:00
Ralf Becker
60172b481d
* Setup: fixed not working deinstall of languages
2011-04-09 10:05:05 +00:00
Ralf Becker
f2c080a5d5
* Calendar/CalDAV: ctag got not updated when eg. a recurrence got deleted, causing CalDAV calendar to not automatic update
...
allways update modified TS and modifier in calendar_boupdate::save(), removed code to only conditionally update in calendar_boupdate::update()
2011-04-07 08:09:20 +00:00
Ralf Becker
25a07e2895
* CalDAV: improved performance of ctag generation
...
using only a single and quick DB query, compared to multiple queries plus one for each recurring event
2011-04-06 13:11:51 +00:00