Ecosyste.ms: OpenCollective

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

github.com/mybb/parser

The parser used by MyBB 2. Supports BBCode, Markdown and HTML
https://github.com/mybb/parser

Merge branch 'master' of github.com:mybb/Parser

4dc64d9526a48a1f11647870c2173868469c926d authored about 8 years ago by Euan Torano <[email protected]>
Add PHP version requirement.

Signed-off-by: Euan Torano <[email protected]>

dd3130402dd245c2ec7135aeddef8e6a50e7321c authored about 8 years ago by Euan Torano <[email protected]>
Remove Mac file.

402ba93971780bfdc6b56d616be04a80ff1d6a7b authored about 8 years ago by Euan T <[email protected]>
Remove hhvm from Travis.

Signed-off-by: Euan Torano <[email protected]>

1ac1c20a25a3c2c01f11e9842055582046165c43 authored about 8 years ago by Euan Torano <[email protected]>
Update dependencies to Laravel 5.3.

Signed-off-by: Euan Torano <[email protected]>

a21705fe7a1c1f491e1394ae1c067546773ef343 authored about 8 years ago by Euan Torano <[email protected]>
Fixes Travis Errors

f3068e070d6b7b9d6e74637ab541f9e2adc8ebb5 authored over 8 years ago by JordanMussi <[email protected]>
The `lists()` method is now `pluck`.

It also returns a Collection rather than an array, so use `toArray()`.

9573249d6e47034547bc5b8616c63400d92cddf8 authored over 8 years ago by Euan Torano <[email protected]>
Fixing constant definitions.

51b62601c9ae123611296e7edb9aee691442519b authored over 8 years ago by Euan Torano <[email protected]>
Fixing service provider.

cf4032d6f987edce93025bda9c9a536c270868db authored over 8 years ago by Euan Torano <[email protected]>
Removing blank line before function close.

3b211e7f24f04f7feab35671e99bfe33b89bb167 authored over 8 years ago by Euan Torano <[email protected]>
Fixing broken unit tests.

9d435f259beffd062d1fe4232717eab3d9c4effa authored over 8 years ago by Euan Torano <[email protected]>
Basic BBCode support, bad word support and emojis.

f7b8942e6124892f239e4b6b9ad523aef8e07059 authored over 8 years ago by Euan Torano <[email protected]>
Fixing code standards.

f7071d1fee507d284be137cadd1e911fbf12ca4f authored over 8 years ago by Euan Torano <[email protected]>
Merge branch 'master' of github.com:mybb/Parser

4760b9a5740d4d09bb661aa6c672acd9c7f8b4c1 authored over 8 years ago by Euan Torano <[email protected]>
Updating dependencies, cleaning up caching.

e499c4e0b8c56af79fa7e9401ecdaffb2eef65bd authored over 8 years ago by Euan Torano <[email protected]>
Move parser config directive in core package to parser package

3a16260cf9bc71e9ff4aa30a60dfc618c76e54b6 authored over 8 years ago by Josh Harmon <[email protected]>
Fixing namespace in unit tests,

d1b2de0a82fe578106db8dbf0c7d7282fb5adb7c authored over 8 years ago by Euan Torano <[email protected]>
Fixing namespace to `MyBB` rather than `Mybb`.

bb8c1e484df3545531b1b1f3d672dea51748c0b0 authored over 8 years ago by Euan Torano <[email protected]>
Add build status badge to README.

d030e4647985b7f7321bbfd359d8d1d9ad941c93 authored over 8 years ago by Euan Torano <[email protected]>
Update composer.lock.

3883f6729c5bbe853d194ccde9c40547c3cb2b54 authored over 8 years ago by Euan Torano <[email protected]>
Add phpcs to composer.json.

09ec6261bc37e53d01307085330c61e91d994219 authored over 8 years ago by Euan Torano <[email protected]>
Fix unit test for older version of phpunit.

7be7ad6c603e631914df78d027e7bbfd1dbb258b authored over 8 years ago by Euan Torano <[email protected]>
Remove env variable stuff from .travis.yml.

595f71ff3595e3e76af473f591b895aa60b18f5f authored over 8 years ago by Euan Torano <[email protected]>
Add phpcs to travis.yml.

abea6d199d4d941ed8bd75445a7e2a4589a419d2 authored over 8 years ago by Euan Torano <[email protected]>
Remove PHP 5.5 from Travis for now.

de9837b66e9a39de5328a3300b7e4726508e66e1 authored over 8 years ago by Euan Torano <[email protected]>
Fix phpunit version requirement.

10a91689573d14053a0139de974dae129592ff95 authored over 8 years ago by Euan Torano <[email protected]>
Reformatting code.

db7a24df3374505c0564308e01c8c242838a3407 authored over 8 years ago by Euan Torano <[email protected]>
Working on integrating TextFormatter lib.

e4f89e8c81a4166b96266e48889ec9287fa9df0c authored over 8 years ago by Euan <[email protected]>
Starting work on new dev version

Making use of s9e\TextFormatter, using Travis CI rather than Circle CI,
clearing out old code fo...

093f990f0419708d0d0e92012a67737368a17625 authored over 8 years ago by Euan <[email protected]>
Fixing spelling error in MyCode.php code

8505003d0a6a204d67390d985f2c3a37fef602dd authored over 8 years ago by PaulBender <[email protected]>
Changing columns to varchar not text.

b681badf68605dc22057a29bdd196710e0441b51 authored almost 9 years ago by Euan Torano <[email protected]>
Fixing casing of imports.

PHPStorm seems to be case-insensitive, whilst PHP is not (on Unix at least).

eed2bf0541a271723de5c181b70c6c50586a4b70 authored almost 9 years ago by Euan Torano <[email protected]>
Fixing name of `CustomMyCodeRepository`.

558424296430afcadf6b7680886a58faa092ef0e authored almost 9 years ago by Euan Torano <[email protected]>
Fixing service provider references to classes.

Using the `::class` syntax makes it clearer when a class isn't available.

ffef49b1196d6c15c8dbe5c0a139003d6442bd06 authored almost 9 years ago by Euan Torano <[email protected]>
Updating dependencies and reformatting code.

f5497c86d7a61016443e9df7dd4e4097f492982f authored almost 9 years ago by Euan Torano <[email protected]>
Update README.md

94b554685d09b3fdb0b0c14b7ca4e8dfc82d385f authored about 9 years ago by Euan T <[email protected]>
Fix Circle

fd43d8f46885997690d1265c58c3e5b770bf5b33 authored over 9 years ago by JN-Jones <[email protected]>
Merge pull request #6 from euantorano/fix-5-use-eloquent-repositories

Using Eloquent for #5.

79328c992eeb8884c930a22ea10bb1f20ffc4dcc authored over 9 years ago by Euan T <[email protected]>
Tidied up repositories, removed logic that doesn't belong out of repositories to go elsewhere.

4c2283539144a7f6fdfea17b5a05688b27f79e9c authored over 9 years ago by Euan T <[email protected]>
Fixed indentation of docblock.

da9a6db93ddf55e9672f475cf22f3978d7cfbd4e authored over 9 years ago by Euan T <[email protected]>
Reformatting code and adding missing visibility to interface.

3a95e08eed58488d661eada7286b208b1c2f8f41 authored over 9 years ago by Euan T <[email protected]>
Using Eloquent for #5.

dd8284ea6cec96707c4a46e20c22852a0ff1819d authored over 9 years ago by Euan T <[email protected]>
mybb/mybb2#140 Laravel doesn't follow semantic versioning

d64364a9bd19da37824f6c9766b044d142ac4974 authored over 9 years ago by JN-Jones <[email protected]>
Wrong package...

989bc4a3217587edfab95f04ccff4f38a505e4c2 authored over 9 years ago by JN-Jones <[email protected]>
Add BSD-3 license

66878a7260abdbd523cd903f1c3daac748a4f5fc authored over 9 years ago by JN-Jones <[email protected]>
Add codesniffer to circle

4cbff9a1f0da1e282015d13aaca07c25a7f199b7 authored over 9 years ago by JN-Jones <[email protected]>
Avoid relative paths

e18530bef413c8e050cc4d06b053005b835a09af authored over 9 years ago by JN-Jones <[email protected]>
Updating composer

3f733d4779577631858936066aa7bbeaa8105eed authored over 9 years ago by JN-Jones <[email protected]>
Merge pull request #1 from JN-Jones/fix-mybb/mybb2#63

WIP mybb/mybb2#63 Add proper Exceptions

7b623006b8f6d8f373666279be4e829d7b317176 authored over 9 years ago by Euan T <[email protected]>
Run sniffer again

5b50488d02571223652a1f4825e79fc73fea0923 authored over 9 years ago by JN-Jones <[email protected]>
Merge remote-tracking branch 'origin/master' into fix-mybb/mybb2#63

Conflicts:
src/MessageFormatter.php
src/ParserFactory.php

cf4fd57cac6b8ea80998f1242948d4acbff702de authored over 9 years ago by JN-Jones <[email protected]>
Merge pull request #2 from JN-Jones/standards

Run CodeSniffer

dee410380cd34712b472a9013f2087044a7fe392 authored over 9 years ago by Jones <[email protected]>
Run sniffer

4308be06f86a51dac486da3815481d236c54f41d authored over 9 years ago by JN-Jones <[email protected]>
Add circle.yml

b4dd7e91a68d2e65961ee17acd03d279eb9fa4ba authored over 9 years ago by JN-Jones <[email protected]>
CodeSniffer produced an issue itself

0a8b2092441c14d90eb720a70739cfe91c7d18ac authored over 9 years ago by JN-Jones <[email protected]>
Run CodeSniffer

4fe84f5ed46ce97489a3a843e51ddd5684ffeb23 authored over 9 years ago by JN-Jones <[email protected]>
WIP mybb/mybb2#63 Add proper Exceptions

2236885581bf46514ea925131111ba3cc42ae044 authored over 9 years ago by JN-Jones <[email protected]>
Fixes an issue with /me (escaping)

954e003f949678bf0f675c8226db0e4ac9b62b54 authored almost 10 years ago by JN-Jones <[email protected]>
Add new config file for default options for the parser (only mycode supported atm)

6d4c7e186a70822fe98a47828364ec3b94ea5158 authored almost 10 years ago by JN-Jones <[email protected]>
Readd callbacks and bind the customcode repository to the renamed mycode class

ad6470a9880addcd720a4efdc35d97419b51fc53 authored almost 10 years ago by JN-Jones <[email protected]>
Minor cleanup

Signed-off-by: Euan T <[email protected]>

05fb3af3a55f119e8b5a5e6e010c4f69895ef0b3 authored almost 10 years ago by Euan T <[email protected]>
Forgot to update namespace for PSR-4

af4d6f3793e70fe0594311ad409d44e74ca0d5a2 authored almost 10 years ago by JN-Jones <[email protected]>
Commiting my changes - bbcode is supported, badwords, smilies and own codes are expandable already

bdd75ea9cfd6dee15b5bc35307310682e9aba967 authored almost 10 years ago by JN-Jones <[email protected]>
Add basic structure

e9809397083cde40b209ae6ff53ae41f8792268d authored almost 10 years ago by JN-Jones <[email protected]>
Initial commit

60d82a2f86ce162c11dd797aa106ba9c1a03f09f authored almost 10 years ago by Jones <[email protected]>