.. |
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
|
revert changes, as the double - is needed here; needs to be fixed elsewhere
|
2014-03-21 14:50:53 +00:00 |
class.bo_tracking.inc.php
|
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 |
class.boetemplate.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +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
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +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
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +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
|
Remove inline javascript to file
|
2013-10-10 11:58:19 +00:00 |
class.etemplate_new.inc.php
|
stop server-side validation errors, if submit was with no_validation
|
2014-04-02 19:30:33 +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
|
Custom fields are not allowed to have a null value, since NULL is skipped by backend
|
2014-05-05 22:19:54 +00:00 |
class.etemplate_widget_date.inc.php
|
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 |
class.etemplate_widget_file.inc.php
|
Switch AJAX upload library to Resumable for chunked uploads.
|
2014-04-01 20:48:40 +00:00 |
class.etemplate_widget_gantt.inc.php
|
Work in progress on gantt chart:
|
2014-05-07 14:41:15 +00:00 |
class.etemplate_widget_grid.inc.php
|
fixed not working autorepeat if $row_cont was used
|
2014-03-28 17:32:32 +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
|
setting CSP attributes needed by CKeditor now automatic when egw_ckeditor_config::get_ckeditor_config(_array) get called
|
2013-10-14 10:42:36 +00:00 |
class.etemplate_widget_image.inc.php
|
- Add image widget
|
2011-08-30 20:56:01 +00:00 |
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
|
Switch AJAX upload library to Resumable for chunked uploads.
|
2014-04-01 20:48:40 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
- Move function to find selectbox options to public, static so other widgets (read only selectAccount) can use it
|
2014-05-05 17:25:01 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
Any changed sel_options from app need to get encoded too.
|
2014-04-08 17:42:19 +00:00 |
class.etemplate_widget_tabbox.inc.php
|
fixed not called beforeSendToClient callbacks for added tabs, if tab has no (optional) namespace
|
2014-03-18 11:01:46 +00:00 |
class.etemplate_widget_taglist.inc.php
|
- Fix taglist account infinite loop when looking for accounts (using link title system instead of data source)
|
2014-03-17 23:03:24 +00:00 |
class.etemplate_widget_template.inc.php
|
fixed error "template NOT found!", if template-name contains cache-buster
|
2014-03-17 17:12:02 +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
|
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 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
|
Some extra debug for et2
|
2013-02-04 12:35:30 +00:00 |
class.etemplate_widget.inc.php
|
Tell request not to get cleaned up, something changed
|
2014-05-13 20:11:06 +00:00 |
class.etemplate.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +00:00 |
class.historylog_widget.inc.php
|
* eTemplate/all apps: removed custom-field widget type IP again, as it caused too many problems in various modules
|
2014-04-08 11:59:55 +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
|
new framework method to return javascript to call manual
|
2010-06-07 22:06:35 +00:00 |
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
|
update docu to better run trough phpdocumentor
|
2006-04-20 17:12:30 +00:00 |
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
|
added a 7th paramter to use in sitemgr modules
|
2009-09-28 19:14:45 +00:00 |
class.so_sql2.inc.php
|
missed new $no_clone parameter
|
2008-05-26 08:32:27 +00:00 |
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
|
Fix searching for a space gives database error
|
2014-03-11 18:26:40 +00:00 |
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
|
* Setup/API: translations are no longer installed in database, but loaded directly from lang-files into tree-level cache
|
2012-11-05 12:18:22 +00:00 |
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
|
renamed etemplate to etemplate_old and etemplate_new to etemplate, thought new etemplate is still disabled in etemplate/inc/class.etemplate.inc.php line 38
|
2012-03-27 15:45:31 +00:00 |
class.uietemplate_gtk.inc.php
|
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
|
2009-06-08 16:21:14 +00:00 |
class.url_widget.inc.php
|
* Addressbook: switch off client side email address validation as browser rule set seems to be more restrictive than rfc822 rules suggests; implement better rfc822 compliant email address validation
|
2013-02-28 15:21:43 +00:00 |
class.vfs_widget.inc.php
|
more changes etemplate_old --> etemplate, maybe better not started that ;-)
|
2014-03-23 09:34:18 +00:00 |
class.xmltool.inc.php
|
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
|
2009-06-08 16:21:14 +00:00 |
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 |