egroupware/etemplate/inc
2015-10-05 15:50:30 +00:00
..
class.ajax_captcha_widget.inc.php
class.ajax_select_widget.inc.php
class.bo_merge.inc.php use raw custom-field data for yaml files, no user-preference specific formatting, all to use regular expressions in yaml files to modify content of placeholders, eg. commas with linebreaks: "{{name/, */\n}}" 2015-06-18 13:18:07 +00:00
class.bo_tracking.inc.php ignore CR when comparing textfields for history 2015-05-26 10:50:42 +00:00
class.boetemplate.inc.php
class.contact_widget.inc.php If a widget is transformed into a template, try to load and process that template too. 2015-01-14 20:10:34 +00:00
class.customfields_widget.inc.php * All apps: nummeric custom-fields (float or new integer) sort nummeric in lists 2015-03-23 08:38:30 +00:00
class.date_widget.inc.php
class.db_tools.inc.php missing commit from index and text field change 2015-07-15 15:09:11 +00:00
class.editor.inc.php
class.etemplate_et2_widgets.inc.php
class.etemplate_new.inc.php Add a patch from Stefan Werfling. 2015-09-22 11:26:15 +00:00
class.etemplate_request_cache.inc.php
class.etemplate_request_files.inc.php
class.etemplate_request_session.inc.php
class.etemplate_request.inc.php update documentation and fix IDE warnings 2015-09-03 07:12:35 +00:00
class.etemplate_table_test.inc.php implement part attribute with values "header" and "footer" to put rows in thead or tfoot instead of tbody of table 2015-03-17 09:44:14 +00:00
class.etemplate_widget_ajax_select.inc.php Simple et2 implementation of ajax_search widget 2015-04-21 16:47:33 +00:00
class.etemplate_widget_button.inc.php
class.etemplate_widget_checkbox.inc.php allow to submit partial content by passing a container(-widget) to etemplate2.submit() 2015-03-20 02:12:33 +00:00
class.etemplate_widget_customfields.inc.php Fix invalid options showing in link-entry custom field list by querying for the actually needed capabilities, and explictly add filemanager, which does not support them but gets special handling. 2015-10-05 15:50:30 +00:00
class.etemplate_widget_date.inc.php Avoid error in case $date is not set 2015-05-05 23:35:01 +00:00
class.etemplate_widget_entry.inc.php If a widget is transformed into a template, try to load and process that template too. 2015-01-14 20:10:34 +00:00
class.etemplate_widget_file.inc.php
class.etemplate_widget_gantt.inc.php
class.etemplate_widget_grid.inc.php
class.etemplate_widget_historylog.inc.php
class.etemplate_widget_htmlarea.inc.php Fix htmlarea editor always wrap border around editing text in IE 2015-04-27 13:39:27 +00:00
class.etemplate_widget_image.inc.php
class.etemplate_widget_itempicker.inc.php
class.etemplate_widget_link.inc.php Add ability to select existing file in VFS for custom field type filemanager 2015-09-08 16:02:18 +00:00
class.etemplate_widget_menupopup.inc.php Pass current selectbox value so the server can make sure it's there 2015-09-29 16:00:12 +00:00
class.etemplate_widget_nextmatch.inc.php Use etemplate_widget_menupopup::fix_encoded_options() to handle select options set by get_rows functions. 2015-09-23 15:32:36 +00:00
class.etemplate_widget_tabbox.inc.php
class.etemplate_widget_taglist.inc.php Fix some problems with merging into email files: 2015-05-19 19:24:02 +00:00
class.etemplate_widget_template.inc.php reverting r53406, r53423: using JSON instead of XML for templates on client-side to improve IE performace, as it did not give any performance improvement 2015-08-20 14:57:18 +00:00
class.etemplate_widget_textbox.inc.php allow to submit partial content by passing a container(-widget) to etemplate2.submit() 2015-03-20 02:12:33 +00:00
class.etemplate_widget_toolbar.inc.php Do not log toolbar widget content in error log 2015-03-10 15:55:29 +00:00
class.etemplate_widget_transformer.inc.php Entry type / transformer changes 2015-02-18 23:04:59 +00:00
class.etemplate_widget_tree.inc.php Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-27 13:34:38 +00:00
class.etemplate_widget_url.inc.php
class.etemplate_widget_vfs.inc.php Add filemanager custom field type using vfs-upload 2015-09-02 19:52:47 +00:00
class.etemplate_widget.inc.php Fix etemplate request getting destroyed even though attribute changed 2015-08-31 17:12:48 +00:00
class.etemplate.inc.php
class.historylog_widget.inc.php
class.link_widget.inc.php
class.manual_widget.inc.php
class.nextmatch_widget.inc.php Change category icon in all apps 2015-03-12 12:39:49 +00:00
class.path_widget.inc.php
class.select_widget.inc.php
class.sitemgr_module.inc.php
class.so_sql2.inc.php
class.so_sql_cf.inc.php if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:17:03 +00:00
class.so_sql.inc.php fixing regression in search in ACL popup for a pattern with non-ascii chars (r53252 and r53376) 2015-08-21 09:15:45 +00:00
class.soetemplate.inc.php
class.solangfile.inc.php Serach js files for new phrases for translation 2015-01-15 14:56:23 +00:00
class.tab_widget.inc.php
class.tree_widget.inc.php
class.uietemplate_gtk.inc.php
class.url_widget.inc.php
class.vfs_widget.inc.php add modification time of files to thumbnail url to allow longer caching, also set_time_limit(0) for pdf thumbnails, as they might take > 90s 2015-02-13 08:27:08 +00:00
class.xmltool.inc.php
class.xul_io.inc.php
hook_sidebox_menu.inc.php