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

Commit dfd7c3d

Browse files
authored
Merge pull request #226 from cultuurnet/develop
Remove all modules
2 parents 06ed10d + cbd03a9 commit dfd7c3d

File tree

309 files changed

+55
-46129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+55
-46129
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@ Culturefeed
33

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

6+
## Important note
7+
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.
8+
9+
As an exception, critical security updates will still be provided if needed.
10+
11+
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).
12+
13+
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.
14+
- https://github.com/cultuurnet/culturefeed_pages [DEPRECATED]
15+
16+
- https://github.com/cultuurnet/culturefeed_roles [DEPRECATED]
17+
18+
- https://github.com/cultuurnet/culturefeed_messages [DEPRECATED]
19+
20+
- https://github.com/cultuurnet/culturefeed_calendar [DEPRECATED]
21+
22+
- https://github.com/cultuurnet/culturefeed_uitpas
23+
24+
- https://github.com/cultuurnet/culturefeed_social
25+
26+
- https://github.com/cultuurnet/culturefeed_userpoints_ui [DEPRECATED]
27+
28+
- https://github.com/cultuurnet/culturefeed_entry_ui [DEPRECATED]
29+
30+
### Alternatives
31+
32+
As an alternative for the Culturefeed Drupal 7 module suite, publiq vzw focused on:
33+
34+
- A new, easy to use API in a developer-friendly Json format: https://projectaanvraag.uitdatabank.be/#!/integrations#api
35+
36+
- An even easier to use widget platform: https://projectaanvraag.uitdatabank.be/#!/integrations#widgets
37+
38+
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.
39+
40+
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.
41+
42+
## Info
43+
644
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).
745

846
__[Live demo connecting production API](https://www.culturefeed.be/) only available from 7:00 till 20:00 (Brussels timezone)__

culturefeed.helpers.inc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,6 @@ function culturefeed_get_consumer_shared_secret($application_key) {
226226
return NULL;
227227
}
228228

229-
function culturefeed_is_connected($application_key = NULL) {
230-
if (!isset($application_key)) {
231-
$application_key = variable_get('culturefeed_api_application_key', '');
232-
}
233-
234-
$account = DrupalCultureFeed::getLoggedInAccount();
235-
236-
return $account && isset($account->tokens) && !empty($account->tokens[$application_key]);
237-
}
238-
239229
/**
240230
*
241231
* @param String $type

culturefeed.install

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,10 @@ function cuturefeed_update_7002() {
278278
function culturefeed_update_7003() {
279279
db_drop_table('culturefeed_token');
280280
}
281+
282+
/**
283+
* Logout all users, as the uitid session will be gone.
284+
*/
285+
function culturefeed_update_7005() {
286+
db_delete('sessions')->condition('uid', 0, '!=')->execute();
287+
}

culturefeed_calendar/css/culturefeed_calendar_anonymous.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

culturefeed_calendar/culturefeed_calendar.info

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)