Next | Query returned 83 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2012-10-18 14:19:27 by Takahiro Kambe | Files touched by this commit (2)
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.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
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.
   2012-08-12 17:46:38 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update drupal7 package to 7.15.

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-25 11:02:08 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Add missing INSTALLATION_DIRS.
   2012-06-16 05:04:24 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Don't use "5" in PKG_PHP_VERSION.
   2012-05-03 09:02:58 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update drupal7 to 7.14.

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-03 05:31:00 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update dupal7 to 7.13.

Drupal 7.13 2012-05-02
----------------------
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
   2012-04-14 18:25:12 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Removed mk/apachever.mk
   2012-03-14 04:34:25 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Fix SUBST_SED.conf macro assignment as PR pkg/46187 by Noud de Brouwer.

Bump PKGREVISION.
   2012-02-19 17:31:08 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update www/drupal7 package to 7.12.

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.

Next | Query returned 83 messages, browsing 71 to 80 | Previous