Skip to content

Commit

Permalink
7.x-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Nov 27, 2014
1 parent 2ddf4e3 commit 2e3988d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Stanford News x.x-x.x, xxxx-xx-xx
---------------------------------

Stanford News 7.x-3.0, 2014-11-27
----------------------------------------
- BASIC-826 | images link to content in news views
- BASIC-842 | See more news is sentence case BASIC-1012 | Fix See more news link on homepage block
- Added row to manage view
- Update and rename README.txt to README.md
- Support for dash syntax for field group classes

Stanford News 7.x-3.0-alpha2, 2014-05-16
----------------------------------------
- BASIC-802 | Updated CSS for news category display
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[Stanford News](https://github.com/SU-SWS/stanford_news)
##### Version: 7.x-3.0-alpha2
##### Version: 7.x-3.0

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)

Stanford News feature provides an out of the box solution for displaying news content on your website. This feature contains a content type, fields, a news page layout, and taxonomy. This module is a great replacement for the default Article content type.
Expand All @@ -10,25 +10,25 @@ Stanford News feature provides an out of the box solution for displaying news co
Sub Modules
---

**[Stanford News Views](modules/stanford_news_views)**
**[Stanford News Views](modules/stanford_news_views)**
This sub module contains a number of default page and block views for the Stanford News content type. Site administrators can choose to use these views with the Stanford News content type or create their own. Also included is a view that displays Stanford News content in an xml document that other sites could use.

* **Feeds**
The feeds view provides an xml feed of recent news information. This view provides a good way for other sites to gather your news information.
* **Feeds**
The feeds view provides an xml feed of recent news information. This view provides a good way for other sites to gather your news information.

* **2 Item recent news list block**
* **2 Item recent news list block**
The 2 item recent news block provides a simple two item list containing a thumbnail, title, and date. No pager on this view block.

* **5 Item news list block with pager**
The 5 item news list block displays the 5 most recent news items in a formatted list. This list contains a thumbnail, title, date, tags, and a short description of the news item with a pager at the bottom.
* **5 Item news list block with pager**
The 5 item news list block displays the 5 most recent news items in a formatted list. This list contains a thumbnail, title, date, tags, and a short description of the news item with a pager at the bottom.

* **5 Item news list page with pager**
* **5 Item news list page with pager**
The 5 items news list page is identical to the 5 item list block except for that it is a page with a URL and does not have to be placed as a block.

* **3 Item news list block with page** r
The three item news list block displays exactly three of the most recent news items in a formatted list. The list contains a thumbnail, title, date, tags, and short description.
The three item news list block displays exactly three of the most recent news items in a formatted list. The list contains a thumbnail, title, date, tags, and short description.

* **Manage Content**
* **Manage Content**
This contains a view for the stanford_manage feature. It provides a bulk operation view where content authors can make changes to multiple news items in one task.

Installation
Expand Down
2 changes: 1 addition & 1 deletion stanford_news.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Stanford News
description = News Item content type, and list Views with an image and taxonomy terms
core = 7.x
package = Stanford
version = 7.x-3.0-alpha2
version = 7.x-3.0
project = stanford_news
dependencies[] = ctools
dependencies[] = date
Expand Down

0 comments on commit 2e3988d

Please sign in to comment.