openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PHPActiveRecord
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Jul 25, 2024 — Jul 25, 2025
Showing page 8 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'fix_memcache' of https://github.com/libo/php-activerecord into libo-fix_memcache
Jacques Fuentes
More...
over 14 years ago
Implemented a namespace for Caching to avoid clashing of two application running on the same cache store fx:memcache)
Liborio Cannici
More...
over 14 years ago
bugfix: it wasn't possible to connect to a given port of memcache, only default was used
Liborio Cannici
More...
over 14 years ago
Use __DIR__, not dirname(__FILE__).
Chris Faulkner
More...
over 14 years ago
removed sequence support from SQLiteAdapter
Kien La
More...
over 14 years ago
use Model::connection() instead of going directly to Table
Kien La
More...
over 14 years ago
formatting
Kien La
More...
over 14 years ago
Added abstract native_database_types to Connection.php All adapters now provide a mapping array from raw_type to native_type for use in Migrations.
Fabian Becker
More...
over 14 years ago
accept urlencoded path
Kien La
More...
over 14 years ago
formatting
Kien La
More...
over 14 years ago
Dropped unneeded TestCase.php include.
Chris Faulkner
More...
over 14 years ago
Use ternary shortcuts in test config.
Chris Faulkner
More...
over 14 years ago
Fixed test_invoke_unregistered_callback so mock Model constructor doesn't fail.
Chris Faulkner
More...
over 14 years ago
Proper deprecation usage: E_USER_DEPRECATED and @deprecated tags.
Chris Faulkner
More...
over 14 years ago
Dropped unneeded PHPUnit/Framework.php includes to squash a PHP Notice.
Chris Faulkner
More...
over 14 years ago
Set default timezone to UTC for tests to squash warnings thrown by calls to DataTime methods.
Chris Faulkner
More...
over 14 years ago
Make `model_directory` validation lazy so it can work in environments that use it in a different way.
greut
as Yoan Blanc
More...
over 14 years ago
Tests were failing because of table naming… sorry for that.
greut
as Yoan Blanc
More...
over 14 years ago
Merge branch 'dev' of https://github.com/benjamin4ruby/php-activerecord into benjamin4ruby-dev
Kien La
More...
over 14 years ago
formatting
Kien La
More...
over 14 years ago
include doesn't take into account belongs_to relations so this test was invaild.
greut
as Yoan Blanc
More...
over 14 years ago
add unit test for attribute_is_dirty
Benjamin
More...
over 14 years ago
Merge branch 'orig_master' into dev
Benjamin
More...
over 14 years ago
Performance considerations, add documentation to option param
Benjamin
More...
over 14 years ago
GH-24: Model::(delete|update)_all() with conditions limit/order options
Jacques Fuentes
More...
over 14 years ago
Allow LIMIT/ORDER clauses for UPDATE/DELETE operations when using mysql or sqlite adapters
Jacques Fuentes
More...
over 14 years ago
limit clause no longer includes an offset if offset is null
Jacques Fuentes
More...
over 14 years ago
SQLBuilder should allow a string updates
Jacques Fuentes
More...
over 14 years ago
Merge branch 'benjamin4ruby-validation'
Jacques Fuentes
More...
over 14 years ago
Check for public visibility of Callback methods
Benjamin
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree