Log of /contributions/modules/webfm/webfm.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 19 15:44:13 2009 UTC
(3 months, 1 week ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-10,
DRUPAL-6--2-11
Changes since
1.36: +236 -135 lines
Diff to
previous 1.36
fix php warnings as per node 545536
Add hook_content_fields_extra as per node 547218
Remove Onunload stuff from help
Add OG stuff from node 249487
Fix anon naming in owner column of browser if webfm access
Remove chdir from webfm_build_dir_list - caused problems for webfm_example_listing module
revised use of getimagesize
Added missing t() instances
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 21 17:57:12 2009 UTC
(4 months ago)
by
robmilne
Branch:
MAIN
Changes since
1.31: +86 -79 lines
Diff to
previous 1.31
Update help
Add hook_node_type() as per node 504860
fix some error messaging
Add empty string to metadata fdesc where no data - hoepfully will squash multiple bug reports
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: +209 -50 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.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 15 17:34:04 2008 UTC
(13 months, 1 week ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-6--2-10-RC2
Changes since
1.25: +362 -216 lines
Diff to
previous 1.25
Sync with 5.13
Add preview as per node 249786
Add "delete" to hook nodeapi as per node 282328
Fix "update" to hook nodeapi as per node 282406
Fix file overwrite bug reported in node 320359
Add user message as per node 318797
Rework webfm_version_upload & webfm_dbinsert_file to fix user name bug
Use file_get_mimetype() from file.inc for mime_type
Revision
1.24 -
(
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
Changes since
1.23: +65 -87 lines
Diff to
previous 1.23
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.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 15 17:26:32 2008 UTC
(22 months, 1 week ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-5
Changes since
1.16: +14 -14 lines
Diff to
previous 1.16
send unix timestamp for file date in ajax
change namespace for inline js funcs
add download count to metadata
urldecode metadata for attachments
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 30 22:52:03 2007 UTC
(22 months, 3 weeks ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-2
Changes since
1.12: +195 -82 lines
Diff to
previous 1.12
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.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 19:17:39 2007 UTC
(2 years, 4 months ago)
by
robmilne
Branch:
DRUPAL-5
Changes since
1.2.2.16: +298 -79 lines
Diff to
previous 1.2.2.16
, to
branch point 1.2
add file versioning for single file upload
fix file createdate field in webfm_file table
add static array for regex file extension checking
add $_SESSION var for dir tree
dir tree func no longer a class
Revision
1.2.2.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 31 23:08:12 2007 UTC
(2 years, 5 months ago)
by
andremolnar
Branch:
DRUPAL-5
Changes since
1.2.2.13: +3 -2 lines
Diff to
previous 1.2.2.13
, to
branch point 1.2
minor fix to hook_settings to help the module locate the default location of the file icons - previously hard coded to be /modules/webfm/image/icon - but modules usually belong in /sites/all/... - long story short, regardless of where the module is installed, the default icon directory will be filled out on the settings page.
Revision
1.2.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 28 18:53:58 2007 UTC
(2 years, 5 months ago)
by
andremolnar
Branch:
DRUPAL-5
Changes since
1.2.2.11: +9 -7 lines
Diff to
previous 1.2.2.11
, to
branch point 1.2
Show whitelist settings for all authenticated roles regardless of whether or not they have 'webfm access' rights. When they are given webfm access rights the rules would be applied.
Also bypass whitelist check for user 1. User 1 should know what they are doing.
This fixes a bug where user 1 cannot add a file to the db because there is no whitelist for user 1.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 19 16:08:47 2007 UTC
(2 years, 6 months ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-7
Changes since
1.9: +340 -215 lines
Diff to
previous 1.9
make ftp optional and allow files to not be in db
add functionality to insert files into db
include views support
normalize namespace
unify node-edit fieldsets
make cron optional
fix extensions
fix bug in webfm_check_attach_order
improve move neg feedback
add webfm_extend_js hook
Revision
1.2.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 2 18:09:16 2007 UTC
(2 years, 6 months ago)
by
andremolnar
Branch:
DRUPAL-5
Changes since
1.2.2.1: +8 -1 lines
Diff to
previous 1.2.2.1
, to
branch point 1.2
#138626 - Adding support for views module. Now all webfm attachements' file attributes - including metadata fields - are exposed to views. Modeled after the upload module's views implementation. - andre
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 20 00:09:44 2007 UTC
(2 years, 9 months ago)
by
robmilne
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-4
Changes since
1.6: +111 -49 lines
Diff to
previous 1.6
fix error messages
add db_check to build_dir_list
add hook_cron
add var to webfm_upload_form (code reuse)
add webfm/ftp root checks
add t funcs to msgs
improve error feedback in JSON
fix webfm_check_path
allow inline upload to ftp tree
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.