egroupware/admin/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.admin_accesslog.inc.php * Admin: session-list is generated now from egw_access_log table independent of readablity of sessions files in filesystem 2011-04-13 14:11:09 +00:00
class.admin_applications.inc.php
class.admin_categories.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.admin_cmd_account_app.inc.php
class.admin_cmd_change_account_id.inc.php added EventMgr account_id columns to admin_cmd_change_account_id 2011-02-10 10:23:06 +00:00
class.admin_cmd_change_pw.inc.php
class.admin_cmd_check_acl.inc.php
class.admin_cmd_delete_account.inc.php
class.admin_cmd_edit_group.inc.php
class.admin_cmd_edit_user.inc.php allow the option mustchangepassword to be set via admin_cmd_edit_user 2010-10-18 13:09:38 +00:00
class.admin_cmd.inc.php
class.admin_cmds.inc.php
class.admin_db_backup.inc.php
class.admin_egw_group_record.inc.php Add export plugins for users and groups 2011-04-12 15:38:27 +00:00
class.admin_egw_user_record.inc.php Fix import / export available and exported fields 2011-04-12 22:23:40 +00:00
class.admin_export_groups_csv.inc.php Add export plugins for users and groups 2011-04-12 15:38:27 +00:00
class.admin_export_users_csv.inc.php Fix import / export available and exported fields 2011-04-12 22:23:40 +00:00
class.admin_import_groups_csv.inc.php Use default conversions, don't pass account_lid to create new groups 2011-04-26 14:43:57 +00:00
class.admin_import_users_csv.inc.php Fix import / export available and exported fields 2011-04-12 22:23:40 +00:00
class.admin_passwordreset.inc.php do not use password on asetLastPwdChange in admin actions, as the use of passwords indicates the usage of the functionality in usermode; Handle params for egw_cache::getSession in the correct order 2011-05-19 10:32:46 +00:00
class.admin_prefs_sidebox_hooks.inc.php * Admin: session-list is generated now from egw_access_log table independent of readablity of sessions files in filesystem 2011-04-13 14:11:09 +00:00
class.admin_statistics.inc.php - fixed silently not working statistic submit with Webkit browsers (Safari, Chrome, ...) 2011-05-31 09:25:36 +00:00
class.admin_wizard_export_groups_csv.inc.php Add export plugins for users and groups 2011-04-12 15:38:27 +00:00
class.admin_wizard_export_users_csv.inc.php Fix import / export available and exported fields 2011-04-12 22:23:40 +00:00
class.admin_wizard_import_groups_csv.inc.php Change field mapping for groups to make more sense 2010-10-12 16:45:31 +00:00
class.admin_wizard_import_users_csv.inc.php Fix import / export available and exported fields 2011-04-12 22:23:40 +00:00
class.boaccounts.inc.php read and evaluate auth systems password-last-changed information 2011-03-16 13:26:17 +00:00
class.boaclmanager.inc.php
class.boconfig.inc.php
class.boldap_mgr.inc.php
class.bolog.inc.php
class.boserver.inc.php
class.customfields.inc.php allow to require custom fields to be filled out by users 2011-05-18 10:25:39 +00:00
class.html_tables.inc.php * Admin: fix for reported error regarding wrong count of lines in Admin -> view error log (note, not all errors are logged there, only some. Its only used for some error logging, most of error logging is done/directed to the webservers error log) 2011-04-13 10:07:42 +00:00
class.soaccounts.inc.php allow for forced passwordchange on next login at account creation time 2010-09-27 07:51:32 +00:00
class.soldap_mgr.inc.php
class.solog.inc.php
class.soserver.inc.php
class.uiaccounts.inc.php identical lettersearch for etemplate and admin via central css file 2011-03-30 08:18:06 +00:00
class.uiaclmanager.inc.php
class.uiasyncservice.inc.php fix for expected parameter for data must be an array in set_timer, when starting async testjob; handling array as adr in send when creating messages 2010-09-13 08:41:04 +00:00
class.uiconfig.inc.php modernising uiconfig a little bit and fixed mulitiple levels for framework for framed templates 2010-07-29 17:02:20 +00:00
class.uildap_mgr.inc.php
class.uilog.inc.php
class.uimainscreen.inc.php
class.uimenuclass.inc.php
class.uiserver.inc.php
hook_acl_manager.inc.php
hook_add_def_pref.inc.php
hook_after_navbar.inc.php
hook_config.inc.php
hook_deleteaccount.inc.php
hook_topmenu_info.inc.php