12
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'upstream/0.8.0' into 0.8.0
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Merge remote-tracking branch 'upstream/master'
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Setting up version to 0.8.0.ALPHA.1 modified: ext/version.c
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Merge branch 'master' of github.com:phalcon/cphalcon More... about 13 years ago
Merge pull request #232 from niden/0.7.0 More... about 13 years ago
Acl: Corrected typo in the Acl tests modified: php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Merge pull request #230 from niden/0.7.0 More... about 13 years ago
Regenerating build/ More... about 13 years ago
Merge remote-tracking branch 'upstream/0.7.0' into 0.7.0
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Fixing Tag/Paginator tests (2) More... about 13 years ago
Fixing Tag/Paginator tests More... about 13 years ago
Auto checking checkbox inputs. Fixes #222 More... about 13 years ago
Performance improvements calling methods (2) More... about 13 years ago
Merge remote-tracking branch 'upstream/0.7.0' into 0.7.0
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Minor correction in the class modified: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Model.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Made extender classes abstract to avoid unecessary test runs modified: php-tests/library/Phalcon/Test/FunctionalTestCase.php modified: php-tests/library/Phalcon/Test/ModelTestCase.php modified: php-tests/library/Phalcon/Test/UnitTestCase.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added app/var structure; Added logger tests in the new format new file: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Listener.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/Helper/Model.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/MySqlTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/PostgresqlTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/SqliteTest.php new file: php-tests/tests/Phalcon/Logger/Adapter/File/UnitTest.php new file: php-tests/tests/app/var/cache/dummy.txt new file: php-tests/tests/app/var/logs/dummy.txt deleted: unit-tests/LoggerTest.php modified: unit-tests/phpunit.xml
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Migrated HTTP\Request and Acl Tests new file: php-tests/tests/Phalcon/Acl/Adapter/Memory/UnitTest.php new file: php-tests/tests/Phalcon/Acl/Resource/UnitTest.php new file: php-tests/tests/Phalcon/Acl/Role/UnitTest.php new file: php-tests/tests/Phalcon/Http/Request/UnitTest.php deleted: unit-tests/AclTest.php deleted: unit-tests/RequestTest.php modified: unit-tests/phpunit.xml
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Corrected minor formatting issues modified: php-tests/tests/Phalcon/Tag/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added remaining tests in Filter modified: php-tests/tests/Phalcon/Filter/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added Translate Native Array tests in the new suite new file: php-tests/tests/Phalcon/Translate/Adapter/NativeArray/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added Text tests in the new suite new file: php-tests/tests/Phalcon/Text/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added Flash tests in the new suite new file: php-tests/tests/Phalcon/Flash/Direct/CustomCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/DefaultCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/EmptyCSSTest.php new file: php-tests/tests/Phalcon/Flash/Direct/Helper/Unit.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Added Escaper tests in the new suite new file: php-tests/tests/Phalcon/Escaper/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Removed tests from the old suite and references in the old phpunit.xml deleted: unit-tests/FilterTest.php deleted: unit-tests/FlashTest.php deleted: unit-tests/TagTest.php deleted: unit-tests/TextTest.php modified: unit-tests/phpunit.xml
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Moved the IPv4 filter in its own helper; Added Filter tests modified: php-tests/library/Phalcon/Test/Config.php new file: php-tests/tests/Phalcon/Filter/Helper/IPv4.php new file: php-tests/tests/Phalcon/Filter/UnitTest.php
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Removed tests converted to the new test suite; Removed old Escaper tests deleted: unit-tests/EscaperTest.php modified: unit-tests/phpunit.xml
niden
as Nikolaos Dimopoulos
More... about 13 years ago
Performance improvements calling methods More... about 13 years ago
Merge pull request #228 from niden/0.7.0 More... about 13 years ago
Improving models relation test More... about 13 years ago