1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-16 18:31:26 +01:00
egroupware_official/etemplate/inc
2014-11-19 13:24:29 +00:00
..
class.ajax_captcha_widget.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.ajax_select_widget.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.bo_merge.inc.php * all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields 2014-11-19 13:12:17 +00:00
class.bo_tracking.inc.php fix PHP Fatal error: Access to undeclared static property: customfields_widget::$non_printable_fields 2014-11-19 13:24:29 +00:00
class.boetemplate.inc.php fix non-fatal PHP Parse error, when $j was used eg. in onload 2014-10-13 12:22:11 +00:00
class.contact_widget.inc.php 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
class.customfields_widget.inc.php * all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields 2014-11-19 13:12:17 +00:00
class.date_widget.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.db_tools.inc.php removed not used setting of application via GET parameter 2014-07-18 08:49:04 +00:00
class.editor.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.etemplate_et2_widgets.inc.php
class.etemplate_new.inc.php * Preferences: opening forced preferences set selectboxes for not set values to first real value not "Users Choice" 2014-09-30 14:27:47 +00:00
class.etemplate_request_cache.inc.php As we replace spaces with + for those account ids which contain spaces, therefore we need to do the same for getting request-id too. 2014-07-28 15:43:36 +00:00
class.etemplate_request_files.inc.php
class.etemplate_request_session.inc.php
class.etemplate_request.inc.php fix redirect loop initiated eg. by saving a mail, caused by document.location=url triggering etemplate unload handler and destroying et2 request, identical redirect url detected by jdots framework causes refresh via nextmatch --> next redirect 2014-10-08 20:06:30 +00:00
class.etemplate_widget_button.inc.php
class.etemplate_widget_checkbox.inc.php Fix unable to have checkboxes with an unselected value that evaluates to false. 2014-08-22 12:27:31 +00:00
class.etemplate_widget_customfields.inc.php * all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields 2014-11-19 13:12:17 +00:00
class.etemplate_widget_date.inc.php Use a client-side setDetachedAttributes() to do needed data changes for dates. 2014-10-09 08:39:24 +00:00
class.etemplate_widget_file.inc.php fixed IE 11 names almost all files "blob" 2014-09-09 16:30:29 +00:00
class.etemplate_widget_gantt.inc.php Gantt chart progress 2014-05-21 22:11:36 +00:00
class.etemplate_widget_grid.inc.php Do disabled check before grid name expansion, so disabled=!@grid_id will work 2014-06-09 19:24:48 +00:00
class.etemplate_widget_historylog.inc.php backport of Nathans r48352: Fix history log widget no longer working 2014-08-27 17:28:07 +00:00
class.etemplate_widget_htmlarea.inc.php Apply missing font & size preferences 2014-06-30 21:28:03 +00:00
class.etemplate_widget_image.inc.php * Mail/Calendar/eTemplate2: fix timezone problems of times in grid or lists, if server_timezone differs from php.ini date.timezone 2014-10-01 19:11:42 +00:00
class.etemplate_widget_itempicker.inc.php
class.etemplate_widget_link.inc.php * Mail/Calendar/eTemplate2: fix timezone problems of times in grid or lists, if server_timezone differs from php.ini date.timezone 2014-10-01 19:11:42 +00:00
class.etemplate_widget_menupopup.inc.php Prevent empty options being sent when selectbox is in a row. 2014-10-16 22:50:09 +00:00
class.etemplate_widget_nextmatch.inc.php Use a client-side setDetachedAttributes() to do needed data changes for dates. 2014-10-09 08:39:24 +00:00
class.etemplate_widget_tabbox.inc.php fixed storing same password twice in admin makes account unusable: 2014-09-06 10:01:09 +00:00
class.etemplate_widget_taglist.inc.php * Tracker/eTemplate: user could not empty CC field (taglist-email) 2014-09-02 12:23:02 +00:00
class.etemplate_widget_template.inc.php mtime postfix for WebDAV has to use "?download=", as our WebDAV treats everything else literal 2014-10-13 12:15:48 +00:00
class.etemplate_widget_textbox.inc.php fixed PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs() 2014-07-16 06:51:33 +00:00
class.etemplate_widget_toolbar.inc.php
class.etemplate_widget_transformer.inc.php 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
class.etemplate_widget_tree.inc.php fixed PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs() 2014-07-16 06:51:33 +00:00
class.etemplate_widget_url.inc.php remove upper limit of number of characters at last domain-part to allow new domain-names like .hamburg 2014-10-30 13:20:36 +00:00
class.etemplate_widget_vfs.inc.php
class.etemplate_widget.inc.php quiten permanent error_log on disabled cells and fixed IDE warnings 2014-11-19 09:23:39 +00:00
class.etemplate.inc.php use self::get_id on multiple selects and radio AND regard its output-format 2014-07-17 12:40:08 +00:00
class.historylog_widget.inc.php * all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields 2014-11-19 13:12:17 +00:00
class.link_widget.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.manual_widget.inc.php
class.nextmatch_widget.inc.php Better handling for detached label, fixes errors if there is no label 2014-05-12 22:16:05 +00:00
class.path_widget.inc.php
class.select_widget.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.sitemgr_module.inc.php
class.so_sql2.inc.php
class.so_sql_cf.inc.php * Addressbook: fixed diverse problem with advanced search 2014-09-09 08:43:54 +00:00
class.so_sql.inc.php
class.soetemplate.inc.php more changes etemplate_old --> etemplate, maybe better not started that ;-) 2014-03-23 09:34:18 +00:00
class.solangfile.inc.php
class.tab_widget.inc.php nicer formatting of apps using old eTemplate 2014-03-24 15:08:55 +00:00
class.tree_widget.inc.php
class.uietemplate_gtk.inc.php
class.url_widget.inc.php remove upper limit of number of characters at last domain-part to allow new domain-names like .hamburg 2014-10-30 13:20:36 +00:00
class.vfs_widget.inc.php * Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents 2014-10-23 13:39:21 +00:00
class.xmltool.inc.php
class.xul_io.inc.php
hook_sidebox_menu.inc.php