Nathan Gray
|
aa47e50f97
|
Fix missing drag helper
|
2013-11-06 23:12:32 +00:00 |
|
Nathan Gray
|
33a88ea089
|
Also accept meta (Command) key to turn on dragging files out of window
|
2013-10-09 09:12:02 +00:00 |
|
Nathan Gray
|
6fd5e50d60
|
Use a two step process to force an absolute URL, in case server settings have full URL
|
2013-09-17 15:34:39 +00:00 |
|
Nathan Gray
|
eb989ed98b
|
Hold Ctrl key to drag a file from filemanager to system folder / desktop
Restricted to Chrome only, one file at a time, folders don't work well.
This uses Chrome-only DownloadURL, so other browser support is unlikely.
|
2013-08-28 22:31:14 +00:00 |
|
Nathan Gray
|
23fa7ed233
|
Make sure node is Draggable / Droppable before trying to undo it - though it probably should be
|
2013-07-20 13:38:09 +00:00 |
|
Nathan Gray
|
c2c910cee2
|
Add UI object into all links, in case of popup, so it's available to whatever is chosen
|
2013-05-29 19:20:36 +00:00 |
|
Nathan Gray
|
555de8e540
|
Include jQuery's UI object in drop action for location
|
2013-05-29 16:41:00 +00:00 |
|
Nathan Gray
|
51161e8ddd
|
For nested droppables, make children greedy to consume the action
|
2013-05-28 22:09:03 +00:00 |
|
Nathan Gray
|
6d6feb06d7
|
Fix droppables to accept dragged if one of the types match
|
2013-04-11 12:53:23 +00:00 |
|
Klaus Leithoff
|
988373b6c4
|
fix bug regarding the positioning of the drag n drop context menu popup
|
2012-03-16 12:30:52 +00:00 |
|
Andreas Stöckel
|
2e9104ecea
|
Added dependencies to the egw_action js files
|
2011-08-03 14:04:30 +00:00 |
|
Klaus Leithoff
|
cae37dab26
|
if there is only a single event in the action, buffer it into/with a window.setTimeout function call, and wait for the trigger to execute and clean up as it does with multiple actions on a target
|
2011-07-21 10:50:33 +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
|
44f73628e2
|
Implemented unregistering ActionImplementations when ActionObject.remove is called, ActionObject.clear now calls 'remove' on all child objects.
|
2011-06-26 14:57:05 +00:00 |
|
Andreas Stöckel
|
4a1d2cd72c
|
Fixed bug with other jquery drag drop stuff (like sorting apps in the sidebox menu in the stylite template) not working correctly
|
2011-06-19 11:15:37 +00:00 |
|
Andreas Stöckel
|
2e84fb63e2
|
added clear function to egwActionObject, reverted change done by klaus leithoff in egw_action.js as it caused serveral problems, fixed problem with no actions being executable when all action objects were selected using the setSelectAll function, added iframeFix to egw_action_dragdrop.js, made draggedOver style working for all tables.
|
2011-05-28 15:24:31 +00:00 |
|
Andreas Stöckel
|
b416719eb8
|
Fixed issue with drag-onExecute handler not being called
|
2011-05-07 11:22:23 +00:00 |
|
Andreas Stöckel
|
fcaef1ee58
|
resolved issues with for-in loop and ie
|
2011-04-23 09:07:31 +00:00 |
|
Andreas Stöckel
|
b424341afe
|
Added selected change event to grid component, reverted change with drag'n'drop and window.top
|
2011-03-31 12:17:46 +00:00 |
|
Andreas Stöckel
|
4b23d7bca2
|
removed egwGridView_outer margin
|
2011-03-30 12:28:24 +00:00 |
|
Andreas Stöckel
|
01a50945f5
|
Fixed bugs with Drag&Drop and IE, improved speed of grid view component by adding an timestamp to the data cells and only updating them if the timestamp has changed
|
2011-03-25 13:12:24 +00:00 |
|
Andreas Stöckel
|
ded17410ba
|
Added new doTriggerEvent aoi method to grid aoi and fixed bug with scrolling in the grid and dragging
|
2011-03-24 18:17:27 +00:00 |
|
Andreas Stöckel
|
ba92642c5b
|
Added full drag-drop support to the egw action system
|
2011-03-24 17:06:44 +00:00 |
|