Commit Graph

19321 Commits

Author SHA1 Message Date
Ralf Becker
42563b8d1a * LDAP authentication: if changing password fails bind as user, try changing is with given admin-dn, to cater for all sorts of ldap configurations 2012-07-31 12:28:05 +00:00
Klaus Leithoff
eafb5f8730 take care of php-warning on str_repeat (second param has to be greater or equal to 0) 2012-07-31 11:06:55 +00:00
Klaus Leithoff
af782d1fc7 simple balancing on throwaway divs 2012-07-31 10:59:56 +00:00
Ralf Becker
b0267b6744 fixed error when registration was enabled for a user and he looks at /apps, caused by regitering a - not existing - query method in link-registry of registration 2012-07-31 09:56:25 +00:00
Nathan Gray
e01e69d153 Set date fields for spreadsheet date formatting 2012-07-30 17:48:56 +00:00
Klaus Leithoff
9526746694 throwing away excess div elements, that carry no style or class or id info 2012-07-30 15:07:56 +00:00
Christian Binder
5fc8650ef5 et2_widget_itempicker: added action button and cleaned up layout 2012-07-28 11:56:06 +00:00
Klaus Leithoff
0904fb74b6 small alteration to make htmLawed respect keep_bad config value when tags are generally considered bad for not matching the regex (and not in any list of known tags) 2012-07-27 10:17:06 +00:00
Nathan Gray
d65066341b Fix some more attribute issues, silenceing some attribute warnings 2012-07-25 22:37:56 +00:00
Nathan Gray
346bfe1dcf Fix typo breaking history with select-options 2012-07-25 21:12:04 +00:00
Nathan Gray
599008754d Accept status labels in different ID, only pass needed attributes to dataview to avoid warnings 2012-07-25 20:56:05 +00:00
Nathan Gray
46421450f2 Ignore required, not applicable to read only link widget 2012-07-25 20:54:47 +00:00
Nathan Gray
a6cd169d47 Be more accepting of row categories - can be in ID cat, cat_id or category. cat_id is preferred, as it matches the nm filter 2012-07-25 20:53:42 +00:00
Nathan Gray
c2ed51de76 Handle global IDs so open / double click works in et2 nextmatch 2012-07-25 18:09:43 +00:00
Klaus Leithoff
3aa89e8bbc fix for filling up the error_log in certain conditions on activesync on an non-existent event (with of course no participants). clear_private_infos created an eventarray on those, thus subsequent errors occured and had to be handeled in ExportChangesDiff::Synchronize 2012-07-25 08:07:10 +00:00
Nathan Gray
70bc8469a1 et2 compatability 2012-07-24 23:49:12 +00:00
Nathan Gray
7ae7337d83 Play with URL button alignment to avoid line wrapping 2012-07-24 23:07:33 +00:00
Nathan Gray
00805a6d21 Handle possibility that custom field filter is already an array 2012-07-24 22:57:27 +00:00
Nathan Gray
63fb4f1c7f Fix bug with empty / '' select option being rejected 2012-07-24 22:55:49 +00:00
Nathan Gray
778ecd04ba Basic implementation of server side of url widget 2012-07-24 22:54:42 +00:00
Ralf Becker
eff584ff4b * Calendar/eSync/CalDAV: meeting requests contain again nice body followed by a separator and describtion, ignore empty description in eSync ChangeMessage 2012-07-24 22:23:32 +00:00
Nathan Gray
a6371947bb Get linked image from array working 2012-07-24 21:16:44 +00:00
Ralf Becker
cc52575549 * Calendar/CalDAV/eSync: not searching addressbook for CN, as match can be not unique or without an email address, causing notification to fail --> store as email address 2012-07-24 20:13:56 +00:00
Nathan Gray
276a2516cf Implement et2_IDetachedDOM for url widget 2012-07-24 19:59:55 +00:00
Nathan Gray
1b07e20fd4 Fix date formatting, remove time from date only custom field 2012-07-24 18:32:27 +00:00
Nathan Gray
fc253e2564 Scan for widgets, or they won't all be read. ex: a template with listbox will never know to read etemplate_widget_menupopup 2012-07-24 17:48:55 +00:00
Nathan Gray
60c350b55e Get private custom fields working 2012-07-24 16:37:24 +00:00
Ralf Becker
ec34cbb070 do NOT use jerryr as mobile template 2012-07-24 06:19:16 +00:00
Nathan Gray
fa69637b82 Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
Nathan Gray
0fa5e2ee49 Make sure there's a template name before requesting it from server 2012-07-23 23:51:47 +00:00
Nathan Gray
9abe56ff94 Check modifications array for attributes too - catches attributes set by app (eg: disabled) 2012-07-23 23:48:11 +00:00
Nathan Gray
d37beb2def Fix non-integer date check 2012-07-23 22:45:24 +00:00
Nathan Gray
df9f42ba3a Pre-process non-integer dates / times before sending 2012-07-23 22:42:09 +00:00
Nathan Gray
e6ac48db13 Do not open an array perspective if the entry is null 2012-07-23 22:05:54 +00:00
Nathan Gray
60f474da12 Only create new request if it doesn't already exist. Fixes missing information when app constructor creates new template, and get_rows is called for the first time from a new instance 2012-07-23 20:06:54 +00:00
Nathan Gray
e5c508a609 Move align interface with the rest 2012-07-23 18:01:04 +00:00
Nathan Gray
b5b98f9a8b Tables in the main part of hbox need to be inline, or the block display ruins layout. Maybe a better way for this though 2012-07-23 18:00:31 +00:00
Nathan Gray
6c53a6f067 Set value type to integer, removes warning about string & fixes missing file size 2012-07-23 17:59:09 +00:00
Nathan Gray
7e17ba49c0 Improve error message to include expected format 2012-07-23 17:58:04 +00:00
Nathan Gray
c9c5a8c77f Line up contact search with category select 2012-07-23 16:06:11 +00:00
Ralf Becker
70c4eff2d8 add new PHP 5.4 config var max_input_vars which need to be set higher for TranslationTools to work correctly, default seems to be 1000, set now to 3000 2012-07-23 08:26:22 +00:00
Christian Binder
5668a6d9db et2_widget_itempicker select and multiselect functionality 2012-07-22 18:37:17 +00:00
Christian Binder
e5b1cdcb70 next step for et2_widget_itempicker (rudimentary display of search results) 2012-07-21 10:50:04 +00:00
Ralf Becker
130dded1e2 added automatic conversation of boolean columns on select (update/insert is already done by quote), get automatic enabled by setup_table or you have to set has_bools to true 2012-07-21 09:51:22 +00:00
Ralf Becker
13bcf73178 fix for 5.4 PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix 2012-07-20 16:30:26 +00:00
Ralf Becker
3918f2606c * InfoLog/CalDAV: preference allowing to modify responsible user from devices not supporting them by setting EMail address as category 2012-07-20 13:06:47 +00:00
Ralf Becker
e89f63148c if dir is not writable, download xet file 2012-07-18 17:39:42 +00:00
Ralf Becker
e85d49c343 fixed class attribute of box-widgets got not imported 2012-07-18 17:39:15 +00:00
Nathan Gray
f198fb8f6e Lets try this theme for a while, see how it looks 2012-07-18 16:50:49 +00:00
Nathan Gray
6049fb0998 Not needed anymore, framework loads the theme CSS 2012-07-18 16:47:49 +00:00