| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-08 | fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵ | bobzel | |
| at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab. | |||
| 2020-10-07 | fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵ | bobzel | |
| syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes. | |||
| 2020-10-07 | fixed following links to set the scollTop of PDFs corretion. Fixed ↵ | bobzel | |
| following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight. | |||
| 2020-10-07 | fixed portals to zoom in place. fixed following links to not focus on ↵ | bobzel | |
| context if starting anchor is in the same context. maded pushpins call finished() | |||
| 2020-10-06 | runtime error fix for fetchProto(). fix for preview layout of text link. | bobzel | |
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-10-05 | fixed formatted texst box select on load when pdf is full screen and the ↵ | bobzel | |
| same pdf is in inactive tab behind it. | |||
| 2020-10-05 | stopped ctrl-a from selecting doucment.body. prevented pdfviewer's texxt ↵ | bobzel | |
| layer from scrolling horizontally when text annotations go out of bounds horizontally. fixed text boxes to not grab selectonOnLoad focus unless they're in an active tab. | |||
| 2020-10-02 | fixed email (de)normalization. fixed sharing to hide objects whose ↵ | bobzel | |
| permissions have been revoked | |||
| 2020-10-01 | various fixes to new sharing / email normalization | bobzel | |
| 2020-10-01 | major performance fix by adding a SharingDocument to the user's DB account ↵ | bobzel | |
| so that inquiring the users' UserDoc (and everything it referecens) is no longer necessary. | |||
| 2020-09-30 | fixed filtering by #links. improved textlink preview layout. | bobzel | |
| 2020-09-30 | fixed linking to text hyperlinks from PDFs | bobzel | |
| 2020-09-30 | fixed typo | bobzel | |
| 2020-09-30 | Merge pull request #823 from browngraphicslab/acls_uv | bobzel | |
| ACL Refresh | |||
| 2020-09-30 | made link follow not zoom by default | bobzel | |
| 2020-09-30 | fixed performance issue with links | bobzel | |
| 2020-10-01 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
| 2020-09-30 | fixed following summary to open new tab in place. merged link follow code | bobzel | |
| 2020-09-30 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
| 2020-09-30 | css | usodhi | |
| 2020-09-29 | fixed highlighting of sidebar handle when no annotations are accessible | bobzel | |
| 2020-09-29 | Merge pull request #813 from browngraphicslab/anika_bug_fixes | bobzel | |
| undo for follow link | |||
| 2020-09-29 | simplfiled ':' menu and fixed creating items to not assume a template. add ↵ | bobzel | |
| emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar. | |||
| 2020-09-29 | temp fix for links in text preview | Anika Ahluwalia | |
| 2020-09-29 | added for links in text | Anika Ahluwalia | |
| 2020-09-29 | made pdf/web anchors pushpins by default. can now remove docs you own from ↵ | bobzel | |
| sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields | |||
| 2020-09-29 | fixed highlighting of link hypertext anchors (was offset very wrongly ↵ | bobzel | |
| before). fixed setting link mark correctly when linking two hypertext anchors. fixed allowing link to parent collection when parent collection is specified by clicking its link button | |||
| 2020-09-29 | fixed display/edit of titles when shown as a header | bobzel | |
| 2020-09-29 | changed sidebar functionality for textboxes to open outward and make handle ↵ | bobzel | |
| blue when there are contents. added a fitToBox capability for contents of sidebar. | |||
| 2020-09-28 | from last | bobzel | |
| 2020-09-28 | fixed creationDate title getting messed up. | bobzel | |
| 2020-09-28 | removed sidebar menu item. fixed contents of annotations to display ↵ | bobzel | |
| annotation's info, not pdf's. | |||
| 2020-09-28 | fixed filtering annotation anchors on PDFs. added tooltip for identifying ↵ | bobzel | |
| who made an annotation. | |||
| 2020-09-28 | fixed docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-27 | fixed loading of pdfs | bobzel | |
| 2020-09-23 | fixed sidebar collection to open up when clicking the handle. fixed being ↵ | bobzel | |
| able to type immediately into a new texst box in the text box sidebar. | |||
| 2020-09-23 | fixed link rendering to be less computationally inefficient | bobzel | |
| 2020-09-23 | fixed marquee summarize. moved higlighint text to expoert mode. moved ↵ | bobzel | |
| create timestamp on enter to expert mode. | |||
| 2020-09-22 | removed share menu item for Dashboards except in developer mode. | bobzel | |
| 2020-09-22 | made filters apply to links. automatically removes links that have a ↵ | bobzel | |
| missing endpoint unless you own them. | |||
| 2020-09-22 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
| 2020-09-21 | changed acls so that only an admin owner distributes them when a doc is ↵ | bobzel | |
| added. changed default acls to be Add by default when not in private mode. restored filtering from search bar for developer mode. | |||
| 2020-09-21 | fixed fill down for schema cols with ctrl-enter. fixed gathering facet ↵ | bobzel | |
| values in FilterBox | |||
| 2020-09-21 | fixed text box llnk preview to go away when docs are closed. fixed tree ↵ | bobzel | |
| view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive | |||
| 2020-09-21 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
| 2020-09-21 | minor changes | usodhi | |
| 2020-09-21 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
| 2020-09-21 | closed text box comment box when text box is unmounted. preveted lozenge ↵ | bobzel | |
| of which user had edited the box from lingering. | |||
| 2020-09-21 | Merge branch 'master' into presentation_v1 | Geireann Lindfield Roberts | |
