Skip to content

Commits

Permalink
feature-co2236
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 5, 2021

  1. Copy the full SHA
    d692de5 View commit details
  2. Copy the full SHA
    5abce17 View commit details

Commits on Oct 3, 2021

  1. Improve validation messages (CO-1680)

    Benn Oshrin committed Oct 3, 2021
    Copy the full SHA
    f4b84e6 View commit details
  2. Better detection of misconfigured searches (CO-1771)

    Benn Oshrin committed Oct 3, 2021
    Copy the full SHA
    17dec12 View commit details
  3. Fix issue with json accept header (CO-2200)

    Benn Oshrin committed Oct 3, 2021
    Copy the full SHA
    a4c7ced View commit details
  4. Minor fixes to standard index (NOJIRA)

    Benn Oshrin committed Oct 3, 2021
    Copy the full SHA
    0950430 View commit details

Commits on Oct 2, 2021

  1. Fix error on non-admin login (CO-2120)

    Benn Oshrin committed Oct 2, 2021
    Copy the full SHA
    2051d24 View commit details

Commits on Sep 30, 2021

  1. Copy the full SHA
    a968c46 View commit details
  2. 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>
    arlen and benno committed Sep 30, 2021
    Copy the full SHA
    0ff7513 View commit details
  3. 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)
    arlen committed Sep 30, 2021
    Copy the full SHA
    119a4b5 View commit details
  4. Errata (NOJIRA)

    Benn Oshrin committed Sep 30, 2021
    Copy the full SHA
    17f5759 View commit details
  5. Errata (NOJIRA)

    Benn Oshrin committed Sep 30, 2021
    Copy the full SHA
    b509fed View commit details
  6. Fix viewVar dereference for Cake 4 (NOJIRA)

    Benn Oshrin committed Sep 30, 2021
    Copy the full SHA
    b1fb687 View commit details
  7. Fix Matchgrid build parameter type (NOJIRA)

    Benn Oshrin committed Sep 30, 2021
    Copy the full SHA
    f735b11 View commit details

Commits on Sep 27, 2021

  1. [NO JIRA] StandardController.php#generateRedirect() (#14)

    Fix broken query parameter
    Ioannis committed Sep 27, 2021
    Copy the full SHA
    e633d46 View commit details

Commits on Sep 26, 2021

  1. Upgrade to CakePHP 4.0.10 (#11, CO-1847)

    Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
    Ioannis and Ioannis Igoumenos committed Sep 26, 2021
    Copy the full SHA
    905daa1 View commit details

Commits on Sep 24, 2021

  1. Clean up commit for search/sort (CO-1871)

    Benn Oshrin committed Sep 24, 2021
    Copy the full SHA
    ab4917a View commit details

Commits on Sep 22, 2021

  1. Matchgrid Records: implement filtering/search on index view (CO-1871)

    arlen authored and Benn Oshrin committed Sep 22, 2021
    Copy the full SHA
    34f1777 View commit details
  2. Fix display menu permission (CO-2141)

    Benn Oshrin committed Sep 22, 2021
    Copy the full SHA
    8a6c157 View commit details
  3. Copy the full SHA
    b18975f View commit details
  4. Merge branch 'develop' of github.internet2.edu:COmanage/match into de…

    …velop
    Benn Oshrin committed Sep 22, 2021
    Copy the full SHA
    21b8599 View commit details

Commits on Sep 21, 2021

  1. Merge pull request #10 from loannis/CO-2218_notEmptyFor_is_not_a_func…

    …tion
    
    CO-2218_notEmptyFor_is_not_a_function
    arlen committed Sep 21, 2021
    Copy the full SHA
    ef07e7e View commit details
  2. Validator::EMPTY_NULL is not a valid flag for allowEmptyFor

    Ioannis Igoumenos committed Sep 21, 2021
    Copy the full SHA
    105715a View commit details
  3. Replace Validator::notEmpty with Validator::notBlank

    Ioannis Igoumenos committed Sep 21, 2021
    Copy the full SHA
    a9c5086 View commit details

Commits on Sep 19, 2021

  1. Merge branch 'develop' of github.internet2.edu:COmanage/match into de…

    …velop
    Benn Oshrin committed Sep 19, 2021
    Copy the full SHA
    2ca73e5 View commit details
  2. Move allowEmpty to allowEmptyString and notEmpty to notEmptyString (#9,…

    … CO-2216)
    
    Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
    Ioannis and Ioannis Igoumenos committed Sep 19, 2021
    Copy the full SHA
    682a45c View commit details
  3. Upgraded to CAKEPHP version 3.10 (#5, CO-2213)

    Co-authored-by: Ioannis Igoumenos <ioigoume@admin.grnet.gr>
    Ioannis and Ioannis Igoumenos committed Sep 19, 2021
    Copy the full SHA
    21ca25b View commit details
  4. Create case insensitive indexes for case insensitive attributes (CO-2…

    …211)
    Benn Oshrin committed Sep 19, 2021
    Copy the full SHA
    a2bacab View commit details

Commits on Sep 18, 2021

  1. Copy the full SHA
    90a262e View commit details

Commits on Sep 17, 2021

  1. 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)
    arlen committed Sep 17, 2021
    Copy the full SHA
    dca1059 View commit details
  2. Update schema.json (#8, NOJIRA)

    username string length has to support ePUID identifier
    Ioannis committed Sep 17, 2021
    Copy the full SHA
    b477c2e View commit details
  3. Update default.po (#7, NOJIRA)

    Extra closing quote["]
    Ioannis committed Sep 17, 2021
    Copy the full SHA
    9906a09 View commit details
  4. Initial commits for CO-1871 (filter Matchgrid) and CO-2137 (configura…

    …ble columns)
    Benn Oshrin committed Sep 17, 2021
    Copy the full SHA
    4e5f334 View commit details
  5. 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)
    arlen committed Sep 17, 2021
    Copy the full SHA
    01ce3fb View commit details

Commits on Sep 16, 2021

  1. Merge pull request #4 from COmanage/feature-co2212

    Simplify PermissionsContoller pagination to remove exception (CO-2212)
    benno committed Sep 16, 2021
    Copy the full SHA
    636aa82 View commit details
Older