Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
doo-project committed Jan 29, 2018
1 parent 53a9c4f commit c5493f5
Show file tree
Hide file tree
Showing 69 changed files with 88 additions and 69 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# University of Helsinki Courses v1.108
Päiväys: 29.01.2018

## Muutokset
- DOO-3361: Ylläpitopuolelle kevyempi sivutus sisältölistaukseen.
- DOO-3359: Konfiguroitiin sovellus käyttämään Varnishin versiota 4
kaikissa ympäristöissä.

## Korjaukset
- DOO-3362: Toteutuksen organisaatiokuvan lataaminen saattaa jäädä jumiin.


# University of Helsinki Courses v1.107
Päiväys: 25.01.2018

Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_activemq_connector/uhc_activemq_connector.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC ActiveMQ Connector
description = This module is deprecated.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_activemq_connector
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Analytics and Tracking
description = Specifies statistics/analytics for portal.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_analytics_and_tracking
dependencies[] = ctools
dependencies[] = facetapi
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_autofill_metadata/uhc_autofill_metadata.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Autofill Metadata
description = Fetches user metadata from Shibboleth integration.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_autofill_metadata
dependencies[] = ctools
dependencies[] = features
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_autologin/uhc_autologin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name = UHC Autologin
description = Provides autologin services.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_autologin
dependencies[] = shib_auth
2 changes: 1 addition & 1 deletion modules/uhc_avatar/uhc_avatar.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Avatar
description = Provides avatar (user image) related functionality
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_avatar
2 changes: 1 addition & 1 deletion modules/uhc_cache_warmer/uhc_cache_warmer.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Cache Warmer
description = Provides a drush command for generating a hub pages file for the cache_warmer module.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_cache_warmer
2 changes: 1 addition & 1 deletion modules/uhc_comment/uhc_comment.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Comment
description = Configures comments for this portal.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_comment
dependencies[] = comment
dependencies[] = ctools
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_contact_card/uhc_contact_card.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Contact card
description = Provides Contact Card content type
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_contact_card
dependencies[] = ctools
dependencies[] = email
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = UHC Content Administration
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_content_administration_feature
dependencies[] = actions_permissions
dependencies[] = admin_menu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ function uhc_content_administration_feature_views_default_views_alter(&$views) {
$handler->display->display_options['query']['options']['query_comment'] = FALSE;
$handler->display->display_options['exposed_form']['type'] = 'basic';
$handler->display->display_options['exposed_form']['options']['reset_button'] = TRUE;
$handler->display->display_options['pager']['type'] = 'full';
$handler->display->display_options['pager']['options']['items_per_page'] = 50;
$handler->display->display_options['pager']['type'] = 'lite';
$handler->display->display_options['pager']['options']['items_per_page'] = '50';
$handler->display->display_options['pager']['options']['offset'] = '0';
$handler->display->display_options['pager']['options']['id'] = '0';
$handler->display->display_options['pager']['options']['quantity'] = '9';
$handler->display->display_options['style_plugin'] = 'table';
$handler->display->display_options['style_options']['columns'] = array(
'views_bulk_operations' => 'views_bulk_operations',
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_course/uhc_course.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = UHC Course
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course
dependencies[] = ctools
dependencies[] = entity_token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Collaboration
description = Organic Groups for course implementation nodes
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_collaboration
dependencies[] = ctools
dependencies[] = features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Collaboration Private
description = Extends collaboration by providing option to share content privately.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_collaboration_private
dependencies[] = comment_og
dependencies[] = conditional_fields
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_course_hierarchy/uhc_course_hierarchy.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Hierarchy
description = Shows the hierarchy for users in course implementation pages.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_hierarchy
php = 5.4
dependencies[] = uhc_autofill_metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course implementation
description = This feature provides content type for course implementations
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_implementation
dependencies[] = ctools
dependencies[] = date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -762,10 +762,14 @@ function uhc_course_implementation_get_default_header_image($tid) {
// Break the loop if we can't find parents anymore.
break;
}
// Sanity check: If the parent TID equals child TID, break to avoid infinite loop.
if ($tid == $parent->tid) {
watchdog('uhc_course_implementation', 'Term @tid reports self as parent.', array('@tid' => $tid), WATCHDOG_ERROR);
break;
}
$tid = $parent->tid;
}


return $return;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Implementation Activity
description = Tracks activity of course implementation.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_implementation_activity
dependencies[] = comment
dependencies[] = ctools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Implementation Activity MECE
description = Sends all activity notifications to Message Center.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_implementation_activity_mece
dependencies[] = uh_mece_notifications
dependencies[] = uhc_course_implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Implementation Inherited Fields
description = Holds field values that comes from course from the time when course implementation was active.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_implementation_inherited_fields
dependencies[] = ctools
dependencies[] = ds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Implementation Source
description = Provides the source data for course implementation.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_implementation_source
files[] = includes/UHCCourseImplementationMessageProcessor.inc
files[] = migrate/CourseImplementationDestinationNode.inc
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_course_material/uhc_course_material.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = UHC Course material
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_material
dependencies[] = ctools
dependencies[] = entityreference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name = UHC Course Material Drag 'N Drop
description = Provides UX for drag and dropping materials to a course implementation.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_material_dnd
dependencies[] = uhc_course_material
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Material Sort
description = Provides Alphabetical sorting for course material.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_material_sort
dependencies[] = behavior_weights
dependencies[] = uhc_course_material
2 changes: 1 addition & 1 deletion modules/uhc_course_source/uhc_course_source.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course Source
description = Provides the source data for courses.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_source
files[] = includes/UHCCourseMessageProcessor.inc
files[] = migrate/CourseNodeMigration.inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Course tasks and material
description = Provide content type for tasks and material - used on courses
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_course_tasks_and_material
dependencies[] = ctools
dependencies[] = entityreference
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_css_js_aggregation/uhc_css_js_aggregation.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC CSS/JS Aggregation
description = Advanced CSS/JS aggregation settings
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
dependencies[] = advagg
dependencies[] = advagg_mod
dependencies[] = ctools
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_date_format/uhc_date_format.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Date format
description = Date formats
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_date_format
dependencies[] = ctools
dependencies[] = strongarm
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_dev_feature/uhc_dev_feature.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Dev
description = Useful views etc. for development phase.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_dev_feature
dependencies[] = views
features[ctools][] = views:views_default:3.0
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_doo_theme_features/uhc_doo_theme_features.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC DOO theme
description = Theme settings for DOO project which override and extend the main theme feature which was included in the main theme settings.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_doo_theme_features
dependencies[] = block
dependencies[] = context
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_ds/uhc_ds.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = Display settings for UHC subsite.
core = 7.x
php = 5.5
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_ds
dependencies[] = ctools
dependencies[] = date_views
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_elisa_chat/uhc_elisa_chat.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Elisa Chat
description = Adds Elisa Chat to specified pages.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_elisa_chat
2 changes: 1 addition & 1 deletion modules/uhc_environment/uhc_environment.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Environment
description = Appends an multilingual message about current environment.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
dependencies[] = site_status_message
2 changes: 1 addition & 1 deletion modules/uhc_event/uhc_event.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Event
description = Provides event content type
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_event
dependencies[] = ctools
dependencies[] = date
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_exam_results/uhc_exam_results.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Exam results
description = Provides Exam results content type
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
dependencies[] = ctools
dependencies[] = features
dependencies[] = file
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_favorites/uhc_favorites.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Favorites
description = Provides ability to put courses into your favorites and send them via email.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_favorites
dependencies[] = favoritewidget
dependencies[] = uhc_course_implementation
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_feedback/uhc_feedback.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Feedback
description = Provides UHC customization to feedback contrib module
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_feedback
dependencies[] = conditional_fields
dependencies[] = ctools
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_field_base/uhc_field_base.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Field Base
description = Specifies what fields this installation has. Does not hold instance information as they're specified by the modules.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_field_base
dependencies[] = ctools
dependencies[] = date
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_genetics/uhc_genetics.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Genetics
description = This module is deprecated.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_genetics
2 changes: 1 addition & 1 deletion modules/uhc_leiki/uhc_leiki.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Leiki
description = Integrates with Leiki service.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_leiki
2 changes: 1 addition & 1 deletion modules/uhc_liftups/uhc_liftups.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Liftups
description = Provides ability to create promotional liftups.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_liftups
dependencies[] = ctools
dependencies[] = date
Expand Down
2 changes: 1 addition & 1 deletion modules/uhc_locale/uhc_locale.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = UHC Locale
description = Settings for languages and translations
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_locale
dependencies[] = ctools
dependencies[] = features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name = UHC Migrate Message Report
description = Reports of migrate messages.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_migrate_message_report
dependencies[] = uhc_course_implementation_source
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = UHC Molecular Biosciences
description = This module is deprecated.
core = 7.x
package = UHC
version = 7.x-1.107
version = 7.x-1.108
project = uhc_molecular_biosciences
Loading

0 comments on commit c5493f5

Please sign in to comment.