..
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
Accept and process commands even if they're right at the beginning.
2014-12-03 19:58:59 +00:00
class.bo_tracking.inc.php
- Use link registry to open notification links
2014-12-15 19:09:22 +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
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 aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields
2014-11-19 12:20:59 +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
moving VFS API classes into a namespaced PSR4 autoloadable structure:
2015-01-26 09:15:07 +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
* all apps: preserving for current user unavailable categories (eg. private categories of other user) when editing entries
2014-12-17 13:58:15 +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
for nextmatch filters we need to encode global nextmatch definition too
2015-01-12 14:10:40 +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
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
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
for nextmatch filters we need to encode global nextmatch definition too
2015-01-12 14:10:40 +00:00
class.etemplate_widget_nextmatch.inc.php
document tooltip name "hint" for actions
2014-12-04 09:19:03 +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
hidden widget to transport content from server to client and back, thought server to client could easier be done by accessing content via content array manager
2014-12-05 08:59:51 +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
Don't try to transform missing templates, it doesn't end well.
2015-01-16 18:10:30 +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
do not validate vfs-widgets not returning a value, as it overwrites preserved values with null
2014-12-02 19:17:03 +00:00
class.etemplate_widget.inc.php
fix error introduced by previous commit
2014-11-19 09:22:52 +00:00
class.etemplate.inc.php
remove no longer necessary resize from (old) eTemplate, as it is done now by egw.js for all popups
2014-12-03 07:34:30 +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 12:20:59 +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
Convert ambiguous column to tablename.column name
2014-12-15 16:57:45 +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
Serach js files for new phrases for translation
2015-01-15 14:56:23 +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