/[drupal]/contributions/modules/filemanager/filemanager.module
ViewVC logotype

Log of /contributions/modules/filemanager/filemanager.module

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 04:44:20 2007 UTC (2 years, 4 months ago) by drewish
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.20: +18 -12 lines
Diff to previous 1.20
jrt and alinraz's patch for #99016 "Update for Drupal 5.0"

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 11 17:15:29 2006 UTC (2 years, 11 months ago) by drewish
Branch: DRUPAL-4-6
Changes since 1.9.2.3: +4 -4 lines
Diff to previous 1.9.2.3 , to branch point 1.9 , to next main 1.21
- keve's patch for #102697 a bug with PHP 5.2, using $area for both object and string.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 02:36:51 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.19: +6 -4 lines
Diff to previous 1.19
- Applied fuerst's patch for #98393 [[  ]] filemanager_get_area_info()'s incorrect read of the sizelimit setting.
- Fixed a bug in the admin settings form.

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 02:35:21 2006 UTC (3 years ago) by drewish
Branch: DRUPAL-4-7
Changes since 1.18.2.1: +6 -4 lines
Diff to previous 1.18.2.1 , to branch point 1.18 , to next main 1.21
- Applied fuerst's patch for #98393 filemanager_get_area_info()'s incorrect read of the sizelimit setting.
- Fixed a bug in the admin settings form.

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 00:02:11 2006 UTC (3 years ago) by drewish
Branch: DRUPAL-4-7
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
- Moxide's patch for #63441 allowing transfers of large files without PHP timing out.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 23:59:23 2006 UTC (3 years ago) by drewish
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
- Moxide's patch for #63441 allowing transfers of large files without PHP timing out.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 14 06:06:30 2006 UTC (3 years, 2 months ago) by drewish
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.17: +152 -82 lines
Diff to previous 1.17
Wanted to fix some trivial stuff before branching for 4.7:
- Rewrapped a bunch of long comments and fixed some capitalization.
- Reformatted the settings page. It should be functionally identical.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 17:53:20 2006 UTC (3 years, 2 months ago) by drewish
Branch: MAIN
Changes since 1.16: +19 -1 lines
Diff to previous 1.16
- Applied robertDouglass's settings page patch #68425

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 17:42:00 2006 UTC (3 years, 2 months ago) by drewish
Branch: MAIN
Changes since 1.15: +7 -6 lines
Diff to previous 1.15
Applied:
- havran's PostgreSQL fixes from #78749.
- my content-disposition header fix from #49632

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 20 07:20:07 2006 UTC (3 years, 7 months ago) by chx
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
after_build fix

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 20 07:19:12 2006 UTC (3 years, 7 months ago) by chx
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
after_build fix

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 07:46:40 2006 UTC (3 years, 9 months ago) by ccourtne
Branch: MAIN
Changes since 1.12: +280 -35 lines
Diff to previous 1.12
merged in acidfree patches for forced security
fixed some file not found issues

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 23:59:18 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.11: +12 -7 lines
Diff to previous 1.11
Fixed bug #39105 "Filemanager does not honor the maximum files per directory setting."

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 23:57:49 2006 UTC (3 years, 10 months ago) by drewish
Branch: DRUPAL-4-6
Changes since 1.9.2.2: +12 -7 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Fixed bug #39105 "Filemanager does not honor the maximum files per directory setting."

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 8 00:22:00 2006 UTC (3 years, 10 months ago) by drewish
Branch: MAIN
Changes since 1.10: +25 -16 lines
Diff to previous 1.10
- fixed #39973: Filemanger private folder settings

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 15:29:23 2005 UTC (4 years ago) by ccourtne
Branch: MAIN
Changes since 1.9: +163 -48 lines
Diff to previous 1.9
Initial compatibility with 4.7 form api

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 22:37:21 2005 UTC (4 years ago) by ccourtne
Branch: DRUPAL-4-6
Changes since 1.9.2.1: +128 -29 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Merged in acidfree rename requirements as well as fixed some PHP 5.0.x bugs.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 22:02:35 2005 UTC (4 years ago) by ccourtne
Branch: DRUPAL-4-6
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
fixed file count checking and some postgres sql issues

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 16 19:42:19 2005 UTC (4 years, 7 months ago) by ccourtne
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.8: +6 -4 lines
Diff to previous 1.8
* Fixed a bug where files getting added where deleted

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 02:31:02 2005 UTC (4 years, 7 months ago) by ccourtne
Branch: DRUPAL-4-5
Changes since 1.4.2.1: +87 -79 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to next main 1.21
* Fixed typo retrieving max size (thanks pz)
* Fixed support for table prefix (thanks pz)

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 11 02:18:58 2005 UTC (4 years, 7 months ago) by ccourtne
Branch: MAIN
Changes since 1.7: +89 -80 lines
Diff to previous 1.7
* Fixed typo for max size variable name (thanks pz)
* Fixed typo in mysql create comments (thanks pz)
* Fixed support for db prefix (thanks pz)
* Updated to work with 4.6

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 3 22:09:47 2005 UTC (4 years, 9 months ago) by ccourtne
Branch: DRUPAL-4-5
Changes since 1.4: +20 -15 lines
Diff to previous 1.4
* Sync with bug fixes from head

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 31 15:03:33 2005 UTC (4 years, 9 months ago) by ccourtne
Branch: MAIN
Changes since 1.6: +17 -12 lines
Diff to previous 1.6
* Fixed typos found by pz, tostinni, moggy, acidrust, wazdog, and raveneris
* Corrected behavior of promote file to replace existing file
* Applied patch by pz to fix menu caching behavior

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:31 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 28 04:47:35 2004 UTC (5 years, 1 month ago) by ccourtne
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
* Fixed typos

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 17 02:21:59 2004 UTC (5 years, 2 months ago) by ccourtne
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.3: +25 -16 lines
Diff to previous 1.3
* Added missing filemanger_get_size()
* Moved some promote code to after working check to prevent errors
* Fixed typo on filemanager_working_sizelimit

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 9 02:53:39 2004 UTC (5 years, 2 months ago) by ccourtne
Branch: MAIN
Changes since 1.2: +28 -6 lines
Diff to previous 1.2
* Updated to work against head
* Now requires patch http://drupal.org/node/view/10419

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 28 22:50:05 2004 UTC (5 years, 2 months ago) by ccourtne
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
* Removed FILE_SEPARATOR useage

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 15:21:23 2004 UTC (5 years, 3 months ago) by ccourtne
Branch: MAIN
* Initial commit of filemanager code

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