Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/value annotation resource #1997

Closed

Commits on Mar 26, 2021

  1. Add logging for render exceptions

    (fix omeka#1657)
    
    (cherry picked from commit 4aeca55)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    897f738 View commit details
    Browse the repository at this point in the history
  2. Pin to composer 1.x

    (fix omeka#1659)
    
    (cherry picked from commit 384af74)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    2007477 View commit details
    Browse the repository at this point in the history
  3. Fix further instances of unescaped browse body

    (cherry picked from commit 7600c9f)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    cf67135 View commit details
    Browse the repository at this point in the history
  4. Support text/json+oembed

    (cherry picked from commit b48976e)
    Avnerus authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    dbaa9e0 View commit details
    Browse the repository at this point in the history
  5. Add checking for json extension on install

    Since we use it fairly extensively in the internals, we need to check
    for its presence more or less immediately to avoid just having a fatal
    PHP error instead.
    
    (cherry picked from commit 2a76cf2)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3018445 View commit details
    Browse the repository at this point in the history
  6. Mark labels for translation

    (cherry picked from commit da1a732)
    jimsafley authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5ca96b7 View commit details
    Browse the repository at this point in the history
  7. Allowed to search by id with api endpoint. (omeka#1667)

    Co-authored-by: Daniel Berthereau <Daniel.git@Berthereau.net>
    (cherry picked from commit c1172b7)
    Daniel-KM authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d2bd5cd View commit details
    Browse the repository at this point in the history
  8. Delete fulltext on pre (fix omeka#1662)

    (cherry picked from commit 38de23b)
    jimsafley authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7c846fe View commit details
    Browse the repository at this point in the history
  9. Delete site page fulltext

    (cherry picked from commit 9f8c338)
    jimsafley authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6e536ac View commit details
    Browse the repository at this point in the history
  10. api.delete.pre only needed for site pages

    (cherry picked from commit e156a5b)
    jimsafley authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ce7bd6a View commit details
    Browse the repository at this point in the history
  11. Remove incorrect read from stdin on proc_open

    (cherry picked from commit ce8c1f5)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5d6fa1b View commit details
    Browse the repository at this point in the history
  12. Fix npm audit issue

    (cherry picked from commit 7cf6b87)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9a8eaaa View commit details
    Browse the repository at this point in the history
  13. Fix permission check for dashboard Add Site button

    (fix omeka#1680)
    
    (cherry picked from commit dfbab69)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    78940ba View commit details
    Browse the repository at this point in the history
  14. Search type and language case insensitively (fix omeka#1672).

    (cherry picked from commit 998e7af)
    Daniel Berthereau authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5e2fd24 View commit details
    Browse the repository at this point in the history
  15. Supported only full ascii for types and langs in the list of values.

    (cherry picked from commit 2c1cb43)
    Daniel Berthereau authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e75679f View commit details
    Browse the repository at this point in the history
  16. Fix default From config for mail

    (fix omeka#1685)
    
    (cherry picked from commit ca4052c)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a846adb View commit details
    Browse the repository at this point in the history
  17. Forbid javascript: URLs for url data type

    (omeka#1688)
    
    (cherry picked from commit 442e395)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    9d2db42 View commit details
    Browse the repository at this point in the history
  18. Don't detach entities in in-process batch edit

    The detach process used in batch edit/create is pretty brittle,
    especially in "synchronous" or in-process contexts where many more
    entities are loaded before the batch edit begins, so the results are
    less predictable. Typical "bad" results are Doctrine errors about
    duplicates or encountering "new" un-persisted entities through a
    relationship.
    
    The detach also serves very little purpose in this
    context, as it's only there to improve performance _between_ multiple
    batches, and the in-process edits only do a single batch.
    
    This commit adds a new request option for batch edits and creates,
    "detachEntity", defaulted to true, and has the controllers for the
    in-process batch updates set it to false.
    
    (omeka#1690)
    
    (cherry picked from commit 578dd20)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a3708a6 View commit details
    Browse the repository at this point in the history
  19. Fix display of no resources in respective sidebar selects.

    (cherry picked from commit e556729)
    kimisgold authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    2c6e85f View commit details
    Browse the repository at this point in the history
  20. Update README.md

    (cherry picked from commit d87e21c)
    sharonmleon authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    703508e View commit details
    Browse the repository at this point in the history
  21. Fix broken cross-site results for item sets

    (cherry picked from commit b2b4979)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    843f178 View commit details
    Browse the repository at this point in the history
  22. Fix unescaped query on cross-site search results

    (fix omeka#1698)
    
    (cherry picked from commit 05ac39a)
    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    6424b58 View commit details
    Browse the repository at this point in the history
  23. Account for private resources when getting subject value count

    (cherry picked from commit 2866f03)
    jimsafley authored and zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    161df3d View commit details
    Browse the repository at this point in the history
  24. Set version 3.0.2

    zerocrates committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1d1637f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Pull from Transifex

    (cherry picked from commit 9b1389e)
    zerocrates committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    244683d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Merge tag 'v3.1.0'

    Version 3.1.0
    zerocrates committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    b583ffd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Use numeric flag when searching assign_new_items

    (cherry picked from commit 284f4f4)
    jimsafley authored and zerocrates committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b089e44 View commit details
    Browse the repository at this point in the history
  2. Accept more types on boolean flags

    (cherry picked from commit 5dece9e)
    jimsafley authored and zerocrates committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    68e9e31 View commit details
    Browse the repository at this point in the history
  3. Pull from Transifex

    (cherry picked from commit 5c9694b)
    zerocrates committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    aa7dedc View commit details
    Browse the repository at this point in the history
  4. Set version 3.1.1

    zerocrates committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    94cfd98 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Fix API link header by setting correct per_page (omeka#1778)

    (cherry picked from commit 68f9b92)
    jimsafley authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d486a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b107fc6 View commit details
    Browse the repository at this point in the history
  3. Tolerate missing assets/pages in asset block

    (cherry picked from commit 6007661)
    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9125074 View commit details
    Browse the repository at this point in the history
  4. Allow assets to link to private pages. Fix omeka#1807 (omeka#1810)

    Assets linking to private pages will appear unlinked to
    users without permissions in the public view.
    
    Also prevent blank asset creation when form submitted with asset sidebar open and fill in missing aria labels.
    
    (cherry picked from commit 245d9f2)
    kimisgold authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    13191c0 View commit details
    Browse the repository at this point in the history
  5. Fix asset internal signature

    Required params after optional is deprecated/illegal. This is for
    internal use anyway so there's really no need for the optional param in
    the first place.
    
    (cherry picked from commit 0046d65)
    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    04384d2 View commit details
    Browse the repository at this point in the history
  6. Filter out ListOfPages pages in js instead of sending via ajax

    (cherry picked from commit 5048c37)
    matthewjmckinley authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    70322ca View commit details
    Browse the repository at this point in the history
  7. Remove empty line

    (cherry picked from commit 4c313f7)
    matthewjmckinley authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    92b8130 View commit details
    Browse the repository at this point in the history
  8. Prevent dragging blocks into wysiwygs on page edit

    (fix omeka#1791)
    
    (cherry picked from commit 25d3ccc)
    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    891130f View commit details
    Browse the repository at this point in the history
  9. Remove stray console logging from last commit`

    (cherry picked from commit a5edf2d)
    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    86703fe View commit details
    Browse the repository at this point in the history
  10. Make sidebar-pagelist static and remove Controller action (omeka#1816)

    (cherry picked from commit 31d8998)
    matthewjmckinley authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fb28d3b View commit details
    Browse the repository at this point in the history
  11. More tightly scope list-of-pages js listeners

    (cherry picked from commit 5f6634b)
    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4988339 View commit details
    Browse the repository at this point in the history
  12. Use classes to manage page button visibility.

    (cherry picked from commit e0e76f4)
    kimisgold authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fa72e47 View commit details
    Browse the repository at this point in the history
  13. Add icons to indicate sorting in jstree instances.

    (cherry picked from commit ceeb7f6)
    kimisgold authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    11af06c View commit details
    Browse the repository at this point in the history
  14. Move add pages button under page list for consistency.

    (cherry picked from commit a48b9bb)
    kimisgold authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f6dc0ba View commit details
    Browse the repository at this point in the history
  15. Make site navigation consistent with list of pages updates.

    (cherry picked from commit 3aa2179)
    kimisgold authored and zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4e86159 View commit details
    Browse the repository at this point in the history
  16. Set version 3.1.2.

    zerocrates committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    0189271 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Pull from Transifex

    zerocrates committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    0ee4dc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Merge branch 'develop'

    zerocrates committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d167dde View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    5b0e68e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Fix missing translation in search result (omeka#1839)

    (cherry picked from commit 76f9f3a)
    ManOnDaMoon authored and zerocrates committed May 19, 2022
    Configuration menu
    Copy the full SHA
    719cf3d View commit details
    Browse the repository at this point in the history
  2. Elminate phantom session errors

    We returned false from our handler when no rows were updated, leading to
    possible inaccurate error messages from PHP when two requests in quick
    succession "updated" the same session to identical values.
    
    We'll just return true here always and rely on the execute throwing an
    exception in the case of an actual problem.
    
    Also: move from the deprecated executeUpdate to executeStatement.
    (cherry picked from commit cf65b7a)
    zerocrates committed May 19, 2022
    Configuration menu
    Copy the full SHA
    194ec94 View commit details
    Browse the repository at this point in the history
  3. Make selector more specific in counting function, rename counting fun…

    …ction.
    
    (cherry picked from commit d0051ba)
    kimisgold authored and zerocrates committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9932b97 View commit details
    Browse the repository at this point in the history
  4. Restore mysteriously removed selector fixes

    (omeka#1678 again)
    
    (cherry picked from commit 0c93db0)
    zerocrates committed May 19, 2022
    Configuration menu
    Copy the full SHA
    cc23758 View commit details
    Browse the repository at this point in the history
  5. Remove resource row from table before updating site count.

    (restoring c8f04d0)
    
    (cherry picked from commit 2a75228)
    zerocrates committed May 19, 2022
    Configuration menu
    Copy the full SHA
    66729cb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Use selecting value datatype when adding resources

    (omeka#1844)
    
    (cherry picked from commit ca8135a)
    zerocrates committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4ee65ac View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Pull from Transifex

    (cherry picked from commit 82dea04)
    zerocrates committed May 27, 2022
    Configuration menu
    Copy the full SHA
    ab63a9f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    1afa7e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-3.2'

    zerocrates committed May 31, 2022
    Configuration menu
    Copy the full SHA
    ffb9f1c View commit details
    Browse the repository at this point in the history
  3. Set version 3.2.1

    zerocrates committed May 31, 2022
    Configuration menu
    Copy the full SHA
    c1b7a05 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release-3.2'

    zerocrates committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b477e78 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Add permissions and disable operations for value annotations (fix ome…

    …ka#1848)
    
    (cherry picked from commit 083c87b)
    jimsafley authored and zerocrates committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4341613 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Use "mp4" as ImageMagick video format specifier

    We used to use "mpeg" which was the name of the ImageMagick coder being
    used, but they've changed it to "video." "mp4" is supported by both old
    and new versions.
    
    (fix omeka#1841)
    
    (cherry picked from commit dc9fe51)
    zerocrates committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b78ef95 View commit details
    Browse the repository at this point in the history
  2. Clarify editor permissions

    Revoke misleading user create/batch privileges.
    
    (fix omeka#1856)
    
    (cherry picked from commit 71c2d6c)
    zerocrates committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f640a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Allow supervisor to import/self-edit/remove vocabs

    (fix omeka#1857)
    
    (cherry picked from commit a5f5142)
    zerocrates committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    79f5dd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Pull from Transifex

    (cherry picked from commit 78a02889e97ec082c0879142177ca911726225d4)
    zerocrates committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5574a2d View commit details
    Browse the repository at this point in the history
  2. Set version 3.2.2

    zerocrates committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    56b320d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-3.2'

    zerocrates committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    ade9e55 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Don't allow inactive users to continue sessions

    (cherry picked from commit 613c45c)
    zerocrates committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2052716 View commit details
    Browse the repository at this point in the history
  2. Fix bug that got object resource instead of subject resources for @re…

    …verse (fix omeka#1878)
    
    (cherry picked from commit abecce6)
    jimsafley authored and zerocrates committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c96ef33 View commit details
    Browse the repository at this point in the history
  3. Fix bug where only items are linked in @reverse (fix omeka#1888)

    (cherry picked from commit f1b5cc0)
    jimsafley authored and zerocrates committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8d9f826 View commit details
    Browse the repository at this point in the history
  4. Use Imagick's "alpha remove" when available

    We use this with the external IM thumbnailer, and the Imagick equivalent
    exists (but it's poorly/non documented). Using flatten is linked to
    unwanted inverted-color output when given CMYK input on some servers.
    
    (cherry picked from commit 6d1c4c1)
    zerocrates committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2e5dff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Set version 3.2.3

    zerocrates committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    12f32ac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-3.2'

    zerocrates committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4d150a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Merge branch 'develop'

    zerocrates committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    89db125 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Passed resource and value annotation to template for displayValues().

    Daniel Berthereau authored and Daniel Berthereau committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c923506 View commit details
    Browse the repository at this point in the history