Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/paris

A lightweight Active Record implementation for PHP5, built on top of Idiorm. [Fork]
https://github.com/voku/paris

[+]: Fixed issue with the has_many_through method [[Ralphunter](https://github.com/Ralphunter/paris/commit/205dd62f8e5b20d6d4c867514285c90f026f9c6b)] v2

38e16203ecc4b416590b1f5271bb4feaf3dc8c52 authored over 9 years ago by Lars Moelleken <[email protected]>
[+]: Fixed issue with the has_many_through method [[Ralphunter](https://github.com/Ralphunter/paris/commit/205dd62f8e5b20d6d4c867514285c90f026f9c6b)]

7da996c82647051f2256e8381cb091e83a2076cf authored over 9 years ago by Lars Moelleken <[email protected]>
[+]: FIX: missing Model::__unset($property) | https://github.com/qyanu/parisorm/commit/7e234cc817b42ee10fd8d2419345ba4ea40b6768

e7817f62aa3022b63ff677263ab3d36c6bfcdd1d authored over 9 years ago by Lars Moelleken <[email protected]>
[*]: doc / phpdoc fixes | by https://github.com/stellis/paris/commit/c9f00c4573a3f8e3b8f9b754b790007ef98d9e68

c17f82d4cb1bd70ed5bc7e592394135fa24eb86a authored over 9 years ago by Lars Moelleken <[email protected]>
[*]: doc / phpdoc fixes

6d203cd6a4e31a894eb6a1820d2ee7a5f2e81084 authored over 9 years ago by Lars Moelleken <[email protected]>
Adds global configuration option Model::$short_table_names to allow namespace information to be disregarded when generating table names

Conflicts:
paris.php
test/ParisTest53.php

ea5e6763dd3c234a9cb81b4cab3d4e155276161f authored over 9 years ago by michaelw <[email protected]>
[~]: only code-style changes for the tests

4851770708b5ad1ccbc42f6a6e0efdeedea8fdc3 authored over 9 years ago by Lars Moelleken <[email protected]>
[~]: refactoring "_get_static_property()" -> so we can use dynamic variables via Models (__constructor)

37ed7dd6003ba2ad5644607c934b8bc8a0311c86 authored over 9 years ago by Lars Moelleken <[email protected]>
Renaming the test so that Travis CI doesn't run it for PHP 5.2.

This is because the test is meant to test features of PHP 5.3+ so
obviously the cases will fail.

beba210d503a8488325ee5e4262165433d6d3172 authored almost 10 years ago by Nathan Kidd <[email protected]>
There was an issue with the has_many_through method. When you

passed it a model to associate with that had a namespace.
e.g. $post->has_many_through('\\Blog\\M...

205dd62f8e5b20d6d4c867514285c90f026f9c6b authored almost 10 years ago by Nathan Kidd <[email protected]>
Added note about the purpose of the magic-method documentation

8611fb7d485ca41eb4a69e7f34aa3378e8f98309 authored over 10 years ago by Stephen Tellis <[email protected]>
Added @method tags for magic methods

c9f00c4573a3f8e3b8f9b754b790007ef98d9e68 authored over 10 years ago by Stephen Tellis <[email protected]>
Added missing '@' for a @return tag for create() method

2ec6cad5b54df5dea1a20489c0759e7a9b53ed94 authored over 10 years ago by Stephen Tellis <[email protected]>
Add changelog for #99

6cd7a3d8ffb721068dd58e508a8121b92b4068b8 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #99 from michaelward82/develop

Corrects return value in docblock for 2 Model functions. Fixes GH#97

9a7917f5e9616608134d08789c9f517233c93c34 authored over 10 years ago by Simon Holywell <[email protected]>
Documents conflict between use of static Model calling (not using the factory method) and Model::$auto_prefix_models property

3806e86187562ff512f0c68547b738fc380ba394 authored over 10 years ago by michaelw <[email protected]>
Corrects return value in docblock for 2 Model functions. Fixes GH#97

5613dd9ab759a6a38d04bdb605a74dd5861f51a4 authored over 10 years ago by michaelw <[email protected]>
Document new release in changelog

8d94afe0b39e29f2a84bf9ce7e06088d5b93bb5b authored over 10 years ago by Simon Holywell <[email protected]>
Merge branch 'develop'

4678adac70632e59b71f446e079f2fea7a88cf23 authored over 10 years ago by Simon Holywell <[email protected]>
Remove erroneously committed merge backup

33dfbce24c8d09051137d1103ef85016625f2d9e authored over 10 years ago by Simon Holywell <[email protected]>
Update the change log for 1.5.2 release

1f7ec8a220f312a5282606910c22ec2c03cc1280 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #96 from ilsenem/patch-1

Paris incorrectly relying on old Idiorm version

3fa2774d02ed216522449301b32a09daeaa816a9 authored over 10 years ago by Simon Holywell <[email protected]>
Paris rely on old Idiorm version

Is that ok or need to be fixed?

54b6b74e6fa586ef08ab50c5188c747ba944aa6b authored over 10 years ago by Ilya Nemytchenko <[email protected]>
Remove HHVM build target

974afe5fe85c36b5744d4fe2512c0d9771340cc7 authored over 10 years ago by Simon Holywell <[email protected]>
Add release date

741e4ea4d035e024d698fbbeadc7585df1c06154 authored over 10 years ago by Simon Holywell <[email protected]>
Document Paris cessation of feature requests

912ed71431f4bf5d1aad88cdf4b4fbef5d477b9d authored over 10 years ago by Simon Holywell <[email protected]>
Update idiorm for tests

0e77476123b92842447eef91d0b7f89469125f53 authored over 10 years ago by Simon Holywell <[email protected]>
Update to the latest version of idiorm for testing

2fc85027052fc7bb106f507eb2716134b4ebc5ed authored over 10 years ago by Simon Holywell <[email protected]>
Update changelog with additions

85b4614694c491b22a83f6091200852cb6a139dd authored over 10 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/naga3/paris into develop

d4e15f9eb15e5b37433c3befec194e3d585e42a6 authored over 10 years ago by Simon Holywell <[email protected]>
method chain broken

95b7b1a493bc4442c59942aa2b6fdf215887677f authored over 10 years ago by Nagayama Osamu <[email protected]>
Merge in documentation improvements

05e1b7f1a09a5e5b60427220f3dce805f24700b8 authored over 10 years ago by Simon Holywell <[email protected]>
Merge branch 'docAdditions' of github.com:michaelward82/paris into develop

Conflicts:
paris.php

07e17a725c2ef5df1b21bc0dbe33e4cdd8117038 authored over 10 years ago by Simon Holywell <[email protected]>
Document addition of PR 90

c8ca8a26507097ec656f0515bc9af7cda8eb6196 authored over 10 years ago by Simon Holywell <[email protected]>
Resolves issue #88. Allows static calling of Model subclasses, ignoring namespace info during table name generation.

Model class static property $_table_use_short_name = true allows static calling of the model sub...

5830f4165e1026986dba3bf6e39d470675c0552a authored over 10 years ago by michaelward82 <[email protected]>
Additions to doucmentation, removes some trailing whitespace

ee3a842a84c0e6441fb11a08fe80fdf7955e578a authored over 10 years ago by michaelward82 <[email protected]>
Document additions

d4e6ea970f8289ae0f330e8677bcccf4437e68ff authored over 10 years ago by Simon Holywell <[email protected]>
Document additions

983ab7be6477cbba02e2aa12b5c999b68c8a9104 authored over 10 years ago by Simon Holywell <[email protected]>
Document additions

75bd5e113c7981c479669f4ce398c3b5720c26ea authored over 10 years ago by Simon Holywell <[email protected]>
Fixes incorrect parameter names in docs

d0238275f280ae055a0a54978fcb80974c43987b authored over 10 years ago by michaelw <[email protected]>
Document additions

410ed9bf224b08eec0b72e74c582b4fd0938df38 authored over 10 years ago by Simon Holywell <[email protected]>
Six are listed

e3f67aac09b9088babd6531c00570d6b05edb36a authored over 10 years ago by Ryan McAllen <[email protected]>
Add composer badges

952e876855729b50f8044c2d12f07323ed2efb51 authored almost 11 years ago by Simon Holywell <[email protected]>
Add a regression test for issue 83

67453512618b86249853721be5feb2335d8bc0d9 authored almost 11 years ago by Simon Holywell <[email protected]>
Remove Durham properly

23f954884995c5d6b576109e83d3fa6ff02f2db5 authored almost 11 years ago by Simon Holywell <[email protected]>
Remove Durham, update copyright year

994b71e16a9bc09b91d56847acd0485489c81550 authored almost 11 years ago by Simon Holywell <[email protected]>
Add change log details

2245357e93e38b3b39814c5377b046e4b4c69610 authored about 11 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/michaelward82/paris into develop

Conflicts:
test/ParisTest.php

6c8e05d9b8f478403391b650c22c0ab58cc88eba authored about 11 years ago by Simon Holywell <[email protected]>
Merge branch 'patch-1' of https://github.com/kkeiper1103/paris into develop

e5ca378f69875a8a61985223acc3dcf36d8189e6 authored about 11 years ago by Simon Holywell <[email protected]>
Add HHVM to build matrix

Now that HHVM can run your projects, lets keep it that way

078f7f959dd556f1d9d57c3abd464d0e7a47cfca authored about 11 years ago by Paul Tarjan <[email protected]>
Merge pull request #80 from j4mie/develop

Idiorm issue #156 findMany() returns only the last record in a set

dd1a87544127874dce367f0252dcc81246dfc83b authored about 11 years ago by Simon Holywell <[email protected]>
Idiorm issue #156 findMany() returns only the last record in a set

4506a69236446543ea6fe5fa4186175c1b9ecf83 authored about 11 years ago by Simon Holywell <[email protected]>
Update connections.rst

Fix Spelling error (mulitple => multiple)

6068c5797f6a6275bd7358e0ca81dd949d0754ce authored about 11 years ago by Kyle Keiper <[email protected]>
Removed unintended project file checkin

ed568f94fa3de347c8a5dbeb5592e41ad071a68f authored over 11 years ago by michaelw <[email protected]>
Updates Idiorm for unit tests

6dbbad8449afc1ec00e6ad97f14fa2a092904faa authored over 11 years ago by michaelward82 <[email protected]>
Regression tests for invalid function calls to Model and ORMWrapper

cdfe738beab7e905df9165f4313bf3c5848b87d2 authored over 11 years ago by michaelward82 <[email protected]>
Adds new ParisMethodMissingException class for magic method exceptions

82a02f699958436ed95e0332908c6781e4258f91 authored over 11 years ago by michaelward82 <[email protected]>
Updates Model magic function to throw an exception upon an invalid function call to the class, updates regression test to expect the same

b759996fa7dfd2cb1ed9049348f8f4e7fb9e2852 authored over 11 years ago by michaelward82 <[email protected]>
Adds regression test for avoidance of recursion errors when calling an invalid method on Model

d003e362395dd2fa2b2a40e07f7398d821681e57 authored over 11 years ago by michaelward82 <[email protected]>
Adds method_exists check to Model->__call() avoiding recursion issues for non-existent methods. Issue #74

d4144a88283cd9762c349f68fecaca5411240d06 authored over 11 years ago by michaelw <[email protected]>
Fix formatting in readme

b60d0857d10dec757427b336c427c1f13b6a5e48 authored over 11 years ago by Simon Holywell <[email protected]>
Update readme with maintenance release

0932304b76dccb5eb07dc563009d0b5010865c3c authored over 11 years ago by Simon Holywell <[email protected]>
Merge pull request #72 from michaelward82/master

Bumps Idiorm composer requirement to 1.4

dcea3166e05bec8154cf49e84ffd48fb069b93ab authored over 11 years ago by Simon Holywell <[email protected]>
Bumps Idiorm composer requirement to 1.4

4c7999faeee0d654ccd1cfd1db79fb3a121dd758 authored over 11 years ago by michaelw <[email protected]>
Upgrade the copy of idiorm in tests folder

a929ae46d1fde7a11d5c7487129dd77b830ca1be authored over 11 years ago by Simon Holywell <[email protected]>
Add release date to changelog

454a8a65d11cfbac8314aad620636460d7088e4b authored over 11 years ago by Simon Holywell <[email protected]>
Improve readme for associative find_many()

18196b8394a39a4be104ba09d10a2c6dcf013d70 authored over 11 years ago by Simon Holywell <[email protected]>
Update the changelog

b06ae7cc960aef3c90ce0f613b4d614a70c89357 authored over 11 years ago by Simon Holywell <[email protected]>
Minor improvement to test/bootstrap.php

bab906af456129217528bf919bb23ba2da488667 authored over 11 years ago by Simon Holywell <[email protected]>
find_many returns an associative array

9ac0ae7d302f1980c95b97a98cbd6d5b2c04923f authored over 11 years ago by Erik Wiesenthal <[email protected]>
Repair mock results generator

5661a8fafea7b359e2d014cd18e58b70780f2c2f authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'custom-fkeys-in-base-and-associated-tables' of https://github.com/rotexdegba/paris into develop

Conflicts:
paris.php

05fac2854cf8d5975edd81ea28163958d241c175 authored over 11 years ago by Simon Holywell <[email protected]>
Improve feature complete message

b71649cd11e055f2c82fa162602ed6538d975d70 authored over 11 years ago by Simon Holywell <[email protected]>
Make feature complete message more priminent

2952005a0d3937f21b180cc7bac6ed6a7fd45404 authored over 11 years ago by Simon Holywell <[email protected]>
Feature complete message and changelog

a9c13b5ac64b26203023f50b6a670c75172acffb authored over 11 years ago by Simon Holywell <[email protected]>
Closes issue #70 belongs_to doesn't work with

61a82eda87ece687dee791bfa41efd132ace5ac2 authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'issue52' of github.com:carrolld/paris into develop

5b7793a62cf2066b12db67f93a58d87038e0d7d3 authored over 11 years ago by Simon Holywell <[email protected]>
Document and test issue #59

f7ae61f603206df98f7cfdf2ab59762b6d8c81c6 authored over 11 years ago by Simon Holywell <[email protected]>
Document test/bootstrap in changelog

307e0b7cc2a4029288c7d0cc7500a7bfc0aa713d authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/JoelMarcey/paris into develop

5efe2747427ae3dc50b5a2203870ee2f5f440e1f authored over 11 years ago by Simon Holywell <[email protected]>
Update bootstrap.php so the tests can run on both HHVM and Zend

Similar change made as made in idiorm. See: https://github.com/j4mie/idiorm/pull/143

cf88f73233f12895ee303af74c2e417c75b46ab0 authored over 11 years ago by Joel Marcey <[email protected]>
Merge branch 'master' of https://github.com/crhayes/paris into develop

Conflicts:
paris.php

127487ff6e62c5f4029ee115f14e264083824824 authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/alexandrusavin/paris into develop

46d8f8d29725688cc6c58af228c47d7040b32bc6 authored over 11 years ago by Simon Holywell <[email protected]>
Remove static call

fced1f73cc0c8422641f57236fcf68dade47bb83 authored over 11 years ago by Simon Holywell <[email protected]>
Tidy up pull request and document in change log

e837a2c51606267cc8701117142315436536e07b authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/Lapayo/paris into develop

433c2f55b6759fe2bb781c53276e9c6db8458aca authored over 11 years ago by Simon Holywell <[email protected]>
Wrote tests for features below:

Wrote tests for features below:

Added the ability to specify the foreign key column on the curr...

288129a133fa05f63deaa966cebea28563fd3ae0 authored over 11 years ago by Rotimi Ade <[email protected]>
Added the ability to specify the foreign key column on the current (base) table (i.e. the table for the model in which the has_one or has_many relationship method is being defined). This applies to _has_one_or_many(...), has_one(...) and has_many(...)

Added the ability to specify the foreign key column in the associated (related) table for the be...

7ecc74d2d17815665c090045ea5cfdd6efa6ddf7 authored over 11 years ago by Rotimi Ade <[email protected]>
Added nbproject (the Netbeans IDE's project folder) to the .gitignore file

9614e699c196b624f30f74fd24837cd96829ff7c authored over 11 years ago by Rotimi Ade <[email protected]>
Update configuration.rst

9b360f54bcd6ea69c105eada1cc8b19870193032 authored over 11 years ago by Simon Holywell <[email protected]>
Update configuration.rst

d723aa4086190f8a4ab31994771188636ce859f0 authored over 11 years ago by Simon Holywell <[email protected]>
Update README.markdown

fc9fe66a2151747f2be213cdec83c9ac205f7320 authored over 11 years ago by Simon <[email protected]>
Update ParisTest53.php

75a7d1204acc4f566946c3a03c02e6731f056206 authored over 11 years ago by Simon <[email protected]>
Update paris.php

af17faf42ba7ef4b3af2b94d4795d53655847137 authored over 11 years ago by Simon <[email protected]>
Update querying.rst

15211c466c3a1d1a5ae43b434e09b568db7904a4 authored over 11 years ago by Simon <[email protected]>
Update paris.php

Keep compatibility with php 5.2

a94a2ee0036531a78fc011509c17156a7daf2ae0 authored over 11 years ago by Simon <[email protected]>
Update paris.php

Makes working with models more beautiful (in my opinion). :-)

Examples:
User::find_many();...

8b79d08a56615c5af4ec5690371aba8d97c56f14 authored over 11 years ago by Simon <[email protected]>
Added ability to use camel cased methods

f5ede28e31f706221a8d0769627951b9d92e9ed2 authored over 11 years ago by = <[email protected]>
Fixed issue <a href=https://github.com/j4mie/paris/issues/55>#55</a> related to using has_many while using multiple connections.

7e81c8a9bca0028bd94df8c766d756bde8c92855 authored over 11 years ago by Alexandru Savin <[email protected]>
cleaned up previous

7ffe427db61456e20fa6684e30fd35f0ffcfe3d1 authored almost 12 years ago by d <d>