aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Doc.ts
AgeCommit message (Collapse)Author
2020-01-30small template fixes for text mostly.bob
2020-01-29ui cleanup for pivot viewer/chrome. error fixes. fixed layout of flyoutsbob
2020-01-28minor cleanup so that layout strings are all stored in layout_<name> fieldsBob Zeleznik
2020-01-28fixes for texttemplates that get updated.bob
2020-01-28functional child templates for Buxton viewbob
2020-01-28made makemetadatafield menu option always available.bob
2020-01-28added support for make templates of collectionsbob
2020-01-27pivot field box and proper AND/OR behavior of facetsSam Wilkins
2020-01-24fixes for imagebox's and detailed viewBob Zeleznik
2020-01-24fixed imagebox dropping for empty image templates.bob
2020-01-24docFilters are evaluated diretly instead of being converted to a viewScript.bob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-22small cleanups for exceptionsBob Zeleznik
2020-01-22streamling templates.Bob Zeleznik
2020-01-22added an exclude list of field keys when a document is copiedbob
2020-01-22slight improvement maybe to createDocExtension and scraper to use prefetch proxybob
2020-01-22basic cleanup for warningsbob
2020-01-22fixed template/scripting problem. added collectionDoc parameter for onClick ↵bob
scripts. made buxton layout update hero image on click.
2020-01-22fixed pivot viewer to not have multiple columns with the same value. fixed ↵Bob Zeleznik
imagebox to show fade views. cleaned up makeMetadataFieldTemplate
2020-01-21fixed error with dependenciesbob
2020-01-21semicolonSam Wilkins
2020-01-21Merge pull request #332 from browngraphicslab/facet_refactorSam Wilkins
Facet refactor
2020-01-21functional but incomplete updating logicSam Wilkins
2020-01-21fixed templating with collection views set?bob
2020-01-21initial commitSam Wilkins
2020-01-21added a ToString() method to fields so that rendering them as RichTextField ↵Bob Zeleznik
won't make them unreadable
2020-01-21fixed up creating template fields in stacking views (+ after the template is ↵Bob Zeleznik
made)
2020-01-15changed freeformdocument to use contentfittingviews if specified with ↵bob
FitToBox. fixed bugs with contentfittingviews & titles.
2020-01-15linter + baseline functional multicolumn viewSam Wilkins
2020-01-14fixes for stacking views to honor panelwidth/height -- allows stacking ↵bob
panels to be placed in Content fitting document views.
2020-01-13fixed onChildClick handlers to work for freeform views. added padding for ↵bob
fitTocontents views. fixed performance with templates. added openOnRight script func. switched filter to ||,
2020-01-13fixed some scripting and added some functions for adding docFilters to ↵bob
collections
2020-01-10better working version of pivot viewerbob
2019-12-20minor cleanupbob
2019-12-18fixes to fieldKey searces within layoutstrings to use ' instead of "bob
2019-12-17made documentbox more usable with borders, fwd/back/lock. and annotation ↵Bob Zeleznik
filtering.
2019-12-16added onclick option for selecting first link target. changed ↵Bob Zeleznik
contentFittingDocView to center vertically as well as horizontally
2019-12-15fixed auto show seleted functionBob Zeleznik
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-15writing selectedDocs to user doc to allow selection to be part of scriptingBob Zeleznik
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-11got rid of search_match&search_fields. Now have Doc.SearchQuery() and ↵Bob Zeleznik
document.searchMatch
2019-12-05better highlighting of path targetbob
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-27fixing templates & workspace/document sidebar treeviewsbob
2019-11-23merge from masterandrewdkim
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.
2019-11-18changing documentView to ignore transforms -- must be applied by view boxesbob
2019-11-16merge from masterAndrew Kim
2019-11-13fixed search on client/server to work with richTextFields. got rid of ↵bob
'text' field on richtextfield extensions.