Commit Graph

27221 Commits

Author SHA1 Message Date
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
Ralf Becker
6968570241 "setup/setup-cli.php --exit-codes" was not reporting 11: Your Database is not working! 2014-05-06 09:24:57 +00:00
Ralf Becker
e134826088 "setup/setup-cli.php --exit-codes" was not reporting 11: Your Database is not working! 2014-05-06 09:23:12 +00:00
Ralf Becker
e590cccc91 update to 1.8.007 2014-05-06 07:24:21 +00:00
Ralf Becker
d5777290ab update from 1.8.007 2014-05-06 07:23:11 +00:00
Nathan Gray
33594b565d Custom fields are not allowed to have a null value, since NULL is skipped by backend
Fixes bug where it was impossible to clear date cfs
2014-05-05 22:19:54 +00:00
Nathan Gray
c99f0ee32d Fix bug in last select option fallback option, was getting value instead of options 2014-05-05 22:17:23 +00:00
Nathan Gray
4d64856fcd Add some more time every 100 rows as long as things are still going 2014-05-05 20:44:51 +00:00
Nathan Gray
f5dc2d6903 Abort import if more than 100 errors are encountered.
Prevents request from dying if you upload a large, bad, file
2014-05-05 20:30:06 +00:00
Nathan Gray
4053d1a204 - Move function to find selectbox options to public, static so other widgets (read only selectAccount) can use it
- Fix selectAccount missing extra app-specific options
2014-05-05 17:25:01 +00:00
Nathan Gray
e004e23c31 If the default is an object, use a clone of the default value to prevent widget from accidentally changing the default by reference 2014-05-05 17:22:25 +00:00
Ralf Becker
ed85cc3ce6 allow apps to supply own etemplate_widget_transformer extending widgets 2014-05-05 16:05:39 +00:00
Nathan Gray
8dfea11106 Make sure primary group is in group list
Fixes Default group always added if primary group is not Default
2014-05-05 14:46:01 +00:00
Hadi Nategh
098de471cd No need to overwrite the "beforeSendToClient" method for date widget, because we are handling date/time conversion on client side 2014-05-05 14:11:00 +00:00
Hadi Nategh
62fa190439 Handle converting string date/time formats to Date object for date-time widget 2014-05-05 14:09:47 +00:00