/[drupal]/contributions/modules/webfm/webfm_file.inc
ViewVC logotype

Log of /contributions/modules/webfm/webfm_file.inc

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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 15:37:09 2009 UTC (3 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10, DRUPAL-6--2-11, HEAD
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
fix drupal_set_message as per node 545536

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 20:26:11 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.15: +6 -4 lines
Diff to previous 1.2.2.15 , to branch point 1.2 , to next main 1.12
Synch with 6.x-2.10-rc2

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 17:16:56 2008 UTC (13 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10-RC2, DRUPAL-6--2-10-RC3, DRUPAL-6--2-10-RC4, DRUPAL-6--2-10-RC5
Changes since 1.10: +32 -99 lines
Diff to previous 1.10
Sync with 5.13

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 18:49:39 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-12, DRUPAL-5--2-13, DRUPAL-6--2-10-RC1
Changes since 1.2.2.14: +17 -17 lines
Diff to previous 1.2.2.14 , 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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 19:53:40 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.13: +2 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2
remove pass-by-reference in line 207

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 13 20:34:24 2008 UTC (19 months, 1 week ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-10, DRUPAL-5--2-11
Changes since 1.2.2.12: +12 -81 lines
Diff to previous 1.2.2.12 , to branch point 1.2
replace file_move with rename - faster than copy/delete
return mkdir path for rename in UI

Revision 1.10 - (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.9: +1 -1 lines
Diff to previous 1.9
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.12 - (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.11: +99 -129 lines
Diff to previous 1.2.2.11 , to branch point 1.2
Move head to 5 branch to make way for 6.x development

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 19:16:35 2008 UTC (21 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--2-7, DRUPAL-5--2-8, DRUPAL-5--2-9
Changes since 1.8: +16 -13 lines
Diff to previous 1.8
put check for file already in db inside webfm_insert_file()

Revision 1.8 - (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, DRUPAL-5--2-4, DRUPAL-5--2-5, DRUPAL-5--2-6
Changes since 1.7: +29 -43 lines
Diff to previous 1.7
add file permissions

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

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

Revision 1.2.2.10 - (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.9: +80 -99 lines
Diff to previous 1.2.2.9 , 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.1.2.8 - (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.7: +9 -9 lines
Diff to previous 1.1.2.7 , to branch point 1.1 , to next main 1.12
Update 4.7 branch with latest changes to 5.x branch

Revision 1.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 03:57:14 2007 UTC (2 years, 3 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-11, DRUPAL-5--1-12
Changes since 1.2.2.8: +9 -9 lines
Diff to previous 1.2.2.8 , to branch point 1.2
fix move return and feedback - return true if refresh required

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 02:06:20 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.2.2.7: +5 -3 lines
Diff to previous 1.2.2.7 , to branch point 1.2
fix return for file move from ftp to webfm

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 01:59:15 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.6: +1 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
fix error msg return for file move

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 18 01:47:12 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.5: +6 -3 lines
Diff to previous 1.1.2.5 , to branch point 1.1
fix return of file moves from ftp to webfm

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 16 02:04:53 2007 UTC (2 years, 4 months ago) by robmilne
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +174 -81 lines
Diff to previous 1.1.2.4 , to branch point 1.1
synch with 5.x changes

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 16:54:28 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.2.2.6: +36 -22 lines
Diff to previous 1.2.2.6 , to branch point 1.2
Pass error strings back to ajax for delete and mkdir
Improve feedback for insert

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 05:58:59 2007 UTC (2 years, 5 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.5: +70 -64 lines
Diff to previous 1.2.2.5 , to branch point 1.2
add error feedback to move, rename and insert
Use server side file validation for enum in db

Revision 1.2.2.5 - (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.4: +16 -9 lines
Diff to previous 1.2.2.4 , to branch point 1.2
improve file move neg feedback

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 16:03:03 2007 UTC (2 years, 6 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-7
Changes since 1.5: +107 -34 lines
Diff to previous 1.5
no delete of unenum files
move doesn't auto update file db record
add insert to db funcs
allow dir name munge for mkdir
improve move neg feedback to client

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 06:07:56 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.3: +17 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
add mkdir rename

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 18:57:12 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.2: +60 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
add db insert functions

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 03:32:18 2007 UTC (2 years, 6 months ago) by robmilne
Branch: DRUPAL-5
Changes since 1.2.2.1: +20 -27 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Fix file_move and remove deletes except for delete command

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: +43 -23 lines
Diff to previous 1.2
Synch with head

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 00:23:34 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.3: +36 -15 lines
Diff to previous 1.1.2.3 , to branch point 1.1
add $id, fix security of rename

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 01:54:07 2007 UTC (2 years, 7 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-5
Changes since 1.4: +36 -16 lines
Diff to previous 1.4
add $Id$
validate rename to prevent.php or .cgi extensions

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 20 00:00:32 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-4
Changes since 1.3: +24 -23 lines
Diff to previous 1.3
fix rename.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 19 22:19:59 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.2: +24 -24 lines
Diff to previous 1.1.2.2 , to branch point 1.1
fix rename.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 22:05:51 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.1: +9 -4 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Add writable checks on mkdir, allow non-db rename.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 21:43:36 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-3
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
Fix rename for non-db adjustment (ftp).

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 05:11:53 2007 UTC (2 years, 9 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.1: +11 -2 lines
Diff to previous 1.1
add writablity checks on directory creation

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 20 14:50:52 2007 UTC (2 years, 10 months ago) by robmilne
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3, DRUPAL-4-7--1-4
Changes since 1.1: +3 -0 lines
Diff to previous 1.1
Prevent move of dir into a dir that has a dir of the same name (previous behaviour was a merge - very unpredictable)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 21:57:06 2007 UTC (2 years, 10 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Branch point for: DRUPAL-4-7
Initial release of webfm (drupal 4.7.5) to drupal contrib

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