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
1 day
ago. based on code collected
1 day
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 17 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed unused parameter
Kien La
More...
over 15 years ago
updated readme
Kien La
More...
over 15 years ago
GH-14 fixed mixed case field names to work properly and also changed it to no longer do any kind of tinkering with the name aside from lower casing it and some other stuff to make it valid as a php variable name. so if you have a column called myMixedCaseColumn you would have previously accessed it using $model->my_Mixed_Case_Column. this is now simply $model->mymixedcasecolumn
Kien La
More...
over 15 years ago
updated readme
Kien La
More...
over 15 years ago
Minor fixes.
Tom Rochette
More...
over 15 years ago
removed some code that didn't do anything and moved message code to be inside the if block
Kien La
More...
over 15 years ago
fixed Model::count() to accept a hash again
Kien La
More...
over 15 years ago
GH-13: fixed maximum/minimum/is options with validates_length_of to actually work
Kien La
More...
over 15 years ago
chmod a-x
Kien La
More...
over 15 years ago
include the model name in UndefinedPropertyException messages
Kien La
More...
over 15 years ago
GH-11: don't use a dummy model for Model::count()
Kien La
More...
over 15 years ago
fixed comment
Kien La
More...
over 15 years ago
need to exclude self in uniqueness check
Kien La
More...
over 15 years ago
fix for issue 10. need to delay call to dirty_attributes() so if any attributes are modified in before_* callbacks they will get flagged dirty and saved
Kien La
More...
over 15 years ago
don't need the 'on' => 'save' since its in the defaults already
Kien La
More...
over 15 years ago
validates_uniqueness_of patch from rotem324
Kien La
More...
over 15 years ago
added minimum requirements
kla
More...
over 15 years ago
fixed namespaced models to strip out the namespace when inferring the table name
kla
More...
over 15 years ago
small optimizations to how files are required
kla
More...
over 15 years ago
ACTIVERECORD_LOGGER is an object...ACTIVERECORD_LOG is a boolean
Jacques Fuentes
More...
over 15 years ago
ACTIVERECORD_LOGGER isn't an object
joshua stein
More...
over 15 years ago
quote field names when possible
kla
More...
almost 16 years ago
removed unnecessary call that was causing a test to fail
kla
More...
almost 16 years ago
phpdocs
kla
More...
almost 16 years ago
added has_many sql clauses tests (group,order,limit)
Jacques Fuentes
More...
almost 16 years ago
phpdocs
kla
More...
almost 16 years ago
fixed order clause appearing before group by clause
Jacques Fuentes
More...
almost 16 years ago
has_one through is now working
Jacques Fuentes
More...
almost 16 years ago
updated todo
Jacques Fuentes
More...
almost 16 years ago
added relationship to set_up since this test was overwriting relationships..serializationtest was failing
Jacques Fuentes
More...
almost 16 years ago
←
1
2
…
13
14
15
16
17
18
19
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