Skip to content

Commit

Permalink
Merge pull request #1 from SU-UHR/7.x-3.x-dev
Browse files Browse the repository at this point in the history
7.x 3.x dev
  • Loading branch information
sherakama committed Sep 16, 2015
2 parents a1704e6 + 63a2e9f commit fcf90d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.1, 2015-06-25
---------------------------------
Changes since 7.x-3.0:
By cynmij:
- Added image insert field
By sherakama:
- Cached the Views

Stanford News 7.x-3.0, 2014-11-27
----------------------------------------
- BASIC-826 | images link to content in news views
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[Stanford News](https://github.com/SU-SWS/stanford_news)
##### Version: 7.x-3.0
##### Version: 7.x-3.1

Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ function stanford_news_views_views_default_views() {
$handler->display->display_options['use_more_always'] = FALSE;
$handler->display->display_options['access']['type'] = 'perm';
$handler->display->display_options['access']['perm'] = 'administer nodes';
$handler->display->display_options['cache']['type'] = 'none';
$handler->display->display_options['cache']['type'] = 'time';
$handler->display->display_options['cache']['results_lifespan'] = '3600';
$handler->display->display_options['cache']['results_lifespan_custom'] = '0';
$handler->display->display_options['cache']['output_lifespan'] = '3600';
$handler->display->display_options['cache']['output_lifespan_custom'] = '0';
$handler->display->display_options['query']['type'] = 'views_query';
$handler->display->display_options['query']['options']['distinct'] = TRUE;
$handler->display->display_options['query']['options']['query_comment'] = FALSE;
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-dev+1
version = 7.x-3.1
project = stanford_news
dependencies[] = ctools
dependencies[] = date
Expand Down

0 comments on commit fcf90d6

Please sign in to comment.