Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Announcements Software

Drupal 4.6.0 Released 38

ajayg writes "Drupal is IMHO one of the best open sourced Content Management Systems out there. The Drupal community has just released version 4.6.0 of their PHP based CMS which finally provides support for PHP5. The release follows 6 months of development, and includes -- among other changes -- better search function as well as usability improvements for permissions, block configuration, statistics tracking, logs, forum configuration, content administration, etc."
This discussion has been archived. No new comments can be posted.

Drupal 4.6.0 Released

Comments Filter:
  • PHP-Nuke (Score:3, Interesting)

    by 0x461FAB0BD7D2 ( 812236 ) on Monday April 18, 2005 @03:02AM (#12267139) Journal
    How well does this fair against PHP-Nuke, PHP-BB, invision and other CMSes? Does anyone have any first-hand experience?
    • ... plone (Score:5, Informative)

      by dago ( 25724 ) on Monday April 18, 2005 @03:29AM (#12267213)
      or to plone ? (which is my favorite opensource CMS)

      Compare with Drupal with xxx on CMS Matrix [cmsmatrix.org]

      • Plone is really really good. I use it on all my sites.

        I thought I'd give Drupal a go - installed it, which wasn't particularly friendly, even when compared to PHP apps like Wordpress... it all seems a little like a souped-up blogging tool, instead of a real CMS.
        • yep, the problem with so-called "CMS" is that many are blog-oriented, which isn't bad in itself, but sometime, you want something more oriented toward knowledge management.

    • Re:PHP-Nuke (Score:5, Informative)

      by styrotech ( 136124 ) on Monday April 18, 2005 @03:30AM (#12267218)
      PHP-Nuke and PHP-BB are spaghetti coded nightmares with frequent security holes, and are a total pain to extend/customise.

      Drupal has a much cleaner core design with a good API and theme engines. It also has impressive metadata capabilities for organising content. And a friendly vibrant community with no big egos involved, and lots of available 3rd party modules.

      The only criticism I can think of would be that out of the box it is more of a blog style community portal than a static site CMS. It can do static site type stuff, but you will need to tweak it a little.

      It's also pretty fast - up there with the fastest CMS apps. I'd recommend checking it out.
      • Re:PHP-Nuke (Score:3, Informative)

        by bedessen ( 411686 )
        Agree 100% about phpbb. Stay the hell away from it. Somebody finds a cross site scripting vuln or remote code execution vuln every other week it seems. Besides, it's not really a CMS at all, it's just a bulletin board, and not a very good one at that. I prefer IPB any day of the week, phpbb's feature set is rather lame. About the only thing going for it is that it's free.
        • phpbb may be poorly coded and ridden with security holes, but there are loads of themes for it, there are loads of third party extensions for it, loads of support since loads of people use it, and like you said, everything is free.
    • Nuke's great (Score:1, Interesting)

      by Anonymous Coward
      If you like seeing your site on the defaced/hacked lists.
      Drupal is much more stable and secure. If you're running PHP correctly, it's fairly well locked down.
      *knock wood*
      Haven't had any problems yet.

      phpNuke, however, it was like restoring backups every other week.
      Just wait. If the Brazilian script kiddies get their hands on your site, you'll know what I mean.
    • Drupal used to have this feature where you could click on things to edit their styles, but they took it out. If they've put it back, Drupal is just too cool for words.

      If they haven't, Drupal still has its own built-in forum system. This places it in pretty sparse company, with the only other decent package being Land Down Under, to my knowledge.

      Drupal is, as I recall, significantly more secure than LDU. However, where Drupal fails me is in its security *flexibility*; I'm looking for something with very lo
      • Re:PHP-Nuke (Score:2, Interesting)

        by DavidTC ( 10147 )
        You can almost do stuff like that with modules in Drupal.

        There is, for example, the 'opt-in' module, which, despite the name, just gives roles to people who click a checkbox. (Obviously designed for a mailing list, but they're real roles, and work everwhere.)

        And there's paypal subscription, granting roles to people who pay money.

        And there's 'automember', where frequent posters can automatically get assigned roles.

        The real problem is that node permission suck. You can get node_privacy_byrole, but that's

        • I miss the BBS days when "GMA16(S32|(R1P180))" did the job. The resolution of modern access specifiers is simply ridiculous; it's either so generic as to be effectively useless, or it's so limited as to be *actually* useless.

          I should build something to fix that. Telegard ACS codes are probably a bit too terse these days, but I could probably come up with something comparable.
    • When did PHPbb become a CMS? Last I saw it was a bulletin board environment.
  • Not impressed (Score:2, Interesting)

    by Elledan ( 582730 )
    For a while I've been looking at different CMSs to use with my site, and the one which consistently came to the foreground as the easiest and possibly the best option for a community-driven (i.e. with forums and other means of user activity/feedback) CMS in discussions [sitepoint.com], is XOOPS [xoops.org].

    Just now browsing through the Drupal site, I'm left totally unimpressed by the forums and general features their own site seems to offer, not to mention that the screenshot gallery [drupal.org] appears to have some CSS issues with Firefox.
    • Re:Not impressed (Score:3, Interesting)

      by Synistar ( 8654 )
      While it is true that the Xoops community has a lot more web designers working on it, under the hood Drupal has a much nicer design.

      Xoops is a good attempt at taking a *Nuke engine and cleaning it up by using object oriented design. But this still leaves some cruft in there.

      On the other hand Drupal has a much leaner design. And it can be completely CSS themed now (Xoops still mostly uses layout table designs). Drupal does have a slightly higher learning curve (e.g. the taxonomy system), but it is more f
  • by BrookHarty ( 9119 ) on Monday April 18, 2005 @04:18AM (#12267358) Journal
    I was heavy into Drupal, until it was hacked. But I suspect it was a php security hole not Drupal. I decided to try e107, and so far I'm really impressed. Also has a good forum built in, and many themes which drupal didnt have.

    http://e107.org/ [e107.org]

    Also, to compare Drupal with other sites and a ranking of popular CMS software, check out http://www.opensourcecms.com [opensourcecms.com]. Its good to know what each CMS software offers, and they had a trial section where you could log in as admin and see what the admin section was like. Thats very impressive.

  • by dolmen.fr ( 583400 ) on Monday April 18, 2005 @04:46AM (#12267437) Homepage
    I don't know if Drupal is the best Open Source CMS, but at least it is by far the most well designed PHP application I've ever seen. The hook mecanism uses the PHP language symbol table to provide very good extensibility. It doesn't use PHP classes in its structure, but it is a strong point as this article shows: Drupal Programming from an Object-Oriented Perspective [drupaldocs.org].

    I hope many open source PHP applications will reuse the Drupal architecture principles.
    • by JonBob ( 556956 ) on Monday April 18, 2005 @09:34AM (#12268551)

      As the author of the article in question [drupaldocs.org], I'd be happy to take some constructive criticism.

      Quick summary for the link-wary:

      • Drupal doesn't use PHP's classes, for a few reasons such as support for PHP 4 and problems with conditional code inclusion.
      • Drupal does have an architecture that reflects many of the underlying principles of OOP.
      • Drupal also implements many of the standard Gang of Four design patterns.
      • The designers are open to the use of OOP language constructs, so long as they don't require PHP 5 (Debian is still on 4.1!) and they aren't "classes for the sake of classes"; that is, they must provide a benefit that cannot be trivially realized using the current methods.
  • by m_evanchik ( 398143 ) <michel_evanchikATevanchik...net> on Monday April 18, 2005 @07:50AM (#12267936) Homepage
    I've been using drupal on citizenchris.org [citizenchris.org], which I administer for a friend (blatant plug).

    I've been happy with the results. It has a clean design and good documentation for a free software project.

    I've been too lazy/busy to tinker much with it, but the leqrning curve should be simple enough for most administrator types, though not necessarily for the layman.
    • So it's BLOG software? I suppose in "fact" this is a CMS, but hardly what most pros think of when you say "CMS". Why not call it WHAT IT IS, blogware?
  • quoted from their features

    "Caching - The caching mechanism eliminates database queries increasing performance and reducing the server's load. Not only can the caching be tuned in real time, while your site is under load, but it has been successfully tested under a "slashdotting" and performed extremely well."

    but when I went earlier, during the relatively MILD /. effect the developers section causes, sure enough there was a "mysql too many connections" message on the screen.
  • As someone who has done lots of PHP programming, this is succinct.

    The taxonomy ('vocabulary') looks interesting for an app like this. Think I'll play and see how many children I can have. :)

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...