.. |
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
|
Add general placeholder {{link}} is a link to current record
|
2013-03-19 20:56:58 +00:00 |
class.bo_tracking.inc.php
|
Re-init egw_time so it gets the appropriate preferences for the notification
|
2013-03-18 23:41:10 +00:00 |
class.boetemplate.inc.php
|
only cache highest version: only update cache when storing, if it contains older version, only update when reading, if no version (=highest) is requested --> should fix cases where new distributed templates overwrite customer templates with higher version in cache
|
2012-06-14 11:32:11 +00:00 |
class.contact_widget.inc.php
|
|
|
class.customfields_widget.inc.php
|
Pass along enhancement flag
|
2012-12-31 20:22:05 +00:00 |
class.date_widget.inc.php
|
date-time_today widget for old eTemplate, to be able to use it in editor
|
2013-02-18 14:55:24 +00:00 |
class.db_tools.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.editor.inc.php
|
onClick is valid for a box
|
2012-12-19 21:44:25 +00:00 |
class.etemplate_et2_widgets.inc.php
|
Add quick viewer for et2 widgets
|
2013-02-11 08:10:25 +00:00 |
class.etemplate_old.inc.php
|
Add ACL check to read-only category selection and nextmatch row color
|
2013-03-04 16:40:25 +00:00 |
class.etemplate_request_files.inc.php
|
|
|
class.etemplate_request_session.inc.php
|
|
|
class.etemplate_request.inc.php
|
work around a warning, if database password contains a non-ascii char (eg. German umlaut)
|
2012-10-23 08:20:54 +00:00 |
class.etemplate_widget_button.inc.php
|
Handle buttons with missing row_cont info, such as create[...] - they are not considered 'in the row' because the name is not {}[...]
|
2012-06-11 18:14:43 +00:00 |
class.etemplate_widget_checkbox.inc.php
|
Get radio/checkbox to validate values that come from content
|
2012-05-08 20:25:56 +00:00 |
class.etemplate_widget_customfields.inc.php
|
Get private custom fields working
|
2012-07-24 16:37:24 +00:00 |
class.etemplate_widget_date.inc.php
|
Fix validation of durations
|
2013-02-06 14:36:24 +00:00 |
class.etemplate_widget_file.inc.php
|
Fix file upload size limit
|
2012-05-22 20:44:06 +00:00 |
class.etemplate_widget_grid.inc.php
|
Need to have a name before we do namespace on the content
|
2013-02-06 14:33:01 +00:00 |
class.etemplate_widget_historylog.inc.php
|
Check variable existance and type to avoid some warnings
|
2012-06-19 19:52:07 +00:00 |
class.etemplate_widget_htmlarea.inc.php
|
Add ckeditor as htmlarea widget
|
2012-06-06 04:13:19 +00:00 |
class.etemplate_widget_image.inc.php
|
|
|
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
|
Not needed anymore, framework loads the theme CSS
|
2012-07-18 16:47:49 +00:00 |
class.etemplate_widget_menupopup.inc.php
|
Add chosen to et2 selectbox
|
2013-03-15 17:47:28 +00:00 |
class.etemplate_widget_nextmatch.inc.php
|
Push updated preferences to client so favorites don't re-appear / disappear
|
2013-03-18 20:55:47 +00:00 |
class.etemplate_widget_projectmanager.inc.php
|
Implement validate, fix missing options after submit
|
2013-02-08 16:10:26 +00:00 |
class.etemplate_widget_template.inc.php
|
fixed server-side valdation of autorepeated rows/columns
|
2012-05-03 14:17:47 +00:00 |
class.etemplate_widget_textbox.inc.php
|
Implement legacy way of using a negative size to set a textbox readonly, but still getting an input widget instead of just text
|
2013-02-05 14:42:23 +00:00 |
class.etemplate_widget_transformer.inc.php
|
Get nextmatch working again after submit
|
2012-05-15 21:43:05 +00:00 |
class.etemplate_widget_tree.inc.php
|
Add reference to documentation so we can find it easier next time
|
2013-02-13 09:05:16 +00:00 |
class.etemplate_widget_url.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.etemplate_widget_vfs.inc.php
|
Some extra debug for et2
|
2013-02-04 12:35:30 +00:00 |
class.etemplate_widget.inc.php
|
silenced warning: can not use scalar value as array in line 672
|
2013-02-08 08:54:20 +00:00 |
class.etemplate.inc.php
|
use egw.includeJS instead of egw.ready for ajax-exec, eg. used in mail
|
2013-02-13 16:30:30 +00:00 |
class.historylog_widget.inc.php
|
fixed historylog widget to correct display custom fields of type link to application, @nathan: need to be ported to et2 too
|
2012-07-31 16:14:22 +00:00 |
class.link_widget.inc.php
|
fixed PHP 5.4 Warning: Illegal string offset
|
2012-05-21 10:56:14 +00:00 |
class.manual_widget.inc.php
|
|
|
class.nextmatch_widget.inc.php
|
More changes to use chosen for fancy selectboxes - apply to egw multi-select and select user too
|
2012-11-13 22:14:00 +00:00 |
class.path_widget.inc.php
|
|
|
class.select_widget.inc.php
|
Add ACL check to read-only category selection and nextmatch row color
|
2013-03-04 16:40:25 +00:00 |
class.sitemgr_module.inc.php
|
|
|
class.so_sql2.inc.php
|
|
|
class.so_sql_cf.inc.php
|
mending Warnings: Cannot use a scalar value as an array
|
2011-12-20 15:57:03 +00:00 |
class.so_sql.inc.php
|
log sql by setting $this->debug = true, before calling so_sql::search()
|
2012-11-14 14:23:00 +00:00 |
class.soetemplate.inc.php
|
download etemplate.inc.php distribution file, if webserver has no write rights to setup directory
|
2012-10-30 13:36:21 +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
|
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.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
|
|
|
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
|
|
|
class.xul_io.inc.php
|
explicit whitelist for certain attributes and widget-types used to supress rows and cols everywhere but textbox and suppress orient if empty
|
2013-02-08 16:48:55 +00:00 |
hook_sidebox_menu.inc.php
|
Add quick viewer for et2 widgets
|
2013-02-11 08:10:25 +00:00 |