./www/drupal7, Open source content management system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 7.18, Package name: drupal-7.18, Maintainer: pkgsrc-users

Drupal is software that allows an individual or a community of users to easily
publish, manage and organize a great variety of content on a website. Tens of
thousands of people and organizations have used Drupal to set up scores of
different kinds of web sites, including

* community web portals and discussion sites
* corporate web sites/intranet portals
* personal web sites
* aficionado sites
* e-commerce applications
* resource directories

Drupal includes features to enable:

* content management systems
* blogs
* collaborative authoring environments
* forums
* newsletters
* picture galleries
* file uploads and download


Required to run:
[databases/php-pdo_mysql] [graphics/php-gd] [textproc/php-json] [textproc/php-dom] [www/ap-php] [lang/perl5]

Required to build:
[www/apache22]

Package options: apache, drupal-xmlservices, mysql

Master sites:

SHA1: f5b8a95f749d2b83550efebfd470e79851834103
RMD160: cbfd7a92b699a5fad675f5dbfbab1d1d3fe5c44f
Filesize: 3088.216 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-21 11:57:46 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #3997 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.13-1.15
- www/drupal7/PLIST                                             1.6
- www/drupal7/distinfo                                          1.8-1.9
- www/drupal7/options.mk                                        1.3

---
   Module Name:	pkgsrc
   Committed By:	asau
   Date:		Sun Oct 28 06:31:10 UTC 2012

   Modified Files:
   	pkgsrc/www/drupal7: Makefile

   Log message:
   Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default \ 
these days.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Nov  8 13:25:53 UTC 2012

   Modified Files:
   	pkgsrc/www/drupal7: Makefile PLIST distinfo

   Log message:
   Update drupal7 to 7.17.

   Drupal 7.17, 2012-11-07
   -----------------------
   - Changed the default value of the '404_fast_html' variable to have a DOCTYPE
     declaration.
   - Made it possible to use associative arrays for the 'items' variable in
     theme_item_list().
   - Fixed a bug which prevented required form elements without a title from being
     given an "error" class when the form fails validation.
   - Prevented duplicate HTML IDs from appearing when two forms are displayed on
     the same page and one of them is submitted with invalid data (minor markup
     change).
   - Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
     stale data in the Upload module's database tables.
   - Fixed a bug in the States API which prevented certain types of form elements
     from being disabled when requested.
   - Allowed aggregator feed items with author names longer than 255 characters to
     have a truncated version saved to the database (rather than causing a fatal
     error).
   - Allowed aggregator feed items to have URLs longer than 255 characters
     (schema change which results in several columns in the Aggregator module's
     database tables changing from VARCHAR to TEXT fields).
   - Added hook_taxonomy_term_view() and standardized the process for rendering
     taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
     with other entities (API change: http://drupal.org/node/1808870).
   - Added hook_entity_view_mode_alter() to allow modules to change entity view
     modes on display (API addition: http://drupal.org/node/1833086).
   - Fixed a bug which made database queries running a "LIKE" query on \ 
blob fields
     fail on PostgreSQL databases. This caused errors during the Drupal 6 to
     Drupal 7 upgrade.
   - Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
     components from being accidentally passed to the page callback function (data
     structure change).
   - Removed a non-standard "name" attribute from Drupal's default \ 
Content-Type
     header for file downloads.
   - Fixed the theme settings form to properly clean up submitted values in
     $form_state['values'] when the form is submitted (data structure change).
   - Fixed an inconsistency by removing the colon from the end of the label on
     multi-valued form fields (minor string change).
   - Added support for 'weight' in hook_field_widget_info() to allow modules to
     control the order in which widgets are displayed in the Field UI.
   - Updated various tables in the OpenID and Book modules to use the default
     "empty table" text pattern (string change).
   - Added proxy server support to drupal_http_request().
   - Added "lang" attributes to language links, to better support \ 
screen readers.
   - Fixed double occurrence of a "ul" HTML tag on secondary local \ 
tasks in the
     Seven theme (markup change).
   - Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
     double-escaped. The fix replaces the taxonomy vocabulary overview page and
     "Edit shortcuts" menu items' title callback entries in \ 
hook_menu() with new
     functions that do not escape HTML characters (data structure change).
   - Modified the Update manager module to allow drupal.org to collect usage
     statistics for individual modules and themes, rather than only for entire
     projects.
   - Modified the node listing database query on Drupal's default front page to
     add table aliases for better query altering (this is a data structure change
     affecting code which implements hook_query_alter() on this query).
   - Improved the translatability of the "Field type(s) in use" \ 
message on the
     modules page (admin-facing string change).
   - Fixed a regression which caused a "call to undefined function
     drupal_find_base_themes()" fatal error under rare circumstances.
   - Numerous API documentation improvements.
   - Additional automated test coverage.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Dec 20 12:45:58 UTC 2012

   Modified Files:
   	pkgsrc/www/drupal7: Makefile distinfo options.mk

   Log message:
   Update drupal7 to 7.18 fixed security problem.

   * Fix misspelling in options.mk

   Drupal 7.18, 2012-12-19
   -----------------------
   - Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
   2012-10-19 18:49:42 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3951 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.11-1.12
- www/drupal7/distinfo                                          1.7

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Oct  3 21:59:10 UTC 2012

   Modified Files:
   	pkgsrc/www/drupal7: Makefile

   Log message:
   Bump all packages that use perl, or depend on a p5-* package, or
   are called p5-*.

   I hope that's all of them.

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Oct 18 12:19:27 UTC 2012

   Modified Files:
   	pkgsrc/www/drupal7: Makefile distinfo

   Log message:
   Update drupal7 to 7.16.

   Release notes

   Maintenance and security release of the Drupal 7 series.

   This release fixes security vulnerabilities. Sites are urged to upgrade
   immediately after reading the security announcement:

       SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and
       Information disclosure

   No other fixes are included.