.. |
class.ajax_captcha_widget.inc.php
|
|
|
class.ajax_select_widget.inc.php
|
|
|
class.bo_merge.inc.php
|
remove old API browser class, apps only used content_header method with is available as html::browser_header() with identical signature
|
2014-01-19 09:30:33 +00:00 |
class.bo_tracking.inc.php
|
|
|
class.boetemplate.inc.php
|
force re-import of etemplates if app-version changes
|
2014-02-17 14:28:05 +00:00 |
class.contact_widget.inc.php
|
Explicit method visibility is supposed to satisfy PHP 5.4
|
2013-11-01 21:19:08 +00:00 |
class.customfields_widget.inc.php
|
|
|
class.date_widget.inc.php
|
|
|
class.db_tools.inc.php
|
|
|
class.editor.inc.php
|
fix Nathans fix for old editor, to only use fallback for new widgets, if a type is given
|
2013-11-05 10:22:19 +00:00 |
class.etemplate_et2_widgets.inc.php
|
|
|
class.etemplate_old.inc.php
|
jdots needs sidebox/navbar data in header call, therefore enable navbar BEFORE calling header
|
2014-02-21 15:41:07 +00:00 |
class.etemplate_request_cache.inc.php
|
fixed not working redirect to index url of app, if etemplate session is lost (tested with mail app)
|
2014-01-27 16:30:34 +00:00 |
class.etemplate_request_files.inc.php
|
new default eTemplate request storate in EGroupware cache with an expiration time of 4 hours.
|
2014-01-15 16:46:16 +00:00 |
class.etemplate_request_session.inc.php
|
new default eTemplate request storate in EGroupware cache with an expiration time of 4 hours.
|
2014-01-15 16:46:16 +00:00 |
class.etemplate_request.inc.php
|
fixed not working redirect to index url of app, if etemplate session is lost (tested with mail app)
|
2014-01-27 16:30:34 +00:00 |
class.etemplate_widget_button.inc.php
|
storing (not used) cancel or non-cancel button pressed information now in static class-variable instead of request, to avoid modifying request and causing a save of it
|
2014-01-15 13:46:53 +00:00 |
class.etemplate_widget_checkbox.inc.php
|
fixed not working selected_value attribute of checkbox and radio, server-side used (un)set_val as attribute while clientside used (un)selected_value for checkbox and set_value for radio, grrrr ;-)
|
2013-11-29 05:49:13 +00:00 |
class.etemplate_widget_customfields.inc.php
|
fixed not working retransformation of date* custom fields to Y-m-d[ H:i:s] format, caused by not calling validation of implementing base-widget, also added options from file and sending available options from server, as for regular select options
|
2014-02-24 14:47:55 +00:00 |
class.etemplate_widget_date.inc.php
|
|
|
class.etemplate_widget_file.inc.php
|
Handle no files selected without throwing warnings
|
2013-11-07 23:20:07 +00:00 |
class.etemplate_widget_grid.inc.php
|
Fix some grid children not getting run called after disabled
|
2013-11-18 23:11:27 +00:00 |
class.etemplate_widget_historylog.inc.php
|
historylog need to use $this->id as namespace for sel_options to NOT overwrite regular sel_options, fixes addressbook-selection in addressbook.edit contains all users instead of only ones user has rights for
|
2014-02-13 12:50:29 +00:00 |
class.etemplate_widget_htmlarea.inc.php
|
|
|
class.etemplate_widget_image.inc.php
|
|
|
class.etemplate_widget_itempicker.inc.php
|
fix call with empty xml and use own item search ajax method (which still uses the egw_link class)
|
2012-08-02 20:07:58 +00:00 |
class.etemplate_widget_link.inc.php
|
If user selected a link entry but did not click link, pass it back to application.
|
2014-02-25 17:04:43 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
ignoring $row not only for "nm" namespace and fixed IDE warnings
|
2014-03-03 15:55:05 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
Allow changing sel_options with array data, not just key => value pairs
|
2014-03-05 17:20:17 +00:00 |
class.etemplate_widget_projectmanager.inc.php
|
Fix missing prices in projectmanager price list widget
|
2013-11-12 21:36:59 +00:00 |
class.etemplate_widget_tabbox.inc.php
|
Implement 'add_tab' attribute on server side, so it works.
|
2013-12-12 20:15:36 +00:00 |
class.etemplate_widget_taglist.inc.php
|
implemented account_type: (accounts|groups|both) option for taglist-account as available in select-account widget
|
2014-02-28 16:52:42 +00:00 |
class.etemplate_widget_template.inc.php
|
fix wrong download url
|
2013-12-05 22:46:31 +00:00 |
class.etemplate_widget_textbox.inc.php
|
preparing to use egroupware with mbstring.func_overload=0 by using mb_(strlen|substr) where necessary and providing an implementation for mb_*, if mbstring is not available
|
2014-02-03 19:57:50 +00:00 |
class.etemplate_widget_toolbar.inc.php
|
changed toolbar to have last action.id as value, when submitted to server
|
2014-03-10 21:14:02 +00:00 |
class.etemplate_widget_transformer.inc.php
|
Explicit method visibility is supposed to satisfy PHP 5.4
|
2013-11-01 21:19:08 +00:00 |
class.etemplate_widget_tree.inc.php
|
fixed after new shutdown handling broken autoloading of tree nodes: json.php is used to send arbitrary JSON data, instead using egw_json_response methods (egw_json_request::isJSONRequest(false) turns that off now)
|
2014-02-22 15:51:14 +00:00 |
class.etemplate_widget_url.inc.php
|
fix serverside url-validation required "http://" protocoll
|
2014-01-30 12:48:16 +00:00 |
class.etemplate_widget_vfs.inc.php
|
|
|
class.etemplate_widget.inc.php
|
Silence error log
|
2014-02-27 20:25:06 +00:00 |
class.etemplate.inc.php
|
do not send/set extra data twice for multiple etemplate (eg. CRM view)
|
2014-03-10 15:20:27 +00:00 |
class.historylog_widget.inc.php
|
* eTemplate/all apps: limit displayed history to 500 entries
|
2014-02-20 12:47:06 +00:00 |
class.link_widget.inc.php
|
|
|
class.manual_widget.inc.php
|
|
|
class.nextmatch_widget.inc.php
|
Remove "BLACK DIAMOND SUIT" character from global categories
|
2014-02-03 09:19:59 +00:00 |
class.path_widget.inc.php
|
|
|
class.select_widget.inc.php
|
Remove "BLACK DIAMOND SUIT" character from global categories
|
2014-02-03 09:19:59 +00:00 |
class.sitemgr_module.inc.php
|
|
|
class.so_sql2.inc.php
|
|
|
class.so_sql_cf.inc.php
|
only search custom fields, if extending class does not set this->columns_to_search explicit, also fixed IDE warnings
|
2014-03-03 11:45:38 +00:00 |
class.so_sql.inc.php
|
only search custom fields, if extending class does not set this->columns_to_search explicit, also fixed IDE warnings
|
2014-03-03 11:45:38 +00:00 |
class.soetemplate.inc.php
|
fixed etemplate.inc.php download (happens only if directory is not writable) has zero length. Caused by output buffering and unbuffered php://stdout instead of php://output used
|
2014-02-28 08:26:53 +00:00 |
class.solangfile.inc.php
|
|
|
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
|
|
|
class.xmltool.inc.php
|
|
|
class.xul_io.inc.php
|
put class attribute on menupopup instead of menulist, as that is where et2 looks for it
|
2013-11-04 11:54:51 +00:00 |
hook_sidebox_menu.inc.php
|
open widget browser / eT2 Reference inside EGroupware
|
2014-03-10 09:10:49 +00:00 |