..
class.ajax_captcha_widget.inc.php
Updated file from Randy Houlahan
2011-01-10 15:44:32 +00:00
class.ajax_select_widget.inc.php
fixed warning: missing argument 3
2011-06-28 13:47:16 +00:00
class.bo_merge.inc.php
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
2012-03-04 13:33:10 +00:00
class.bo_tracking.inc.php
new method preferences->default_prefs($app=null,$name=null) to access default prefs, taking into account forced preferences
2012-03-01 18:03:13 +00:00
class.boetemplate.inc.php
mending Warnings: Cannot use a scalar value as an array
2011-12-20 15:57:03 +00:00
class.contact_widget.inc.php
do not call parent constructor for old etemplate
2011-08-27 09:03:32 +00:00
class.customfields_widget.inc.php
remove felamimail from static app_list in egw_link, as felamimail is implementing search_link; gather only apps for link that implement query and title
2012-01-06 10:11:16 +00:00
class.date_widget.inc.php
white-space: nowrap for table in date-widget
2012-02-23 13:39:24 +00:00
class.db_tools.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.editor.inc.php
Restore all eTemplates from distirbution file via eTemplate editor (no need to touch distribution file or fiddle with the database)
2012-02-15 14:51:58 +00:00
class.etemplate_new.inc.php
phpgwapi:
2012-03-09 15:32:29 +00:00
class.etemplate_request_files.inc.php
"etemplate_request class to store the request data in the filesystem
2009-03-16 13:43:16 +00:00
class.etemplate_request_session.inc.php
Refractured eTemplate to use:
2009-03-16 12:58:24 +00:00
class.etemplate_request.inc.php
using call_user_func instead of depricated call_user_method, which seems at least under PHP5.3 not to allow static calls
2010-07-20 14:34:20 +00:00
class.etemplate_widget_button.inc.php
- new validator for selectboxes (menupopup)
2011-08-20 10:27:38 +00:00
class.etemplate_widget_checkbox.inc.php
fixed typo giving fatal error with template infolog.edit
2011-08-21 17:13:08 +00:00
class.etemplate_widget_customfields.inc.php
Revert accidentally commited devel stuff
2011-12-23 16:29:09 +00:00
class.etemplate_widget_date.inc.php
Fix typo, accept null values
2011-10-18 16:33:41 +00:00
class.etemplate_widget_file.inc.php
- Nicer UI for status
2011-09-06 19:55:52 +00:00
class.etemplate_widget_grid.inc.php
fixed typo
2011-08-21 14:02:31 +00:00
class.etemplate_widget_htmlarea.inc.php
fixed copy-n-paste typo
2011-08-21 13:45:55 +00:00
class.etemplate_widget_image.inc.php
- Add image widget
2011-08-30 20:56:01 +00:00
class.etemplate_widget_link.inc.php
Link list
2011-09-14 00:06:04 +00:00
class.etemplate_widget_menupopup.inc.php
Fix visible in all selectboxes - prevent double encoding
2012-03-02 22:02:26 +00:00
class.etemplate_widget_nextmatch.inc.php
Get simple submit buttons (legacy actions) working in datagrid
2011-11-09 21:34:52 +00:00
class.etemplate_widget_projectmanager.inc.php
Implement transformer changing type on client side by changing type while loading
2011-09-15 18:00:17 +00:00
class.etemplate_widget_template.inc.php
Try to handle partial template names - row as well as app.function.row
2011-10-06 15:23:24 +00:00
class.etemplate_widget_textbox.inc.php
- new validator for selectboxes (menupopup)
2011-08-20 10:27:38 +00:00
class.etemplate_widget_transformer.inc.php
Fixed problem with rebuilding the template after a submit not working correctly
2012-03-01 10:13:12 +00:00
class.etemplate_widget_tree.inc.php
Tree now looks like it works
2012-03-07 23:17:49 +00:00
class.etemplate_widget.inc.php
Fix [popup] submission in et2
2012-03-02 18:35:49 +00:00
class.etemplate.inc.php
allow to force tooltip for help messages by prepending a pipe "|" character
2012-02-19 13:54:57 +00:00
class.historylog_widget.inc.php
storing unsupported (valarm-)components like unsupported (X-)properties
2012-01-31 01:02:21 +00:00
class.link_widget.inc.php
using mime-registry for link-widget "link-list" and "link-string" too
2012-03-09 07:39:36 +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
Concatenated dhtmlxmenu.js and dhtmlxmenu_ext.js to one file, to stop the message 'dhtmlxmenu_ext.js required'
2012-03-06 09:35:54 +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
* Calendar: fixed various issues with history in calendar: id display, unecessary stuff loged, ...
2011-08-04 14:00:15 +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
mending Warnings: Cannot use a scalar value as an array
2011-12-20 15:57:03 +00:00
class.so_sql.inc.php
* ProjectManager - Filter elements by app
2012-02-27 20:20:42 +00:00
class.soetemplate.inc.php
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
2012-03-04 14:01:13 +00:00
class.solangfile.inc.php
fixed creating of new translations / give [Write] button file not yet existing (permissions given)
2011-08-04 07:27:23 +00:00
class.tab_widget.inc.php
"fixed not working activation of tab with different prefix"
2010-03-23 19:34:40 +00:00
class.tree_widget.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.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: preference to open EMail addresses in external mail program, even if user has access to EMail app
2012-01-13 05:22:18 +00:00
class.vfs_widget.inc.php
* Filemanager/FMail/Calendar: allow to open .eml and .ics files from filemanager in fmail or calendar (infrastructure for apps to register which mime-types they can open)
2012-03-08 18:43:40 +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
implemented link attributes for image-widget and added them to xulio, some docu for describtion
2011-09-08 20:44:53 +00:00
hook_sidebox_menu.inc.php
prevent compile error in translation tools when searching new phrases
2007-11-12 01:05:11 +00:00