Closed (fixed)
Project:
Filemanager
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2006 at 22:24 UTC
Updated:
19 Jul 2007 at 04:46 UTC
Jump to comment: Most recent file
Mostly untested, but at least the module loads and the settings seem to work as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | filemanager-5.x-1.x-dev.patch | 6.23 KB | cscsteve |
| #2 | filemanager_2.patch | 5.77 KB | jrt-1 |
| filemanager_patch.tar.gz | 1.38 KB | jrt-1 |
Comments
Comment #1
drewish commentedplease don't post conpressed files. if you can't roll the .info file in the patch, post it as a comment to the issue.
Comment #2
jrt-1 commentedOK, here is the patch in pure, unadulterated plain text format.
Comment #3
drewish commentedlooks pretty good. could you not move the functions (like filemanager_menu()) around though? it makes it harder to view the changes you're making. i'd be into re-organizing stuff after this gets comitted.
Comment #4
drewish commentedhttp://drupal.org/node/103632 was marked as a duplicate of this.
Comment #5
caot commentedNice a patch for 5.x
but i can´t find the places in the file to change. can everyone post the complete file to copy and paste?
thx
caot
Comment #6
gmeier commentedIt does not work for me.
i applied the patch and copied the module to my drupal installation, but it is not detected.
Comment #7
jrt-1 commentedgmeier: Did you copy the filemanager.info file as well?
Comment #8
ricmadeira commentedThe patch + .info file. Look alright to me. The module is detected and turned on.
Comment #9
nancydruI don't know how to apply patches. Is this in the HEAD version?
Comment #10
vhmauery commentedhttp://drupal.org/node/60108
Comment #11
ricmadeira commentedHow about getting this one commited so that less able users can readily take advantage of it to update their 4.7 instalations?
Comment #12
cscsteve commentedHere's a complete patch for 5.1. Tested by itself as much as possible, will test further when I finish updating the Attachment module.
Comment #13
drewish commentedin the .install file i don't think it's worth the trouble to check
if( ! db_table_exists('file') )the way it's done in core is just assume it doesn't exists, if it does you'll just get an error but not loose any data. also the drupal coding standards say you shouldn't put spaces at the beginning and end of the function calls.the .info file looks good.
the changes to the .module file look good.
so i'm going to add the .info file and commit the changes to the .module. if you want to roll a subsequent patch for the .install file i'll review that. also adding you to the CREDITS file ;)
Comment #14
(not verified) commented