An open API service providing commit metadata for open source projects.

GitHub / manageruz/codeigniter4 / commits

SHA Message Author Date Stats
fdc4e92f merge Merge pull request #6154 from codeigniter4/kenjis-patch-1 kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
810b0d52 merge Merge pull request #6178 from kenjis/fix-docs-extending-basecontroller kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
72cdccd1 docs: fix commands kenjis <k****i@g****m> about 4 years ago
dbbdb93a docs: improve sample code kenjis <k****i@g****m> about 4 years ago
47ae585e merge Merge pull request #6177 from codeigniter4/dependabot/composer/rector/rector-... Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
db70434f build(deps-dev): update rector/rector requirement from 0.13.5 to 0.13.6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
6c84e523 merge Merge pull request #6173 from paulbalandan/close-PR-workflow Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
76663805 merge Merge pull request #6174 from kenjis/fix-phpdocs kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
0b7eaabf docs: fix PHPDocs kenjis <k****i@g****m> about 4 years ago
b39ff84c Add close PR action for repo splits John Paul E. Balandan, CPA <p****n@g****m> about 4 years ago
099b6f4a merge Merge pull request #5711 from kenjis/add-QB-where-tests Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
cac7bf3d merge Merge pull request #6168 from iRedds/fix/controller-test-trait Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
1c246d3b docs: add comments kenjis <k****i@g****m> about 4 years ago
91909c47 merge Merge pull request #6167 from kenjis/fix-session-cookie-twice-ajax kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
588ea79f merge Merge pull request #6169 from iRedds/fix/doc-testing-request Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
01804793 merge Merge pull request #6159 from kenjis/fix-Time-getAget Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
a31e46fb Doc: Incorrect example of creating an IncomingRequest instance. Andrey Pyzhikov <5****1@m****u> about 4 years ago
d2aa1d57 Change: return type in ControllerTestTrait methods Andrey Pyzhikov <5****1@m****u> about 4 years ago
548e5e94 fix: Session cookies are sent twice with Ajax kenjis <k****i@g****m> about 4 years ago
4e7c3df9 refactor: use $this->difference() kenjis <k****i@g****m> about 4 years ago
eac264e5 merge Merge pull request #6160 from kenjis/fix-docs-Registrars kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
a36882d5 merge Merge pull request #6164 from kenjis/fix-prepared-query-bug kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
233e8c4b fix: prepared query is executed when using QueryBuilder kenjis <k****i@g****m> about 4 years ago
1f81d2b0 test: add assertion kenjis <k****i@g****m> about 4 years ago
a4329dde test: fix invalid prepared query kenjis <k****i@g****m> about 4 years ago
5beb33b2 docs: fix typo kenjis <k****i@g****m> about 4 years ago
e8f20804 merge Merge pull request #6161 from kenjis/fix-docs-ns-app-config Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
4dedc8bc docs: fix wrong namespace `App\Config` kenjis <k****i@g****m> about 4 years ago
4c23f60a docs: fix Registrars explanation kenjis <k****i@g****m> about 4 years ago
efef8eb7 fix: getAge() calculation kenjis <k****i@g****m> about 4 years ago
25feb6f2 test: change `->age` to `->getAge()` kenjis <k****i@g****m> about 4 years ago
ca938393 test: fix time dependent test kenjis <k****i@g****m> about 4 years ago
87bd5ff4 test: add empty lines kenjis <k****i@g****m> about 4 years ago
fe1dbc22 merge Merge pull request #6158 from kenjis/fix-docs-changelog-v420 kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
59fc84f5 merge Merge pull request #6157 from kenjis/fix-is_image-rule Abdul Malik Ikhsan <s****k@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
cf7710f4 docs: change in order of importance kenjis <k****i@g****m> about 4 years ago
503a674e docs: add auto-routing by dafault in Highlights kenjis <k****i@g****m> about 4 years ago
76488048 merge Merge pull request #6152 from kenjis/fix-SQLite3-getIndexData kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
0ecf38d9 merge Merge pull request #6150 from kenjis/fix-docs-CLI-only-routes kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
e06c8ba4 fix: is_image causes PHP 8.1 deprecated error kenjis <k****i@g****m> about 4 years ago
44cbd891 merge Merge pull request #6146 from iRedds/fix/qb-increment-decrement kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
42013c82 docs: fix how to update next minor upgrade branch kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
81da98de fix: add missing DB initialization kenjis <k****i@g****m> about 4 years ago
24d23c1d merge Merge pull request #6139 from kenjis/update-RELEASE.md kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
5f12c1e3 docs: cli() method is no longer recommended kenjis <k****i@g****m> about 4 years ago
7b2ed476 merge Merge pull request #6141 from kenjis/fix-docs-contrib-PR kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
0fe1ed19 merge Merge pull request #6143 from kenjis/fix-preload-comment kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
994debef merge Merge pull request #6144 from kenjis/fix-docs-getServer kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
11f57e5f Fix: Missing fix for Postgre & MSSQL Andrey Pyzhikov <5****1@m****u> about 4 years ago
b0823ec3 Fixed: BaseBuilder::increment() and BaseBuilder::decrement() do not reset the... Andrey Pyzhikov <5****1@m****u> about 4 years ago
b694c6e2 docs: replace getServer with server kenjis <k****i@g****m> about 4 years ago
8fc8dd54 docs: update classname kenjis <k****i@g****m> about 4 years ago
2ab2c3ab docs: update for branch model change kenjis <k****i@g****m> about 4 years ago
17522761 docs: change `bash` to `console` kenjis <k****i@g****m> about 4 years ago
190417bf style: replace tabs with spaces kenjis <k****i@g****m> about 4 years ago
3d6f00b5 docs: add step to update the next minor upgrade branch kenjis <k****i@g****m> about 4 years ago
b3ebf5bd merge Merge pull request #6137 from codeigniter4/docs-ug-release kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
f01838be docs: Update UG release process MGatner <m****r@i****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
061356b6 merge Merge pull request #6136 from codeigniter4/develop MGatner <m****r@i****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
380fb888 merge Merge pull request #6135 from codeigniter4/release-4.2.1 MGatner <m****r@i****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
de8d0571 Prep for 4.2.1 release MGatner <m****r@i****m> about 4 years ago
70281b53 merge Merge pull request #6082 from kenjis/fix-get_cookie-prefix kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
4f69eb63 merge Merge pull request #6134 from tangix/update-model-docs John Paul E. Balandan, CPA <5****n@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
6be86cff Update user_guide_src/source/models/model.rst
Co-authored-by: John Paul E. Balandan, CPA <5****n@u****m>
Mattias Sandström <1****x@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
a25b93a5 Updated to use ::class in $returnType example Mattias Sandstrom <1****x@u****m> about 4 years ago
3be408f2 merge Merge pull request #6130 from kenjis/fix-pull_request.md-Changelog kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
d060c864 merge Merge pull request #6131 from kenjis/fix-phpdoc-CodeIgniter.php kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
ed22aa5c Revert "Merge pull request #5653 from kenjis/refactor-CLI-Incomming-Request" kenjis <k****i@g****m> about 4 years ago
1f837bbc docs: fix PHPDoc kenjis <k****i@g****m> about 4 years ago
48a07b5b merge Merge pull request #6120 from kenjis/fix-Time-humanize kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
3519efd6 docs: update about mainly Changelog kenjis <k****i@g****m> about 4 years ago
ea5b283d merge Merge pull request #6127 from kenjis/fix-trigger-DBQuery-on-failed-query kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
6699530f merge Merge pull request #6128 from kenjis/fix-docs-database-events kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
05c6b495 docs: fix config file path kenjis <k****i@g****m> about 4 years ago
1fda6d45 docs: fix title underline kenjis <k****i@g****m> about 4 years ago
0d8f818c docs: fix DBQuery explanation kenjis <k****i@g****m> about 4 years ago
a19128b6 fix: trigger DBQuery is not fired when query error and DBDebug is true kenjis <k****i@g****m> about 4 years ago
89223f7a merge Merge pull request #6115 from kenjis/fix-DBDebug-false-tests kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
c4901f41 merge Merge pull request #6117 from kenjis/fix-migration-all-sqlite3-error kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
3587358e merge Merge pull request #6121 from kenjis/fix-docs-time.rst kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
8e5360cf merge Merge pull request #6116 from kenjis/fix-Time-setTestNow-bug kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
2f8d3688 merge Merge pull request #6118 from kenjis/fix-docs-testing/overview.rst kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
17fd4ea4 docs: add method name examples
Co-authored-by: MGatner <m****r@i****m>
kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
5701bb80 docs: add output in locale fa kenjis <k****i@g****m> about 4 years ago
731cf02f docs: remove "you would commonly use for datetime columns in a database" kenjis <k****i@g****m> about 4 years ago
cdf29777 docs: add links, explanations kenjis <k****i@g****m> about 4 years ago
dfa4c3ad docs: fix title level kenjis <k****i@g****m> about 4 years ago
15cd4ca0 fix: Time::humanize() causes error with ar locale kenjis <k****i@g****m> about 4 years ago
e4414c89 merge Merge pull request #6119 from kenjis/fix-docs-files.rst kenjis <k****i@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
63fa376f docs: fix syntax error in files.rst kenjis <k****i@g****m> about 4 years ago
609e41fc docs: add Warning kenjis <k****i@g****m> about 4 years ago
91075b0f docs: improve explanation on setUp/tearDown kenjis <k****i@g****m> about 4 years ago
fce15618 docs: remove $setUpMethods and $tearDownMethods kenjis <k****i@g****m> about 4 years ago
8f0a2ad1 docs: add note about $setUpMethods kenjis <k****i@g****m> about 4 years ago
623f7789 fix: migrate --all causes `Class "SQLite3" not found` error kenjis <k****i@g****m> about 4 years ago
8e897363 merge Merge pull request #6100 from codeigniter4/dependabot/composer/predis/predis-... MGatner <m****r@i****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
2c84b3c0 merge Merge branch 'develop' into dependabot/composer/predis/predis-tw-2.0 John Paul E. Balandan, CPA <5****n@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
7f7e7cfe fix: Time::setTestNow() does not work with fa Locale kenjis <k****i@g****m> about 4 years ago
3e373b50 test: fix missing email (not null column) kenjis <k****i@g****m> about 4 years ago
d20d0213 test: add empty lines or so kenjis <k****i@g****m> about 4 years ago

← Back to repository