-
Updated
Jun 19, 2020 - Go
redirects
Here are 128 public repositories matching this topic...
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Apr 13, 2020 - Ruby
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
Test against WP 5.4
Is your enhancement related to a problem? Please describe.
Once WordPress 5.4 is released, we'll want to test Safe Redirect Manager to see if any incompatibility issues arise.
Describe the solution you'd like
- test Safe Redirect Manager on WP 5.4
- op
-
Updated
Jan 1, 2019 - PHP
-
Updated
Jul 5, 2020 - JavaScript
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
-
Updated
Jun 21, 2020 - Vue
-
Updated
Apr 16, 2019 - Elixir
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Aug 28, 2017 - Ruby
-
Updated
Jan 22, 2018 - PHP
-
Updated
Jun 24, 2020 - Python
-
Updated
Jul 15, 2017 - JavaScript
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.
Maybe it would be better to change style of the button "Add new redirect"?
It could be something like this using the class btn-info.
-
Updated
Jun 21, 2020 - PHP
When clicking any page the current page is used to filter redirect destinations. However, this skips t3:// URNs and is thus not that useful. Thus I'd like to see an option to disable this default filter.
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Sep 20, 2019 - Python
-
Updated
May 19, 2020 - JavaScript
-
Updated
Feb 8, 2019 - JavaScript
-
Updated
Mar 6, 2020 - PHP
-
Updated
Jan 17, 2019 - PHP
-
Updated
Nov 26, 2017 - JavaScript
Improve this page
Add a description, image, and links to the redirects topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redirects topic, visit your repo's landing page and select "manage topics."


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_botin the .travis.yml file. Perhaps this would also deserve mention in the doc.