Ralf Becker
|
b4a7bba377
|
allow apps not in navbar, to update admin menu with their sidebox data
|
2012-07-19 14:29:32 +00:00 |
|
Ralf Becker
|
8c92481215
|
* EPL Features/Calendar: fixed favorites containing & in their name could not be deleted
encoded ampersands in get parameters (%26) need to be encoded twise, so they are still encoded when assigned to window.location
|
2012-06-08 10:09:09 +00:00 |
|
Philip Herbert
|
4426d3ee64
|
initializing some vars, before appending to them
|
2011-12-19 13:39:36 +00:00 |
|
Ralf Becker
|
22fa691573
|
append EGw version, to facilitate update from 10.1, no need to delete cache
|
2011-11-17 19:40:18 +00:00 |
|
Ralf Becker
|
fea3d080bf
|
fixed typo causing timezone selection not to reload window
|
2011-10-09 15:56:43 +00:00 |
|
Klaus Leithoff
|
e09430986b
|
backport of rev1747 from A.Stoeckel (igel457) for ->Fixed bug with browser.reload always opening the url in an iframe<-
|
2011-08-02 13:35:11 +00:00 |
|
Ralf Becker
|
4d84e5cb83
|
* eMail: fixed not resized grid/preview when eMail was started in a not activated tab
was caused by $ --> $j rename
|
2011-07-10 10:46:51 +00:00 |
|
Andreas Stöckel
|
f89f34714f
|
Replaced $. by . (only instance of this in EGW a far as I see)
|
2011-07-03 12:30:41 +00:00 |
|
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 |
|
Ralf Becker
|
6ebcba2c1c
|
Creating branches/Stylite-EPL-11.1
|
2011-07-01 10:37:59 +00:00 |
|