Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 639937d85c * 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:10:35 +00:00
addressbook fixed wrong (just the collection) Location header on POST to ?add-member url 2014-11-30 09:25:23 +00:00
admin fixed typo 2014-07-18 09:47:51 +00:00
calendar * CalDAV: fixed users participating only in exceptions of a recurring event were also shown in whole series in Thunderbird and iCal 2014-11-10 20:05:15 +00:00
doc changing access control stuff for Apache 2.4 again, as openSUSE 13.1 base config uses Deny, which has higher precedence then Require 2014-10-07 12:56:19 +00:00
egw-pear handle strange occasion when getSummary does not return the full set of requested messages (without error), but is able to fetch the missing one-by-one 2014-07-11 10:58:00 +00:00
emailadmin since we seem to have major problems authenticating via DIGEST-MD5 and CRAM-MD5 in SIEVE, we skip MD5-METHODS for now 2014-08-26 07:45:37 +00:00
etemplate fix unknown modifier "n" warning caused by a "/" in replacement 2014-11-18 12:29:07 +00:00
felamimail * Mail: fix problem with wrong character decoding/encoding handling used when switching signatures 2014-10-09 12:55:56 +00:00
filemanager * Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents 2014-10-23 13:44:26 +00:00
files * WebDAV/GroupDAV/CalDAV/CardDAV: removed option only used for old KDE GroupDAV resource and unknown WebDAV clients producing invalid XML, fix for community bug #3152 2012-08-13 14:34:16 +00:00
home russian translations provided by Vladimir Gavrilov (MBC-Group) 2013-06-17 12:31:21 +00:00
importexport Avoid warning if value is not an array 2014-04-30 16:52:34 +00:00
infolog Fix tracker -> infolog action redirected back to tracker 2014-10-22 20:32:54 +00:00
jdots * jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects 2011-07-03 09:10:35 +00:00
notifications Change default preferences value for notifications and CKEditor 2014-04-24 13:03:45 +00:00
phpgwapi fix not working fopen mode "x" 2014-12-05 11:22:31 +00:00
preferences * API/CKEditor: introduce new skins/themes 2014-07-22 09:10:03 +00:00
resources Add "Allow ignore conflicts" feature for resources 2014-01-29 13:46:30 +00:00
setup * Setup: fixed fatal error when updating from 1.8 2014-07-15 11:09:31 +00:00
timesheet * ProjectManager/Timesheet: fixed an infinit loop when trying to save a project-element, caused by timesheet notifying project again 2014-11-03 13:52:28 +00:00
.htaccess * Mail: implement notification for incomming mails in folders if configured/set in mailaccountprofile 2014-04-24 13:52:45 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
groupdav.htaccess removed alternative approach, as it is not suffient for iOS 4.3+ iCal 2011-11-11 08:49:25 +00:00
groupdav.php documented required rewrite rule for Apache FCGI 2013-03-18 08:15:44 +00:00
header.inc.php.template prevent PHP Noticed: undefined index: menuaction 2013-05-23 17:01:54 +00:00
index.php fixed not working default app for mobile browsers 2011-07-10 12:05:59 +00:00
json.php Avoid double includes 2012-09-19 16:22:21 +00:00
login.php * API/Auth: when required by setup check password strength upon login; strength must be specified, and user must be allowed to change password 2013-04-04 11:50:11 +00:00
logout.php * API: fixed a reported deprecated warning on logout when using CAS 2011-12-09 10:55:40 +00:00
redirect.php From tracker 2276: 2010-04-13 19:27:54 +00:00
remote.php * Filemanager/WebDAV: support for newer ownCloud clients (eg. version 1.1.1) 2012-10-24 16:25:53 +00:00
rpc.php use own wrapperfunctions on used but possibly missing imap_rfc822_* functions; work to handle default horde stuff for (auto) loading vs. old Horde stuff used with lib/core.php 2014-07-01 13:20:43 +00:00
set_box.php rework of home area (moving of portal_boxes, deletion of portal_boxes); modification/fixes to preferences::delete; adding app_id to trackers portal-box 2010-04-21 11:09:38 +00:00
soap.php Fixed some more php53 Warnings after latest fix_depricated.php 2010-03-21 09:37:52 +00:00
status.php * Filemanager: support for ownCloud WebDAV clients which keep a local directory in sync with server (by default users home-dir with local ownCloud dir, thought other dirs can be configured as well) 2012-07-12 08:20:33 +00:00
svn-helper.php do NOT skip setup in ./svn-helper.php up 2014-04-17 08:03:58 +00:00
webdav.php documented required rewrite rule for Apache FCGI 2013-03-18 08:15:44 +00:00
xmlrpc.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