summaryrefslogtreecommitdiff
path: root/www/drupal7
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-1/+2
2013-03-07Update drupal7 to 7.21.taca2-6/+6
Drupal 7.21, 2013-03-06 ----------------------- - Allowed sites using the 'image_allow_insecure_derivatives' variable to still have partial protection from the security issues fixed in Drupal 7.20.
2013-02-21Update drupal7 to 7.20.taca2-6/+6
Drupal 7.20, 2013-02-20 ----------------------- - Fixed security issues (denial of service). See SA-CORE-2013-002.
2013-01-17Update drupal7 package to 7.19.taca2-6/+6
Drupal 7.19, 2013-01-16 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
2012-12-20Update drupal7 to 7.18 fixed security problem.taca3-8/+8
* Fix misspelling in options.mk Drupal 7.18, 2012-12-19 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
2012-11-08Update drupal7 to 7.17.taca3-11/+14
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.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-18Update drupal7 to 7.16.taca2-7/+6
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.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-08-12Update drupal7 package to 7.15.taca3-7/+11
Release notes says "no security fix" but it really fixes SA49131: <http://secunia.com/advisories/49131/>. Release notes Maintenance release of the Drupal 7 series. Includes bugfixes and small API/feature improvements only (no major new functionality); significant new features are only being added to the forthcoming Drupal 8.0 release. No security fixes are included in this release. Besides documentation fixes, no changes have been made to the .htaccess, robots.txt or settings.php files in this release, so upgrading custom versions of those files is not necessary. Known issues: #1708722: Call to undefined function drupal_find_base_themes() in drupal-7.15/includes/module.inc on line 184: Under rare circumstances which are still under investigation (most likely, sites with a sub-theme enabled and a module enabled that calls certain code early in Drupal's page request), upgrading to Drupal 7.15 may lead to a fatal error. A patch to fix this is available. http://drupal.org/node/1708292
2012-06-25Add missing INSTALLATION_DIRS.jperkin1-1/+4
2012-06-16Don't use "5" in PKG_PHP_VERSION.taca1-6/+2
2012-05-03Update drupal7 to 7.14.taca3-7/+21
Drupal 7.14 2012-05-02 ---------------------- - Fixed "integrity constraint" fatal errors when rebuilding registry. - Fixed custom logo and favicon functionality referencing incorrect paths. - Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. - Split field_bundle_settings out per bundle. - Improve UX for machine names for fields (UI change). - Fixed User pictures are not removed properly. - Fixed HTTPS sessions not working in all cases. - Fixed Regression: Required radios throw illegal choice error when none selected. - Fixed allow autocompletion requests to include slashes. - Eliminate $user->cache and {session}.cache in favor of $_SESSION['cache_expiration'][$bin] (Performance). - Fixed focus jumps to tab when pressing enter on a form element within tab. - Fixed race condition in locale() - duplicates in {locales_source}. - Fixed Missing "Default image" per field instance. - Quit clobbering people's work when they click the filter tips link - Form API #states: Fix conditionals to allow OR and XOR constructions. - Fixed Focus jumps to tab when pressing enter on a form element within tab. (Accessibility) - Improved performance of node_access queries. - Fixed Fieldsets inside vertical tabs have no title and can't be collapsed. - Reduce size of cache_menu table (Performance). - Fixed unnecessary aggregation of CSS/JS (Performance). - Fixed taxonomy_autocomplete() produces SQL error for nonexistent field. - Fixed HTML filter is not run first by default, despite default weight. - Fixed Overlay does not work with prefixed URL paths. - Better debug info for field errors (string change). - Fixed Data corruption in comment IDs (results in broken threading on PostgreSQL). - Fixed machine name not editable if every character is replaced. - Fixed user picture not appearing in comment preview (Markup change). - Added optional vid argument for taxonomy_get_term_by_name(). - Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails with PCRE 8.30. - Fixed {trigger_assignments()}.hook has only 32 characters, is too short. - Numerous fixes to run-tests.sh. - Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests. - Numerous JavaScript performance fixes. - Numerous documentation fixes. - Fixed All pager links have an 'active' CSS class. - Numerous upgrade path fixes; notably: - system_update_7061() fails on inserting files with same name but different case. - system_update_7061() converts filepaths too aggressively. - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
2012-05-03Update dupal7 to 7.13.taca2-7/+6
Drupal 7.13 2012-05-02 ---------------------- - Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
2012-04-14Removed mk/apachever.mkadam1-2/+2
2012-03-14Fix SUBST_SED.conf macro assignment as PR pkg/46187 by Noud de Brouwer.taca1-2/+3
Bump PKGREVISION.
2012-02-19Update www/drupal7 package to 7.12.taca3-12/+34
Drupal 7.12, 2012-02-01 ---------------------- - Fixed bug preventing custom menus from receiving an active trail. - Fixed hook_field_delete() no longer invoked during field_purge_data(). - Fixed bug causing entity info cache to not be cleared with the rest of caches. - Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or open_basedir(). - Fixed Nested transactions throw exceptions when they got out of scope. - Fixed bugs with the Return-Path when sending mail on both Windows and non-Windows systems. - Fixed bug with DrupalCacheArray property visibility preventing others from extending it (API change: http://drupal.org/node/1422264). - Fixed bug with handling of non-ASCII characters in file names (API change: http://drupal.org/node/1424840). - Reconciled field maximum length with database column size in image and aggregator modules. - Fixes to various core JavaScript files to allow for minification and aggregation. - Fixed Prevent tests from deleting main installation's tables when parent::setUp() is not called. - Fixed several Poll module bugs. - Fixed several Shortcut module bugs. - Added new hook_system_theme_info() to provide ability for contributed modules to test theme functionality. - Added ability to cancel mail sending from hook_mail_alter(). - Added support for configurable PDO connection options, enabling master-master database replication. - Numerous improvements to tests and test runner to pave the way for faster test runs. - Expanded test coverage. - Numerous API documentation improvements. - Numerous performance improvements, including token replacement and render cache.
2012-02-01Update drupal7 package to 7.11.taca3-27/+7
Drupal 7.11, 2012-02-01 ---------------------- - Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
2012-01-29Remove CONFLICTS since these pacakges have the same PKGBASE.taca1-3/+1
Bump PKGREVISION of www/drupal and www/drupal6 to reflect this change.
2011-12-16Importing www/drupal7 package version 7.10.taca7-0/+1323
This is current stable release of Drupal. 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