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

Commit

Permalink
Merge pull request #226 from cultuurnet/develop
Browse files Browse the repository at this point in the history
Remove all modules
  • Loading branch information
zuuperman authored Nov 27, 2019
2 parents 06ed10d + cbd03a9 commit dfd7c3d
Show file tree
Hide file tree
Showing 309 changed files with 55 additions and 46,129 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@ Culturefeed

[![Build Status](https://travis-ci.org/cultuurnet/culturefeed.svg?branch=master)](https://api.travis-ci.org/cultuurnet/culturefeed.svg?branch=master)

## Important note
In november 2019, publiq vzw (formerly known as CultuurNet) starts the End of Support phase of the Culturefeed Drupal 7 module suite. This means that you can continue to use Culturefeed, but publiq vzw will not invest anymore in this Drupal 7 module suite.

As an exception, critical security updates will still be provided if needed.

The End of Life (EOL) date of the module suite is set to the same date as the EOL of Drupal 7 core, ie. November 2021 (https://www.drupal.org/psa-2019-02-25).

We built this final 4.0 release, which contains a major security update, and some incompatible changes compared to the latest 3.10.2 release. Some less used modules are moved to a separate repository. If you update to this version please check & should you use one of these modules, reinstall them from a separate repository. After that all things should work as usual.
- https://github.com/cultuurnet/culturefeed_pages [DEPRECATED]

- https://github.com/cultuurnet/culturefeed_roles [DEPRECATED]

- https://github.com/cultuurnet/culturefeed_messages [DEPRECATED]

- https://github.com/cultuurnet/culturefeed_calendar [DEPRECATED]

- https://github.com/cultuurnet/culturefeed_uitpas

- https://github.com/cultuurnet/culturefeed_social

- https://github.com/cultuurnet/culturefeed_userpoints_ui [DEPRECATED]

- https://github.com/cultuurnet/culturefeed_entry_ui [DEPRECATED]

### Alternatives

As an alternative for the Culturefeed Drupal 7 module suite, publiq vzw focused on:

- A new, easy to use API in a developer-friendly Json format: https://projectaanvraag.uitdatabank.be/#!/integrations#api

- An even easier to use widget platform: https://projectaanvraag.uitdatabank.be/#!/integrations#widgets

We also have a Drupal 8 version on https://github.com/cultuurnet/culturefeed_d8 with the most commonly used modules culturefeed_agenda, culturefeed_content, culturefeed_search, culturefeed_search_api and culturefeed_user.

However, these modules will not contain the full functionality as was provided in the Drupal 7 edition, and it will not be heavily extended by publiq the same way we did this for the Drupal 7 edition. We are still happy to review and accept pull requests from external developers or partners, though.

## Info

Drupal module suite for building an event site based on events gathered in an external backoffice "outdatabase" (UiTdatabank), but with the extra tools you can do a lot more. For this version you can only use it __having a key and secret from the UiTdatabank__ or use the demo key from [this page](http://tools.uitdatabank.be/docs/search-api-v2-getting-started).

__[Live demo connecting production API](https://www.culturefeed.be/) only available from 7:00 till 20:00 (Brussels timezone)__
Expand Down
10 changes: 0 additions & 10 deletions culturefeed.helpers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,6 @@ function culturefeed_get_consumer_shared_secret($application_key) {
return NULL;
}

function culturefeed_is_connected($application_key = NULL) {
if (!isset($application_key)) {
$application_key = variable_get('culturefeed_api_application_key', '');
}

$account = DrupalCultureFeed::getLoggedInAccount();

return $account && isset($account->tokens) && !empty($account->tokens[$application_key]);
}

/**
*
* @param String $type
Expand Down
7 changes: 7 additions & 0 deletions culturefeed.install
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,10 @@ function cuturefeed_update_7002() {
function culturefeed_update_7003() {
db_drop_table('culturefeed_token');
}

/**
* Logout all users, as the uitid session will be gone.
*/
function culturefeed_update_7005() {
db_delete('sessions')->condition('uid', 0, '!=')->execute();
}
3 changes: 0 additions & 3 deletions culturefeed_calendar/css/culturefeed_calendar_anonymous.css

This file was deleted.

8 changes: 0 additions & 8 deletions culturefeed_calendar/culturefeed_calendar.info

This file was deleted.

Loading

0 comments on commit dfd7c3d

Please sign in to comment.