Ecosyste.ms: OpenCollective

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

github.com/LiveHelperChat/livehelperchat_laravel

This is Laravel version of Live Helper Chat. This wraps Live Helper Chat under Laravel framework. So you can write your own modules/extension using Laravel API. This way we can migrate Live Helper Chat over time to Laravel, without rewriting everything from scratch.
https://github.com/LiveHelperChat/livehelperchat_laravel

added back support for specifying column in validator unique rule. id is now a third parameter option.

1fc861026a4054e8b5b2e91142765cb7cbacdd2a authored about 13 years ago
added support for database table prefixes.

1ec6fc766c82eb527eb356b64ae600d65a604a1f authored about 13 years ago
cleaned up paths.

97fcea1e51f8cf936bb9aa97800c18543744963e authored about 13 years ago
Merge pull request #285 from sparksp/3.0b2/bundle-location

Really default location to bundle name.

409e90896422eee9590b80eae0f78128b9265ff6 authored about 13 years ago
Really default location to bundle name.

733392f72f14c83a8ff26365f302eb132b9febec authored about 13 years ago
default location to bundle name.

161796e983c17bc69f8d2448c9cd96769380e527 authored about 13 years ago
lowercase namespace when loading bundle.

4774c8d91ee2e1d61183ea1848b5084bf1935af0 authored about 13 years ago
fix testing of the core.

a351e91aef08fef33c2b9294ea103050ceae7f81 authored about 13 years ago
converted path constants to $GLOBALS.

f44c565ee46109cba060af962c3ebd5f991c050e authored about 13 years ago
added core option to test runner.

09d4b74cf16338d29b1d92e9228d2f4cf6ea7322 authored about 13 years ago
made testing elegant.

f706ed75bfd7e888458973d8a45fa3e21394ca75 authored about 13 years ago
add example test file.

ae7faf1e45161d58f01c355b81ffdec6f5ff5a4b authored about 13 years ago
tweak github bundle provider.

2b7e4d1873416ff61f42661377a731fa933ce7c8 authored about 13 years ago
moving core tests into bundle.

f420ec55156e43def4fb5184cb45ff84fe926f2f authored about 13 years ago
added event class tests.

8325f6dc5e72aa6b9843d808bb4f032e411df78e authored about 13 years ago
added another routing test.

e7d3929a5fcbbc1482066c377fdc93cd9476a1d8 authored about 13 years ago
added bundle controller routing test.

021a48552d245a05ef9623702ffa6bee8f2948fa authored about 13 years ago
added basic bundle routing test.

5a37473e7b7cda123b20529603e12bd55ab14acd authored about 13 years ago
fix bundle publishing problem.

6b1b0ee5e19707d9d7a3e3791947709fcbe35941 authored about 13 years ago
added controller routing tests.

2c593bdc153e1f4647e8d97a67814f683c5fece8 authored about 13 years ago
adding routing tests.

d6e21a4186b05edff53222b2fea282bee3bf8f10 authored about 13 years ago
added test for route::is method.

f93532d2260fd57c5c99b40919fa20b3739b8cc1 authored about 13 years ago
improve key generation.

b9f6d162e64ab0be170db2ae476bf3dcdfb99563 authored about 13 years ago
set the application key when creating the session table.

59df5f3c6d5e8af9267814ab6c0b96b60a426f9d authored about 13 years ago
rename session:table to session:install.

8f071923067c2c5355a7d8ca5fe482ea2da337c7 authored about 13 years ago
cleaning up comments.

884b707c6bf11141536270aeeea2e6ff9ee1e0e6 authored about 13 years ago
cleaned up the router.

549d8cc370dbdc3a3bf2ef7399de00b8190d6850 authored about 13 years ago
refactoring the router.

7aecd7857fc01ecc76fdf15e135929e166a60a18 authored about 13 years ago
simplified the controller_key method in the router.

54e0bef6b5b987751ee3073a3f7a002c54d5d006 authored about 13 years ago
remove var_dump.

82f56f9545b77e1593ea7df11ac7b504605a0bd8 authored about 13 years ago
fix comment

29fc846f3991bb092184dafdaa87a52aba78764d authored about 13 years ago
improve bundle configuration and registration.

70082508f51a0f80f85fd57d91801ecfecc50814 authored about 13 years ago
explicitly registering the base_path as a psr-0 directory no longer necessary since auto-loader will detect core classes by namespace.

300ab50a84527cedf193247786dcea318ac22c37 authored about 13 years ago
improve autoloader and load entire framework core using PSR-0 on the base_path.

9d1905ee24c144bdb3e36b7627bd47c737feecd9 authored about 13 years ago
bundle improvements.

d76cf4ba2346c0760ed8c5e56cabf6cfc3cab72e authored about 13 years ago
dont automatically publish bundle assets.

7052c33c37f5b59824eda81390c82ad59ffd9766 authored about 13 years ago
allow non routable bundles to just use string values.

da7d076f541bce85984c83e28650088248931d59 authored about 13 years ago
fix typo.

3a3c5ba561833cc5ca0ca8b09593ab378d07b5ef authored about 13 years ago
added bundle config comment.

d9ffabb623d0b1878dc353dd6b20ebaa3906b1ba authored about 13 years ago
opened up bundles to live anywhere and respond to any URI.'

8dfb50c8354be1d01a457fabef9efa34aa868b31 authored about 13 years ago
refactoring.

d3d3ffc168e1df0b7e3a895b008d1a5ca710a49b authored about 13 years ago
validate ip

5974a58b3fc4c5dab346006f0235abc9dc8622b3 authored about 13 years ago
rearrange hash class.

a36e2773e2db425be08854f20dd189a1753e208a authored about 13 years ago
incremented version.

1da0f231e55f3fe1029f3329f59bf3691ff16b70 authored about 13 years ago
cleaning up router comments.

f9856988bb74d69aa4c521745d293174d5609a65 authored about 13 years ago
Updated with "ü" and "Ü" characters. Letter occurs in Hungarian, German, Karelian, Turkish, Estonian, Azeri, Turkmen languages.

931d3ee414b0a6174159e611aa157c30ff5daee1 authored about 13 years ago
Merge pull request #272 from kbanman/clicommandfix

Fix typo in Cli\Command

96c43d6d877bb1f6ec5e0b29ba1b45e683391060 authored about 13 years ago
change lang back to __

da1e2b6bf8010e06eb3f72e692663a6a7e7df99c authored about 13 years ago
fix bug in backreference.

6d6fc1b13e194036389a6e8c54e1316a506a8c15 authored about 13 years ago
code quality and backreference support in controllers.

d4c5114792972038e55d8509e9277572aec8c475 authored about 13 years ago
use query grammar to parameterize where in sql shortcut.

ae56f68c87113d6ac92e087bd28c8c6bed4b2798 authored about 13 years ago
overall code quality audit.

af170af12dc15a6797b4f466985d1d34a7b21b64 authored about 13 years ago
added render method to response class.

45969e3593bca4155cbf658793025701ea331f15 authored about 13 years ago
more view tests.

37b5f614ba9bca1e9f00638fd2240c2178b3d383 authored about 13 years ago
adding more view tests.

b812f2f08a20e15ef39bcc303f9090f36203e3dc authored about 13 years ago
added more view tests.

99a2c520c07a0327efe76d281a193c5a622d0db8 authored about 13 years ago
move cookie payload check into cookie class.

071d8ab06914ccb87211f86566fcd237c34bf950 authored about 13 years ago
added cookie storage limit exception.

c847bc4d5e1f27ee531a661a2e5053931a51899f authored about 13 years ago
adding some view tests and fixing a few bugs.

974ff302efdcbaa54404f94f6e46d9a906268492 authored about 13 years ago
Fix typo in Cli\Command

ac3c7b5c0aa8b6d4799783623f51a93a9439ec9c authored about 13 years ago
updated session task to run through migration system.

c9eb7bdf35acfde350e42615d4a6c166fdd88423 authored about 13 years ago
added key and session tasks.

27fdb1e3f54e354ca13b357922601be9e0d5ee7c authored about 13 years ago
added key generation task.

20b4cf7bb833cf4386461036dc8abd60cb0e8d65 authored about 13 years ago
make aggregate method public.

70dd657e80fefb9c2716c108a46985e50989c8f4 authored about 13 years ago
return true on ignored errors.

c6e814a6cca0006a0d2bd8edeb6e7043d6307bd7 authored about 13 years ago
remove unnecessary imports.

b8f17bb82d865ed10067bdc366e803d42e9b6189 authored about 13 years ago
fix some problems on the CLI and allow specification of environment and database.

62571b3971d57de74d4708701f2e67c9c211e995 authored about 13 years ago
fixed infinite loop when removing magic.

ec2fc6ddd05adfd92a7b0fd51bff4daa14309ee5 authored about 13 years ago
added config class tests.

bf509b679fdb5c55e39b4a6f29953e6e489fd2f7 authored about 13 years ago
cleaning up bootstrap file.

18b6cc44af5c8dc3e8ffdd219531a45fa056c59e authored about 13 years ago
always disable magic quotes at runtime.

27483835f4c466c16ee83421c9f31e0518d0e8db authored about 13 years ago
use array_map to stripslashes.

02397c67329f22a7c09d743a7a13f0b7a101ef33 authored about 13 years ago
workaround magic quotes.

4d87565f74a9aa536fd569b9cba0392fc0ccfa59 authored about 13 years ago
fix bundle dependency error possibility. fix WSOD in view rendering.

27502918fb55e117a01114e794644772eda36274 authored about 13 years ago
index names may be specified on fluent setup.

67696d81148099ef32738e7ec16db6883c1bc4f0 authored about 13 years ago
Merge pull request #270 from sparksp/2.2b1/bundle-start

Prevent a bundle from starting itself into a loop

4806bccbb61b6f07f9dd0f10806aa72c95b50a07 authored about 13 years ago
Prevent a bundle from starting itself into a loop

550249743284b70d4262e6b1520bfaad3c5fd38c authored about 13 years ago
refactoring the autoloader.

33d62e77534ae7a6db2734d8b569fedf45641a77 authored about 13 years ago
refactoring the cli.

8cfb6d621c7a7d7e113264366e09b3a70a558798 authored about 13 years ago
Merge pull request #265 from kbanman/viewfix

Fix inconsistent data referencing in View

611f8d7e1b8cbd4da1ad4e27ec899c477a9c6d05 authored about 13 years ago
Fix inconsistent data referencing in View

a3cbe24b6e699f59fcf17b5679b99ab26888deb3 authored about 13 years ago
tweaking the migrator.

765dcc8bac9a3e3944ac6f03a6e735fdbb086f80 authored about 13 years ago
fixed comment in grammar.

3569edbb0b5b047241653c7239136a34b9470b0a authored about 13 years ago
Merge pull request #244 from codler/patch-7

DB::raw should have higher precedence than alias

4737c6d8a95a83cdea541d61243bf4c78ada811e authored about 13 years ago
Merge pull request #245 from paulboco/develop

Change argument to $publisher->publish() from $bundle to $bundle['name'].

8e5c736392029f047b9af0ff9960b13509c6d425 authored about 13 years ago
Merge pull request #246 from ericbarnes/develop

Bug fix for route::handles

e6cec8c54ba973c6d466af24fade4cef682c4b5d authored about 13 years ago
Merge pull request #253 from sparksp/2.2b1/session

Session should throw an Exception when it's not started

35e364282ae64803321dadd58a80084bdb4292fa authored about 13 years ago
do not check for existence of sqlite database before connecting.

e41657c4d1598728162fac9ccf16be49fc9bd344 authored about 13 years ago
make index names required.

dd8ebe60f0a7fc986ffeaaab09b2868343991fdf authored about 13 years ago
added comment to migrator and use the DS constant.

e9da2ef27f12127b2283c29f1226e7a511a233a1 authored about 13 years ago
Merge pull request #258 from sparksp/2.2b1/migrate-mkdir

Automatically create the bundle's migrations directory

5e82788b4d7d9f3fddd100a4945b08485fbd1501 authored about 13 years ago
Sort outstanding tasks by filename

1ecadb826c9c274121d3c4548285d3aba24bc40f authored about 13 years ago
Create the bundle migrations dir automatically

e0db24aa9bb89e76aae549ac50da9a31aaa865c9 authored about 13 years ago
Session throws an Exception when it's not started

b4621e489fbed054fb98c7de2fb5244c73cbcb7d authored about 13 years ago
Fixed route handles for uri's that partially match

ea8c6e18251619f3842e6c8e43a796e276c84181 authored about 13 years ago
Change argument to $publisher->publish from $bundle to $bundle['name'].

9dbc15a3be4c456cf7ccea9f2441c8625f147d87 authored about 13 years ago
fix bug in route handles method.

9bcbe6a357a0f33aabdd7d529c447fe86ae6b04a authored about 13 years ago
made namespace autoloader test more realistic.

7fa80bcdba40e6b3a2b892b4b4cdb809f2d80c37 authored about 13 years ago
added bundles and storage directory to dummy laravel test setup.

e0188f70c56e1ab50a13d00c339328eff2f17c0d authored about 13 years ago
finish autoloader tests.

813cd0d3b8c74ee31e92aed40258f5c34024d1f8 authored about 13 years ago