/[drupal]/contributions/modules/webfm/js/webfm.js
ViewVC logotype

Log of /contributions/modules/webfm/js/webfm.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 17 23:30:48 2009 UTC (2 months, 1 week ago) by cweagans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
#554574 by castawaybcn, Niels Hackius: Use more appropriate icons for OpenOffice files.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 15:30:45 2009 UTC (3 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10, DRUPAL-6--2-11
Changes since 1.30: +61 -53 lines
Diff to previous 1.30
adjust ids to prevent contention as per node 541262
allow user to show/hide owner column in browser as per node 323900
fix file selection in search pane

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 17:49:17 2009 UTC (4 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10-RC5
Changes since 1.29: +108 -103 lines
Diff to previous 1.29
Add Drupal.t()
change upload feedback colour for versioning success/fail

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 04:49:16 2008 UTC (11 months, 2 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10-RC3, DRUPAL-6--2-10-RC4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
Add patch as per node 310119.
Add getBaseUrl() function for js to access $base_path

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 17:46:54 2008 UTC (11 months, 3 weeks ago) by robmilne
Branch: MAIN
Changes since 1.27: +6 -5 lines
Diff to previous 1.27
Allow drupal to insert base url for "Paste Link in editor window"

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 20:59:47 2008 UTC (12 months, 1 week ago) by robmilne
Branch: MAIN
Changes since 1.26: +8 -2 lines
Diff to previous 1.26
Add Frank Steiner's attachment to comment patch
Add file overwrite capability for files marked as full role access by users of that role
Fix id redundancy in theme_webfm_attachments

Revision 1.2.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 20:25:39 2008 UTC (13 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-14, DRUPAL-5--2-15
Changes since 1.2.2.49: +76 -15 lines
Diff to previous 1.2.2.49 , to branch point 1.2 , to next main 1.32
Synch with 6.x-2.10-rc2 (preview; IE5&6 ActiveXObject compatibility)

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 17:13:55 2008 UTC (13 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10-RC2
Changes since 1.25: +313 -116 lines
Diff to previous 1.25
Sync with 5.13
Add Webfm.lastarea as per node 310119
Add jquery marking to ajax header as per node 294212
Make xmlHttp a ActiveXObject if IE detected as per node 252726

Revision 1.2.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 10 20:55:31 2008 UTC (18 months, 2 weeks ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-6--2-10-RC1
Changes since 1.2.2.48: +2 -2 lines
Diff to previous 1.2.2.48 , to branch point 1.2
missing semi-colon on line 1679

Revision 1.2.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 17:27:12 2008 UTC (18 months, 2 weeks ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.47: +8 -5 lines
Diff to previous 1.2.2.47 , to branch point 1.2
fix clean-url issue of node/255428

Revision 1.2.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 14:32:36 2008 UTC (19 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-13
Changes since 1.2.2.46: +4 -3 lines
Diff to previous 1.2.2.46 , to branch point 1.2
add "Paste link in editor window" menu selection to file listing

Revision 1.2.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 14:10:34 2008 UTC (19 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.45: +26 -29 lines
Diff to previous 1.2.2.45 , to branch point 1.2
fix Webfm.generateFileHref to be able to use metadata titles
comment out some debug messages

Revision 1.2.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 20:05:38 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.44: +67 -11 lines
Diff to previous 1.2.2.44 , to branch point 1.2
implement patches submitted in nodes 246914, 246918 and 246921

Revision 1.2.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 21:12:16 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.43: +5 -14 lines
Diff to previous 1.2.2.43 , to branch point 1.2
refactor isArray and isObject funcs

Revision 1.2.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 18:49:38 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-12
Changes since 1.2.2.42: +70 -12 lines
Diff to previous 1.2.2.42 , to branch point 1.2
Commit patch from node/245635 with some minor mods to fix owner in attach listing
added new icons
t() funcs added to php

Revision 1.2.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 04:33:15 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-11
Changes since 1.2.2.41: +28 -14 lines
Diff to previous 1.2.2.41 , to branch point 1.2
fix mkdir rename focus for menu mkdir
cleanup ctx callback names and tree/listing refresh

Revision 1.2.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:31:27 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-10
Changes since 1.2.2.40: +46 -26 lines
Diff to previous 1.2.2.40 , to branch point 1.2
new directories are given rename focus
uploaded files in node-edit are automatically attached
improve permissions feedback

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 06:28:14 2008 UTC (19 months, 2 weeks ago) by andremolnar
Branch: MAIN
CVS Tags: DRUPAL-6--2-9-ALPHA1, DRUPAL-6--2-9-ALPHA2
Changes since 1.24: +107 -3 lines
Diff to previous 1.24
Initial check in of 6.x version of webfm.  This check in represents a 'just get it to work' port of webfm 2.9 to Drupal 6.  Areas of improvement include making use of new D6 js features (e.g. t and theming) and a proper template file for the lone theme function.

Revision 1.2.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 14:28:03 2008 UTC (19 months, 2 weeks ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.39: +1372 -670 lines
Diff to previous 1.2.2.39 , to branch point 1.2
Move head to 5 branch to make way for 6.x development

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 5 19:02:16 2008 UTC (19 months, 3 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-9
Changes since 1.23: +19 -12 lines
Diff to previous 1.23
Remove "Tree" from tree name
add file owner name to metadata
change title info for image iframe pane
return metadata submit feedback to pane message in header
fix Webfm.pane.prototype.headerMsg

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 5 05:27:02 2008 UTC (19 months, 3 weeks ago) by robmilne
Branch: MAIN
Changes since 1.22: +11 -3 lines
Diff to previous 1.22
fix name sort for metadata names

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 18:25:55 2008 UTC (21 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-8
Changes since 1.21: +2 -4 lines
Diff to previous 1.21
allow null string content to be sumitted in metadata edit

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 04:00:56 2008 UTC (21 months, 2 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-7
Changes since 1.20: +16 -6 lines
Diff to previous 1.20
metadata title name switching

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 15:23:52 2008 UTC (21 months, 3 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-6
Changes since 1.19: +7 -4 lines
Diff to previous 1.19
add link to public files in metadata
fix name of file in copyToClipboard

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 02:17:55 2008 UTC (21 months, 3 weeks ago) by robmilne
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
fix utf decode issue

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 03:45:57 2008 UTC (22 months ago) by robmilne
Branch: MAIN
Changes since 1.17: +6 -4 lines
Diff to previous 1.17
fix year formatting for listing

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 16:49:28 2008 UTC (22 months ago) by robmilne
Branch: MAIN
Changes since 1.16: +55 -1 lines
Diff to previous 1.16
add 'put link in clipboard' menu option

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 17:17:33 2008 UTC (22 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-5
Changes since 1.15: +57 -20 lines
Diff to previous 1.15
use unix timestamps for file dates
fix unwanted browser scroll in pop-up resize
fix namespace for inline js calls
unescape metadata and add download count

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 22:23:35 2008 UTC (22 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-4
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
add missing semi-colon

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 21:18:20 2008 UTC (22 months, 2 weeks ago) by robmilne
Branch: MAIN
Changes since 1.13: +16 -8 lines
Diff to previous 1.13
add scrolling compensation for popup Y position

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 19:10:17 2008 UTC (22 months, 2 weeks ago) by robmilne
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
fix menu size limit bug at line 1684

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 22:24:05 2008 UTC (22 months, 3 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-3
Changes since 1.11: +249 -29 lines
Diff to previous 1.11
add file permissions

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 04:31:33 2007 UTC (22 months, 3 weeks ago) by robmilne
Branch: MAIN
Changes since 1.10: +6 -2 lines
Diff to previous 1.10
fix file view for files not in db (admins)

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 30 22:52:04 2007 UTC (22 months, 3 weeks ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-2
Changes since 1.9: +6 -4 lines
Diff to previous 1.9
update readme
fix security for webfm_send
hide webfm root path for non-admins
allow anon usage of module
add config to allow attachment downloads to create new browser window

Revision 1.2.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 22:45:24 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.2.2.38: +630 -979 lines
Diff to previous 1.2.2.38 , to branch point 1.2
rolling back erroneous DRUPAL-5--2 patches.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 22 21:43:54 2007 UTC (2 years, 1 month ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1
Branch point for: DRUPAL-5--2
Changes since 1.8: +1749 -848 lines
Diff to previous 1.8
synch HEAD with DRUPAL-5-HEAD

Revision 1.2.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 18 15:34:39 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.37: +978 -629 lines
Diff to previous 1.2.2.37 , to branch point 1.2
Extensive rewrite of module to permit access for non-admins.
Automate root directory creation
Refactor popup windows
Remove legacy ftp stuff

Revision 1.2.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:44:40 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.36: +106 -62 lines
Diff to previous 1.2.2.36 , to branch point 1.2
add global vars for pane size/location
add more translations
fix metadata validation

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:34:52 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.14: +463 -217 lines
Diff to previous 1.1.2.14 , to branch point 1.1 , to next main 1.32
Update 4.7 with latest changes to 5.x
-too many to list - see 5.x logs

Revision 1.2.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 4 02:23:30 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-12
Changes since 1.2.2.35: +35 -19 lines
Diff to previous 1.2.2.35 , to branch point 1.2
remove fname from metadata editor
kill pane on metadata submit
download non-image files in new browser window
fix dot left over from context popup

Revision 1.2.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 15:59:59 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.34: +2 -4 lines
Diff to previous 1.2.2.34 , to branch point 1.2
remove imagecache experiment

Revision 1.2.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 15:50:52 2007 UTC (2 years, 1 month ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.33: +310 -153 lines
Diff to previous 1.2.2.33 , to branch point 1.2
refactor containers for drag-and-drop + context menuing
introduce pane object to house metadata and iframe for file download

Revision 1.2.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 13:44:59 2007 UTC (2 years, 2 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.32: +31 -13 lines
Diff to previous 1.2.2.32 , to branch point 1.2
replace fdesc textfield metadata with a textarea

Revision 1.2.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 19:26:39 2007 UTC (2 years, 2 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.31: +6 -6 lines
Diff to previous 1.2.2.31 , to branch point 1.2
remove extraneous search object arg

Revision 1.2.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 15 05:48:03 2007 UTC (2 years, 2 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.30: +41 -25 lines
Diff to previous 1.2.2.30 , to branch point 1.2
IE compatibility fixes for search and listing sort links

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 16:50:31 2007 UTC (2 years, 2 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.13: +62 -36 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Update 4.7 branch with latest changes to 5.x branch

Revision 1.2.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 02:24:47 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-11
Changes since 1.2.2.29: +2 -2 lines
Diff to previous 1.2.2.29 , to branch point 1.2
remove blur on metadata submit - IE blurs the entire window

Revision 1.2.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 05:21:06 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.28: +9 -8 lines
Diff to previous 1.2.2.28 , to branch point 1.2
add funcs to read IE dd offset

Revision 1.2.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 01:40:37 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.27: +6 -6 lines
Diff to previous 1.2.2.27 , to branch point 1.2
improve error feedback on listing
add force to tree refresh
keydown instead of keyup on rename to fix Safari bug

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 00:56:09 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.12: +3 -3 lines
Diff to previous 1.1.2.12 , to branch point 1.1
adjust IE dd offset for bluemarine theme

Revision 1.2.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 04:34:00 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.26: +5 -3 lines
Diff to previous 1.2.2.26 , to branch point 1.2
add force arg for tree reads

Revision 1.2.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 04:03:47 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.25: +25 -11 lines
Diff to previous 1.2.2.25 , to branch point 1.2
fix mkdir callback from listing header
add str_arr method to Webfm.alert

Revision 1.2.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 15:38:45 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.2.2.24: +24 -11 lines
Diff to previous 1.2.2.24 , to branch point 1.2
fix mkdir refresh
add db flag to dir listing
use db flag to condition menu validation funcs

Revision 1.2.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 02:04:55 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.23: +10 -4 lines
Diff to previous 1.2.2.23 , to branch point 1.2
fix overwrite upload feedback

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 01:20:28 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.11: +4 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
fix upload destination for cached directory

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 01:16:32 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.10: +14 -51 lines
Diff to previous 1.1.2.10 , to branch point 1.1
fix upload file overwrite feedback

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 02:01:52 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.9: +1081 -495 lines
Diff to previous 1.1.2.9 , to branch point 1.1
synch with latest changes to 5.x branch

Revision 1.2.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 01:25:47 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.22: +4 -1 lines
Diff to previous 1.2.2.22 , to branch point 1.2
fix upload target directory when cached

Revision 1.2.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 19:11:01 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.2.2.21: +136 -9 lines
Diff to previous 1.2.2.21 , to branch point 1.2
subsume upload js into webfm.js for version control
add 3rd var to collapsing fieldset func

Revision 1.2.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 13:28:43 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.20: +10 -5 lines
Diff to previous 1.2.2.20 , to branch point 1.2
prevent page shift when clicking on tree root

Revision 1.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 04:32:06 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.19: +3 -1 lines
Diff to previous 1.2.2.19 , to branch point 1.2
fix upload refresh bug

Revision 1.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 16:56:53 2007 UTC (2 years, 5 months ago) by andremolnar
Branch: DRUPAL-5
Changes since 1.2.2.18: +2 -2 lines
Diff to previous 1.2.2.18 , to branch point 1.2
single character change to make use of the new - new-folder icon

Revision 1.2.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 18:37:57 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.2.2.17: +244 -203 lines
Diff to previous 1.2.2.17 , to branch point 1.2
unify namespace
generalize hashtable objects
improve dir listing cache

Revision 1.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 16:50:01 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.16: +57 -4 lines
Diff to previous 1.2.2.16 , to branch point 1.2
improve db insert feedback
add 'Remove file from database' menu item
add lf to alert object

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 05:55:56 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.15: +85 -52 lines
Diff to previous 1.2.2.15 , to branch point 1.2
Improve IE mouseovers
add zindex
prevent treeroot from moving
improve error feedback for move, rename and insert

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 18:53:25 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.8: +71 -32 lines
Diff to previous 1.1.2.8 , to branch point 1.1
fix for ie dd compat.

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 02:52:57 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.14: +8 -12 lines
Diff to previous 1.2.2.14 , to branch point 1.2
fix listing refresh after single file insertion into db

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 13:06:43 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.13: +90 -83 lines
Diff to previous 1.2.2.13 , to branch point 1.2
IE browser detect and dd fixes
change breadcrumb links for IE compat.
improve dd object identification

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 16:29:48 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.2.2.12: +6 -2 lines
Diff to previous 1.2.2.12 , to branch point 1.2
improve file move neg feedback

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 16:12:44 2007 UTC (2 years, 6 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-7
Changes since 1.7: +465 -260 lines
Diff to previous 1.7
add event listener array for onunload
fix onload (jquery)
refactor menuing
add new file enum functionality + ftp option
refactor search
replace WebfmDrag.mouseCoord with Drupal.mousePosition

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 06:05:06 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.11: +1 -2 lines
Diff to previous 1.2.2.11 , to branch point 1.2
remove onunload - broken  - must be added in template

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 03:40:38 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.10: +26 -14 lines
Diff to previous 1.2.2.10 , to branch point 1.2
improve search user feedback

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 23:38:47 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.9: +2 -17 lines
Diff to previous 1.2.2.9 , to branch point 1.2
fix bug on line 1149.  Remove webfm onload func.

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 13:51:15 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.8: +6 -6 lines
Diff to previous 1.2.2.8 , to branch point 1.2
fix onload to play nice with other modules

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 19:00:21 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.7: +109 -47 lines
Diff to previous 1.2.2.7 , to branch point 1.2
add db insert for dirs

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 05:01:19 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.6: +3 -3 lines
Diff to previous 1.2.2.6 , to branch point 1.2
comment out getTopPos + getLeftPos

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 05:35:29 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.5: +5 -5 lines
Diff to previous 1.2.2.5 , to branch point 1.2
fix attachment fid numbering

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 03:30:09 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.4: +87 -33 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Allow mixed files in listings (in and not in db)
Allow files not in db to be enumerated by menu
Add onunload for garbage collection
Conditionalize ftp dirtree

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 04:43:06 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.3: +33 -28 lines
Diff to previous 1.2.2.3 , to branch point 1.2
add prepFunc validate function to menuElement obj.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 05:49:50 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.2: +74 -40 lines
Diff to previous 1.2.2.2 , to branch point 1.2
convert menus from fixed arrays of menuElement objs to hashtable of arrays of menuElement objs.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 23:43:07 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.1: +246 -196 lines
Diff to previous 1.2.2.1 , to branch point 1.2
refactor context menuing

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 04:56:56 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2: +299 -183 lines
Diff to previous 1.2
Synch with head

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 00:24:52 2007 UTC (2 years, 7 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-7
Changes since 1.1.2.7: +11 -17 lines
Diff to previous 1.1.2.7 , to branch point 1.1
add $id, fix cxt-menuing for ie

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 01:48:56 2007 UTC (2 years, 7 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-5
Changes since 1.6: +22 -28 lines
Diff to previous 1.6
add $Id$
improve cxtmenu behaviour in IE

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 00:11:01 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-4
Changes since 1.5: +51 -30 lines
Diff to previous 1.5
separate rename for file/dir in menuing
add drag-drop boolean to list object
fix rename
update debug div container name
abstract cxt menu funcs for extension modules
add translations for confirm messages

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 22:33:34 2007 UTC (2 years, 9 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-6
Changes since 1.1.2.6: +152 -107 lines
Diff to previous 1.1.2.6 , to branch point 1.1
separate rename for file/dir in menuing
add drag-drop boolean to list object
fix rename
update debug div container name
abstract cxt menu funcs for extension modules
add translations for confirm messages

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 20:25:57 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
Changes since 1.4: +109 -86 lines
Diff to previous 1.4
Add more translatable strings, add class param to Webfm.list, cleanup Webfm.context.prototype.event to simplify webfm extensions, addcomments.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 22:14:52 2007 UTC (2 years, 9 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-5
Changes since 1.1.2.5: +57 -20 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Add download-as-file to menu, fix rename, and caching.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 21:40:48 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-3
Changes since 1.3: +60 -23 lines
Diff to previous 1.3
Add download to context menu, fix refresh + current directory, fix ftp ops.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 5 19:28:13 2007 UTC (2 years, 9 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4
Changes since 1.1.2.4: +348 -250 lines
Diff to previous 1.1.2.4 , to branch point 1.1
5.0 synchronization.
improve drag and drop, add caching, fix get_meta, file size, general cleanup.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 5 19:06:30 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Changes since 1.2: +68 -27 lines
Diff to previous 1.2
add caching of dir listing, use fid for get_meta

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 05:14:11 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.1: +596 -369 lines
Diff to previous 1.1
5.0 compatibility changes and improvements to drag and drop

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 20:35:53 2007 UTC (2 years, 10 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.1.2.3: +91 -64 lines
Diff to previous 1.1.2.3 , to branch point 1.1
remove method arg from js objects (HTTPPost is hardcoded now) + add some comments

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 04:43:42 2007 UTC (2 years, 10 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.1.2.2: +83 -38 lines
Diff to previous 1.1.2.2 , to branch point 1.1
convert ajax to POST and add scrolling to drag and drop

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 03:36:59 2007 UTC (2 years, 10 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.1.2.1: +18 -15 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixes for clean urls disabled + alert messages

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 17:52:25 2007 UTC (2 years, 10 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1: +45 -45 lines
Diff to previous 1.1
put event handler into Webfm namespace to prevent clash with TinyMCE

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 01:29:47 2007 UTC (2 years, 10 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
add js files

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2