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 15 hours
ago. based on code collected
about 15 hours
ago.
Aug 04, 2024 — Aug 04, 2025
Showing page 12 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
dos -> unix
Kien La
More...
about 15 years ago
GH-48 added ability to specify encoding for database connection by adding ?charset=utf8 to your connection string
Kien La
More...
about 15 years ago
simple association and validation definitions can now be specified as a string instead of having to do something like array('parent')
Kien La
More...
about 15 years ago
GH-53 model's Table instance needs to be initialized when deserialized
Kien La
More...
about 15 years ago
fixed validates_numericality_of to not ignore other options when only_integer is present and matches
Kien La
More...
about 15 years ago
formatting
Kien La
More...
about 15 years ago
Model not Base
Kien La
More...
about 15 years ago
added default expire time of 30 seconds and ability to change it in the cache setup
Kien La
More...
about 15 years ago
fixed minor test failure
Kien La
More...
about 15 years ago
cache schema queries
Kien La
More...
about 15 years ago
passing in null disables caching
Kien La
More...
about 15 years ago
make sure get works when caching has not been initialized
Kien La
More...
about 15 years ago
initial caching classes
Kien La
More...
about 15 years ago
i added an option to get_primary_key() to return the first element so I could clean some code up
Kien La
More...
about 15 years ago
dos -> unix
Kien La
More...
about 15 years ago
GH-52 setter for id when table does not have a pk named id
Kien La
More...
about 15 years ago
removed un-needed strtoupper
Kien La
More...
about 15 years ago
Merge branch 'integration' of github.com:kla/php-activerecord into integration
Jacques Fuentes
More...
about 15 years ago
added a changelog
Kien La
More...
about 15 years ago
found a better place for it
Kien La
More...
about 15 years ago
dos -> unix line format
Kien La
More...
about 15 years ago
fixed to properly handle date only fields
Kien La
More...
about 15 years ago
all attribute assignment now goes thru assign_attribute() to fix an issue with DateTime objects not properly getting flagged dirty
Kien La
More...
about 15 years ago
added ability to skip certain adapter tests by specifying it in an environment var
Kien La
More...
about 15 years ago
GH-51 Model::transaction() now returns true if committed or false if rolled back
Kien La
More...
about 15 years ago
not just xml being tested here
Kien La
More...
about 15 years ago
GH-40 SQLBuilder should prepend table name to fields in apply_where_conditions if any joins have been specified
Jacques Fuentes
More...
about 15 years ago
fixed serialization to serialize datetime fields as strings instead of the actual DateTime objects. important format change for anyone using serialized datetime fields
Kien La
More...
about 15 years ago
test for xml serialization with datetime objects
Kien La
More...
about 15 years ago
GH-40 SQLBuilder should prepend table name to fields in apply_where_conditions if any joins have been specified
Jacques Fuentes
More...
about 15 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
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