Wiki

Clone wiki

BibSonomy / documentation / releases / 2012 / 2.0.23

2.0.23 (sdo)

date: 2012/03/29

released

  • CronJob Sync
  • Experimental Feature Basket Scanner und QR-Code-Krams
  • Nils Follower änderungen (s.u.), Followers zunächst in der Datenbank im System belassen
  • kleine Fixes (mve)
  • Goldstandards können jetzt von allen Usern angelegt werden außer von Spammern
  • PrePrints-Commentare sind erst sichtbar, wenn man selbst was geschrieben hat (Hack)
  • Diskussions jetzt mit Links zu Publications
  • gestPostDetails liefert jetzt den Picked/Unpicked-Status korrekt zurück
  • Started pdf-Upload as postPublicaton option

Necessary Changes

properties

add line to project.properties:

project.preview.path = /home/bibsonomy/bibsonomy_preview

add line to theme_bibsonomy.properties

image.dropdown.large = /resources/image/pulldown-marker-large_white.png

add line to theme_puma.properties

image.dropdown.large = /resources_puma/image/pulldown-marker-large_black.png

Database

Follower

Follower in die Sphere Relation einfügen und anschließend Tabelle entfernen.

INSERT INTO friends (user_name, f_user_name, tag_name, friendship_date)  SELECT user_name, f_user_name, "sys:relation:Bibsonomy-Follower", fellowship_date FROM followers;

AutoSync

Autosync flag hinzufügen

ALTER TABLE sync ADD `autosync` boolean default false;

Updated