dataserver
dataserver copied to clipboard
Zotero Data Server
Addresses [Issue #138](https://github.com/zotero/dataserver/issues/138) v1 and v2 tests that do not require s3 integrations.
Tags for annotations are counted just like items in `numItems` field. So, if tag `A` belongs to an annotation of an attachment, and the attachment itself has tag `A`, `numItems`...
https://forums.zotero.org/discussion/106999/tagged-document-content-why-are-tags-not-visible-to-group-members
- Removed ClassicDataObject as a parent class of Zotero_Creators - Removed all `load()`-ing of Zotero_Creators. An object is constructed with data right away. - One `join` in `loadCreators` to load...
Strip all html tags from title in getSortTitle function Update the regex in getSortTitle to not skip double brackets Fixes: #159
/users/XXX/items/unfiled lists all items without collection /users/XXX/items/unfiled/tags lists all tags or items without collection Fixes #11
Fixes: #153
Like `addedBy`, and can probably modify [this block](https://github.com/zotero/dataserver/blob/2cf66c30a3ef05deb83b11ca47b95b59c347b081/model/Items.inc.php#L278) to support both `createdByUserID` and `lastModifiedByUserID`: We don't have usernames in the dataserver DB, so the way we have to do this...