Skip to content

Releases: backdrop-contrib/examples

1.x-1.0.2

26 Apr 01:13
b765799

Choose a tag to compare

What's Changed

  • #9 - Adding Type = Module to all .info files by @stpaultim in #10
  • Issue #13: A typo in block_example.module by @alanmels in #14
  • Issue #15: Have entity return proper id, label, type, etc by @herbdool in #16
  • Update README.md by @avpaderno in #28
  • Issue 21: No blank line between <?php and first docblock by @bugfolder in #22
  • Issue 17: In Simpletest example description, use the Testing Framework URL by @bugfolder in #18
  • Issue #30: Replace api.backdropcms.org with docs.backdropcms.org by @avpaderno in #32
  • Issue #37: Do not use deprecated functions by @avpaderno in #42
  • Issue #35: Remove the hook_update_7xyz() implementations by @avpaderno in #40
  • Issue #43: Do not use a configuration value when a state value should be used by @avpaderno in #44
  • Issue #25: image_example_colorize_effect() does not use the correct placeholder by @avpaderno in #26
  • Issue #34: Remove the hook_uninstall() implementations that are not necessary by @avpaderno in #39
  • Issue #12: Unused '$ret' variable in batch_example_update_1100() by @avpaderno in #29
  • Issue #41: Correct the documented return value when it does not match with the value effectively returned by @avpaderno in #62
  • Issue #58: Replace Backdropcon with DrupalCon and remove the link to the Acquia site by @avpaderno in #59
  • Issue #51: Fix spelling errors in comments by @avpaderno in #52
  • Issue #53: Always use DOCUMENTATION_PENDING in a URL by @avpaderno in #56
  • Issue #48: Replace http://DOCUMENTATION_PENDING/project/some_module links with the correct ones by @avpaderno in #50
  • Issue #60: Do not concatenate a translatable string with a non-translated string when it is possible to use a t()-placeholder by @avpaderno in #61
  • Issue #54: Remove any link to DrupalCon sites that have been converted to a static site by @avpaderno in #57
  • Issue #24: Remove all mentions and/or examples for hook_image_default_styles() by @avpaderno in #63
  • Issue #55: "SimpleTest Example Mock Module" is not installable by @avpaderno in #64
  • Issue #19: Move test files into tests subfolders by @avpaderno in #65
  • Issue #71: Replace any link to api.drupal.org with links to docs.backdropcms.org by @avpaderno in #73
  • Issue #70: Be consistent with the spelling of JavaScript and CSS by @avpaderno in #72
  • Issue #66: Remove any reference to hook_nodeapi() by @avpaderno in #76
  • Issue #68: Update the description given for the node_example group by @avpaderno in #80
  • Issue #74: Rename the node_example and the nodeapi_example modules by @avpaderno in #81
  • Issue #74: Rename the node_example and the nodeapi_example modules by @avpaderno in #83
  • Issue #46: Rename the "DBTNG example" module by @avpaderno in #82
  • Issue #84: Use a more standard @file description by @avpaderno in #86
  • Issue #85: Capitalize the module name using title case by @avpaderno in #87
  • Issue #88: Remove the call to node_type_set_defaults() done right before calling node_type_save() by @avpaderno in #89
  • Issue #92: Remove http://DOCUMENTATION_PENDING/node/ links to Drupal 6 documentation pages by @avpaderno in #93
  • Issue #90: Replace http://DOCUMENTATION_PENDING/node/146939 with https://docs.backdropcms.org/api/backdrop/core%21includes%21database%21schema.inc/group/schemaapi/1 by @avpaderno in #91
  • Issue #96: Remove links for which the equivalent on drupal.org takes to a tutorial page created for the Examples for Developers project by @avpaderno in #97
  • Issue #94: Remove the links that should take to pages explaining static queries and dynamic queries by @avpaderno in #95
  • Issue #98: Remove links that would take to coding standards pages that do not exists on docs.backdropcms.org by @avpaderno in #99
  • Issue #23: Replace "DOCUMENTATION_PENDING" throughout all the code by @avpaderno in #100
  • Issue #101: Fix the @link markup by @avpaderno in #102
  • Issue #103: Use the tempstore for the example_progressbar_ values by @avpaderno in #104

New Contributors

Full Changelog: 1.x-1.0.1...1.x-1.0.2

1.x-1.0.1

24 Jun 13:01

Choose a tag to compare

Add module type

1.x-1.0.0

24 Jun 13:00

Choose a tag to compare

Update README again