Wiki

Clone wiki

BibSonomy / documentation / releases / 2016 / 3.7.0

3.7.0

Date: 2016/11/22

released

  • new help (built into the webapp, markdown)
  • favourite layouts
  • CSL export in the webapp
  • Recommender framework update
  • new post publication
    • new import publication

internal

Necessary Changes

database

remove invalid data from friends table

#!sql

DELETE FROM friends WHERE f_user_name = '';

remove old follower and log_follower table

backup follower and log_follower table before you drop the tables.

#!sql

DROP TABLE follower;
DROP TABLE log_follower;

properties

new properties

steps

after release

  • check url encoding
  • generate indices for community posts

Updated