Skip to content
#

redirects

Here are 128 public repositories matching this topic...

oliviercailloux
oliviercailloux commented Aug 23, 2018

Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)

Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with find -name "*.adoc" -print0 | xargs -0 awesome_bot in the .travis.yml file. Perhaps this would also deserve mention in the doc.

chadcrowell
chadcrowell commented Nov 1, 2019

Description

Production site has non-super admin editors in the Control Panel that can not change the author of an entry. Worked with Craft guys on support ticket to figure out that when SEO plugin is disabled, the author can be changed. With it enabled, it can not. Stack trace:

2019-11-01 11:11:35 [-][81660][-][error][yii\web\HttpException:400] yii\web\BadRequestHttpException: Unable
bug
soundasleep
soundasleep commented May 2, 2019

Description

Create a brand new Jekyll site with the following content:

  • index.md
Hello, world!
[Target](target.md)
or {% include include.md %}
  • target.md
(anything)
  • _includes/include.md
Also try go to the [Target](target.md)

Enable jekyll-relative-links, and build the site.

Expected behavior

Both links to target.md are ren

roborourke
roborourke commented Mar 8, 2018

Right now even contributors can see and create redirects. This might not be ideal so we should at least restrict it to those with publishing caps or even just to admins.

If we make it easy to change who has access via a filter or just documenting using the roles API then I think restricting to admins is the right call.

Improve this page

Add a description, image, and links to the redirects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the redirects topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.