Wiki

Clone wiki

BibSonomy / documentation / releases / 2016 / 3.5.0

3.5.0

Date: 2016/02/17

released

  • group features
    • allow join
    • group cv edit for administrators
    • ...
  • CV-Tagcloudtag
  • Bug Fixes

internal

not released

  • delete group

Necessary Changes

database

#!sql

ALTER TABLE `groupids` ADD `allow_join` TINYINT(1) NULL DEFAULT '1' AFTER `sharedDocuments`;
ALTER TABLE `pending_groupids` ADD `allow_join` TINYINT(1) NULL DEFAULT '1' AFTER `sharedDocuments`;

ALTER TABLE `groupids` ADD `shortDescription` TEXT NULL AFTER `allow_join`;
ALTER TABLE `pending_groupids` ADD `shortDescription` TEXT NULL AFTER `allow_join`;

properties

new properties

for configure a metadata provider

#!

auth.saml.metadata.provider

recaptcha2:

#!

recaptcha2.secretKey =
recaptcha2.siteKey =

Updated