-
Notifications
You must be signed in to change notification settings - Fork 136
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
Commits on Mar 26, 2021
-
Add logging for render exceptions
(fix omeka#1657) (cherry picked from commit 4aeca55)
Configuration menu - View commit details
-
Copy full SHA for 897f738 - Browse repository at this point
Copy the full SHA 897f738View commit details -
(fix omeka#1659) (cherry picked from commit 384af74)
Configuration menu - View commit details
-
Copy full SHA for 2007477 - Browse repository at this point
Copy the full SHA 2007477View commit details -
Fix further instances of unescaped browse body
(cherry picked from commit 7600c9f)
Configuration menu - View commit details
-
Copy full SHA for cf67135 - Browse repository at this point
Copy the full SHA cf67135View commit details -
(cherry picked from commit b48976e)
Configuration menu - View commit details
-
Copy full SHA for dbaa9e0 - Browse repository at this point
Copy the full SHA dbaa9e0View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 3018445 - Browse repository at this point
Copy the full SHA 3018445View commit details -
(cherry picked from commit da1a732)
Configuration menu - View commit details
-
Copy full SHA for 5ca96b7 - Browse repository at this point
Copy the full SHA 5ca96b7View commit details -
Allowed to search by id with api endpoint. (omeka#1667)
Co-authored-by: Daniel Berthereau <Daniel.git@Berthereau.net> (cherry picked from commit c1172b7)
Configuration menu - View commit details
-
Copy full SHA for d2bd5cd - Browse repository at this point
Copy the full SHA d2bd5cdView commit details -
Delete fulltext on pre (fix omeka#1662)
(cherry picked from commit 38de23b)
Configuration menu - View commit details
-
Copy full SHA for 7c846fe - Browse repository at this point
Copy the full SHA 7c846feView commit details -
(cherry picked from commit 9f8c338)
Configuration menu - View commit details
-
Copy full SHA for 6e536ac - Browse repository at this point
Copy the full SHA 6e536acView commit details -
api.delete.pre only needed for site pages
(cherry picked from commit e156a5b)
Configuration menu - View commit details
-
Copy full SHA for ce7bd6a - Browse repository at this point
Copy the full SHA ce7bd6aView commit details -
Remove incorrect read from stdin on proc_open
(cherry picked from commit ce8c1f5)
Configuration menu - View commit details
-
Copy full SHA for 5d6fa1b - Browse repository at this point
Copy the full SHA 5d6fa1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8eaaa - Browse repository at this point
Copy the full SHA 9a8eaaaView commit details -
Fix permission check for dashboard Add Site button
(fix omeka#1680) (cherry picked from commit dfbab69)
Configuration menu - View commit details
-
Copy full SHA for 78940ba - Browse repository at this point
Copy the full SHA 78940baView commit details -
Search type and language case insensitively (fix omeka#1672).
(cherry picked from commit 998e7af)
Configuration menu - View commit details
-
Copy full SHA for 5e2fd24 - Browse repository at this point
Copy the full SHA 5e2fd24View commit details -
Supported only full ascii for types and langs in the list of values.
(cherry picked from commit 2c1cb43)
Configuration menu - View commit details
-
Copy full SHA for e75679f - Browse repository at this point
Copy the full SHA e75679fView commit details -
Fix default From config for mail
(fix omeka#1685) (cherry picked from commit ca4052c)
Configuration menu - View commit details
-
Copy full SHA for a846adb - Browse repository at this point
Copy the full SHA a846adbView commit details -
Forbid javascript: URLs for url data type
(omeka#1688) (cherry picked from commit 442e395)
Configuration menu - View commit details
-
Copy full SHA for 9d2db42 - Browse repository at this point
Copy the full SHA 9d2db42View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a3708a6 - Browse repository at this point
Copy the full SHA a3708a6View commit details -
Fix display of no resources in respective sidebar selects.
(cherry picked from commit e556729)
Configuration menu - View commit details
-
Copy full SHA for 2c6e85f - Browse repository at this point
Copy the full SHA 2c6e85fView commit details -
(cherry picked from commit d87e21c)
Configuration menu - View commit details
-
Copy full SHA for 703508e - Browse repository at this point
Copy the full SHA 703508eView commit details -
Fix broken cross-site results for item sets
(cherry picked from commit b2b4979)
Configuration menu - View commit details
-
Copy full SHA for 843f178 - Browse repository at this point
Copy the full SHA 843f178View commit details -
Fix unescaped query on cross-site search results
(fix omeka#1698) (cherry picked from commit 05ac39a)
Configuration menu - View commit details
-
Copy full SHA for 6424b58 - Browse repository at this point
Copy the full SHA 6424b58View commit details -
Account for private resources when getting subject value count
(cherry picked from commit 2866f03)
Configuration menu - View commit details
-
Copy full SHA for 161df3d - Browse repository at this point
Copy the full SHA 161df3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1637f - Browse repository at this point
Copy the full SHA 1d1637fView commit details
Commits on Apr 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 244683d - Browse repository at this point
Copy the full SHA 244683dView commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b583ffd - Browse repository at this point
Copy the full SHA b583ffdView commit details
Commits on Oct 15, 2021
-
Use numeric flag when searching assign_new_items
(cherry picked from commit 284f4f4)
Configuration menu - View commit details
-
Copy full SHA for b089e44 - Browse repository at this point
Copy the full SHA b089e44View commit details -
Accept more types on boolean flags
(cherry picked from commit 5dece9e)
Configuration menu - View commit details
-
Copy full SHA for 68e9e31 - Browse repository at this point
Copy the full SHA 68e9e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa7dedc - Browse repository at this point
Copy the full SHA aa7dedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cfd98 - Browse repository at this point
Copy the full SHA 94cfd98View commit details
Commits on Mar 3, 2022
-
Fix API link header by setting correct per_page (omeka#1778)
(cherry picked from commit 68f9b92)
Configuration menu - View commit details
-
Copy full SHA for d486a40 - Browse repository at this point
Copy the full SHA d486a40View commit details -
Set -webkit-text-fill-color to avoid Safari css oddity with disabled …
…inputs. See https://forum.omeka.org/t/scripto-text-all-white-in-safari/14560/2. (cherry picked from commit ed93e34)
Configuration menu - View commit details
-
Copy full SHA for b107fc6 - Browse repository at this point
Copy the full SHA b107fc6View commit details -
Tolerate missing assets/pages in asset block
(cherry picked from commit 6007661)
Configuration menu - View commit details
-
Copy full SHA for 9125074 - Browse repository at this point
Copy the full SHA 9125074View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 13191c0 - Browse repository at this point
Copy the full SHA 13191c0View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 04384d2 - Browse repository at this point
Copy the full SHA 04384d2View commit details -
Filter out ListOfPages pages in js instead of sending via ajax
(cherry picked from commit 5048c37)
Configuration menu - View commit details
-
Copy full SHA for 70322ca - Browse repository at this point
Copy the full SHA 70322caView commit details -
(cherry picked from commit 4c313f7)
Configuration menu - View commit details
-
Copy full SHA for 92b8130 - Browse repository at this point
Copy the full SHA 92b8130View commit details -
Prevent dragging blocks into wysiwygs on page edit
(fix omeka#1791) (cherry picked from commit 25d3ccc)
Configuration menu - View commit details
-
Copy full SHA for 891130f - Browse repository at this point
Copy the full SHA 891130fView commit details -
Remove stray console logging from last commit`
(cherry picked from commit a5edf2d)
Configuration menu - View commit details
-
Copy full SHA for 86703fe - Browse repository at this point
Copy the full SHA 86703feView commit details -
Make sidebar-pagelist static and remove Controller action (omeka#1816)
(cherry picked from commit 31d8998)
Configuration menu - View commit details
-
Copy full SHA for fb28d3b - Browse repository at this point
Copy the full SHA fb28d3bView commit details -
More tightly scope list-of-pages js listeners
(cherry picked from commit 5f6634b)
Configuration menu - View commit details
-
Copy full SHA for 4988339 - Browse repository at this point
Copy the full SHA 4988339View commit details -
Use classes to manage page button visibility.
(cherry picked from commit e0e76f4)
Configuration menu - View commit details
-
Copy full SHA for fa72e47 - Browse repository at this point
Copy the full SHA fa72e47View commit details -
Add icons to indicate sorting in jstree instances.
(cherry picked from commit ceeb7f6)
Configuration menu - View commit details
-
Copy full SHA for 11af06c - Browse repository at this point
Copy the full SHA 11af06cView commit details -
Move add pages button under page list for consistency.
(cherry picked from commit a48b9bb)
Configuration menu - View commit details
-
Copy full SHA for f6dc0ba - Browse repository at this point
Copy the full SHA f6dc0baView commit details -
Make site navigation consistent with list of pages updates.
(cherry picked from commit 3aa2179)
Configuration menu - View commit details
-
Copy full SHA for 4e86159 - Browse repository at this point
Copy the full SHA 4e86159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0189271 - Browse repository at this point
Copy the full SHA 0189271View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ee4dc9 - Browse repository at this point
Copy the full SHA 0ee4dc9View commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d167dde - Browse repository at this point
Copy the full SHA d167ddeView commit details
Commits on Apr 23, 2022
-
Include the reverse key only if the resource has reverse properties (fix
omeka#1840) (cherry picked from commit e8104f1)
Configuration menu - View commit details
-
Copy full SHA for 5b0e68e - Browse repository at this point
Copy the full SHA 5b0e68eView commit details
Commits on May 19, 2022
-
Fix missing translation in search result (omeka#1839)
(cherry picked from commit 76f9f3a)
Configuration menu - View commit details
-
Copy full SHA for 719cf3d - Browse repository at this point
Copy the full SHA 719cf3dView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 194ec94 - Browse repository at this point
Copy the full SHA 194ec94View commit details -
Make selector more specific in counting function, rename counting fun…
…ction. (cherry picked from commit d0051ba)
Configuration menu - View commit details
-
Copy full SHA for 9932b97 - Browse repository at this point
Copy the full SHA 9932b97View commit details -
Restore mysteriously removed selector fixes
(omeka#1678 again) (cherry picked from commit 0c93db0)
Configuration menu - View commit details
-
Copy full SHA for cc23758 - Browse repository at this point
Copy the full SHA cc23758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66729cb - Browse repository at this point
Copy the full SHA 66729cbView commit details
Commits on May 24, 2022
-
Use selecting value datatype when adding resources
(omeka#1844) (cherry picked from commit ca8135a)
Configuration menu - View commit details
-
Copy full SHA for 4ee65ac - Browse repository at this point
Copy the full SHA 4ee65acView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ab63a9f - Browse repository at this point
Copy the full SHA ab63a9fView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1afa7e9 - Browse repository at this point
Copy the full SHA 1afa7e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb9f1c - Browse repository at this point
Copy the full SHA ffb9f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b7a05 - Browse repository at this point
Copy the full SHA c1b7a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b477e78 - Browse repository at this point
Copy the full SHA b477e78View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4341613 - Browse repository at this point
Copy the full SHA 4341613View commit details
Commits on Jun 30, 2022
-
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)
Configuration menu - View commit details
-
Copy full SHA for b78ef95 - Browse repository at this point
Copy the full SHA b78ef95View commit details -
Revoke misleading user create/batch privileges. (fix omeka#1856) (cherry picked from commit 71c2d6c)
Configuration menu - View commit details
-
Copy full SHA for f640a42 - Browse repository at this point
Copy the full SHA f640a42View commit details
Commits on Jul 11, 2022
-
Allow supervisor to import/self-edit/remove vocabs
(fix omeka#1857) (cherry picked from commit a5f5142)
Configuration menu - View commit details
-
Copy full SHA for 79f5dd5 - Browse repository at this point
Copy the full SHA 79f5dd5View commit details
Commits on Jul 15, 2022
-
(cherry picked from commit 78a02889e97ec082c0879142177ca911726225d4)
Configuration menu - View commit details
-
Copy full SHA for 5574a2d - Browse repository at this point
Copy the full SHA 5574a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b320d - Browse repository at this point
Copy the full SHA 56b320dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ade9e55 - Browse repository at this point
Copy the full SHA ade9e55View commit details
Commits on Aug 23, 2022
-
Don't allow inactive users to continue sessions
(cherry picked from commit 613c45c)
Configuration menu - View commit details
-
Copy full SHA for 2052716 - Browse repository at this point
Copy the full SHA 2052716View commit details -
Fix bug that got object resource instead of subject resources for @re…
…verse (fix omeka#1878) (cherry picked from commit abecce6)
Configuration menu - View commit details
-
Copy full SHA for c96ef33 - Browse repository at this point
Copy the full SHA c96ef33View commit details -
Fix bug where only items are linked in @reverse (fix omeka#1888)
(cherry picked from commit f1b5cc0)
Configuration menu - View commit details
-
Copy full SHA for 8d9f826 - Browse repository at this point
Copy the full SHA 8d9f826View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 2e5dff7 - Browse repository at this point
Copy the full SHA 2e5dff7View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12f32ac - Browse repository at this point
Copy the full SHA 12f32acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d150a3 - Browse repository at this point
Copy the full SHA 4d150a3View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89db125 - Browse repository at this point
Copy the full SHA 89db125View commit details
Commits on Jan 23, 2023
-
Passed resource and value annotation to template for displayValues().
Daniel Berthereau authored and Daniel Berthereau committedJan 23, 2023 Configuration menu - View commit details
-
Copy full SHA for c923506 - Browse repository at this point
Copy the full SHA c923506View commit details