Ecosyste.ms: OpenCollective

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

github.com/doctrine/rst-parser


https://github.com/doctrine/rst-parser

Merge pull request #107 from weaverryan/no-fail-on-headers-mismatch

Also clearing headers so TableNodeRenderer doesn't see a mismatch

f49905afbba67cddad7e36b846724fcbb15487cd authored about 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #108 from weaverryan/another-invalid-table-catch

Looking for pretty table rows that are too short

a2c0927f4a27e8a2e3f5d76a99663978d994da9a authored about 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #115 from mvriel/allow-library-to-be-included-with-symfony-5

Allow library to be included with Symfony 5 projects

db2172657b83b105e4a1ebd89637b7e6ccbe5c27 authored about 5 years ago by Jonathan H. Wage <[email protected]>
Allow library to be included with Symfony 5 projects

The dependency on symfony/filesystem 4 makes it hard to include this
project in a Symfony 5 base...

31407eaaba80e7fd0e2be5ec77b2adc74622352d authored about 5 years ago by Mike van Riel <[email protected]>
Merge pull request #114 from weaverryan/fix-theme-dirs

Fixing theme bug where dir must exist in core + expanded "default" fallback

1d0d1ac8bee34e41270c9078ff382c5f908bfc55 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #113 from weaverryan/bump-twig-remove-deprecations

Bumping twig version and removing a deprecation

2450fadb8378b287dec97084071eeb8f7c01cfd9 authored over 5 years ago by Jonathan H. Wage <[email protected]>
bumping twig version and removing a deprecation

2b4beb25eca83a8a74181d24b929a5adb3883ca7 authored over 5 years ago by Ryan Weaver <[email protected]>
Fixing theme bug where theme directory had to exist in core

And also adding the "default" fallback mechanism everywhere.

55c9ee092e952f663573fcb95cbd785f1c0c7041 authored over 5 years ago by Ryan Weaver <[email protected]>
Merge pull request #111 from weaverryan/check-files-present

Adding exception if the index file is missing

c22ac674a724572c8fbba312bbc65d62315fb9ac authored over 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #112 from weaverryan/use-mtime

using file mtime instead of ctime for caching

260ac5f011ff9e9802d84b5cac113276a683993e authored over 5 years ago by Jonathan H. Wage <[email protected]>
Adding exception if the index file is missing

Helps avoid errors when you, for example, try to parse the wrong directory.

965712b7553448da7edd1a48dcfc3e83af7127ce authored over 5 years ago by Ryan Weaver <[email protected]>
using file mtime instead of ctime

Fixes a bug if you, for example, rsync from one directory to another
then build - the ctime migh...

b27c07b8ae606d4dced50574f34ec9954d132571 authored over 5 years ago by Ryan Weaver <[email protected]>
Merge pull request #110 from weaverryan/row-span

Adding support for table rowspan

afc28ca6e49a8cffa88b7fbfb9490e52490aac8c authored over 5 years ago by Jonathan H. Wage <[email protected]>
Adding support for rowspan

ea5a972ac417c31063c7186134bf4419e94d1e4b authored over 5 years ago by Ryan Weaver <[email protected]>
small error refactoring

6447f55637c6007f2ea43ee5beac02eac9e45c81 authored over 5 years ago by Ryan Weaver <[email protected]>
complicating test

d3f01c4d5915be463c279a67c291e4afc6a3f855 authored over 5 years ago by Ryan Weaver <[email protected]>
adding test case

a9c13fc1787f70e3aa825dd77301732045ed2a3f authored over 5 years ago by Ryan Weaver <[email protected]>
Merge pull request #109 from monooso/initial-header-level

Implement 'initialHeaderLevel' config setting

571f0756b130380b590eb730fd266873df09a447 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Add `initialHeaderLevel` config option to docs

17d3a99b5f1e804b0a032cc7a213c310ef77d388 authored over 5 years ago by Stephen Lewis <[email protected]>
Fix linter errors

74ea6afd4321e44cd0a987e9e5bdd77d6068cef0 authored over 5 years ago by Stephen Lewis <[email protected]>
Implement 'initialHeaderLevel' config setting

Implement support for a new 'initial header level' setting, which allows
a user to control the '...

a21f5c62bf5a2022df304ed6c55ba5641907fb81 authored over 5 years ago by Stephen Lewis <[email protected]>
Also clearing headers so TableNodeRenderer doesn't see a mismatch

19079619870a578c56ddbd4a7c84af822366c2eb authored over 5 years ago by Ryan Weaver <[email protected]>
Looking for pretty table rows that are too short

294e1a5a17f1f508d0d62a368929fad60c176786 authored over 5 years ago by Ryan Weaver <[email protected]>
Merge pull request #106 from weaverryan/fix-simple-table-early-line-end

Fixing bug where if a simple table row ended early, an error occurred

612cfa7ec0decef408af40ab31147d2e8e657071 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Fixing bug where if a simple table row ended early, an error occurred

c7da40121f129ea2411e2e3ca85abd7623c18ea6 authored over 5 years ago by Ryan Weaver <[email protected]>
Merge pull request #100 from weaverryan/failing-test-case-table-structure

Adding support for colspan to tables

59e913f494912d386dfec116ef2332e9d5dc3859 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Completely revamping table parsing

This adds several objects, which replace arrays, for more clarity
It also introduces features th...

457e0fbb08529041e30193de880b53b3c725f5ed authored over 5 years ago by Ryan Weaver <[email protected]>
Update .doctrine-project.json for the website.

089dc6de0f9150308803cf3b34584f4eed92f779 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #104 from doctrine/multiple-ref-does-not-exist

Reference can not exist multiple times in a document

49ea41cf15b93c4ac493df3f05c49999ef661cd4 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Reference can not exist multiple times so this exception cannot be

thrown.

34312367336d7c6772de1cf61012706b81f52717 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #103 from doctrine/logic-exception-invalid-ref

LogicException is surfacing when it should not with abortOnError = false

65116366e84dd3cc8b52f177f4d3df6fdac2673a authored over 5 years ago by Jonathan H. Wage <[email protected]>
Make phpstan happy.

2e4b27d063d5ba706ed698502b08a5b2c817ca2f authored over 5 years ago by Jonathan H. Wage <[email protected]>
Adding new originalDependencyNames property and storing ALL original deps there

108ac09d3cfe32e9e9fd658516c2e9e58e58543f authored over 5 years ago by Ryan Weaver <[email protected]>
Add assertions to BuilderMalformedReferenceTest.

bdced867ee82fbe4ee049f5b0043bdfe5add0527 authored over 5 years ago by Jonathan H. Wage <[email protected]>
LogicException is surfacing when it should not with abortOnError = false

731bb7ba22851e4e83a6b2b7b09d6b3c0fe015c5 authored over 5 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #102 from patrickjahns/bump-coding-standard-6.0

Updated doctrine/coding-standard to 6.0

ce0fbe01fa28afc35142c3be3938ea85cdec80e3 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Updated doctrine/coding-standard to 6.0

Signed-off-by: Patrick Jahns <[email protected]>

b3ef71ca747c11406f889db82d31c39b21ff8d65 authored almost 6 years ago by Patrick Jahns <[email protected]>
Merge pull request #99 from weaverryan/error-manager-malformed-table

using error manager for a malformed table

45485f7848c8eab283872bf8886b3252e9c71f40 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
using error manager for a malformed table

f7cb54cff3f2c9989868381bd546570dc8927eb0 authored almost 6 years ago by Ryan Weaver <[email protected]>
Merge pull request #81 from doctrine/expose-twig-environment

expose twig environment

ea0a03c3eeeae85951981785b83e87958892c7d0 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
create template engine outside from template renderer

eee5ce5cb067ac0acadc5a6e8bdc56507454c4ab authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
expose twig environment

79d4da73fbcd161f49dec6bbbb6e411881f6d7fd authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
Merge pull request #97 from weaverryan/expose-more-from-builder

Exposing Metas and ParseQueue from Builder

9ee95e591f433fe66f9fd939c02c1a989e9a957d authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #98 from weaverryan/track-error-manager-errors

Keep track of ErrorManager errors

8adee80d351f0b60930b93227c3387224bbc5493 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Keep track of ErrorManager errors

59deb241eacf36ca8d0411c509da914c6e870c28 authored almost 6 years ago by Ryan Weaver <[email protected]>
Exposing Metas and ParseQueue from Builder

859e2d50d0d90503518914c2c6471b32989e59a8 authored almost 6 years ago by Ryan Weaver <[email protected]>
Merge pull request #96 from doctrine/fix-title-with-ampersand

Fix links to title which contains "&"

a9c596f8ac52ea1c32997c25e5d517d7073d98f0 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Store actual titles in meta instead of rendered value

58a5cc1b5370302ce3134d7d164f605bdc1f26d1 authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
Merge pull request #76 from weaverryan/missing-reference-error

Improve missing reference error

655c92308ccd0eb273dfa77d4f19de6b58318940 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Using ErrorManager consistently

de4d1b3147bf34ccb6f98125eca736af8bdab35e authored almost 6 years ago by Ryan Weaver <[email protected]>
Adding the filename to invalid section error

ff902739f95209bfe99e33352cbf6f75f055e6a4 authored almost 6 years ago by Ryan Weaver <[email protected]>
Adding a test for the missing reference error

c8eee99ead1ddd7c2fb44334437ddb1a65b42782 authored almost 6 years ago by Ryan Weaver <[email protected]>
Merge pull request #95 from doctrine/fix-phpcs-exclude-pattern

fix phpcs exclude pattern

dc3a8f1a7a119824f99c6d05484d00a8df4bf19a authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #80 from doctrine/fix-url-enabled

fix url enabled parameter

87131932461f52787ca9d1bc378d7eb52bc5cb91 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
fix phpcs exclude pattern

9dbdb94af6104696f78a03fc2ce436eccaf3e21d authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
fix url enabled parameter

51e3cc9b64a93750528d8c4a6e5f90bff6b2da02 authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
fix tests

d96e6d995949072ac22bb82322e9c58050f62d55 authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
Merge pull request #79 from weaverryan/anonymous-reference-overmatch

Fixing anonymous reference over-matching

64c3c619f70a8a77dd02b459a057d652138e7d97 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #77 from weaverryan/reference-with-ticks

Adding support for references with ticks

63aa449e571aedc117554f6e29a255a35ec3f21d authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #92 from weaverryan/allow-directive-exceptions

Allowing directives to throw an exception and have a decent error

40473c50465ae67cd1df8d510569fcb408911179 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #91 from weaverryan/re-add-meta-caching

Re-adding caching of Metas & fixing how files are scanned and ref dependencies

e94cf5835e8a0e0cbe037efdcbe9a1a9eba5ec6b authored almost 6 years ago by Jonathan H. Wage <[email protected]>
adding assertion

bc737d2b5a3235a3807ff513bd2adfa8821cbd51 authored almost 6 years ago by Ryan Weaver <[email protected]>
Fixing references with ticks

1f15f874893529aa0bacefaed60d8d1400295646 authored almost 6 years ago by Ryan Weaver <[email protected]>
Adding test case of a reference with ticks

0a6869b8a56000e8264bcce8219dca65ac8b2f15 authored almost 6 years ago by Ryan Weaver <[email protected]>
Adding more test examples for anonymous link matching + fix

b6648fda4ba8e9511cb020440ea061de52f070c3 authored almost 6 years ago by Ryan Weaver <[email protected]>
Failing test case for anonymous reference over-matching

caf6dc57b8a969126c93e5b8eb5145b7bada756e authored almost 6 years ago by Ryan Weaver <[email protected]>
phpstan

1b8ccdecc94919adf2824cffeb7c9931112c9fbf authored almost 6 years ago by Ryan Weaver <[email protected]>
Allowing directives to throw an exception and have a decent error

54bf9de102c1988055326a16643ae5abad3cd89d authored almost 6 years ago by Ryan Weaver <[email protected]>
Splitting cached meta saving/loader into separate class

a128be2211ddaae57c8102621107e318851483c0 authored almost 6 years ago by Ryan Weaver <[email protected]>
removing array_unique

2c3d13a052a31072dddfa6311f0b47f93f4a297a authored almost 6 years ago by Ryan Weaver <[email protected]>
fixing cs

27979a96746bd938ce406446048fb42ea8385ada authored almost 6 years ago by Ryan Weaver <[email protected]>
These test cases were actually wrong - these are all :ref:

0033d35b7241ec588b84e1388f524e3dc210a76f authored almost 6 years ago by Ryan Weaver <[email protected]>
fixing tests

0093f34c67b4f25935e5352bedf8f1ea3128fe0d authored almost 6 years ago by Ryan Weaver <[email protected]>
updating test for new constructor arg of ResolvedReference

fb5425b2a07e5cdcccf9a7905d6305b40cdebd8a authored almost 6 years ago by Ryan Weaver <[email protected]>
allowing for the current MetaEntry to not be set

28cd5606b7f0241715c4e28558c0790c1cacff6c authored almost 6 years ago by Ryan Weaver <[email protected]>
Fixing a bug where :ref: would be added as dependencies

The problem is that a ref called "some-link" is not a document
filename, but it is/was being add...

d482a22613dcdd4f42d00cc6e552312bf0e10544 authored almost 6 years ago by Ryan Weaver <[email protected]>
Refactoring how the Scanner system works

It's much simpler: Sphinx finds all files in the given directory,
recursively, that have the .rs...

655bd0133007f183de39c4e68c8bab16b6b8e0d8 authored almost 6 years ago by Ryan Weaver <[email protected]>
Forgotten from earlier - making Parser more explicit

b49928bd8405e6b3d119ee236b142cf06f10446b authored almost 6 years ago by Ryan Weaver <[email protected]>
Simplifying dependencies further - they do not need to be recursive

ecc21aa2e5b62ad7fd7ed33bc5180f1cb7e192a4 authored almost 6 years ago by Ryan Weaver <[email protected]>
Fixing a bug with multiple :ref: not being resolved

Before this commit, if there were 2 :ref: to the same spot, because
"references" were not stored...

066445a02432f288d24c2d9ebffe6e3865e8a96b authored almost 6 years ago by Ryan Weaver <[email protected]>
Fixing bug where :ref: would be made into a URL

For example, if we had :ref:`foo` in subdir/index, then
it would be changed to `subdir/foo` and ...

9bb7c9b994d3eed03c9c2a2bcf151d712177a081 authored almost 6 years ago by Ryan Weaver <[email protected]>
Finishing test for cached metadata

e100e3950c4879741b9a61e487d52764c8e43e32 authored almost 6 years ago by Ryan Weaver <[email protected]>
Making cached metas disable-able

2c1b625dc74df227f9cc130e6b286a44c9ccb7a7 authored almost 6 years ago by Ryan Weaver <[email protected]>
Making all the Builders in tests not use caching

784398ee05a4a1a4a19a9852af958ac84db97cd0 authored almost 6 years ago by Ryan Weaver <[email protected]>
Fixing bug where unresolved name was used to remove dependency

0f786928de6d25b5b42be07df780cc9f79be79fe authored almost 6 years ago by Ryan Weaver <[email protected]>
updating test - all files ARE now parsed, even if orphaned

4419383d2ac867065d448131881cd003ce89b01c authored almost 6 years ago by Ryan Weaver <[email protected]>
reverting cleanups that were BC breaks

b374797443108879bd1dacec307dc4af7cd9da0f authored almost 6 years ago by Ryan Weaver <[email protected]>
WIP - re-adding caching of Metas

1d268be4f817484047d9a9dad934d15b3e7473a9 authored almost 6 years ago by Ryan Weaver <[email protected]>
Cleaning up Environment - giving it proper required args

9977ce2a4313474d6477c5f8340d479be832421a authored almost 6 years ago by Ryan Weaver <[email protected]>
Removing unused method

31b577dfac8f44e72a6aabf0b45fd970d9e87892 authored almost 6 years ago by Ryan Weaver <[email protected]>
Merge pull request #93 from doctrine/inject-environment-in-nodes

inject environment in nodes

908578ae083dd455f1d5da94ff2e65bb2390016a authored almost 6 years ago by Jonathan H. Wage <[email protected]>
fix phpstan

a083924fb59eb9957dbf4526604ae66eb746e0be authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
inject environment in nodes

ca02c18af7421f47600a605017615014f1b2ec02 authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
Merge pull request #94 from doctrine/fix-php73-regex-failures

Fix PHP 7.3 regex compilation failures.

f657b6d605fa0d36430a42718174d4a6ba910d59 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Fix "Only booleans are allowed in a ternary operator condition" phpstan error.

c3bc29f276d77ca976cddc6995a8549895bc39f4 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Fix PHP 7.3 regex compilation failures.

7b7257942f4e30f7621e2709b3661a8ada9ed058 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #89 from doctrine/post-link-render-event

create and dispatch OnLinkParsedEvent

40389befce30e386606d9d0c3c298c2bb7e59625 authored almost 6 years ago by Jonathan H. Wage <[email protected]>
create and dispatch OnLinkParsedEvent

4f91a73ddada754ffe6343f48a031961702dd514 authored almost 6 years ago by Nicolas PHILIPPE <[email protected]>
Merge pull request #73 from weaverryan/eager-directive-failure

Throwing an unknown directive earlier and with more info

8e8aa20eb072e69f557e4a49c4db0b50928a4ef6 authored about 6 years ago by Jonathan H. Wage <[email protected]>
Updating test for full message

eeebff5d46b2da45f9acca9721b985cbd02d0682 authored about 6 years ago by Ryan Weaver <[email protected]>