Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signal: all_generators_finalized (see getpelican/pelican-plugins#314) #1616

Merged
merged 1 commit into from
Feb 11, 2015

Conversation

kernc
Copy link
Contributor

@kernc kernc commented Feb 7, 2015

Some plugins have used content_object_init signal and read summary or content properties of the content object. This resulted in internal ({filename}) links being unresolved. When used, this new signal all_generators_finalized should hopefully mitigate that.

See also:

Some plugins have used `content_object_init` signal and read `summary`
or `content` properties of the content object. This resulted in
internal (`{filename}`) links being unresolved. When used, this signal
should hopefully mitigate that.

See also:
* getpelican/pelican-plugins#314
* getpelican/pelican-plugins#410
kernc added a commit to kernc/pelican-plugins that referenced this pull request Feb 7, 2015
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue getpelican#314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616
kernc added a commit to kernc/pelican-plugins that referenced this pull request Feb 7, 2015
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue getpelican#314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes getpelican#314.
@justinmayer justinmayer added this to the 3.6 milestone Feb 11, 2015
@justinmayer
Copy link
Member

Excellent work, @kernc. Many thanks for this addition!

justinmayer added a commit that referenced this pull request Feb 11, 2015
@justinmayer justinmayer merged commit 9152e02 into getpelican:master Feb 11, 2015
kernc added a commit to kernc/pelican-plugins that referenced this pull request Jul 4, 2015
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue getpelican#314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes getpelican#314.
kernc added a commit to kernc/pelican-plugins that referenced this pull request Jul 12, 2015
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue getpelican#314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes getpelican#314.
MinchinWeb pushed a commit to MinchinWeb/minchin.pelican.plugins.summary that referenced this pull request Jan 30, 2017
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
viktorbengtsson added a commit to viktorbengtsson/pelican-readtime that referenced this pull request Mar 20, 2017
…name}

Changed signal from content_object_init to all_generators_finalized (see getpelican/pelican#1616)
Changed read_time to operate on content instances in generators
Disabled READTIME_CONTENT_SUPPORT setting.
mirekdlugosz pushed a commit to mirekdlugosz/pelican-plugins-summary that referenced this pull request Oct 25, 2020
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
cav71 pushed a commit to cav71/summary that referenced this pull request Mar 8, 2021
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
justinmayer pushed a commit to pelican-plugins/read-more that referenced this pull request Mar 11, 2021
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
schtobia pushed a commit to schtobia/representative_image that referenced this pull request Aug 7, 2023
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
justinmayer pushed a commit to pelican-plugins/featured-image that referenced this pull request Aug 8, 2023
clean_summary, read_more_link, representative_image, summary
plugins now use all_generators_finalized signal so as to avoid
issue #314. They fallback to current behavior is said signal is
not yet available.

See also: getpelican/pelican#1616

Closes #314.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants