..
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
try to increase/double prce.backtrack_limit no failure to preg_replace up to 1/4 of memory_limit
2014-11-14 19:08:18 +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
fix non-fatal PHP Parse error, when $j was used eg. in onload
2014-10-13 12:21:53 +00:00
class.contact_widget.inc.php
Work on app-entry widgets (contact-value)
2014-09-30 21:37:45 +00:00
class.customfields_widget.inc.php
* all apps: custom-fields are now stored in own egw_customfields table (no more limit on number), site configurations get now JSON serialized
2014-06-23 14:35:22 +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:48:37 +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
* Preferences: opening forced preferences set selectboxes for not set values to first real value not "Users Choice"
2014-09-30 14:27:29 +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:29:49 +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
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:02:59 +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
Fix unable to have checkboxes with an unselected value that evaluates to false.
2014-08-18 17:33:43 +00:00
class.etemplate_widget_customfields.inc.php
fix fatal error if customfields contains widget with no validation method --> nothing to validate / return
2014-11-13 09:28:22 +00:00
class.etemplate_widget_date.inc.php
do not convert empty values, otherwise we will get current date or 1970-01-01 instead
2014-10-07 10:19:21 +00:00
class.etemplate_widget_entry.inc.php
Add some handling to allow ID to be different from the value source by allowing the value attribute to point to the value.
2014-10-01 17:29:22 +00:00
class.etemplate_widget_file.inc.php
fixed IE 11 names almost all files "blob"
2014-09-09 16:30:00 +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
Fix history log widget no longer working
2014-08-27 17:13:38 +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:10:59 +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
* 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:10:59 +00:00
class.etemplate_widget_menupopup.inc.php
Prevent empty options being sent when selectbox is in a row.
2014-10-14 16:43:47 +00:00
class.etemplate_widget_nextmatch.inc.php
refactored code to always run Nathans fix (before it was only run for ajax requests, not for initial request)
2014-10-08 12:16:13 +00:00
class.etemplate_widget_tabbox.inc.php
fixed storing same password twice in admin makes account unusable:
2014-09-06 10:00:42 +00:00
class.etemplate_widget_taglist.inc.php
* Tracker/eTemplate: user could not empty CC field (taglist-email)
2014-09-02 12:22:31 +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:30 +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-14 10:02:47 +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 PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs()
2014-07-14 10:02:47 +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:04 +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
Look for old widgets that were adapted to etemplate2 but still follow old name scheme
2014-09-25 18:30:32 +00:00
class.etemplate.inc.php
use self::get_id on multiple selects and radio AND regard its output-format
2014-07-17 12:39:20 +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
fix IDE warnings
2014-10-01 19:05:33 +00:00
class.so_sql.inc.php
fix IDE warnings
2014-10-01 19:05:33 +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
remove upper limit of number of characters at last domain-part to allow new domain-names like .hamburg
2014-10-30 13:20:04 +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-18 12:17:17 +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