Navigation
User login
Who's online
My Kids Web Page
Submitted by Jamie Ruderman on Sun, 2008-06-15 03:02.
Hi my name is Emma ruderman and i am making a website check my website out. jamie is my dad and he is helping me.My website is all about me and cool places.My website is called Emma and you.
- Login to post comments
No Google Analytics...
Submitted by Jamie Ruderman on Tue, 2007-12-11 23:18.
Hmmm... is seems that the last theme I was running - "iTheme" wasn't outputting the google analytics javascript snippet... that's a shame... This pro-bono work would be more rewarding if I new anyone was out there ... Of course it's not like I'm dedicating any time to it. Just too busy.
We're trying to hire more programming help here at my work, but can't seem to find anyone.
I still get bug notices in my email... I'll help more a some point. Sigh...
Thanks - Jamie.
;)
- Jamie Ruderman's blog
- Login to post comments
jamieruderman.com on drupal 5.1
Submitted by Jamie Ruderman on Tue, 2007-02-13 09:00.
Upgrade complete. No troubles... not sure about this theme... but k2 is currently jacked...
Interface improvements needed?
Submitted by Jamie Ruderman on Sat, 2007-02-10 17:22.
I seem to be getting a lot of bug and support requests that stem mainly from not understanding all the options in the module... I'm thinking I need to separate out some advanced settings or something... and maybe try to re-review how the access controls are working... Thoughts anyone?
- Jamie Ruderman's blog
- Login to post comments
Spam-Bot attacks
Submitted by Jamie Ruderman on Sat, 2007-02-10 15:57.
I've stopped allowing anon users access to create fileshares... but there are no restrictions on creating an account - just register and go. It's just to stop the spam bots - they've somehow learned how to make fileshares. It's really irritating. Sorry for the inconvenience!
I wonder if I can use that captcha thing...
- Jamie Ruderman's blog
- Login to post comments
Drupal 5
Submitted by Jamie Ruderman on Wed, 2007-01-24 23:35.
Fileshare has been ported to drupal 5. Yay!
Check it out here.
I'll upgrade this site to 5 and the latest fileshare soon... I think...
Jamie.
- Jamie Ruderman's blog
- Login to post comments
Download problems?
Submitted by Jamie Ruderman on Tue, 2006-11-14 05:20.
Anyone having problems with the downloads from the example directory? Looks like I may have a problem. I'll be looking into it. I downloaded a jpg image and actually received the page not found html in the file...
Fixed!
Found and removed one more dependency on the global system files path.
See: http://drupal.org/cvs?commit=45379
- Jamie Ruderman's blog
- Login to post comments
Fixed!
Submitted by Jamie Ruderman on Sun, 2006-11-05 20:00.
Everything is as is should be now. I've committed the changes to 4-7: Commit log
If you find any other errors, please report them here.
I do have a couple minor javascript bugs to weed out that I am aware of. When you don't have the modify file showing we get some missing target errors. I'll fix those soon.
UPDATE:
Javascript errors fixed!
Thank you!
- Jamie Ruderman's blog
- Login to post comments
UNDER DEVELOPMENT
Submitted by Jamie Ruderman on Tue, 2006-10-31 16:18.
Looks like I've got the uploading to outside directories working... cool.
I can't use the standard drupal file functions however, so I'm loosing some functionality, but I'm not sure you need all the auto renaming and such with fileshare, because you are looking at the directory that you are uploading to.
I was considering copying over a bunch of the file.inc functions and re-writing, but it dosen't seem to be needed.
Thoughts?
- Jamie Ruderman's blog
- Login to post comments
Big update
Submitted by Jamie Ruderman on Tue, 2006-10-24 13:56.
I want to have access control for the new Node file path setting, so I'm not allowing anon users to create fileshares at the moment... hopefully soon!
/*
* Added the following functionality:
*
* 1) Download method control per node - Private or Public
* 2) Node file path management per node - You may now spec a file path from the
* root of your webserver outside of the drupal directory, however upload and
* delete functionality will not work and should be disabled. Also you must set
* the download method to private. This could be used for extra secuity in a
* downloads only area that is managed by other means.