Skip to content
Permalink
4892e3804a
Switch branches/tags

Commits on Dec 8, 2021

  1. Merge pull request #10210 from rstudio/bugfix/bbt

    Fix BetterBibTeX detection on Linux
    dragonstyle committed Dec 8, 2021
  2. Improve path resolution

    dragonstyle committed Dec 8, 2021
  3. Merge pull request #10197 from StatCan/jose-i18nify-workbench-views-e…

    …nvironment
    
    feat(i18n): views-environment
    gtritchie committed Dec 8, 2021
  4. Replace command to modern for our cmake

    Tried to used file(copy_file to copy some files to the build dir, but
    our cmake 3.4.3 build machines don't support it. So falling back to
    configure_file(in out COPYONLY) which they do support.
    AndrewMcClain committed Dec 8, 2021
  5. Merge pull request #10196 from StatCan/rohan-i18nify-client-workbench…

    …-pt1
    
    feat(i18n):i18nify client workbench
    gtritchie committed Dec 8, 2021
  6. fix(revert to hardcoded)

    Revert to the hardcoded 'Environment' string
    for both EnvironmentTab and EnvironmentPane
    Jose-Matsuda committed Dec 8, 2021
  7. Merge pull request #10199 from rstudio/bugfix/3129-postgres-upgrade

    Bugfix/3129 postgres upgrade
    AndrewMcClain committed Dec 8, 2021
  8. Merge pull request #10204 from rstudio/bugfix/bbt

    Correct relative path resolution to Zotero profile on *nix
    dragonstyle committed Dec 8, 2021
  9. Remove Unnecessary Includes

    had iostream from some testing, dropped it.
    AndrewMcClain committed Dec 8, 2021
  10. Make DB/Host/User/Pass Configurable

    Postgres db name, host, user and pass are now configurable by
    environment variable.
    AndrewMcClain committed Dec 8, 2021
  11. Update to include .hpp

    AndrewMcClain committed Dec 8, 2021
  12. Fix for file extension

    .h -> .hpp as the header is a c++ header.
    AndrewMcClain committed Dec 8, 2021
  13. Merge pull request #10201 from rstudio/bugfix/doi-sel

    Automatically select result when there is only a single result
    dragonstyle committed Dec 8, 2021
  14. Automatically select result when there is only a single result

    -> This is a better way to drive the behavior of the DOI panel, which wants to select the result by default, but which should still have sane selection behavior ocne the panel is populated.
    
    -> Addressed hangover issue in #9124
    dragonstyle committed Dec 8, 2021

Commits on Dec 7, 2021

  1. Merge pull request #10172 from StatCan/jose-i18nify-workbench-views-s…

    …ource
    
    feat(i18n) workbench-views-source
    gtritchie committed Dec 7, 2021
  2. Merge pull request #10198 from rstudio/bugfix/cite-start-line

    Remove leading space when splitting invalid marks
    dragonstyle committed Dec 7, 2021
  3. feat(i18n): views-environment

    Implement i18n for classes under workbench.views.environment
    Jose-Matsuda committed Dec 7, 2021
  4. Rename Variables Add File Exists Requirement

    Rename local variabls.
    Ensure that the db dump exists
    AndrewMcClain committed Dec 7, 2021
  5. Remove Debug Cout

    AndrewMcClain committed Dec 7, 2021
  6. Stop Globbing Tests

    Call out tests specifically
    AndrewMcClain committed Dec 7, 2021
  7. Remove leading space when splitting invalid marks

    (fixes relative behavior 1 of #9993)
    
    ```
    - Enter one citation, e.g. @Entry1
    - Place the cursor to the left of the @ of the entry
    - Start another citation by typing space (so the @ isn't directly adjacent to the subsequent one) and then back arrow and type @, then complete the entry, e.g. @entry2, @Entry1
    - The original entry is considered text, not a citation, while the new citation works
    ```
    dragonstyle committed Dec 7, 2021
  8. Merge pull request #10028 from rstudio/feature/session-suspend-info

    Feature/session suspend info
    cm421 committed Dec 7, 2021
Older