egroupware/etemplate/inc
Ralf Becker 03e379e570 * jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
required to change $ --> $j:
phpgwapi/*
jdots/*
etemplate/*
stylite/*
felamimail/*
admin/*
news_admin/*
projectmanager/*
importexport/*
infolog/*
ranking/*

required, but not automatic:
importexport/setup/etemplates.inc.php
phpgwapi/js/jquery/*

negative, not to touch or revert later:
phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php:		'(\$(.+))'            => 'print $1',
phpgwapi/js/dhtmlxtree/libCompiler/core.js
sitemgr/*
phpfreechat/*
gallery/*
activesync/include/smb.php:        '^\tIPC\\\$(.*)[ ]+IPC' => 'skip',
etemplate/inc/class.bo_merge.inc.php: if ($this->table_plugins && preg_match_all('/\\$\\$table\\/([A-Za-z0-9_]+)\\$\\$(.*?)\\$\\$endtable\\$\\$/s',$content,$matches,PREG_SET_ORDER))

find phpgwapi jdots etemplate stylite felamimail admin news_admin projectmanager importexport infolog ranking \
	\( -name '*.php' -o -name '*.js' \) -exec grep -q '\$(' {} \; -print \
	-exec sed -i '' 's|\$(|$j(|g' {} \;
svn revert phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php phpgwapi/js/dhtmlxtree/libCompiler/core.js \
	importexport/setup/etemplates.inc.php phpgwapi/js/jquery/jquery.js etemplate/inc/class.bo_merge.inc.php
	
additional changes:
phpgwapi/js/jquery/jquery.js:	window.$ --> window.$j
phpgwapi/js/egw_json.js:291	this.request = $j.ajax({url: this.url,
jdots/templates/jdots/head.tpl:59			$j(document).ready(function() {
phpgwapi/js/egw_action/egw_grid_view.js: $.browser --> $j.browser
importexport/setup/etemplates.inc.php: etemplate editor importexport.wizard_basic_export_csv.choose_fields onclick of check icon changed
phpgwapi/js/egw_action/tests/*.html
phpgwapi/js/egw_action/tests/js/jquery.js:	window.$ --> window.$j
2011-07-03 09:00:36 +00:00
..
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 - allow confirmation only for multiple selected 2011-06-30 17:35:52 +00:00
class.bo_tracking.inc.php fixed multiline fields in notification message were all in one line 2011-07-02 09:36:21 +00:00
class.boetemplate.inc.php got select entry custom fields honor required flag and select entry widget show required input with inputRequired css class 2011-05-18 10:23:39 +00:00
class.contact_widget.inc.php "fixed changed constructor name" 2008-11-27 10:31:19 +00:00
class.customfields_widget.inc.php dont load cfs for template from stylite app 2011-06-28 20:47:35 +00:00
class.date_widget.inc.php Fix typo. 2010-01-22 21:18:45 +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 just a small fix for the debug output 2009-09-12 09:09:28 +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.inc.php support for html5 multiple upload 2011-07-01 07:48:06 +00:00
class.historylog_widget.inc.php Show time values in user time 2011-06-16 15:14:14 +00:00
class.link_widget.inc.php reverted r35561, as it breaks popups in other apps 2011-06-30 10:06:31 +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 * jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects 2011-07-03 09:00:36 +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 If value is something that evaluates to false, display nothing ('') 2011-06-27 22:14:44 +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 explicitly process fields to order by, as cutomfields may have names with spaces, so we examine each order by criteria, as our preg did not do the job properly 2010-07-08 11:37:56 +00:00
class.so_sql.inc.php added "decimal" to nummeric types, to fix PostgreSQL error (bug #2105) 2011-04-10 15:12:43 +00:00
class.soetemplate.inc.php sort attributes, to stop xet files from changing because of changed attribute order 2011-05-05 06:51:40 +00:00
class.solangfile.inc.php fixing some warnings 2010-11-10 08:26:41 +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 support for some html5 form features, if browser supports it 2011-06-30 15:19:08 +00:00
class.vfs_widget.inc.php * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:41:01 +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 sort attributes, to stop xet files from changing because of changed attribute order 2011-05-05 06:51:40 +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