Skip to content

Commit

Permalink
7.x-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Sep 14, 2015
1 parent 7865557 commit 8c68ccd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Stanford Subsites x.x-x.x xxxx-xx-xx
------------------------------------

Stanford Subsites 7.x-2.0 2015-09-14
------------------------------------------
* Created all new dashboard with many new and useful blocks
* Created new `shortcuts` menu for subsites
* Simplified the relationships and removed the entity reference fields
* Restricted the menu options for new nodes to the menu for the selected subsite.
* New context plugins for subsite conditions and responses
* Added upgrade path hook 7200
* Support for mulitple_node_menu contrib module
* Moar better styles from meganem
* Added documentation
* Fixed many many bugs!


Stanford Subsites 7.x-1.0-beta2 2014-02-06
------------------------------------------
Fixed taxonomy breaking node save bug where field_stanford_subsite_sub_tags was having a null value inserted into it.
Expand Down
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#[Stanford Subsites](https://github.com/SU-SWS/stanford_subsites)
##### Version 7.x-2.x
##### Version 7.x-2.0

Maintainers: [Caryl Westerberg](https://github.com/cjwest), [Shea McKinney](https://github.com/sherakama)

Maintainers: [Caryl Westerberg](https://github.com/cjwest), [Shea McKinney](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)

This module provides the ability to create a site in a site, sort of. This module is unline other implementations of subsite like functionality. This subsite module allows content authors to create subsite nodes in which automatically have their own context and menu associated with it. Content editors can select a new logo, title, slogan, and/or theme to go with the subsite node and all other pages within a subsite. Other content types can be added to a subsite by placing them within the menu structure of the subsite or by tagging them with the subsite specific term. This module does not provide any sort of editorial permission strucutre. You may add your own using a contrib module such as Taxonomy Access Control, or Content Access Control.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = Stanford Subsites Administration Dashboard
description = Creates a dashboard block at admin/config/subsites/dashboard.
package = Stanford
version = 1.0
version = 7.x-2.0
core = 7.x

files[] = "stanford_subsites_admin_dash.pages.inc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford Subsites Content Types And Fields
description = The Sanford Subsites dependent content types and their fields
core = 7.x
package = Stanford
version = 7.x-1.1
version = 7.x-2.0
project = stanford_subsites_content_types
dependencies[] = entityreference
dependencies[] = features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = Stanford Subsites Page Template
description = Stanford Subsites Page Template for Stanford Framework
core = 7.x
package = Stanford
version = 7.x-1.0
version = 7.x-2.0
dependencies[] = stanford_subsites
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford Subsites Vocabularies and Terms
description = Stanford Subsites Vocabularies and Terms Feature
core = 7.x
package = Stanford
version = 7.x-1.1
version = 7.x-2.0
project = stanford_subsites_vocabularies_and_terms
dependencies[] = features
dependencies[] = taxonomy
Expand Down
2 changes: 1 addition & 1 deletion stanford_subsites.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = Stanford Subsites
description = Creates the ability for content authors to create branded "Subsites" within one Drupal installation. Originally developed for use at Stanford University.
package = Stanford
version = 2.0
version = 7.x-2.0
core = 7.x

; DEFAULT FILES
Expand Down

0 comments on commit 8c68ccd

Please sign in to comment.