1. 15 Mar, 2017 10 commits
  2. 14 Mar, 2017 3 commits
  3. 13 Mar, 2017 8 commits
  4. 10 Mar, 2017 11 commits
    • Sean Hammond's avatar
      Add draft docs for building the docs · bd33075d
      Sean Hammond authored
      bd33075d
    • Sean Hammond's avatar
      Move the docs directory to Sphinx · f9909a32
      Sean Hammond authored
      Change the docs directory (which was just a directory of markdown files)
      to a reStructuredText / Sphinx project.
      
      Docs are reorganized by audience.
      
      Some docs (for example embedding.rst) are copied over from the h repo's
      docs. These will be removed from the h repo after this commit is merged.
      f9909a32
    • Sean Hammond's avatar
      Add publisher docs from h repo into this repo · c9c9c924
      Sean Hammond authored
      These are documentation files intended for publishers who're embedding h
      in their sites, they're being removed from the h repo into this client
      repo.
      
      There may be some reStructuredText syntax in these files that doesn't
      work on GitHub (only in Sphinx or only on readthedocs) but these client
      docs are about to be moved over to Sphinx/readthedocs anyway.
      c9c9c924
    • Sean Hammond's avatar
      Move docs for publishers into publishers dir · 5e51d8b8
      Sean Hammond authored
      Keep all the docs for publishers (i.e. people who run websites that
      publish content, and want to embed the h client into their site)
      together in one docs/publishers folder.
      5e51d8b8
    • Sean Hammond's avatar
      Merge pull request #276 from hypothesis/edit-asset-root-and-sidebar-app-url-docs · d28669cc
      Sean Hammond authored
      Edit assetRoot and sidebarAppUrl docs
      d28669cc
    • Robert Knight's avatar
      Fix client failing to load on pages that define `self` · 362b4edf
      Robert Knight authored
      Fix client failing to load on pages that define `self` to be something
      other than `window`.
      
      When AnnotatorJS is bundled by browserify, it is first processed by
      browserify-shim* which adds references to a variable called 'global',
      which exists in Node but not the browser. Browserify then processes the
      result and assigns `global` to the value of the first variable from
      ['global', 'self', 'window'] which is already defined.
      
      https://github.com/hypothesis/h/pull/3385 fixed the problem when the
      page defines a variable called 'global' that is not an alias for
      'window' by reducing this list to ['self', 'window']. This still leaves
      pages that define 'self'.
      
      This commit fixes the problem by always making `global` (within CommonJS
      modules) always be assigned the value of `window`.
      
      * browserify-shim deals with the fact that AnnotatorJS 1.2.x is not a
      CommonJS module and exports its entry point as `window.Annotator`.
      362b4edf
    • Robert Knight's avatar
      1.3.0 · dfe8a9cc
      Robert Knight authored
      dfe8a9cc
    • Robert Knight's avatar
      Update Change Log · c648f2b1
      Robert Knight authored
      c648f2b1
    • Sean Hammond's avatar
      Edit the `services` config setting docs · 9bf28653
      Sean Hammond authored
      - Clarify that if any service is specified it's used _instead of_, not
      in addition to, the default hypothes.is service
      
      - Add note that services settings are still experimental
      
      - Edit the text for clarity
      
      I still don't think the `authority` setting is very well described here,
      but I think that setting may be going away in the future, so I'm not
      going to try and document it better right now.
      
      The `grantToken` setting could still do with much better docs as well.
      9bf28653
    • Sean Hammond's avatar
      Edit assetRoot and sidebarAppUrl docs · 660d902a
      Sean Hammond authored
      Move the docs for these two config settings into their own section in
      the docs, and note that they're experimental.
      660d902a
    • Robert Knight's avatar
      Merge pull request #275 from hypothesis/rename-onlogin · 00ef3788
      Robert Knight authored
      Rename the onLogin callback to onLoginRequest
      00ef3788
  5. 09 Mar, 2017 4 commits
  6. 08 Mar, 2017 4 commits