| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-10 | fixes to issues with updating interactively whe groups change. fixes for ↵ | bobzel | |
| multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet. | |||
| 2020-10-08 | fixed dragging bottom of some pdfs not to grow wildly. stopped writing ↵ | bobzel | |
| renderContentBounds to annotation views. fixed texts sidebar notes to not add extra chars on creation. | |||
| 2020-10-08 | added direct typing of notes into stacking columns in text box sidebar. | bobzel | |
| 2020-10-08 | fixes for getting pdfs and previews to scroll properly | bobzel | |
| 2020-10-08 | fixed backspacing to delete schemaviews | bobzel | |
| 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 following links to not center outer document if originating anchor is ↵ | bobzel | |
| in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf. | |||
| 2020-10-06 | fixes for undo with multi-users | bobzel | |
| 2020-10-06 | fixed list additions to be truly incremental to allow undo to work | bobzel | |
| 2020-10-06 | fixed adding documents to check acl of added document(s) correctly | bobzel | |
| 2020-10-06 | restored ability to open document that has been moved from another ↵ | bobzel | |
| document's annotation overlay | |||
| 2020-10-03 | style fix for schema view to see dropdown list items in a cell | bobzel | |
| 2020-10-02 | from last | bobzel | |
| 2020-10-02 | cleaned up CollectionLinkView and fixed an issue with link lines flopping around | bobzel | |
| 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 | Merge pull request #827 from browngraphicslab/bug_fixes_melissa | bobzel | |
| Bug fixes melissa | |||
| 2020-10-01 | fixed tabs in carousel 3D view | bobzel | |
| 2020-10-01 | fixed closed library flyout view to not render a DocumentView. fixed ↵ | bobzel | |
| sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel | |||
| 2020-09-30 | fix 3DCarouselView mis-aligned slides | Melissa Zhang | |
| 2020-09-30 | fixed linking to text hyperlinks from PDFs | bobzel | |
| 2020-09-30 | added restriction of link lines to stay mostly in their container intstead ↵ | bobzel | |
| of dangling in space. | |||
| 2020-09-30 | removed minimap for non-collection views. | bobzel | |
| 2020-09-30 | fixed following summary to open new tab in place. merged link follow code | bobzel | |
| 2020-09-30 | fixed dragging aliases using alias button. made dragging title of doc ↵ | bobzel | |
| decorations or alias button allow doc to be embedded | |||
| 2020-09-30 | fixed dragging alias buttons | bobzel | |
| 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 | 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 | 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 docRangeFilters to be propagated everywhere and evaluated like ↵ | bobzel | |
| docFilters (if the field isn't there, it fails) | |||
| 2020-09-28 | fixed follow link to scroll stacking/masonry views properly. | bobzel | |
| 2020-09-28 | fixed schemacells to accept '=' syntax to set on layout document. | bobzel | |
| 2020-09-27 | trying a different solr schema that better supports regexp's by not doing ↵ | bobzel | |
| stemming. fixed issues with schema and tree views where children need to be registered for tryUpdateHeight to work but not when they're in a sidebar that specifies dontRegisterView. Changed stacking/freeform/tree/masonry to NOT be dontRegisterChildView -- this should be set by the context (ie, sidebar) | |||
| 2020-09-28 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web | bobzel | |
| 2020-09-28 | fixed issue with docking view that has only one stack | bobzel | |
| 2020-09-27 | fixed selecting schema cells to select the document after focusing on it. | bobzel | |
| 2020-09-24 | changed dragging pdf link note to not create a note when dropped on ↵ | bobzel | |
| annotatable item (image, video, pdf) | |||
| 2020-09-23 | fixed saveFilter to save dashboard filters as well as search filters | bobzel | |
| 2020-09-23 | fixed exception when changing acls in shared collection. fixed adding ↵ | bobzel | |
| document to shared colleciton to not give permsissions to sharer automatically | |||
| 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 | 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 | switched schema view to set dataDocs by default | bobzel | |
| 2020-09-21 | Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵ | usodhi | |
| acls_uv | |||
