Commit Graph

17694 Commits

Author SHA1 Message Date
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
Ralf Becker
4c0c327c5d * WebDAV download: switching zlib.output_compression off for everything but text files
- double compression of zip files makes problems eg. with lighttpd
- makes anyway little sense with other content like (already compressed) pictures
2011-04-05 13:01:39 +00:00
Ralf Becker
8573aa25dd give everyone implicit rights for home app, to display home link again 2011-03-30 10:45:41 +00:00
Ralf Becker
b924262b2f * give everyone implicit rights for home app, as taking them away makes to many support problems 2011-03-30 08:00:14 +00:00
Klaus Leithoff
1de74dc26c * API: upgrade to purifier Version 4.3.0; reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated); add missing files 2011-03-28 12:44:35 +00:00
Klaus Leithoff
53bb18041e purifier upgrade to 4.3.0, add missing files 2011-03-28 12:10:21 +00:00
Ralf Becker
2a9198eb86 throw an exception, if calendar_bo::resource_info($uid) is called with a non-scalar parameter 2011-03-28 12:04:34 +00:00
Klaus Leithoff
66ca12e6f2 * core: reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated) 2011-03-28 11:52:16 +00:00
Klaus Leithoff
375006403c * API: upgrade to purifier Version 4.3.0 2011-03-28 11:46:24 +00:00
Ralf Becker
32f0131e08 fix for egroupware.org bug #2842: Invalid array in class.calendar_uiviews.inc.php 2011-03-28 10:41:23 +00:00
Philip Herbert
ea1ef050b8 allow to set auth type used for activesync in setup 2011-03-28 09:45:28 +00:00
Klaus Leithoff
9c7e9ac64b folderExists: use static to reduce queries to imap server within one request; use different test method to verify folder existence 2011-03-28 08:55:09 +00:00
Philip Herbert
3a32a328a1 fixed calendar categories not beeing imported from as clients 2011-03-27 20:40:53 +00:00
Philip Herbert
b57bc41e54 as support for message flag 2011-03-27 19:02:04 +00:00
Ralf Becker
e40974e360 using new list styles and remove some not used templates 2011-03-27 17:16:35 +00:00
Ralf Becker
b5c3c90260 activated new table style and row selection for etemplate, not yet with contect menus 2011-03-27 16:14:08 +00:00
Ralf Becker
a1cb94dc30 * updated timezone database to version 1.2011b from current Lightning snapshot
- automatic import of updated timezone database calendar/setup/timezones.sqlite, so in future commting new timezones is all it needs
2011-03-27 09:52:21 +00:00
Ralf Becker
4457bdf5f8 * updated timezone database to version 1.2011b from current Lightning snapshot
- automatic import of updated timezone database calendar/setup/timezones.sqlite, so in future commting new timezones is all it needs
2011-03-27 09:50:08 +00:00
Ralf Becker
6132d8e714 remove stupid (0) from phone numbers written as "+49 (0) 123 1234567" 2011-03-26 15:58:34 +00:00
Ralf Becker
272282e573 remove stupid (0) from phone numbers written as "+49 (0) 123 1234567" 2011-03-26 15:57:24 +00:00