Skip to content

Releases: backdrop-contrib/devel

1.x-1.8.2

21 Apr 23:14
Compare
Choose a tag to compare

Changes since 1.x-1.8.1:

  • #152: Fix deprecation notices in devel_generate.
  • #43: Disambiguate development menu items.
  • #151: Rename drupal_debug() to backdrop_debug().
  • #148: Date devel generate HTML5 Widget support.
  • #136: Properly pass array of roles.
  • #141: Fix PHP 8.1 issue on backtrace_error_handler()
  • #120: Allow debugging during Backdrop core Simpletest
  • Fix default query sort

1.x-1.8.1

07 Oct 20:58
f309e77
Compare
Choose a tag to compare

Changes since 1.x-1.8.0:

  • Merge pull request #121 from klonos/issue-120
  • Merge pull request #117 from sd-backdrop/features/115-add-devel-to-managed-files
  • Merge pull request #124 from klonos/issue-123
  • #125: Offer to become co-maintainer
  • Warning: mt_rand(): max(0) is smaller than min(1) if max comments is set to 0
  • #120: Allow debugging during Backdrop core Simpletest
  • Merge pull request #105 from backdrop-contrib/klonos-deprecate-devel_is_compatible_optimizer
  • Merge pull request #119 from backdrop-contrib/klonos-execute-dpm-only-once
  • Merge pull request #109 from alanmels/patch-1
  • Merge pull request #107 from alanmels/1.x-1.x
  • Merge pull request #112 from alanmels/patch-2
  • #118: Execute dpm() only once
  • #115: Add devel tabs to managed file pages.
  • Merge pull request #114 from alanmels/patch-3
  • #113: Request for co-maintainership
  • #111: Switching user does not properly clear cache
  • #108: Comments all generate with the same timestamp
  • #106: Generate content does not generate comments
  • Deprecate the devel_is_compatible_optimizer() function ...remove the function from devel.admin.inc
  • Merge pull request #103 from jenlampton/101-count-warning
  • Merge pull request #99 from nickonom/patch-1
  • #101: Prevent PHP warning about count() in newer PHP versions.
  • Replaced itterate with iterate
  • Fixes https://github.com//issues/98

1.x-1.8.0

16 May 04:41
Compare
Choose a tag to compare

Release 1.8.0 of Devel module brings the Backdrop version a little more inline with the Drupal version and fixes several bugs. Added compatibility with PHP 7.4. See the 1.8.0 milestone for a list of issues fixed.

This version removes the XHProf integration entirely due to the complete end of support for XHProf and the difficulty of getting the replacement extension (Tideways) working with the old XHProf library.

1.x-1.7.0

31 Dec 23:10
Compare
Choose a tag to compare

Release 1.7.0 of Devel module adds the following features:

  • Theme debug mode may now be enabled/disabled from the devel settings page.
  • The watchdog levels may now be selected from the devel settings page, including the ability to log deprecated notices that were added in Backdrop 1.5.0.
  • Minor rearrangement of the devel settings form.

A few minor bugs and typos have also been addressed.

A big thanks to @jlfranklin and @findlabnet for their work on adding the new features in this release.

1.x-1.6.0

29 Aug 05:36
Compare
Choose a tag to compare

This release of Devel module brings the module more inline with Backdrop and sheds some of it's less-relevant features from its Drupal cousin:

  • Added Devel Generate support for Date and Link fields (part of Backdrop core 1.3+)
  • Devel Generate now respects auto URL alias settings.
  • Devel Generate now respects settings for "promote" and revision support.
  • Devel Generate now adds <p> tags when necessary to keep line breaks when edited with CKEditor.
  • Removed the custom Devel menu and moved menu items under the management menu. This makes it so that Devel utility pages are now accessible through the Admin Bar instead of enabling a custom block.
  • Removed superfluous Krumo skin setting.
  • Added missing descriptions to Devel blocks.
  • Removed options for Menu Rebuild, Cache Clear, and Run Cron, as all these options are accessible in Backdrop Core through the Admin Bar.

Bug fixes:

  • Fixed error handling settings.
  • Fixed switch user block form.
  • Fixed Devel Generate support for Forum content type.

1.x-1.5.5

31 Dec 00:03
Compare
Choose a tag to compare

This minor bugfix release fixes ddebug_backtrace (#5).

1.x-1.5.4

18 Sep 04:10
Compare
Choose a tag to compare

This release fixes Devel to be compatible with the following core changes:

backdrop/backdrop-issues#1215
backdrop/backdrop-issues#1214

1.x-1.5.3

13 Sep 01:14
Compare
Choose a tag to compare

This release adds an implementation of hook_config_info() so that Devel module uninstalls properly.

1.x-1.5.2

15 May 00:53
Compare
Choose a tag to compare

Adding BackdropCMS.org package info.

1.x-1.5.1

20 Jan 03:04
Compare
Choose a tag to compare

This release fixes an issue that would cause the Devel Node Access module to throw a notice on every form submit.