{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2656556,"defaultBranch":"main","name":"zotero","ownerLogin":"zotero","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-10-27T07:46:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/891917?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715939371.0","currentOid":""},"activityList":{"items":[{"before":"98066b1bc5cecbda0fd3c7ae90fced5c3969e0d1","after":"e3a831a68baa673b2b19a80355fd48a369ea79c4","ref":"refs/heads/main","pushedAt":"2024-06-10T09:53:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Show dependent styles in CSL Preview\n\nAddresses #4219","shortMessageHtmlLink":"Show dependent styles in CSL Preview"}},{"before":"85a15175aecd5e6ab8ae74c09049a6dd680f6ac3","after":"98066b1bc5cecbda0fd3c7ae90fced5c3969e0d1","ref":"refs/heads/main","pushedAt":"2024-06-08T08:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"qf: improved multiselect (#4217)\n\n- richlistbox shift-click selects a range starting with\r\n_selectionStart. After a few cmd/ctrl clicks, _selectionStart\r\nends up not being correct - it can even point at an unselected item.\r\nTo help richlistbox properly select a range, before each click is\r\nprocessed, reset _selectionStart to be either the first\r\nor last selected item, depending on where shift-click landed.\r\n- also, fixed a small glitch where inputs would be created if\r\nyou click on the red border outside of the actual editor.\r\n\r\nFixes: #4206","shortMessageHtmlLink":"qf: improved multiselect (#4217)"}},{"before":"249c5b8d12ab93a348da54bca398973604fafaea","after":"85a15175aecd5e6ab8ae74c09049a6dd680f6ac3","ref":"refs/heads/main","pushedAt":"2024-06-08T08:42:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Fix sizing problems in Create Parent dialog\n\nUse a regular paragraph for the intro text rather than an input\nplaceholder, which gets cut off it's too long, and allow the window to\nbe sized dynamically based on the title and localized strings.\n\nFixes #4109","shortMessageHtmlLink":"Fix sizing problems in Create Parent dialog"}},{"before":"7f84716c7e00c15ebd38d34d497e1843e29dbbe1","after":"249c5b8d12ab93a348da54bca398973604fafaea","ref":"refs/heads/main","pushedAt":"2024-06-07T09:25:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 49: refactor note format preference section (#4027)\n\n\"Note format\" section in \"Export\" tab is technically a table and is\r\nannounced as such by screen readers, which is misleading.\r\nIt also opens a menulist when a checkbox is clicked, which is\r\nnot an expected behavior and can shift focus.\r\n\r\nThis refactors the \"Note format\" section to be a vbox container\r\nwith es and labels, which is more correct semantically and\r\ndoes not confuse screen readers. In addition, when a chekbox is\r\nclicked, dispatch a \"change\" event instead of unnecessarily open\r\nup a menu.","shortMessageHtmlLink":"vpat 49: refactor note format preference section (#4027)"}},{"before":"4af421236018d3d9fe55b7872022dedbc0a4f060","after":"7f84716c7e00c15ebd38d34d497e1843e29dbbe1","ref":"refs/heads/main","pushedAt":"2024-06-07T09:07:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Update OpenURL setup prompt and add intro text to prefs\n\nCloses #3788","shortMessageHtmlLink":"Update OpenURL setup prompt and add intro text to prefs"}},{"before":"5cc6631fd3b926dc557e0839ae5dbe6a27e52d3b","after":"4af421236018d3d9fe55b7872022dedbc0a4f060","ref":"refs/heads/main","pushedAt":"2024-06-07T04:54:36.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Reorder preferences strings","shortMessageHtmlLink":"Reorder preferences strings"}},{"before":"c826805bca843644f585f0251219e2f9614406a3","after":"5cc6631fd3b926dc557e0839ae5dbe6a27e52d3b","ref":"refs/heads/main","pushedAt":"2024-06-07T04:37:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Improve merge pane (#4200)\n\nresolve: #4142","shortMessageHtmlLink":"Improve merge pane (#4200)"}},{"before":"88221d5fc74e7585351be91d75980db8ecc430c7","after":"c826805bca843644f585f0251219e2f9614406a3","ref":"refs/heads/main","pushedAt":"2024-06-07T03:35:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"editable-text CE: Don't modify the DOM in sizeToContent() (#4214)","shortMessageHtmlLink":"editable-text CE: Don't modify the DOM in sizeToContent() (#4214)"}},{"before":"4522704a77556635a4c955dc984ceea8eae6af52","after":"88221d5fc74e7585351be91d75980db8ecc430c7","ref":"refs/heads/main","pushedAt":"2024-06-06T14:02:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AbeJellinek","name":"Abe Jellinek","path":"/AbeJellinek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1770299?s=80&v=4"},"commit":{"message":"Fix long unbroken word in annotation row causing overflow\n\nFixes #4212","shortMessageHtmlLink":"Fix long unbroken word in annotation row causing overflow"}},{"before":"d306fa9142a8dd4490f7681bce01000953156231","after":"4522704a77556635a4c955dc984ceea8eae6af52","ref":"refs/heads/main","pushedAt":"2024-06-06T12:09:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Fix Zotero.FileTypes.getIDFromMIMEType() (unused)","shortMessageHtmlLink":"Fix Zotero.FileTypes.getIDFromMIMEType() (unused)"}},{"before":"71f83c0a35820e8ad038e9d8171177135c1b4741","after":"d306fa9142a8dd4490f7681bce01000953156231","ref":"refs/heads/main","pushedAt":"2024-06-06T07:08:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adomasven","name":"Adomas Ven","path":"/adomasven","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5899315?s=80&v=4"},"commit":{"message":"Sort translators before calculating the translator hash","shortMessageHtmlLink":"Sort translators before calculating the translator hash"}},{"before":"4f7b43747a1b9f2c24de86b670abd792c3a57d10","after":"71f83c0a35820e8ad038e9d8171177135c1b4741","ref":"refs/heads/main","pushedAt":"2024-06-06T05:07:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Update reader submodule","shortMessageHtmlLink":"Update reader submodule"}},{"before":"f30d8f07d57f2b8f1b3bac8f8ae2e14374b311ee","after":"4f7b43747a1b9f2c24de86b670abd792c3a57d10","ref":"refs/heads/main","pushedAt":"2024-06-06T05:03:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 27/28: rtfScan aria edits (#4020)\n\n- linked input/output file labels to the input fields so\r\nthey have descriptive names\r\n- added more detailed button labels\r\n- fixed \"No file selected\" not appearing if no file is selected","shortMessageHtmlLink":"vpat 27/28: rtfScan aria edits (#4020)"}},{"before":"a81701d7e7d5209fa9c657e97ece8c97db9b9690","after":"f30d8f07d57f2b8f1b3bac8f8ae2e14374b311ee","ref":"refs/heads/main","pushedAt":"2024-06-06T04:58:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Correct field/getter names in collapsible-section CE","shortMessageHtmlLink":"Correct field/getter names in collapsible-section CE"}},{"before":"5a457172700695ae61ab69ee912f2272aec45345","after":"a81701d7e7d5209fa9c657e97ece8c97db9b9690","ref":"refs/heads/main","pushedAt":"2024-06-06T04:54:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 51: add aria labels to advanced search (#3987)\n\nIn addition, make toolbarbuttons explicitly focusable\r\nand make them clickable on space/Enter.","shortMessageHtmlLink":"vpat 51: add aria labels to advanced search (#3987)"}},{"before":"70d52277b1803b5684fc699ed62b7d75f1044c37","after":"5a457172700695ae61ab69ee912f2272aec45345","ref":"refs/heads/main","pushedAt":"2024-06-06T04:13:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 3: make \"-\"\" btn focusable even if hidden (#4053)\n\nIn libraries, notes and tags boxes, do not hide the actual\r\n\"-\" toolbarbutton, hide the inside of it. Visually,\r\nit looks the same but the button can be focused via tab\r\nwithout having to expicitly make it visible. It means that\r\nshift-tab from the section header will not skip the \"-\" button.\r\n\r\nAlso, make \"remove\" toolbarbutton from tagsbox focusable like all\r\nothers for consistency.","shortMessageHtmlLink":"vpat 3: make \"-\"\" btn focusable even if hidden (#4053)"}},{"before":"c07a13fcfe495a83ecb5b98a16b746ea6aa2d395","after":"70d52277b1803b5684fc699ed62b7d75f1044c37","ref":"refs/heads/main","pushedAt":"2024-06-06T04:11:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 11: do not skip over disabled tags during arrow navigation (#4051)","shortMessageHtmlLink":"vpat 11: do not skip over disabled tags during arrow navigation (#4051)"}},{"before":"094b8157af55fee1db2349065667ae43ae746cb0","after":"c07a13fcfe495a83ecb5b98a16b746ea6aa2d395","ref":"refs/heads/main","pushedAt":"2024-06-06T04:00:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"vpat 46: remaining aria-labels in preferences (#4006)\n\n- Linked remaining found inputs/menulists to their labels.\r\n- Made the \"Choose resolver\" a proper visible\r\nlabel, so that it does not oddly disappear if you click\r\non the dropdown with \"Custom\" showing after even if the\r\nselection did not change. For the purpose of VPAT, a\r\nvisible label is always good for success criteria 3.3.2\r\nhttps://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions\r\n- Added explicit names to +/- buttons\r\n- aria-labelledBy for inputs surrounded by text\r\n- fluent strings for resolver preferences\r\n- remove openURL.version preference, hardcode \"1.0\"","shortMessageHtmlLink":"vpat 46: remaining aria-labels in preferences (#4006)"}},{"before":"1354371cc65182e7cfe2dc2f6543317059cccaf2","after":"094b8157af55fee1db2349065667ae43ae746cb0","ref":"refs/heads/main","pushedAt":"2024-06-05T18:33:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AbeJellinek","name":"Abe Jellinek","path":"/AbeJellinek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1770299?s=80&v=4"},"commit":{"message":"Libraries & Collections pane: Use properties instead of global state","shortMessageHtmlLink":"Libraries & Collections pane: Use properties instead of global state"}},{"before":"c9d60999d8ca66cab3ac23e4c277169486361b5f","after":"1354371cc65182e7cfe2dc2f6543317059cccaf2","ref":"refs/heads/main","pushedAt":"2024-06-05T14:35:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"adomasven","name":"Adomas Ven","path":"/adomasven","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5899315?s=80&v=4"},"commit":{"message":"Update Word for Mac submodule","shortMessageHtmlLink":"Update Word for Mac submodule"}},{"before":"eca5f6bea18e1a74692bd0e77416589cbe4617b4","after":"c9d60999d8ca66cab3ac23e4c277169486361b5f","ref":"refs/heads/main","pushedAt":"2024-06-05T10:36:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"quickFormat guidance panel fixes (#4193)\n\n- added 8px padding around text on linux. Mac and win already have some\r\npadding around text through --panel-padding. Fixes: zotero#4187\r\n- guidancePanel.js fetches text from .ftl file instead of zotero.properties\r\n- added first-run-guidance-quickFormat to zotero.ftl with updated\r\ntext to better reflect current functionality. Fixes: zotero#4191\r\n- removed unnecessary special treatment for qf guidance panel on mac\r\n- moved guidance panel text for itemBox creator menu into zotero.ftl\r\n\r\n---------\r\n\r\nstrings tweaked by @dstillman","shortMessageHtmlLink":"quickFormat guidance panel fixes (#4193)"}},{"before":"56980080ad2ae7d51ff440b9f0feb0ebe6fd2e1a","after":"eca5f6bea18e1a74692bd0e77416589cbe4617b4","ref":"refs/heads/main","pushedAt":"2024-06-05T04:52:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"zotero://select handler: Switch to library tab (#4204)","shortMessageHtmlLink":"zotero://select handler: Switch to library tab (#4204)"}},{"before":"4d7c641f7b96777089524453373852bcf9b5ed6b","after":"56980080ad2ae7d51ff440b9f0feb0ebe6fd2e1a","ref":"refs/heads/main","pushedAt":"2024-06-05T04:38:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"QuickFormat: adding multiple items with shift-arrow (#3851)\n\n- multiple reference items can be selected with\r\nshift-arrowUp/Down or Cmd/Ctrl-click and added as bubbles\r\nvia Enter or click on one of selected items\r\n- Shift-click can be used to select the range of items\r\n- if there is a retracted item among multiselected\r\nthat is not OK'd (cancel or view in library clicked),\r\nno bubbles are added and the item is removed from\r\nthe multiselection\r\n- added a red note to item's description indicating\r\nif an item is retracted","shortMessageHtmlLink":"QuickFormat: adding multiple items with shift-arrow (#3851)"}},{"before":"5539bd50ce8d1298f836b55e740364a638c4208c","after":"4d7c641f7b96777089524453373852bcf9b5ed6b","ref":"refs/heads/main","pushedAt":"2024-06-04T15:14:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AbeJellinek","name":"Abe Jellinek","path":"/AbeJellinek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1770299?s=80&v=4"},"commit":{"message":"Libraries & Collections: Make all collections clickable in context pane\n\nFixes #4201","shortMessageHtmlLink":"Libraries & Collections: Make all collections clickable in context pane"}},{"before":"94f061b0eccf32de00fe0537818cba20d6839ecc","after":"5539bd50ce8d1298f836b55e740364a638c4208c","ref":"refs/heads/main","pushedAt":"2024-06-04T14:56:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AbeJellinek","name":"Abe Jellinek","path":"/AbeJellinek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1770299?s=80&v=4"},"commit":{"message":"Remove redundant click handler code from FeedAbstract actor\n\nMissed when committing 8eedfd4a14fb0f5c53b459c1231cc16618d441fa.","shortMessageHtmlLink":"Remove redundant click handler code from FeedAbstract actor"}},{"before":"a6076ce76c2401b4313d2905afac74836834681c","after":"94f061b0eccf32de00fe0537818cba20d6839ecc","ref":"refs/heads/main","pushedAt":"2024-06-04T10:51:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Fix \"Desktop file didn't specify Exec field\" error on Ubuntu 24.04\n\nLatest Debian/Ubuntu seems to require some extra escaping of backslashes\n\nFixes #4163","shortMessageHtmlLink":"Fix \"Desktop file didn't specify Exec field\" error on Ubuntu 24.04"}},{"before":"845f11b1da04933ff143fed458c1d3a7ce9ffe19","after":"a6076ce76c2401b4313d2905afac74836834681c","ref":"refs/heads/main","pushedAt":"2024-06-04T06:14:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Fix item pane header (#4159)\n\n* Improve feed item pane header (fixes #4141)\r\n* Show item pane custom head when headerMode is none (fixes #4116)\r\n* fx115: Fix button style on windows (fixes #4120)\r\n* Move split-menu-button styles to SCSS","shortMessageHtmlLink":"Fix item pane header (#4159)"}},{"before":"7eb4c1f6f688952d53ec1b2f6c3c2db45bde8c37","after":"845f11b1da04933ff143fed458c1d3a7ce9ffe19","ref":"refs/heads/main","pushedAt":"2024-06-04T06:06:32.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Remove nonfunctional style repo CSS modification code","shortMessageHtmlLink":"Remove nonfunctional style repo CSS modification code"}},{"before":"fab20327a5efbf54cd8e13988406f24e5f7e4be0","after":"7eb4c1f6f688952d53ec1b2f6c3c2db45bde8c37","ref":"refs/heads/main","pushedAt":"2024-06-04T06:02:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstillman","name":"Dan Stillman","path":"/dstillman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/783082?s=80&v=4"},"commit":{"message":"Reports: Support dark mode (#4198)","shortMessageHtmlLink":"Reports: Support dark mode (#4198)"}},{"before":"191d112aad05c244ab2dec28b4b37de43e4c67c0","after":"fab20327a5efbf54cd8e13988406f24e5f7e4be0","ref":"refs/heads/main","pushedAt":"2024-06-03T08:23:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"adomasven","name":"Adomas Ven","path":"/adomasven","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5899315?s=80&v=4"},"commit":{"message":"Fix QF titlebar on wayland","shortMessageHtmlLink":"Fix QF titlebar on wayland"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYPHaWwA","startCursor":null,"endCursor":null}},"title":"Activity ยท zotero/zotero"}