-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: venenux/codeigniterpower
base: master
head repository: venenux/codeigniterpower
compare: codeigniter2
- 18 commits
- 34 files changed
- 2 contributors
Commits on Oct 28, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 0263eb2 - Browse repository at this point
Copy the full SHA 0263eb2View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc17699 - Browse repository at this point
Copy the full SHA dc17699View commit details
Commits on Feb 6, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6b56f9f - Browse repository at this point
Copy the full SHA 6b56f9fView commit details -
Fix PHP 8.1 E_DEPRECATED issue when the page has no output.
* backported commit aad14aa
Configuration menu - View commit details
-
Copy full SHA for fc8e7a3 - Browse repository at this point
Copy the full SHA fc8e7a3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0728e2a - Browse repository at this point
Copy the full SHA 0728e2aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c105802 - Browse repository at this point
Copy the full SHA c105802View commit details -
Fix replace when php does not property interpreted null values for text
* mostly need for php8 only..
Configuration menu - View commit details
-
Copy full SHA for 43dc4c2 - Browse repository at this point
Copy the full SHA 43dc4c2View commit details
Commits on Feb 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0135ff0 - Browse repository at this point
Copy the full SHA 0135ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dcc089 - Browse repository at this point
Copy the full SHA 8dcc089View commit details
Commits on Feb 28, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for c844c2e - Browse repository at this point
Copy the full SHA c844c2eView commit details
Commits on Mar 25, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 67f7eb9 - Browse repository at this point
Copy the full SHA 67f7eb9View commit details
Commits on Jun 12, 2024
-
fix last commit, invalit conditional due missing parentesis
* related to commit 3c9fcc8
mckaygerhard committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for be87b95 - Browse repository at this point
Copy the full SHA be87b95View commit details -
fix deprecation warning messages
mckaygerhard committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f65428 - Browse repository at this point
Copy the full SHA 8f65428View commit details -
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 committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e46e1d9 - Browse repository at this point
Copy the full SHA e46e1d9View commit details -
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 committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e30209 - Browse repository at this point
Copy the full SHA 2e30209View commit details -
dont change class filenames to Ucfirst in CI2
* allow to load `Upercase` and `lowercase` * related to commit 20292311636837e120d205e470e41826820feb46
mckaygerhard committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 867b51b - Browse repository at this point
Copy the full SHA 867b51bView commit details -
Add a defensive check in CI_Loader::_ci_load()
* Prevents possible internal variable overwrites when loading views * backported from commit 92d1cc05362998ceabe39c4023f41fd939c1f5b2
mckaygerhard committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for af9f71b - Browse repository at this point
Copy the full SHA af9f71bView commit details -
backguard compat with CI3 using errors from views directory
* move errors from application to application/views * make symlinks to be compatible with CI3
mckaygerhard committedJun 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 94c099e - Browse repository at this point
Copy the full SHA 94c099eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...codeigniter2