Nathan Gray
|
6585ff14e6
|
Add a place for egroupware to tap into file request before it's sent
|
2011-09-08 20:32:58 +00:00 |
|
Nathan Gray
|
65a37234c4
|
Add some jquery resources - CSS and icons.
|
2011-09-07 23:32:03 +00:00 |
|
Nathan Gray
|
8875c94c24
|
Async file uploads
|
2011-09-01 22:07:30 +00:00 |
|
Nathan Gray
|
331cd20bf3
|
Add base64 functions for communciationg with felamimail
|
2011-08-29 21:14:09 +00:00 |
|
Nathan Gray
|
1761ea02db
|
Add in jquery.tools form tools
|
2011-08-17 21:35:22 +00:00 |
|
Nathan Gray
|
a30b864ddd
|
Add jqplot for graphing
|
2011-08-09 23:10:50 +00:00 |
|
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 |
|
Andreas Stöckel
|
65610b5fed
|
Updated jquery to newest, minified version
|
2011-03-16 17:50:53 +00:00 |
|
Andreas Stöckel
|
943f369cce
|
Fixed bugs in the grid view js code (changes in the test_grid_view.html are for debugging purposes only), added class.egw_vfs_utils.inc.php which will contain high-level vfs functionality which was previously hidden inside etemplate and the filemanager, such as generating the thumbnail url for a file.
|
2011-03-13 20:54:16 +00:00 |
|
Andreas Stöckel
|
7ad65804d5
|
Added onLoadFinish event to egw_json_response on the js side, which gets triggered when all javascript code which should be included has been loaded and evaluated on the client
|
2010-07-20 10:20:32 +00:00 |
|
Andreas Stöckel
|
3573571852
|
Renamed and moved jQuery javascript files
|
2010-06-01 12:09:36 +00:00 |
|
Andreas Stöckel
|
f35a2088a6
|
Added a first copy of jquery
|
2010-06-01 09:56:30 +00:00 |
|