The drop is always movingYou know that saying about standing on the shoulders of giants? Drupal is standing on a huge pile of midgetsAll content management systems suck, Drupal just happens to suck less.Popular open source software is more secure than unpopular open source software, because insecure software becomes unpopular fast. [That doesn't happen for proprietary software.]Drupal makes sandwiches happen.There is a module for that

Drupal is still not WordPress, thanks Druplicon!

Submitted by nk on Sat, 2009-02-14 02:41

Again I need to use my blog to answer some really bright guy who thought that the world would be poorer if his wisdom would not pollute the Drupal Planet. He is wrong: Drupal is not WordPress. We do not make compromises in security design. Any ways of updating/installing a module on the webserver which does not ask you a password does make such a compromise. Now, Drupal has an auto update but it stays secure. Joshua Rogers took on implementing that under the name of Plugin Manager as a Summer of Code project. He stayed with us and develops it. There was a call for core inclusion. A port has been made by swentel. What more do you want? I know what I want: Plugin Manager in core. Care to help?

Commenting on this Story is closed.

Submitted by swentel@drupal.org on Sat, 2009-02-14 09:01.

And setup a plan and see what steps to take for including this in core, I'm still very much available for help, but I think it might be nice to have a bit of guidance.

Submitted by nk on Sat, 2009-02-14 16:52.

Instead of asking the user to choose we should automatically detect the ways available and use. Preferred order is SSH, FTP. Also we should add an FTP backend option based on raw sockets. So PM checks for ssh2, ftp wrapper, ftp extension and finally checks whether fsockopen is available.

Submitted by nk on Sat, 2009-02-14 17:07.

Enable it only if it will work. So create a check much like clean URL just this time we want to peek at port 21 / 22 and if we get no reply then disable it and provide documentation in the handbook how to fix this.