Commit Graph

27235 Commits

Author SHA1 Message Date
Ralf Becker
63d48ac7c9 * PostgreSQL/Admin/Setup: backup stopped with SQL error 2014-08-26 14:04:13 +00:00
Klaus Leithoff
411b192e16 fix typo introduced with rev47607, accidently returning the decoded attachment instead of preparing data for the array to be returned 2014-08-19 08:19:50 +00:00
Ralf Becker
aa6f344c7f fixed typo 2014-07-18 09:48:13 +00:00
Ralf Becker
52a3750b39 removed not used setting of application via GET parameter 2014-07-18 08:49:33 +00:00
Klaus Leithoff
3e76fd9570 use self::get_id on multiple selects and radio AND regard its output-format 2014-07-17 12:34:49 +00:00
Ralf Becker
38f3e77cb5 only modify js&css files for "real" browsers identified by existing of HTTP_REFERER, to return false data to WebDAV clients eg. used for backup 2014-07-17 07:35:44 +00:00
Ralf Becker
e6612b853f mitigate risk of serving javascript or css via webdav from our domain 2014-07-16 14:54:56 +00:00
Ralf Becker
91eecc8812 fixed problems reported by LFRZ 2014-07-16 12:25:40 +00:00
Ralf Becker
d7c6caac47 * Backup: backup could contain rows multiple times (which caused restore to fail) 2014-07-11 17:37:36 +00:00
Klaus Leithoff
2a4a93a465 improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function; replace imap_base64 (used for decoding) 2014-07-11 11:32:04 +00:00
Ralf Becker
12eb2a6113 fix (not) setting owner in 1.8 2014-07-10 06:23:44 +00:00
Klaus Leithoff
6fafa913bd remove error_log message on own imap_rfc822_parse_adrlist 2014-07-01 14:59:07 +00:00
Klaus Leithoff
570d9a76bd use own wrapperfunctions on used but possibly missing imap_rfc822_* functions; work to handle default horde stuff for (auto) loading vs. old Horde stuff used with lib/core.php 2014-07-01 13:20:19 +00:00
Ralf Becker
4867709a6e enable mcyrpt PHP extension for Ubuntu 14.04+ 2014-06-27 12:10:39 +00:00
Ralf Becker
e50c4b4936 an other stall of PostgreSQL update caused by string literals with double quotes 2014-06-25 15:55:13 +00:00
Ralf Becker
134e50c3ca * PostgreSQL/Addressbook: fixed not displayed pictures
by backporting ADORecordSet_postgres64::_decode() from ADOdb 5.19
2014-06-25 15:43:58 +00:00
Ralf Becker
e6e0d3f83b fixing not working propagation of language from setup 2014-06-25 13:18:04 +00:00
Ralf Becker
c96111fbca prevent false CSRF warning, if DB schema upgrade is needed 2014-06-24 08:50:20 +00:00
Ralf Becker
8da996500f setting hook-values as GUI 2014-06-04 09:33:02 +00:00
Ralf Becker
12ff3cf102 * Setup: fixed CSRF error when trying to save configuration, if session encryption is switched on in header.inc.php ($GLOBALS[egw_info][server][mcrypt_enabled] = true;) 2014-06-03 12:00:22 +00:00
Ralf Becker
85ee05a6e8 * PHP 5.5: disabling deprecated warnings of 5.5 eg. preg_replace with /e 2014-05-27 15:05:13 +00:00
Ralf Becker
6ec049d7b4 * Setup: always try to use a TLS connection for mail auth 2014-05-19 17:38:40 +00:00
Ralf Becker
9244d88ffa Changelog for 1.8.007.20140512 2014-05-12 06:36:15 +00:00
Ralf Becker
c317b9298b * LDAP: prevent CSRF error while saving accounts stored in LDAP 2014-05-09 18:53:26 +00:00
Klaus Leithoff
3b0eae42fe silence warning on chech for not set or empty userData[forward] 2014-05-08 10:46:41 +00:00
Ralf Becker
83745e0e5f * Admin: limiting a huge list of accounts returned not all accounts, because full search was limited too original number of requested rows 2014-05-08 08:54:18 +00:00
Ralf Becker
7a9dcaa2e9 Readd from Trunk 2014-05-08 07:10:08 +00:00
Ralf Becker
7ea389730c Remove to readd it from Trunk (not public unavailable EPL branch) 2014-05-08 07:09:35 +00:00
Nathan Gray
6ec24b1b50 Make sure app ObjectManager is there before trying to use it 2014-05-07 20:55:34 +00:00
Nathan Gray
3230554c01 Add a config setting 'assigned' to allow extending classes to provide assigned users in a way other than a specific entry field. 2014-05-07 20:54:53 +00:00
Nathan Gray
01011c7349 Fix misplaced bracket causing warning message about invalid arguments 2014-05-07 18:36:13 +00:00
Nathan Gray
d80ef84012 Remove div from console, it's no longer useful 2014-05-07 16:35:51 +00:00
Ralf Becker
b111f5005b fixed select-accounts show only part of users, caused by previously trying to extend now used array 2014-05-07 15:51:45 +00:00
Nathan Gray
354c030520 Work in progress on gantt chart:
- Gantt widget now supports context menu
2014-05-07 14:41:15 +00:00
Nathan Gray
30b300201e Clear action manager, if present 2014-05-07 14:38:44 +00:00
Hadi Nategh
0691903105 Still need to translate empty_label in selectbox widget for cases like when we do have "options" as an extra item for select_options 2014-05-07 13:03:14 +00:00
Hadi Nategh
b3ebc04ae5 Fix missing "translate" sub-attribute for some other widgets "empty_label" attribute. 2014-05-07 12:23:02 +00:00
Hadi Nategh
c35968d4a6 No need to translate empty_label explicitly, as we have a "translate" sub-attribute to triger translation for an attribute 2014-05-07 12:12:25 +00:00
Hadi Nategh
a8278017ed Fix missing translation for taglist's empty_label attribute 2014-05-07 11:06:47 +00:00
Ralf Becker
610e7e6e93 halfway fixed eTemplate(1) part of etemplate_widget_transformer, but then enabled old code in contact_widget again, as value is not yet handeled correctly by callback in contact_widget 2014-05-07 09:00:59 +00:00
Nathan Gray
012b49838c Send value/label pairs to preserve sorting 2014-05-06 20:33:40 +00:00
Nathan Gray
4f2504aafc Fix typo 2014-05-06 20:05:08 +00:00
Nathan Gray
b76ace01f5 Revert r46820 as it causes some widgets (tag list) problems.
Fix select account changing selectbox default instead.
2014-05-06 19:56:02 +00:00
Stefan Reinhardt
013062aa00 infolog - less
add - delete +
positioning icons
2014-05-06 16:44:32 +00:00
Ralf Becker
f806bee109 fixed PHP Fatal error: Call to a member function appsession() on a non-object when running as cron-job 2014-05-06 14:41:06 +00:00
Hadi Nategh
291c4c04b4 No need to have explicitly fix et2_file width in calendaras the width is handled in etemplate2 class for all 2014-05-06 11:44:34 +00:00
Hadi Nategh
8ae49a00fb No need to have explicitly fix et2_file width in infolog as the width is handled in etemplate2 class for all 2014-05-06 11:33:41 +00:00
Ralf Becker
ce14c2d6cb Changelog for 1.8.007.20140506 2014-05-06 11:04:15 +00:00
Ralf Becker
20bf7fe35c do not use $ in random passwords, as they given update errors, if followed by a number 2014-05-06 11:01:33 +00:00
Ralf Becker
6810eba337 do not use $ in random passwords, as they given update errors, if followed by a number 2014-05-06 11:00:15 +00:00