CVSweb ] [
Homepage ] [ | Version: 5.22, Package name: drupal-5.22 |
| Maintained by: Marc Espie |
| Required to run: [www/php5/core] [www/php5/extensions] |
| Master sites: |
| Description Drupal is a powerful and flexible content management system. Some of its appealing features: - role-based permission system. Easy to set up exactly the roles you need that match your organisation. Each content-type can be set up per role (submission, approval, viewing rights). - automated generation of tables through a view system. There's mostly no need for static structure. - powerful indexing capabilities through keywords organized in hierarchical vocabularies (taxonomies). - nice localization features. Missing translations can be supplied `on the fly'. - url aliases for `nice site' look-ups. - integrated downloads and uploads, so that external documents can be part of your site. - extensible content forms with typed fields (e.g., starting date). - sensible security: mixed sites where the login url goes through https do work without needing to change everything all over the place It is highly recommended you also install: drupal5-securelogin Most sites will need drupal5-views drupal5-cck drupal5-meta-tags |
| MD5: cRk3Wj2BtPqe7wxi43eyTQ= |
| RMD160: /OxrPpYJ7U3l+DuQlzPqWGqnV9U= |
| Filesize: 750.153 KB |
Package available on: cdrom( Distfile available on: cdrom( |
| Version History (View Complete History) |
|
| 2010-03-05 02:39:52 by Stephan A. Rickauer | Files touched by this commit (2) |
Log message: security update to 5.22, addresses DRUPAL-SA-CORE-2010-001. ok espie@ |
| 2009-10-01 06:28:34 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Tweak MESSAGE now that /var/www/tmp/ is here by default. |
| 2009-09-20 07:39:34 by Marc Espie | Files touched by this commit (2) |
Log message: security update. PLEASE NOTE: I no longer use drupal5, switch to drupal6 or someone should step in as drupal5 maintainer. |
| 2009-05-15 15:21:09 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to 5.18, fixes an xss issue. ok espie@ |
| 2009-04-03 13:03:03 by Marc Espie | Files touched by this commit (3) |
Log message: finally, update to 5.16, after fixing the modules.inc stuff to work with jquery_update.... sigh |
| 2009-04-03 06:55:08 by Marc Espie | Files touched by this commit (2) |
Log message: drupal5 is pending an update. In the mean time, make it possible to install alongside drupal6 (I've given up figuring out a clean update path for now) |
| 2008-10-25 08:20:34 by Marc Espie | Files touched by this commit (6) |
Log message: security fixes in core. allows jquery_update to work more generally (I had broken it slightly) |
| 2008-08-19 17:44:48 by Marc Espie | Files touched by this commit (5) |
Log message: security update |
| 2008-07-26 04:34:01 by Marc Espie | Files touched by this commit (4) |
Log message: minor update to 5.9 (session fix was missed was 5.8) |
| 2008-07-24 03:28:40 by Bernd Ahlers | Files touched by this commit (2) |
Log message: Fix setup instructions. Noticed by Wim, fixed by me. ok espie@ |
| 2008-07-09 17:40:29 by Marc Espie | Files touched by this commit (2) |
Log message: DRUPAL-SA-2008-044 prevents some risks that can occur if you install some third party modules, or have very malicious users with high privileges. - deletion of translated terms under cross site requests. - session fixation attacks after installing 3rd party modules like workgroup NG. (other vulnerabilities are Drupal6 only). |
| 2008-05-03 12:16:25 by Marc Espie | Files touched by this commit (2) |
Log message: tweak MESSAGE a little |
| 2008-04-09 08:32:22 by Christian Weisgerber | Files touched by this commit (1) |
Log message: missing PREFIX, ok espie@ |
| 2008-03-16 04:15:29 by Marc Espie | Files touched by this commit (53) |
Log message: make DRUPAL_OWNER/DRUPAL_GROUP variables. Create DRUPAL_MODS in core module |
| 2008-03-15 03:36:48 by Marc Espie | Files touched by this commit (6) |
Log message: a few tweaks to core: - allow autogen passwords for new users - put the names of roles more often on the rights page. - extra hook for jquery_update, to avoid having to overwrite jquery |
| 2008-02-24 08:48:26 by Marc Espie | Files touched by this commit (52) |
Log message: put stuff in the right location, namely, not with core. PEOPLE WHO TESTED drupal BEFORE: You *must* disable extra modules and themes from a working drupal install before the update, and reenable them afterwards. If you forgot to, - ln all the stuff in sites/all/modules and sites/all/themes to modules and themes - check your site runs again, disable extra stuff - remove the links and re-enable stuff. okay naddy@ |