.. |
class.ajax_captcha_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.ajax_select_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.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
|
change send_notifications to always restore modifications on user-enviroment, before returning
|
2013-08-30 13:48:47 +00:00 |
class.boetemplate.inc.php
|
return $arr argument itself, but no reference to it, in all error cases
|
2014-01-08 09:47:37 +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
|
* All apps: new custom-field type IP-Address getting initially set with remote IP address, and allowing to set negativ length for text fields to make them readonly
|
2013-10-24 17:22:23 +00:00 |
class.date_widget.inc.php
|
removed old code used to run etemplate without javascript, not working anymore and causing it now to fail after Nathans changes
|
2013-04-03 08:37:28 +00:00 |
class.db_tools.inc.php
|
refactored account_id change script to use information from app-specific tables_current.inc.php instead of a fixed list
|
2013-06-12 16:57:44 +00:00 |
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
|
Remove inline javascript to file
|
2013-10-10 11:58:19 +00:00 |
class.etemplate_old.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-04 09:23:43 +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
|
Another fix for private cf filtering, when filter is enabled/disabled via content
|
2013-11-28 18:32:36 +00:00 |
class.etemplate_widget_date.inc.php
|
Properly fix date-timeonly js side to return a timestamp as all date widgets, server side converts it to expected format, same as others.
|
2013-08-26 17:04:43 +00:00 |
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
|
Stop fatal error about missing argument 2 to textbox
|
2013-11-04 18:57:42 +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
|
Enable symlinking VFS files to not yet existing entries
|
2014-01-14 12:11:13 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
order accounts according to pref of how to display them
|
2014-01-21 18:46:42 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
If application changed actions in get_rows(), the new actions need to be sent through etemplate_widget_nextmatch::egw_actions(). Now doing so automatically.
|
2014-02-05 17:17:45 +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
|
fixed server-side validation of url-email and taglist-email:
|
2014-01-17 17:26:22 +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_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
|
setting foldernames now as text and (optional) style
|
2014-02-05 12:23:04 +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
|
show backtrace in error_log of validation-errors
|
2014-02-04 09:24:17 +00:00 |
class.etemplate.inc.php
|
notify server about closed windows, so we can destroy no longer eT needed session/requests and so keep cache small
|
2014-01-16 12:13:16 +00:00 |
class.historylog_widget.inc.php
|
* All apps: new custom-field type IP-Address getting initially set with remote IP address, and allowing to set negativ length for text fields to make them readonly
|
2013-10-24 17:22:23 +00:00 |
class.link_widget.inc.php
|
* eTemplate/all apps: (silently) limit number of links shown to 1000 newest, to not run into memory_limit or max_execution_time and assuming noone will scroll further down anyway
|
2013-07-26 09:38:38 +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
|
Remove "BLACK DIAMOND SUIT" character from global categories
|
2014-02-03 09:19:59 +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
|
Remove "BLACK DIAMOND SUIT" character from global categories
|
2014-02-03 09:19:59 +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
|
* PostgreSQL/Addressbook: fixed SQL error when sorting by a custom field
|
2013-10-24 14:57:36 +00:00 |
class.so_sql.inc.php
|
fixed new emailadmin stuff to work with postgreSQL
|
2013-11-29 01:50:49 +00:00 |
class.soetemplate.inc.php
|
fixed fatal error in soetemplate called by editor, if etemplate is switched to etemplate_new
|
2013-05-11 09:25:32 +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
|
fixed wrongly disabled tabs
|
2013-10-25 12:26:44 +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
|
display thumbnail now for images up to 1.6M, which seem to work with our current recommended memory_limit of 128M
|
2012-10-30 16:48:07 +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
|
Add quick viewer for et2 widgets
|
2013-02-11 08:10:25 +00:00 |