Attachments (4)
Change History (13)
This ticket was mentioned in Slack in #core by jorbin. View the logs.
11 years ago
#4
@
10 years ago
Any idea why this trivial patch waits for almost 2 years to be applied?
Latest available version 4.5 is still affected by this problem.
#5
@
10 years ago
- Keywords needs-testing added
I've tested 29154.2.diff on several sites that uses symlinks for plugins. It really solves problem with broken plugins in a case if they're installed using symlinks. Would be great to see this patch in 4.5.x or 4.6
#6
follow-up:
↓ 9
@
10 years ago
- Keywords has-unit-tests added; needs-testing removed
- Milestone Awaiting Review → 4.6
29154.3.diff includes a unit test which fails without the change to plugin_basename():
1) Tests_Plugin_Basename::test_should_return_correct_basename_for_symlinked_plugins Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -a-symlinked-plugin/plugin.php +C:/www/path/plugins/a-plugin/plugin.php
#9
in reply to: ↑ 6
@
10 years ago
Replying to ocean90:
29154.3.diff includes a unit test which fails without the change to
plugin_basename()
For reference, the test still failed on my install after [37332]:
1) Tests_Plugin_Basename::test_should_return_correct_basename_for_symlinked_plugins Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -a-symlinked-plugin/plugin.php +S:\home\wordpress\develop/src/wp-content/plugins/a-symlinked-plugin/plugin.php
[37719] fixes that.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Refreshed for current trunk.