aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
AgeCommit message (Collapse)Author
2020-09-25changed unset to None and minor changesusodhi
2020-09-23override and one-click stuffusodhi
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-15fixed tabs to activate when following.a link to a contained item. fixed ↵bobzel
deactivating tabs to not shrink immediately so you can click the close button.
2020-09-13got rid of textTemplates which were superfluous. fixed problems with stored ↵bobzel
Marks on templates when creating one by typing and the template is the default layout.
2020-09-13fixed making delegates of custom headerViews. fixed non-responsive carriage ↵bobzel
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc.
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-09-02fixed search in text boxes to ignore case. fixed creating new tabs when ↵bobzel
only a stack exists. fixed SearchBox to only create one time.
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-29added some link follow options to link Editor. Big overhaul of dockingView ↵bobzel
to make things undoable and cleaner
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-25fixed ink warnings. double-click turns on control point editing - esc ↵bobzel
reverts. made aliasing ink strokes possible & working.
2020-08-24moved contexts from properties button to properties view sectionbobzel
2020-08-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-08-22added increment title numbering to standard documentsbobzel
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-22fixed key value for empty lists to show [], fixed tree view to allow 'data' ↵bobzel
field .to display for empty lists. Gave untitled Tabs a default height
2020-08-20starting overhaul of SearchBox code.bobzel
2020-08-19cleaning lint errorsbobzel
2020-08-19fixed errors caused by Doc symFields not being variable functions and thus ↵bobzel
not having 'this' bound correctly.
2020-08-17added sort to solr search options. removed delete field assignment when ↵bobzel
removing Documents. Allowed ToScriptScript and ToString to go through regardless of ACLs
2020-08-14fix to give an author to template doc protos.bobzel
2020-08-14fixed some edge cses with richTextMenu synchronization. added author field ↵bobzel
to delegates
2020-08-12Merge pull request #564 from browngraphicslab/schema_searchbobzel
Schema search
2020-08-12changed iconifying (or setting templates on) readonly documents to work by ↵bobzel
setting the layout on the layout oducment
2020-08-12filtering in solr and paginationAndy Rickert
2020-08-10default acl private setting created + bugfixusodhi
2020-08-06alias and acl related fixesusodhi
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-04Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-03merge with new uiAndy Rickert
2020-08-03fixed richtextBar icons. fixed run-time warningsbobzel
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-08-02merge w masteranika-ahluwalia
2020-08-03Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-01fixed warningsbobzel
2020-07-31mergeAndy Rickert
2020-07-31added alias list to docs + sharingmanager ui changesusodhi
2020-07-30Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-07-28cleaned up some font stuff. cleaned up DocumentView a bitBob Zeleznik
2020-07-26fixed copyField() to copy non-ObjectFields. fixed docFilters button to work ↵Bob Zeleznik
with no filter
2020-07-26Merge branch 'master' into presentation_updatesgeireann
2020-07-26download name updategeireann
**not part of pres trails**
2020-07-25pushpin annotations can follow links to multple targets at once. chaned ↵Bob Zeleznik
text boxes so that they can be made isBackround .fixed addin/remoin documents from freeform collections.
2020-07-24several siggnificant changes to how acls work with makin documents updated ↵Bob Zeleznik
interactively when permissions chane.
2020-07-24Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-24added admin acl + renamed LinkCreatedBox to TaskCompletedBox and added ↵usodhi
custom text functionality + popups on sharing docs and creating groups + relocated SharingPermissions