Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP

Merge request reports

Checking pipeline status.

Approval is optional

Merged by (Apr 4, 2025 6:39pm UTC)

Merge details

  • Changes merged into WIP with dddbf521.
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghislain Loas
    Ghislain Loas @gloas started a thread on commit 6878b221
    12 * AFI-OPAC 2.0 is distributed in the hope that it will be useful,
    13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    15 * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
    16 *
    17 * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
    18 * along with AFI-OPAC 2.0; if not, write to the Free Software
    19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    20 */
    21
    22 class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_Abstract {
    23 protected $_enabled = false;
    24 protected $_calls = [];
    25
    26 public function preDispatch(Zend_Controller_Request_Abstract $request) {
    27 /*if (!$request->getParam('inspector_gadget', false))
Please register or sign in to reply