Skip to content
Snippets Groups Projects
Select Git revision
  • 5.x-1.x
  • 4.x default
  • 3.x
  • 8.x-2.x
  • 8.x-1.x
  • 7.x-1.x
  • 6.x-1.x
  • 6.x-2.x
  • 7.x-2.x
  • master
  • 4.6.x-1.x
  • 4.7.x-1.x
  • 4.7.x-2.x
  • 4.1.1
  • 4.1.0
  • 4.0.0
  • 4.0.0-rc1
  • 4.0.0-beta1
  • 4.0.0-alpha3
  • 4.0.0-alpha2
  • 4.0.0-alpha1
  • 3.0.0-beta5
  • 3.0.0-beta4
  • 3.0.0-beta3
  • 3.0.0-beta2
  • 3.0.0-beta1
  • 3.0.0-alpha1
  • 8.x-2.0-beta2
  • 8.x-2.0-beta1
  • 8.x-2.0-alpha2
  • 8.x-2.0-alpha1
  • 8.x-1.0-beta1
  • 8.x-1.0-beta2
33 results

simplenews

  • Clone with SSH
  • Clone with HTTPS
  • These modules provide customizations used on Drupal.org itself. Other sites
    SHOULD NOT INSTALL OR USE THESE MODULES! They are only included in the main
    Drupal contributions repository for three reasons:
    
      1) To facilitate members of the Drupal community who wish to help
         debug problems and improve functionality on Drupal.org.
    
      2) Certain Drupal.org-specific assumptions are made in other modules
         (in particular, the project and project_issue suite of modules), and
         some code should be moved from those modules into here. Having a
         public issue queue for the drupalorg.module will help coordinate these
         development efforts.
    
      3) The educational value of an example of the kinds of customizations
         you can do via a site-specific module.
    
    Official releases will never be made for this module, since we’re just
    going to update Drupal.org based on our changes in Git. We have no
    intention of supporting this module such that other sites can make use
    of it.
    
    p.s. Did we mention you don’t want to run this module on your own site?!
    
    ## Contributing
    
    Use issue forks to work from the `7.x-3.x` branch, using feature branches named
    `{issue number}-{short-description}`, for example
    `2182993-api-breadcrumb-space`.