Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: venenux/codeigniterpower
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: venenux/codeigniterpower
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codeigniter2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 34 files changed
  • 2 contributors

Commits on Oct 28, 2022

  1. improve the script link or tag html helper to CI2 framweork

    * new function script_js that just sourcered a tag with embebed one
    * improved appsys/helpers/html_helper.php
    * backported commit c76849e
    mckaygerhard committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0263eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    dc17699 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. PHP 8.2 support for dynamics properties, improve table class

    * Adding PHP 8.2 support by using AllowDynamicProps tag comment
      thanks to @diazvictor
    * backported for CI2 from
      https://gitlab.com/codeigniterpower/codeigniterpower/commit/0e109f6eb4ff38167849cef9544a11657cc908a2
    mckaygerhard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b56f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8e7a3 View commit details
    Browse the repository at this point in the history
  3. fix generating captcha in PHP with workaround in CI2 for php

    * allows php8 working too alongside php7/php5
    * Fixed bcit-ci/CodeIgniter#6256
    * backported from 0175908
    mckaygerhard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0728e2a View commit details
    Browse the repository at this point in the history
  4. Fix php8/php7 compat for xml_parser_create that nows returns object

    * this function returns an XMLParser instance on php8;
      previously, a resource was returned, or false on failure.
      so i just compare php versions and use thep roperty on
    mckaygerhard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c105802 View commit details
    Browse the repository at this point in the history
  5. Fix replace when php does not property interpreted null values for text

    * mostly need for php8 only..
    mckaygerhard committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    43dc4c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix valid filter_var() options.. php documentation is crap fucking fa…

    …shioned devs
    
    * the php documentation does not specifies if the options can be any mixed
      so later we found is only int or array valid allowed
    mckaygerhard committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0135ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dcc089 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Laoder make is to load any model name in unix

    * Unix like OS are CAmelCase so lest permit to load
      models from CI3 or CI2 no matter if first is uppercase
    mckaygerhard committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c844c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix upcoming deprecation of mt_rand on newer php versions

    * provide a workaround function in code/Common like is_php does
    * closes bcit-ci/CodeIgniter#6275
    * related to pocketarc/codeigniter#3 (comment)
    mckaygerhard committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    67f7eb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix last commit, invalit conditional due missing parentesis

    * related to commit 3c9fcc8
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    be87b95 View commit details
    Browse the repository at this point in the history
  2. fix deprecation warning messages

    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8f65428 View commit details
    Browse the repository at this point in the history
  3. Fix upcoming deprecation of mt_rand on newer php versions

    * provide a workaround function in code/Common like is_php does
    * closes bcit-ci/CodeIgniter#6275
    * related to pocketarc/codeigniter#3 (comment)
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e46e1d9 View commit details
    Browse the repository at this point in the history
  4. backported loading of models in subdirectory by array

    Fixed issue bcit-ci#2638 which prevented loading models in sub-folders by passing an array.
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2e30209 View commit details
    Browse the repository at this point in the history
  5. dont change class filenames to Ucfirst in CI2

    * allow to load `Upercase` and `lowercase`
    * related to commit 20292311636837e120d205e470e41826820feb46
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    867b51b View commit details
    Browse the repository at this point in the history
  6. Add a defensive check in CI_Loader::_ci_load()

    * Prevents possible internal variable overwrites when loading views
    * backported from commit 92d1cc05362998ceabe39c4023f41fd939c1f5b2
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    af9f71b View commit details
    Browse the repository at this point in the history
  7. backguard compat with CI3 using errors from views directory

    * move errors from application to application/views
    * make symlinks to be compatible with CI3
    mckaygerhard committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    94c099e View commit details
    Browse the repository at this point in the history
Loading