An open API service providing commit metadata for open source projects.

GitHub / cakephp/datasources / commits

CakePHP Datasources

SHA Message Author Date Stats
b741921f merge Merge pull request #120 from chinpei215/array-multisort Kurita Takashi <c****5@h****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
2ec59387 Fix CS chinpei215 <c****5@h****m> almost 9 years ago
4495d97c Add multiple column ordering support to ArraySource chinpei215 <c****5@h****m> almost 9 years ago
3ee6580a Add test case for pagination chinpei215 <c****5@h****m> almost 9 years ago
f1425d39 merge Merge pull request #118 from ulsdevteam/ldap-fatal-error-disconnect Kurita Takashi <c****5@h****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
fcd648c9 merge Merge pull request #119 from chinpei215/fix-datasources Kurita Takashi <c****5@h****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
2c401dc2 Fix CS chinpei215 <c****5@h****m> almost 9 years ago
77177242 merge Merge pull request #114 from ulsdevteam/cleanup-ldap-datasource Kurita Takashi <c****5@h****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
e7a8f586 Add LDAP configuration settings for travis chinpei215 <c****5@h****m> almost 9 years ago
1117e666 Fix basic CRUD operations of LdapSource not working chinpei215 <c****5@h****m> almost 9 years ago
7759e993 Make ArraySource compatible with CakePHP >= 2.8 chinpei215 <c****5@h****m> almost 9 years ago
1d9ba408 Fix XmlrpcSourceTest not passing chinpei215 <c****5@h****m> almost 9 years ago
fe8ab711 Remove call to undefined fatal_error() function. Clinton Graham <c****m@p****u> over 9 years ago
1ea5bf9e Cleanup LdapSource: Add method documentation; remove invalid use of error con... Clinton Graham <c****m@p****u> over 11 years ago
47c4672c merge Merge pull request #100 from AD7six/sqlite3-allow-using-views Andy Dawson <a****6@g****m> over 12 years ago
bfe9fd87 merge Merge pull request #101 from AD7six/sqlite3-better-name-detection Andy Dawson <a****6@g****m> over 12 years ago
06d854cc merge Merge pull request #103 from AD7six/adobe-fix-phpcs Andy Dawson <a****6@g****m> over 12 years ago
bae58d91 and ignore all the warnings AD7six <a****6@g****m> over 12 years ago
07140712 fix the only phpcs error AD7six <a****6@g****m> over 12 years ago
b7326740 Make column detection more robust AD7six <a****6@g****m> over 12 years ago
a4f5725c Allow using tables and views AD7six <a****6@g****m> over 12 years ago
3243825e remove nolonger required global vars Andy Dawson <a****6@g****m> over 12 years ago
b4699d86 Remove duplicate matrix section Andy Dawson <a****6@g****m> over 12 years ago
9f398d4a merge Merge pull request #97 from AD7six/add-phpcs-to-travis Andy Dawson <a****6@g****m> over 12 years ago
2f75cdf5 merge Merge pull request #98 from adambrett-forks/feature/coding-standards-fixes ADmad <a****r@g****m> over 12 years ago
84cc8d0b Fix: Basic coding standards errors Adam Brett <a****m@a****k> over 12 years ago
430653f8 lighthouse is no more Andy Dawson <a****6@g****m> over 12 years ago
74ffb376 Use FOC travis template AD7six <a****6@g****m> over 12 years ago
11d35531 Added phpcs build to travis. ADmad <a****r@g****m> over 12 years ago
a80da422 Aliasing master to 2.3.x-dev on Composer. Renan Gonçalves <r****m@g****m> over 12 years ago
bbfc6535 merge Merge remote-tracking branch 'origin/2.3' Renan Gonçalves <r****m@g****m> over 12 years ago
3ef12b98 merge Merge pull request #91 from cakephp/2.3-composer James Watts <j****s@c****g> over 12 years ago
7d5a4bc1 Added Composer support. Renan Gonçalves <r****m@g****m> over 12 years ago
6cedcca4 Pointing to last 2.3 tag Renan Gonçalves <r****m@g****m> almost 13 years ago
90366146 Testing against CakePHP 2.3 too Renan Gonçalves <r****m@g****m> almost 13 years ago
edcd9ff4 merge Merge pull request #56 from dereuromark/2.3 Renan Gonçalves <r****m@g****m> almost 13 years ago
a3af3f96 fix remaining cs euromark <e****k@w****e> almost 13 years ago
8b9f18e4 correct return type euromark <e****k@w****e> almost 13 years ago
8391239f cs fixes euromark <e****k@w****e> almost 13 years ago
99dc3ed0 App::uses instead of App::import, dont use deprecated functionality, cs fixes... euromark <e****k@w****e> almost 13 years ago
066e887f merge Merge pull request #55 from Phally/2.3-arrayrecursion Christian Winther <j****u@g****m> about 13 years ago
3d75ad2c Allows null values in the ArraySource. Phally <i****o@f****t> about 13 years ago
65e16b2c Fixes deep recursion in the ArraySource. Phally <i****o@f****t> about 13 years ago
3d752483 merge Merge pull request #54 from Phally/2.3-tests Christian Winther <j****u@g****m> about 13 years ago
308ca90c Actually tests AmazonAssociatesSource::_signQuery(). Phally <i****o@f****t> about 13 years ago
32f0b69a Fixes XmlrpcSource tests. Phally <i****o@f****t> about 13 years ago
10b6706d Makes the ADOdb source PHP 5 ready. Phally <i****o@f****t> about 13 years ago
886f97d5 Fixes logging based on debug value. Phally <i****o@f****t> about 13 years ago
7731ed4c Fixes errors in ArraySource tests. Phally <i****o@f****t> about 13 years ago
c4ba3f86 merge Merge pull request #53 from ShinKenDo/patch-1 ADmad <a****r@g****m> about 13 years ago
e3cad780 DocBlock improvements Jerome Roethlisberger <j****h@g****m>
Committed by: ShinKenDo <j****h@g****m>
about 13 years ago
ece413d2 merge Merge pull request #51 from angelxmoreno/2.3-fix_Private_Visibility Christian Winther <j****u@g****m> about 13 years ago
b306e457 Protected variables and function names should have a single preceding underscore Angel S. Moreno <a****o@g****m> about 13 years ago
dc0ecd3e Changed all Private visibility to Protected Angel S. Moreno <a****o@g****m> about 13 years ago
7fc4d8ab set correct branch in travis file Ceeram <c****m@g****m> over 13 years ago
0f00f819 merge Merge pull request #49 from ceeram/master-travis ceeram <c****m@g****m> over 13 years ago
e34a7165 adding travis file to ensure travis sends no emails on failing builds for bra... Ceeram <c****m@g****m> over 13 years ago
b94c967a merge Merge pull request #47 from ceeram/2.3-travis José Lorenzo Rodríguez <j****p@g****m> over 13 years ago
5fd71e03 Ensure all tests run Ceeram <c****m@g****m> over 13 years ago
fee9f39d adding AllDataourcesTest Ceeram <c****m@g****m> over 13 years ago
98ebaa84 adding travis for 2.3 branch Ceeram <c****m@g****m> over 13 years ago
0f52e3aa Added ArraySource::name(). ADmad <a****r@g****m> over 13 years ago
800a1a55 Update recursive handling as per DboSource::read() ADmad <a****r@g****m> over 13 years ago
ff4c4bc1 Replace usage of deprecated 'Set' class with 'Hash'. ADmad <a****r@g****m> over 13 years ago
551276e2 Fix issue where records were not returned it had no habtm associated records. ADmad <a****r@g****m> over 13 years ago
2b08deb2 Fix App::uses() statement for parent class. ADmad <a****r@g****m> over 13 years ago
e73b3749 Update SoapSource.php Graham Weldon <g****m@g****m> over 13 years ago
959cfb7e merge Merge pull request #45 from netors/2.0 José Lorenzo Rodríguez <j****p@g****m> over 13 years ago
c6b871a4 Fixed Strict Error by PHP 5.4 in SoapSource Ernesto Rsv <n****s@g****m> over 13 years ago
b7ade7c2 Updated MysqlLog ADmad <a****r@g****m> over 13 years ago
8bd2bfba merge Merge pull request #44 from dereuromark/2.0 ADmad <a****r@g****m> over 13 years ago
7d184c13 typehints euromark <e****k@w****e> over 13 years ago
47841152 remove redundant code euromark <e****k@w****e> over 13 years ago
af66abd5 cake2.x fixes and allow comparison operations - fixes PR 39 euromark <e****k@w****e> over 13 years ago
64420458 Change private methods to protected ADmad <a****r@g****m> over 13 years ago
b9aeba09 Fixing coding standards ADmad <a****r@g****m> over 13 years ago
eccee8fc Removing test file for 1.3 commited under 2.0 branch ADmad <a****r@g****m> over 13 years ago
53a27db1 merge Merge pull request #43 from radig/2.0 ADmad <a****r@g****m> over 13 years ago
f0c90958 merge Merge pull request #25 from hiromi2424/2.0 ADmad <a****r@g****m> over 13 years ago
b10779f1 Making ArraySourceTest with dbo associations primaryKey type agnostic Cauan Cabral <c****n@r****r> over 13 years ago
59441300 Removing pass-by-reference and assign-by-reference on ArraySource and CsvSource Cauan Cabral <c****n@r****r> over 13 years ago
70a6b06c merge Merge pull request #42 from bar/patch-1 José Lorenzo Rodríguez <j****p@g****m> almost 14 years ago
4a2edaf3 typo ber clausen <c****e@g****m> almost 14 years ago
08b98dbb merge Merge pull request #41 from radig/2.0 José Lorenzo Rodríguez <j****p@g****m> almost 14 years ago
44512c59 merge Merge branch '2.0' of git://github.com/cakephp/datasources into 2.0 Cauan Cabral <c****n@r****r> almost 14 years ago
f4de5467 Fix PHP 5.4 strict mode notices in CvsSource Cauan Cabral <c****n@r****r> almost 14 years ago
e5259fae merge Merge pull request #40 from radig/2.0 Juan Basso <j****o@g****m> almost 14 years ago
fcac9298 Make ArraySource PHP 5.4 strict mode compliant Cauan Cabral <c****n@r****r> almost 14 years ago
e67aa5e9 merge Merge pull request #36 from Phally/tests Graham Weldon <g****m@g****m> about 14 years ago
f15c1a40 Fix failing tests. Frank de Graaf <f****k@f****l> about 14 years ago
fc5a6732 Execute ALL tests. Frank de Graaf <f****k@f****l> about 14 years ago
488df2be Revert "Adding $startQuote and $endQuote properties" This reverts commit de1... Ceeram <c****m@g****m> over 14 years ago
84d88293 merge Merge pull request #33 from bgondy/patch-3 Graham Weldon <g****m@g****m> over 14 years ago
de1e8cd2 Adding $startQuote and $endQuote properties bgondy <d****x@o****r> over 14 years ago
62e2370c merge Merge pull request #32 from Phally/failing-test Graham Weldon <g****m@g****m> over 14 years ago
ae2b4a7e Fixed Model::find('count'). The test case failed. Phally <i****o@f****t> over 14 years ago
a744fd51 Added visibility keywords. Phally <i****o@f****t> over 14 years ago
5485ecb3 make sure correct model attribute is called for associations Ceeram <c****m@g****m> over 14 years ago
5b82aabd Minor readme update. Graham Weldon <g****m@g****m> almost 15 years ago
23e4f8fc fixed Model's property name __associations => _associations hiromi2424 <t****4@g****m> almost 15 years ago

← Back to repository