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

changes

2f66c97806be7a3f82269e8b5cf81a12a54b98e9 authored almost 13 years ago
cleaning up code.

fe0b4b287de3f83d03d67024ed7142c1d652c0d8 authored almost 13 years ago
random cleanup.

33e49146341433051c29448bc381ad27c5f3bdcd authored almost 13 years ago
fix charset in mysql and pgsql connectors.

3507d15323edb56befbd4c900e3b277b9aa42894 authored almost 13 years ago
cleaning up code.

bf6313e50bb7b0209e60fe68e2962f4388eef1f1 authored almost 13 years ago
added auto_key config option.

ba3f62f79a24b1df8a5c1ef76504c55ad24a6b70 authored almost 13 years ago
consolidate database methods into db::query.

faa2eec3b9862f5d228c363c27509905fa33e711 authored almost 13 years ago
import router.

42b9d1e097340fdfb6cd8fb32ad8dab7890b1eb4 authored almost 13 years ago
Merge pull request #343 from sparksp/patch-4

Consolidate Bundle::path and Bundle::location

ed72448fb0d4ab25c983a5b6e895535ddb0c8817 authored almost 13 years ago
tweak bundle:assets.

2296f63b8f52e8104f138779251ff0fb5faa67aa authored almost 13 years ago
Consolidate Bundle::path and ::location

aa9d790a1546b2c9961024ddd1eb67b78f09aee6 authored almost 13 years ago
all database exceptions now include SQL and bindings in message for easier debugging.

e828b6c0c38ef86543130953048cd77cc8fc8ab8 authored almost 13 years ago
prefix built-in events with laravel.

dd6402c6488b1e341e735e3504c0fe2830df6090 authored almost 13 years ago
change done event name.

7aa78e1a3c346f12d11bdd75de79c62b89c9088d authored almost 13 years ago
use default index names on implicit indexes.

0e63717be94673f4d3e54458c83ecb4ce07c08d5 authored almost 13 years ago
trim a long ling.

62d8c09cce19dae64a338fe4b22f2660b96dafec authored almost 13 years ago
dont register session in ioc.

851db1703e1d8d1d281f3bcca4f5fd3d7eb66f77 authored almost 13 years ago
cleaning up code before release.

0e4f72687439932c41de2f29e15256728758e53d authored almost 13 years ago
throw exception if padding is invalid.

bb0967cceba9ed0a0ba05ca92929a96f2cd8d822 authored almost 13 years ago
tweak provider to use temp directory to avoid latest confusions.

1324ba368c93ab997eb36d6900686000d0d5e242 authored almost 13 years ago
added pkcs7 compliant padding to encryption class instead of default 0 padding.

ab5ce2a7eb84c8cf79e0f0b881b0375c72bb7471 authored almost 13 years ago
final code cleanup

49d9666958461914c5af4e3a42a6e196fa197bc4 authored almost 13 years ago
dont try to guess the bundle of classes.

f41717dcb195ae3bc400e8da660ae7410b2204fe authored almost 13 years ago
null should return default bundle path.

5cfe3713601e092fd2d836ab45b29097d646568d authored almost 13 years ago
update test runner.

86102ac4177ad1b3c092f9e22a136a397b4dd88a authored almost 13 years ago
change query event name.

317e8db81f0169baec31846fc0f845bbaba6346d authored almost 13 years ago
add database.profile config option.

36834c1118bb9c642b50441567bc687405e323ad authored almost 13 years ago
add default value for index names.

b29f8a88fe221a6b2b763268a748c7ef049d0c3e authored almost 13 years ago
rearrange str class.

b73a60de2aff9a238d0af9469aa20183996c5ea5 authored almost 13 years ago
fix bug in db profiling.

ab17ea674a24245053a9384b05f0b7981d8b7719 authored almost 13 years ago
tweaking key setting.

6e83add76f6b7a9d64cc1bfe8473c20a46acbf7f authored almost 13 years ago
added configurable automatic key generation.

82315f31d5c69fa5454555139cf018197786d1f3 authored almost 13 years ago
change psr method to directories.

6b14bd394eb2950ef4c8e8e6a2ce2847b85439eb authored almost 13 years ago
added url::home

188394bae13b23e757aed826c959033c1dede8e7 authored almost 13 years ago
cleaning up validator method.

75280a9fea7343e0782aa2af1974b3154920e40e authored almost 13 years ago
added passes and fails method to validtor.

e1c89285509969f6eb720733cdc40f95fdc8b7d8 authored almost 13 years ago
link_to_secure_route no longer needed.

642b0f17f0612452a94456f69ca42c1f3b96320b authored almost 13 years ago
https option no longer needed on path helpers.

9f60c5e15a8b5f8948e0b419f9bbf308ddc8930e authored almost 13 years ago
added redirect::home

3f4410376050aed87e88441f84fb982159b7dbd3 authored almost 13 years ago
add facade for filter::register.

14c9d382709e58bf6bd7a163ddb90fea72d6b15d authored almost 13 years ago
cleaning up various codes.

479b3f6773b48341e38a590afd1c6b137bb60c62 authored almost 13 years ago
cleaning up the session cli task.

f27ec7ab952d033309776bb934b04ade8e883a88 authored almost 13 years ago
use 'as' instead of 'name'.

6ced385d20d12e317c7831fe7451d7128d52bb98 authored almost 13 years ago
simplify route parameter parsing and fix default value bug.

86e109b7bc189983b17c3615880994690a71ccd1 authored almost 13 years ago
use is_callable instead of method_exists.

2713ee9b87b687ecfa8e957ec2f7948c5d9a8bbb authored almost 13 years ago
update comment and add check to command metho_exists.

09da91501d3445c5a668c42e2008d1b7ee55fdf0 authored almost 13 years ago
Merge pull request #335 from daylerees/develop

Show an error when an artisan task's method cannot be found.

53a20533f1fc529911c3effa20bd3cef86e24702 authored almost 13 years ago
better handling of undefined task methods

29d062da75833ec5eeefe0268c049e6ca888a2ee authored almost 13 years ago
fixing a bug and cleaning.

620f3ba91f2d1a14e8cdbb6a60b0c29863f03251 authored almost 13 years ago
cleaning up comment.

b0a223aa4b9ff13bd1498902a8f94c32fe827f01 authored almost 13 years ago
fixing router bugs.

b353afdc79d5578d2a2396cb34e8137cf22b8c97 authored almost 13 years ago
added better random sources in crypter, seed random number generator on every call.

0438c696487b10b0dbb05bd4aab5bf37c3780c2a authored almost 13 years ago
fixing bugs in router.

74887986a70318dc5b333ce7aebda872116ddbbe authored almost 13 years ago
load controller file before checking in ioc container.

775b97ee76c07175c44a50cf94abfc51762bc4a5 authored almost 13 years ago
added route::share method.

3d1a44028acdf566c673d41450c1c0329751b1ce authored almost 13 years ago
cleaning up some code.

0f2d3117393051d418008423c1d2947c4222a86b authored almost 13 years ago
cleaning up the cookie class.

aed1443bf16d41bb5343467a17c51ec650a3aec6 authored almost 13 years ago
fix bug in router::route method.

ae544b85da996318c4ab724a07bb537982619829 authored almost 13 years ago
fix bug with root routing.

597feed4a740ba54cd97c0e48922886ccf1f4516 authored almost 13 years ago
fleshed out redirect::to_action

89ea17d9d97bdbb3fa6f858337f8a9d75e963dd3 authored almost 13 years ago
removed misleading comment in home controller.

5af190cca7d3d85f69f5db8216c830b1d303e756 authored almost 13 years ago
updated routing to fix several issues.

3a92facc76eacf65c8682496d11305b2aadd1d08 authored almost 13 years ago
working on routing.

31cf44c37425e0171600eb30c3490523ae6c8442 authored almost 13 years ago
added route:destination method.

4330124d796b22c7570af6b9908b888259384d6f authored almost 13 years ago
making changes to routing.

8737dde6827af10f5b37ba54db18ffbca3deb81b authored almost 13 years ago
added bundle option

38da9f47b95dd0e382976c936a71dde37ea3e46d authored almost 13 years ago
cleaning up crypter.

ebcf34e3b4f5504067d6f3b096c95102aaced16a authored almost 13 years ago
fix comment typo.

874f02c7590e9e299515fc4157cef364b5cae111 authored almost 13 years ago
simplify with ternary shortcut.

0e66517ec94e135130a7fe88f957141bf561667d authored almost 13 years ago
add more portable uri support.

a216af62dc2486be7550da51b62059d3940536b5 authored almost 13 years ago
remove die.

490eb0f5bffdee53d2612a904848f9651013a2e8 authored almost 13 years ago
fix bug in paginator.

5e59a72b5b8629ea78b961e96bc57e42290007e2 authored almost 13 years ago
added support for complex joins on query builder.

e88d2213ab8191e67cff1cf81f88abe57627352a authored almost 13 years ago
cleaning up bundler.

326b5929e98dd364625d3a341c97a1e5a5baeb42 authored almost 13 years ago
added bundle:make command

fb516f83ca8989ebe441a39bffe18b49604756df authored almost 13 years ago
added ignore rules to views .gitignore.

fa4d54e89976a4dab222c226ac299a462ddec4b0 authored about 13 years ago
added message to refresh.

55b714af0b49066e42b90d3232c1e43c55814444 authored about 13 years ago
added bundle:refresh command to cli.

bf4f464f675f5f38420cfa9e30f8d724ed14f40d authored about 13 years ago
fix comment about bundle caching.

a0379ea48d361a02deb9bb1a259a1341f2e192e0 authored about 13 years ago
cleaning up the test runner.

67de20b485085d7ef6258756e2faadc3a197eece authored about 13 years ago
added auto start bundle option.

3e398d1b497524044ead88e43e9299e87fb7fe63 authored about 13 years ago
use start.php for bundle bootstrapping, bundle.php for info.

3292024e69ea0c2dc91fbf80cc0e7da4c63c8579 authored about 13 years ago
added bundle::disable method.

e4d55cbc8ebc0d18a1071ca664340da386deccda authored about 13 years ago
removing bundles.php file.

fd1b63ed141714280160f3c8e7a17723c98bee7c authored about 13 years ago
clean up base directory of phpunit stuff.

428257758df37826a7da35d7de454b22f5b65b63 authored about 13 years ago
moved bundles file to base directory.

d36aa5129227bccc2f17b4592b24010471b71483 authored about 13 years ago
move bundles file into base directory.

a850610c865e7ae2b8bb82bc3941394d6997acd4 authored about 13 years ago
improving bundle workflow.

a11318863a7981e67491091a721b800eb9c5c983 authored about 13 years ago
Merge branch 'develop' into manifest

aa53dc70cefefe019e6c4360b8f37e450c8d0bcb authored about 13 years ago
added url::current.

88fc4e450d35a000be9fb53708662c9f571f0edc authored about 13 years ago
working on core.

521e40f4d5fe27c9e201c54c29c990bed71d4364 authored about 13 years ago
removed comment frmo bundle.

8fc48f7c7ea6b412aa929a84e38c4c8cfac645ba authored about 13 years ago
cleaning up some comments.

6fe05ade85bd058efd5a7785efc7e0383cede3bd authored about 13 years ago
trimming comment.

0c133dd96ce292cf2f2a4d6c83616bdcd3813be8 authored about 13 years ago
fix bug in url::to.

98ea0c0e6fe81ea4eee6af3af0142cace862d258 authored about 13 years ago
move shortcut method into grammar.

8240b2ffd1ed81f5b147f86d8b6b34b64be70ee8 authored about 13 years ago
cast bindings to array.

087f50a52cd3432f925fc3af18dee82455019ea6 authored about 13 years ago
cleaning up code.

1351a2b189e51c6b288991566bb091de16a41192 authored about 13 years ago
cleaning up artisan.

fc927aa63a321a1cb9a66bc8fa485abb2f73e7ea authored about 13 years ago
cleaning up various codes.

007863a6fae70c44698d2e8a2d5e9b3116801336 authored about 13 years ago