Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

phalcon

Phalcon for PHP is a web framework delivered as a C extension providing high performance and lower resource consumption
Collective - Host: opensource - https://opencollective.com/phalcon - Website: https://phalcon.io - Code: https://github.com/phalcon/cphalcon

test(support): tests for helperfactory

Refs [#15411]

github.com/phalcon/cphalcon - ae762832abc0f920edf7476fc483daed42e38b97 authored almost 4 years ago
refactor(factories): reworked the factory exception throwing code to throw more meaningful exceptions from now on

Refs [#15411]

github.com/phalcon/cphalcon - d0ff7428393fca0869992c254e2d22940688ee05 authored almost 4 years ago
refactor(logger/translator): using the new interpolator class vs individual implementations

Refs [#15411]

github.com/phalcon/cphalcon - 11a39f475b69de9bd2688ac77c3b1476b3ed6bb0 authored almost 4 years ago
refactor(support): added helperfactory to instantiate helpers with ease

Refs [#15411]

github.com/phalcon/cphalcon - 42f24e74a0b46b7e78b52ee76d6a17644920aa13 authored almost 4 years ago
fix(logger/translate): updating changelog; minor test adjustment

Refs [#15411]

github.com/phalcon/cphalcon - 739a37e50682c57f0378304916adc4fda20c1e3d authored almost 4 years ago
fix(logger/translate): adjusted classes to use the new interpolator; added tests

Refs [#15411]

github.com/phalcon/cphalcon - 3effbcbe0577cc3df4f3b177860f79ba0c2f1caa authored almost 4 years ago
test(support): adjusted test names according to our naming convention

Refs [#15411]

github.com/phalcon/cphalcon - e12196ae1dacbb819344a315eb5e421eb5c96033 authored almost 4 years ago
refactor(support/helper/str/interpolate): added new class to handle interpolation in strings with set placeholders

Refs [#15411]

github.com/phalcon/cphalcon - eb7e984836b450f76d5939c80d51839044de9e55 authored almost 4 years ago
fix(logger): updated changelog

Refs [#15411]

github.com/phalcon/cphalcon - 306ad3d3ef3e296725d27777b477b28d92880b92 authored almost 4 years ago
fix(mvc/model/manager): adjusted interfaces for the latest zephir version (on schema)

Refs [#15411]

github.com/phalcon/cphalcon - d32f9360da3b0b85858015dafcefb2f5b48b591d authored almost 4 years ago
fix(registry): default constructor parameter now an empty array to align with the collection object

Refs [#15411]

github.com/phalcon/cphalcon - 8a4b82b26aae6d25dee743c01da8e12c354e25d7 authored almost 4 years ago
build(github/actions): bumped Zephir version

Refs [#15411]

github.com/phalcon/cphalcon - 31e5963584ee539196eaed49a2c8936959613a6c authored almost 4 years ago
build(zephir): bumping up version 0.13.3y

Refs [#15411]

github.com/phalcon/cphalcon - 84f74b98e3777dd92ffd14329938aea5097a4763 authored almost 4 years ago
build(logs): added artifact upload

Refs [#15411]

github.com/phalcon/cphalcon - f9edbb333c91ba040d65dffa3fd6c3789ed6eb61 authored almost 4 years ago
build(zephir): reverted back to Zephir 0.13.1

Refs [#15411]

github.com/phalcon/cphalcon - 4fb13fe44a90dba66f900d460a3aa64ea56c23a6 authored almost 4 years ago
build(actions): Trying latest zephir

Refs [#15411]

github.com/phalcon/cphalcon - 39ea1073544c47b56c8cc988a7816d2cc2efe7f1 authored almost 4 years ago
test(logger): phpcs

Refs [#15411]

github.com/phalcon/cphalcon - f3ea8a9eb0e6f3d2d4c8af9e58de2cff1a4940b6 authored almost 4 years ago
fix(logger): updated changelog

Refs [#15411]

github.com/phalcon/cphalcon - fd62137cbdc2dc8746a3c42faaa6c42a8fe8fd44 authored almost 4 years ago
fix(logger): corrected tests based on fixes

Refs [#15411]

github.com/phalcon/cphalcon - 600a26973479e3d53653a2acea35ab668954155d authored almost 4 years ago
fix(logger): changed logging based on the item's type

log time was calculated when the item was processed not added; this PR corrects that and changes...

github.com/phalcon/cphalcon - 6af91dd0223cd97f5829cffd86c450fd11d974fa authored almost 4 years ago
fix(logger): updating changlog

Refs [#15411]

github.com/phalcon/cphalcon - ece8f867323e7e4b02fd6dca3a982a6360f69522 authored almost 4 years ago
fix(logger): updated changelog for the previous PR; Reformatted tests

Refs [#15411]

github.com/phalcon/cphalcon - 8bae424bd24d128067e0a983d20b83de8c3b5041 authored almost 4 years ago
Merge pull request #15437 from niden/T15436-upgrade-zephir

T15436 upgrade zephir

github.com/phalcon/cphalcon - 7ca8557f078c0b32ecfb2dbe9eec8d046dc0a714 authored almost 4 years ago
fix(http/cookie/request): corrections after review

Refs [#15436]

github.com/phalcon/cphalcon - 0c95bd3e4f926e008847b5f853d55c900a4a08c0 authored almost 4 years ago
Merge remote-tracking branch 'origin/5.0.x' into 5.0.x

github.com/phalcon/cphalcon - 2f1d147eaff5ff9459d1ebe32ce9eda704b06085 authored almost 4 years ago
fix(http/cookies/request): minor adjustments for tests and returned types

Refs [#15436]

github.com/phalcon/cphalcon - 2fd4caba73d542bbb3b1ae3e50e1779b24fb49bb authored almost 4 years ago
build(docker): upgrading zephir to 0.13.4

Refs [#15436]

github.com/phalcon/cphalcon - 228ca750ce3d8095e840818f1ffdde1ca4d677b7 authored almost 4 years ago
build(docker): Changed to Zephir 0.13.3

Refs [#15436]

github.com/phalcon/cphalcon - e45c86ac0df3fc79778aa419f4a7aae1650c2f9d authored almost 4 years ago
fix(tests): query listener - to be used later on

Refs [#15436]

github.com/phalcon/cphalcon - a625c4112e3fe3086bc9c2dccf11c2dd5d7850be authored almost 4 years ago
Merge pull request #15434 from Arhell/add

add backer

github.com/phalcon/cphalcon - 8cee1ec381b663ff6b6c9c182a93356de66ea8ab authored almost 4 years ago
Merge remote-tracking branch 'origin/5.0.x' into 5.0.x

github.com/phalcon/cphalcon - 284741caf5c4792eada486effff6e73184b8d12e authored almost 4 years ago
Merge pull request #15432 from niden/T15051-validator-uploaded-file

T15051 validator uploaded file

github.com/phalcon/cphalcon - 0243e36992a00a6602903009dde148c774f4f8a3 authored almost 4 years ago
fix(validation/validator/file): updated changelog

Refs [#15051]

github.com/phalcon/cphalcon - de8a8e9d52538cd6db2fdaac03c0bcba63631911 authored almost 4 years ago
fix(validation/validator/file): made the check to `is_uploaded_file()` a protected method that can be overriden if necessary

Refs [#15051]

github.com/phalcon/cphalcon - 190263b2e56270804e354ae62620eecb7547db50 authored almost 4 years ago
Merge pull request #15429 from niden/T15334-headers-sent-twice

T15334 headers sent twice

github.com/phalcon/cphalcon - e75601d6c9a4c8477850b376edb3886735ae7a8c authored almost 4 years ago
fix(http/response/headers/cookies): updated changelog

Refs [#15334]

github.com/phalcon/cphalcon - 3a3f876a1d2483a6f998d7886774d19349198283 authored almost 4 years ago
fix(http/response/headers/cookies): added tests

Refs [#15334]

github.com/phalcon/cphalcon - 65827144ee4ddfcc144e0df3cd9270847820fe44 authored almost 4 years ago
fix(http/response/cookies/headers): added isSent in the collections; added logic to not send headers or cookies twice

Refs [#15334]

github.com/phalcon/cphalcon - 3434f70279429d749974bf2e0551ba4619119c11 authored almost 4 years ago
fix(http/headers/cookies): added flags to detect when headers or cookies where sent

Refs: [#15334]

Refs [#15334]

github.com/phalcon/cphalcon - 7a6294846100b5906f71b5b9103b12b54cc4a65c authored almost 4 years ago
fix(mvc/application): added flags to capture whether cookies/headers have been sent

Refs [#15334]

github.com/phalcon/cphalcon - 7cb3f2b6ef9e777b7e8d0f7d01ac524fd9b3c822 authored almost 4 years ago
Merge pull request #15426 from niden/T14817-debug-styling-new-home

T14817 debug styling new home

github.com/phalcon/cphalcon - 811b164df92f0fb3b237de2b1ca03fc5efca3d21 authored almost 4 years ago
fix(debug): corrections in debug; added/adjusted tests

Refs [#14817]

github.com/phalcon/cphalcon - 8e3782e0602e792886ea0dd46dbc42cdd75799b7 authored almost 4 years ago
test(pdo): phpcs

Refs [#14817]

github.com/phalcon/cphalcon - 0edfbac359f91e879d5cad841e2de0c54c820755 authored almost 4 years ago
fix(debug): correcting tests

Refs [#14817]

github.com/phalcon/cphalcon - 24e8d1c171e48ea82afa0cb9a27e2f5561b739a6 authored almost 4 years ago
fix(debug): updated changelog

Refs [#14817]

github.com/phalcon/cphalcon - a271d74d4642a75a1193084167bed78c1470c138 authored almost 4 years ago
fix(debug): updated to the latest css/js

Refs [#14817]

github.com/phalcon/cphalcon - dd03f16528e36c3eaf1f4578cc9530d52a018db5 authored almost 4 years ago
build(debug): removed old ext generated files so that the build can run

Refs [#14817]

github.com/phalcon/cphalcon - ad1c9b5338ca76f5927adce98240dd4e6634801d authored almost 4 years ago
refactor(debug): moved tests accordingly to support

Refs [#14817]

github.com/phalcon/cphalcon - d236062b98a785ba265559113d58fbbee2af460a authored almost 4 years ago
refactor(debug): moved debug in the support namespace

Refs [#14817]

github.com/phalcon/cphalcon - 13bb66667c397dc71cdb5dfe2f5cd1c11c18c11d authored almost 4 years ago
Merge pull request #15423 from niden/T15422-version-top-level

T15422 version top level

github.com/phalcon/cphalcon - 2246b2cd5dfc41766e34e5b283b5d94ecaefe51e authored almost 4 years ago
fix(cache): updated changelog

Refs [#15422]

github.com/phalcon/cphalcon - a1e0e050e3e06831d8d1033c7f15dcdb64222abc authored almost 4 years ago
fix(cache): corrected keys to be casted into string before send to the adapters

Refs [#15422]

github.com/phalcon/cphalcon - fca72d33ba5c8a4034fd848127da831a2939e9b4 authored almost 4 years ago
fix(version): updated changelog

Refs [#15422]

github.com/phalcon/cphalcon - a4f2a9fd132585ae9733305f6999a73dda0559ae authored almost 4 years ago
test(version): adjusting tests for version changes

Refs [#15422]

github.com/phalcon/cphalcon - fa3874fcecffac75178690873fa116f20cca071a authored almost 4 years ago
fix(version): moved version under support; made version non static; updated references

Refs [#15422]

github.com/phalcon/cphalcon - 88de89a43a844b6e8186154d0f9fcdcadc94322a authored almost 4 years ago
build(docker): corrected RUN command

Refs [#15422]

github.com/phalcon/cphalcon - 1b760cf19c7fea45e0bb4d747fdd771d42b5db35 authored almost 4 years ago
Merge pull request #15419 from niden/T15241-db-persistent-flag

T15241 - db persistent flag

github.com/phalcon/cphalcon - d831f55b8b8beb2a24b82f900ecaf0a0b6c1d6cc authored almost 4 years ago
Merge branch '5.0.x' into T15241-db-persistent-flag

github.com/phalcon/cphalcon - 61e20d1c8f1287067d493cf065ea924a12a3a926 authored almost 4 years ago
Merge pull request #15418 from niden/T15188-gd-text

test(image/adapter/gd): added test for text with font

github.com/phalcon/cphalcon - dbd1802eb24b2e57931adcf99545583268df6073 authored almost 4 years ago
fix(db/adapter/pdo): updated changelog

Refs [#15241]

github.com/phalcon/cphalcon - 75f744cee94afc056e826c66a77f001f87dfc3cf authored almost 4 years ago
fix(db/adapter/pdo/msql): corrected persistent mode for mysql connections

Refs [#15241]

github.com/phalcon/cphalcon - e7a372c66aa0094fad702c91e10b4929f11fb4bc authored almost 4 years ago
fix(image/adapter/gd): updated changelog

Refs [#15188]

github.com/phalcon/cphalcon - 214390c418cde56a6b7a775cdd0410a01fdab29d authored almost 4 years ago
fix(image/adapter/gd): reworked `processText` to correctly call `imagettfbbox` when a font is specified

Refs [#15188]

github.com/phalcon/cphalcon - 05da4b4fde8e78586d6fc208f1132fe475c571f2 authored almost 4 years ago
fix(image/adapter/gd): wrote and reformatted tests for gd with font

Refs [#15188]

github.com/phalcon/cphalcon - 3df8031a07a82d8c30574a00b325a5e26001a9dd authored almost 4 years ago
build(extensions): enabling gd for local docker imagesy

Refs [#15188]

github.com/phalcon/cphalcon - 62ad49a36676d6220d3c5d5a74901942b72a52e1 authored almost 4 years ago
build(extensions): enabling gd for the buildy

Refs [#15188]

github.com/phalcon/cphalcon - ce11a6d91f8b1ba129c63b4b89b95cf2e44c081a authored almost 4 years ago
test(image/adapter/gd): added test for text with font

Refs [#15188]

github.com/phalcon/cphalcon - 5fdf3a81b36421ada759260a0799a834d08ba50a authored almost 4 years ago
Merge pull request #15416 from niden/T15415-orderby-interface-2

T15415 orderby interface 2

github.com/phalcon/cphalcon - 1e7511a264b2643ba4bdedd6d9edef21f445f51c authored almost 4 years ago
Refs [#15411]

Refs [#15415]

github.com/phalcon/cphalcon - 8a0976fe85eea40ad2c3d4ff10c360b70f5f7ddd authored almost 4 years ago
style(tests): phpcs

Refs [#15415]

github.com/phalcon/cphalcon - d25c792af1529d2d05247d3f52967a00f6357a23 authored almost 4 years ago
fix(mvc/model/query/builder): updated changelog

Refs [#15415]

github.com/phalcon/cphalcon - cee2ae84959df4a5cf8fa0852d61fe56868d2239 authored almost 4 years ago
fix(mvc/model/query/builder): adjusted definition of orderBy on the interface

BREAKING CHANGE:

Refs [#15415]

github.com/phalcon/cphalcon - 9c4ed15bbf79dcda2f72fc2128ce81aee6cb04cd authored almost 4 years ago
Merge pull request #15414 from niden/T14927-binary-varbinary-mysql

T14927 binary varbinary mysql

github.com/phalcon/cphalcon - d0c528da3f21f27d0381bbef6240db05dfac1c4b authored almost 4 years ago
build(github/actions): adjusted the .env file

Refs [#14927]

github.com/phalcon/cphalcon - d9e0af6303b42717ef7ac709ccb494bba814a7dd authored almost 4 years ago
build(config): corrected .env location for the build

Refs [#14927]

github.com/phalcon/cphalcon - 99ba9f5651bad38713abd36462fba3f7322f3a10 authored almost 4 years ago
fix(db/mysql): updated changelog

Refs [#14927]

github.com/phalcon/cphalcon - 5b269e05e3e062347ca20ad19c2ab09648eec5d5 authored almost 4 years ago
test(database): added mysql database supported fields test

Refs [#14927]

github.com/phalcon/cphalcon - d6d768b37defb2233f4c1e034d3e7d5e76ba6427 authored almost 4 years ago
test(database): regenerated db files; added describe migration (supported fields)

Refs [#14927]

github.com/phalcon/cphalcon - 43d621effb60ee8cca453279f6b00925cf339ee6 authored almost 4 years ago
fix(build): reorganized ci scripts - removed travis/nanobox

Refs [#14927]

github.com/phalcon/cphalcon - f9d5c4169bb9b3fc6efaddc77a37ecc0ebc757c6 authored almost 4 years ago
Merge remote-tracking branch 'origin/5.0.x' into 5.0.x

github.com/phalcon/cphalcon - a1eb38b390a37a80c3ef612e2568e96cec48e128 authored almost 4 years ago
#15343 - Improve stubs

github.com/phalcon/cphalcon - a4745faf26f0b6263845dfbc2067e2b21cd11a3d authored almost 4 years ago
fix(db/mysql): added fixtures for testing new types for mysql

Refs [#14927]

github.com/phalcon/cphalcon - a3e9951e45ba31e6753486e597a7065f182b79f2 authored almost 4 years ago
fix(db): added binary/varbinary types to column and db (mysql)

Refs [#14927]

github.com/phalcon/cphalcon - fd2836e90661379ce7a5b7cf601e2934bf0d38d0 authored almost 4 years ago
Merge pull request #15401 from niden/T15375-logger-type

test(logger/formatter/line): added test with a different line format

github.com/phalcon/cphalcon - 0d8e2b6ce8f3b00848ee516a21bf8427e2553dc5 authored almost 4 years ago
fix(logger): changed logging level labels to uppercase; adjusted tests

Refs [#15375]

github.com/phalcon/cphalcon - 7aadaa23115700bf1815d402f8efad6084d19a0c authored almost 4 years ago
fix(logger): changed the levels to be uppercase

Refs #15375

github.com/phalcon/cphalcon - 8051a49bb1a5e7900e70aaa5e00517860c8fab40 authored almost 4 years ago
Merge pull request #15404 from Arhell/upd

add backers

github.com/phalcon/cphalcon - 33ca0f9962b96bd3ca79f6f18bb0114be2c2c057 authored almost 4 years ago
add backers

github.com/phalcon/cphalcon - f5ac55d4323b83654cdb41977bac03a8178be700 authored almost 4 years ago
style(logger): phpcs on new test

Refs #15375

github.com/phalcon/cphalcon - 5609316bae34ca4390f82b3af2088e161d150875 authored almost 4 years ago
test(logger/formatter/line): added test with a different line format

Refs #15375

github.com/phalcon/cphalcon - f85da31c6a57e90bd4136f6812126ee15d585104 authored almost 4 years ago
Merge pull request #15397 from phalcon/feature/license-in-artifacts

Feature | license in artifacts

github.com/phalcon/cphalcon - b039108d6c24055790dab69cd7f4b5553a267f23 authored almost 4 years ago
Try imagemagick@7

github.com/phalcon/cphalcon - 6049497cc970c958963240c9967b58a1cd23da00 authored almost 4 years ago
Use v2 for artifacts for win build

github.com/phalcon/cphalcon - f71b0c469f2c8c993c7517bc506159824bd163ed authored almost 4 years ago
Revert download/upload artifact actions version

github.com/phalcon/cphalcon - 24ae41075cb580b7c952a42e39181e518c501ac1 authored almost 4 years ago
Try to use older imagemagick

github.com/phalcon/cphalcon - ada0a6f53f80481f6cd048840cce01b1a6aaa0c0 authored almost 4 years ago
Update cations version

github.com/phalcon/cphalcon - 49f75111b9d54343fcc7fa6723a69df65602b50c authored almost 4 years ago
Move licenses to separate build step

github.com/phalcon/cphalcon - 9e3607b1bb25f2c9406e2897b00f080433d3d95f authored almost 4 years ago
Add licenses to win builds

github.com/phalcon/cphalcon - 34fd53a920627ee12b1abdcfd93262372a38400d authored almost 4 years ago
Merge pull request #15392 from phalcon/feature/github-actions-only

Feature | GitHub actions only

github.com/phalcon/cphalcon - 6184c51a9175cbd1d182ced297ad9bbd6df33d8a authored almost 4 years ago