.. |
class.ajax_captcha_widget.inc.php
|
|
|
class.ajax_select_widget.inc.php
|
|
|
class.bo_merge.inc.php
|
fixed not working download via action system: needed submit via POST request instead of Ajax, add new boolean action attribute postSubmit
|
2013-10-04 12:48:11 +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
|
fixed "PHP Parse error: syntax error, unexpected \ (T_NS_SEPARATOR)" error caused by email validation, also added error_log for these type of parse-errors
|
2013-07-30 09:11:33 +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
|
|
|
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
|
Remove inline javascript to file
|
2013-10-10 11:58:19 +00:00 |
class.etemplate_old.inc.php
|
only add html5 required attribute if validation is NOT ignored, like eg. in editor
|
2013-11-02 17:30:07 +00:00 |
class.etemplate_request_files.inc.php
|
|
|
class.etemplate_request_session.inc.php
|
|
|
class.etemplate_request.inc.php
|
fixed changes in get_rows method were not send back to client, if PHP mcrypt is available / eTemplate request stored on client
|
2013-10-11 11:20:21 +00:00 |
class.etemplate_widget_button.inc.php
|
|
|
class.etemplate_widget_checkbox.inc.php
|
|
|
class.etemplate_widget_customfields.inc.php
|
setting default for optional 2. beforeSendToClient parameter to null
|
2013-11-04 15:41:58 +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
|
Silence error log
|
2013-10-24 17:05:22 +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
|
|
|
class.etemplate_widget_itempicker.inc.php
|
|
|
class.etemplate_widget_link.inc.php
|
UI to support links on unsaved entries
|
2013-10-10 17:00:30 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
select-account: default label will be added on clientside, it doubles, if added here too
|
2013-11-06 10:31:57 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
Give automatically added 'Select All' action its own group
|
2013-11-15 19:59:25 +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
|
Fix tabbox widget validation to stay with the same tab when the form get submitted
|
2013-11-12 16:38:23 +00:00 |
class.etemplate_widget_taglist.inc.php
|
html-encoding is done in etemplate engine
|
2013-08-09 11:17:30 +00:00 |
class.etemplate_widget_template.inc.php
|
Fix for sub-templates set via content not properly validated on submit
|
2013-11-01 21:39:45 +00:00 |
class.etemplate_widget_textbox.inc.php
|
setting default for optional 2. beforeSendToClient parameter to null
|
2013-11-04 15:41:58 +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 not found images in admin tree, by using static method knowing templated image path and calculating a relative path for images returned by common::image
|
2013-11-15 19:12:36 +00:00 |
class.etemplate_widget_url.inc.php
|
Update email regex to allow:
|
2013-10-11 14:35:13 +00:00 |
class.etemplate_widget_vfs.inc.php
|
|
|
class.etemplate_widget.inc.php
|
2 more widgets without server-side class
|
2013-11-08 09:31:08 +00:00 |
class.etemplate.inc.php
|
Use current app to get around missing etemplate run rights
|
2013-11-13 23:57:49 +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
|
|
|
class.manual_widget.inc.php
|
|
|
class.nextmatch_widget.inc.php
|
fix not working timesheet status and category actions: "disableClass", "enableClass" and "enableId" are now handled by action system itself, one should not set an explicit "enabled" attribute anymore
|
2013-08-26 08:24:50 +00:00 |
class.path_widget.inc.php
|
|
|
class.select_widget.inc.php
|
new option to to show only enabled apps (ones which users can get run-rights for) in select-apps
|
2013-08-28 10:07:24 +00:00 |
class.sitemgr_module.inc.php
|
|
|
class.so_sql2.inc.php
|
|
|
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
|
* PostgreSQL/ProjectManager: fixed SQL error "pm_id is ambigues" when accessing /apps/projectmanager via filemanager
|
2013-10-14 07:53:13 +00:00 |
class.soetemplate.inc.php
|
|
|
class.solangfile.inc.php
|
|
|
class.tab_widget.inc.php
|
fixed wrongly disabled tabs
|
2013-10-25 12:26:44 +00:00 |
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
|
|
|