From trac_fusion at osgeo.org Mon Apr 10 07:16:57 2023 From: trac_fusion at osgeo.org (Fusion) Date: Mon, 10 Apr 2023 14:16:57 -0000 Subject: [fusion-trac] #667: Usage of get_magic_quotes_gpc in selection handling code Message-ID: <043.20b07c2c98cb27138bdc54e76f6183a6@osgeo.org> #667: Usage of get_magic_quotes_gpc in selection handling code ----------------------------+------------------------ Reporter: jng | Owner: jng Type: defect | Status: assigned Priority: P2 | Milestone: Future Component: Widgets | Version: Severity: Major | Keywords: Browser: All | External ID: Operating System: All | state: New ----------------------------+------------------------ PHP 8 removed the `get_magic_quotes_gpc()` function. There are still usages of this function in the PHP backend -- Ticket URL: Fusion Fusion is a web-mapping application development framework for MapServer and MapGuide OS. From trac_fusion at osgeo.org Mon Apr 10 07:19:15 2023 From: trac_fusion at osgeo.org (Fusion) Date: Mon, 10 Apr 2023 14:19:15 -0000 Subject: [fusion-trac] #667: Usage of get_magic_quotes_gpc in selection handling code In-Reply-To: <043.20b07c2c98cb27138bdc54e76f6183a6@osgeo.org> References: <043.20b07c2c98cb27138bdc54e76f6183a6@osgeo.org> Message-ID: <058.ca192ae4363276d852764b159bff6216@osgeo.org> #667: Usage of get_magic_quotes_gpc in selection handling code -----------------------+--------------------------- Reporter: jng | Owner: jng Type: defect | Status: closed Priority: P2 | Milestone: Future Component: Widgets | Version: Severity: Major | Resolution: fixed Keywords: | Browser: All External ID: | Operating System: All state: New | -----------------------+--------------------------- Changes (by jng): * status: assigned => closed * resolution: => fixed Comment: In [changeset:"3061" 3061]: {{{#!CommitTicketReference repository="" revision="3061" Remove usages of get_magic_quotes_gpc() in PHP backend. Patch by Patrik Johansson Fixes #667 }}} -- Ticket URL: Fusion Fusion is a web-mapping application development framework for MapServer and MapGuide OS. From trac_fusion at osgeo.org Mon Apr 10 07:25:44 2023 From: trac_fusion at osgeo.org (Fusion) Date: Mon, 10 Apr 2023 14:25:44 -0000 Subject: [fusion-trac] #668: Legend widget does not gracefully handle hidden groups Message-ID: <043.5e388c8041cee763aaa34e62a5181834@osgeo.org> #668: Legend widget does not gracefully handle hidden groups ----------------------------+------------------------ Reporter: jng | Owner: jng Type: defect | Status: assigned Priority: P2 | Milestone: Future Component: Widgets | Version: 2.0 Severity: Major | Keywords: Browser: All | External ID: Operating System: All | state: New ----------------------------+------------------------ Reported on mapguide-users: https://lists.osgeo.org/pipermail/mapguide-users/2023-April/034798.html -- Ticket URL: Fusion Fusion is a web-mapping application development framework for MapServer and MapGuide OS. From trac_fusion at osgeo.org Mon Apr 10 07:26:37 2023 From: trac_fusion at osgeo.org (Fusion) Date: Mon, 10 Apr 2023 14:26:37 -0000 Subject: [fusion-trac] #668: Legend widget does not gracefully handle hidden groups In-Reply-To: <043.5e388c8041cee763aaa34e62a5181834@osgeo.org> References: <043.5e388c8041cee763aaa34e62a5181834@osgeo.org> Message-ID: <058.afa2cda393abb373d2a70530a07e098d@osgeo.org> #668: Legend widget does not gracefully handle hidden groups -----------------------+--------------------------- Reporter: jng | Owner: jng Type: defect | Status: closed Priority: P2 | Milestone: Future Component: Widgets | Version: 2.0 Severity: Major | Resolution: fixed Keywords: | Browser: All External ID: | Operating System: All state: New | -----------------------+--------------------------- Changes (by jng): * status: assigned => closed * resolution: => fixed Comment: In [changeset:"3062" 3062]: {{{#!CommitTicketReference repository="" revision="3062" Make Legend gracefully handle hidden/invisible groups. Patch by Patrik Johansson Fixes #668 }}} -- Ticket URL: Fusion Fusion is a web-mapping application development framework for MapServer and MapGuide OS.