aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
AgeCommit message (Collapse)Author
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
2020-07-23fixed zipping scriptFieldsBob Zeleznik
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-22fixed document download/import to capture links as well.Bob Zeleznik
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-20merge conflictsusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-17changed dropping menu items from collectionMenu to create fonticonbuttons if ↵Bob Zeleznik
all parameters are filled in. . and buttons are placed in overlay layer. added labels to all fonticons usin title + added a tooltip field. turned off autoscroll of freeform view when dragign buttons (which will be in the overlay)
2020-07-15bugfix + cleanupusodhi
2020-07-13fixed issues with ACLs and writing to playground fields when you have Edit ↵Bob Zeleznik
permission. Also fixed text editing by fixing fetchProto to use untracked references to fields