Wiki

Clone wiki

BibSonomy / documentation / releases / 2011 / 2.0.19

2.0.19 (rja)

date: 2011/10/26

released

  • added HTTP Basic Authentication (only available when SSL is used)
  • added SSL (only available when HTTP Basic Authentication is used)
  • added statistics for /discussed page
  • slightly new layout for start page
  • only posts from trusted users are now shown on start page
  • removed deprecated Bibsonomy class from REST API - use RESTLogic instead
  • removed Delicious Yahoo! importer
  • better exception handling for default Delicious import
  • migrated add/remove friend
  • introduced spheres
  • filter param "myPDF" renamed to "JUST_PDF", "myDuplicates" to "DUPLICATES"
  • BibTeX key no longer marked as required and is now automatically generated, if not entered on /postPublication
  • tag field marked as required input
  • removed sidebar filter
  • optional fields (homepage, realname) now hidden during registration
  • "join group" links in new layout; only shown when not already member
  • fixed with of group real name for /group pages
  • JSON export now contains separated person names (first/last)
  • larger headings for tab layouts
  • fixes for PLOS and ScienceDirect scraper
  • fixed OpenID bug (whitespace around OpenID)
  • related users in sidebar now as cloud (not list)

Necessary Changes

Datenbank bereinigen

User Role von NOBODY auf DEFAULT zurücksetzen

  UPDATE user SET role = 1 WHERE role = 2

Intrahash zu Gold Standard Bookmarks hinzufügen:

  UPDATE gold_standard SET simhash2 = simhash1 WHERE content_type = 1

"friends"-Indexe für Spheres anpassen:

  -- alten unique key entferen
  ALTER TABLE friends DROP INDEX `unique_friendship`
  -- ... und den alten entfernen
  CREATE UNIQUE INDEX `unique_friendship` ON friends (`user_name`,`f_user_name`,`tag_name`);

Updated