| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | fixed computedFn()'s to be used correctly in several places. fixed major ↵ | bobzel | |
| memory leak in PDFs | |||
| 2020-10-11 | removed setting fields to undefined when Acl is Private in hopes of not ↵ | bobzel | |
| losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time. | |||
| 2020-10-10 | fixed docFilters to use up one string field, not 3. makes adding/removing ↵ | bobzel | |
| to lists incrementally work with new server code. | |||
| 2020-10-10 | split LinkDatbase into its own field in the user's registry. fixed sharing ↵ | bobzel | |
| to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry | |||
| 2020-10-09 | simplified setting group users | bobzel | |
| 2020-10-06 | runtime error fix for fetchProto(). fix for preview layout of text link. | bobzel | |
| 2020-10-01 | from last | 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-10-01 | fixed clearing out doc data when permissions are lost. includes ↵ | bobzel | |
| CurrentEmailNormalized from previous commit | |||
| 2020-09-30 | fixed filtering by #links. improved textlink preview layout. | bobzel | |
| 2020-09-25 | changed unset to None and minor changes | usodhi | |
| 2020-09-23 | override and one-click stuff | usodhi | |
| 2020-09-20 | fixed 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-18 | changed ACL to acl. fixed title to read values from data doc ↵ | bobzel | |
| preferentially over layout doc. | |||
| 2020-09-15 | fixed 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-13 | got 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-13 | fixed 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-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
| presentations for treeview outlines. | |||
| 2020-09-02 | fixed behavior of menuButtons to toggle contents. added start of a filter ↵ | bobzel | |
| panel. | |||
| 2020-09-02 | fixed 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-01 | fixed facet filters operations and whitelisting of known fields | bobzel | |
| 2020-08-29 | added some link follow options to link Editor. Big overhaul of dockingView ↵ | bobzel | |
| to make things undoable and cleaner | |||
| 2020-08-28 | fixed 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-25 | fixed ink warnings. double-click turns on control point editing - esc ↵ | bobzel | |
| reverts. made aliasing ink strokes possible & working. | |||
| 2020-08-24 | moved contexts from properties button to properties view section | bobzel | |
| 2020-08-22 | more search cleanup. searches over dashboards, not collections now. fixed ↵ | bobzel | |
| drag-off filters to still work with collections. | |||
| 2020-08-22 | added increment title numbering to standard documents | bobzel | |
| 2020-08-22 | major overhaul of search to avoid writing anything to filtered documents and ↵ | bobzel | |
| to make the UI work properly. | |||
| 2020-08-22 | switched 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-22 | fixed 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-20 | starting overhaul of SearchBox code. | bobzel | |
| 2020-08-19 | cleaning lint errors | bobzel | |
| 2020-08-19 | fixed errors caused by Doc symFields not being variable functions and thus ↵ | bobzel | |
| not having 'this' bound correctly. | |||
| 2020-08-17 | added 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-14 | fix to give an author to template doc protos. | bobzel | |
| 2020-08-14 | fixed some edge cses with richTextMenu synchronization. added author field ↵ | bobzel | |
| to delegates | |||
| 2020-08-12 | Merge pull request #564 from browngraphicslab/schema_search | bobzel | |
| Schema search | |||
| 2020-08-12 | changed iconifying (or setting templates on) readonly documents to work by ↵ | bobzel | |
| setting the layout on the layout oducment | |||
| 2020-08-12 | filtering in solr and pagination | Andy Rickert | |
| 2020-08-10 | default acl private setting created + bugfix | usodhi | |
| 2020-08-06 | alias and acl related fixes | usodhi | |
| 2020-08-05 | Merge branch 'master' into presentation_updates | bobzel | |
| 2020-08-04 | Merge branch 'master' into presentation_updates | Geireann Lindfield Roberts | |
| 2020-08-03 | merge with new ui | Andy Rickert | |
| 2020-08-03 | fixed richtextBar icons. fixed run-time warnings | bobzel | |
| 2020-08-03 | Merge remote-tracking branch 'origin/menu_restructure' into presentation_updates | Geireann Lindfield Roberts | |
| 2020-08-02 | merge w master | anika-ahluwalia | |
| 2020-08-03 | Merge branch 'master' into presentation_updates | Geireann Lindfield Roberts | |
| 2020-08-01 | fixed warnings | bobzel | |
| 2020-07-31 | merge | Andy Rickert | |
