Commits
feature-co2236
Name already in use
Commits on Oct 5, 2021
-
Copy the full SHA d692de5View commit details -
Commits on Oct 3, 2021
-
Improve validation messages (CO-1680)
Benn Oshrin committedOct 3, 2021 -
Better detection of misconfigured searches (CO-1771)
Benn Oshrin committedOct 3, 2021 -
Fix issue with json accept header (CO-2200)
Benn Oshrin committedOct 3, 2021 -
Minor fixes to standard index (NOJIRA)
Benn Oshrin committedOct 3, 2021
Commits on Oct 2, 2021
-
Fix error on non-admin login (CO-2120)
Benn Oshrin committedOct 2, 2021
Commits on Sep 30, 2021
-
-
Remove spin.js and convert spinner to css animation; make spinner act… (
#13, CO-2133) * Remove spin.js and convert spinner to css animation; make spinner active on all links and buttons except those marked with the .nospin class; create page for matchgrid configuration; update breadcrumbs for configuration page; fix user profile dropdown (CO-2133) * Remove the deprecated spin.js library (CO-2133) * Color table heading links appropriately; remove extra print statement from filter buttons (NOJIRA / CO-2133) * Link ID column of Matchgrid Records to edit/view for the record. Update the "link" column type to include the matchgrid_id when present. (CO-2133) * Display matchgrid description (if present) on Manage matchgrid view. (CO-2133) * Revert change to index.ctp for "link" column type. (CO-2133) Co-authored-by: benno <benno@sphericalcowgroup.com>
-
Add "button" type to column configuration for index view (CO-2137) (#15)
* Matchgrid Records: truncate length of field value output (i.e. Reference ID) to shrink the width of columns, but allow the full value to be displayed and copied (CO-2137) * Matchgrid Records: remove popover attribute (CO-2137) * Gather button-specific options together in columns.inc (CO-2137)
-
Benn Oshrin committed
Sep 30, 2021 -
Benn Oshrin committed
Sep 30, 2021 -
Fix viewVar dereference for Cake 4 (NOJIRA)
Benn Oshrin committedSep 30, 2021 -
Fix Matchgrid build parameter type (NOJIRA)
Benn Oshrin committedSep 30, 2021
Commits on Sep 27, 2021
-
[NO JIRA] StandardController.php#generateRedirect() (#14)
Fix broken query parameter
Commits on Sep 26, 2021
-
Upgrade to CakePHP 4.0.10 (#11, CO-1847)
Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
Commits on Sep 24, 2021
-
Clean up commit for search/sort (CO-1871)
Benn Oshrin committedSep 24, 2021
Commits on Sep 22, 2021
-
Fix display menu permission (CO-2141)
Benn Oshrin committedSep 22, 2021 -
Fix platform admin permissions in link rendering (CO-2141)
Benn Oshrin committedSep 22, 2021 -
Merge branch 'develop' of github.internet2.edu:COmanage/match into de…
…velop
Benn Oshrin committedSep 22, 2021
Commits on Sep 21, 2021
-
Merge pull request #10 from loannis/CO-2218_notEmptyFor_is_not_a_func…
…tion CO-2218_notEmptyFor_is_not_a_function
-
Validator::EMPTY_NULL is not a valid flag for allowEmptyFor
Ioannis Igoumenos committedSep 21, 2021 -
Replace Validator::notEmpty with Validator::notBlank
Ioannis Igoumenos committedSep 21, 2021
Commits on Sep 19, 2021
-
Merge branch 'develop' of github.internet2.edu:COmanage/match into de…
…velop
Benn Oshrin committedSep 19, 2021 -
Move allowEmpty to allowEmptyString and notEmpty to notEmptyString (#9,…
… CO-2216) Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
-
Upgraded to CAKEPHP version 3.10 (#5, CO-2213)
Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
-
Create case insensitive indexes for case insensitive attributes (CO-2…
…211)
Benn Oshrin committedSep 19, 2021
Commits on Sep 18, 2021
Commits on Sep 17, 2021
-
Reconciliation view: reformat reconciliation table, link IDs to match… (
#6, CO-2133) * Reconciliation view: reformat reconciliation table, link IDs to matchgrid records, and make "New" record slightly more prominent (CO-2133) * Select Matchgrid view: improve formating, show description, and remove jQuery UI (CO-2133)
-
Update schema.json (#8, NOJIRA)
username string length has to support ePUID identifier
-
Initial commits for CO-1871 (filter Matchgrid) and CO-2137 (configura…
…ble columns)
Benn Oshrin committedSep 17, 2021 -
Fix up menus and information architecture to improve navigability. Fi… (
#2, CO-2141) * Fix up menus and information architecture to improve navigability. First pass refactoring of layout and CSS components to generalize and bring in line with Registry 4.0 and Registry Future. Remove unused libraries, and upgrade Bootstrap and jQuery. (CO-2141 / CO-1948 / CO-2133) * Update localization strings and ensure breadcrumbs and the hamburger menu appear only when they should (CO-2141) * Fix logic for breadcrumb visibility (CO-2141)
Commits on Sep 16, 2021
-
Merge pull request #4 from COmanage/feature-co2212
Simplify PermissionsContoller pagination to remove exception (CO-2212)