User tests: Successful: Unsuccessful:
This adds functionality to load finder plugin language strings from the extension folder (just like it's happening in other places).
en-GB.plg_finder_content.ini
and en-GB.plg_finder_content.sys.ini
from administrator/language/en-GB
folder to plugins/finder/content/language/en-GB
none
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Components |
Labels |
Added:
?
|
Title |
|
Thanks, fixed.
I have followed below two steps, but not able to perform 3rd step.
Not able to see "Search by Author - n" text in new search filter view.
I am using Joomla! 3.3.7-dev — © 2016.
This patch is towards 3.7.0-dev, not 3.3.7-dev
You first have to run the index.
@RonakParmar
Sorry, you have to run index first. I've updated testing instructions.
Thank you, I'll do it.
What bug is it fixing? As far as I can tell this is bringing consistency to way finder plugins load language files. But as it's never apparently been an intended thing this is the grey area but to me is more feature than bug fix
Since 1.6 core has supported loading languages from either the global directory or within the extension (for those that support it; I think files and libraries extensions don't). So anything not supporting that lookup method to me looks like a bug and not a feature.
I have tested this item
@RonakParmar can you test again, please?
Hi, Can anyone guide me, what should I have to do to make my local copy version 3.7.0-dev?
So, I can test this PR.
Thanks.
You can download the last build from here: https://developer.joomla.org/nightly-builds.html :)
I do agree this is a bug and not a new feature as a 3rd party can create a new finder plugin with its own language folder.
In the first step of testing instruction
You mentioned "finder - categories plugin" and you are showing content plugin language files to move in content plugin. Is it a typing mistake?
@zero-24 thank you for the URL.
I have downloaded full package of Joomla 3.7.0-dev and setup in my local to test this issue.
I have followed above steps but not able to reproduce this issue.
My joomla version is Joomla! 3.7.0-dev Development [ Noether ] 27-June-2016 08:13 GMT.
Without applying the PR I can language variable is not missing. attached screen dump of my local, please test it and let me know if I have done anything wrong.
@RonakParmar
To test this:
before patch
Take off the 2 lang files
en-GB.plg_finder_content.ini
en-GB.plg_finder_content.sys.ini
from administrator/language/en-GB/
keep them in a safe place
you will get when creating a new filter:
Then patch and create in
plugins/finder/content/
a folder /language/en-GB/
add the fini files in this folder
Now test
I have tested this item
It was my mistake, I have copied and pasted files, instead of cut and paste.
Status | Pending | ⇒ | Ready to Commit |
RTC
Please reconsider milestone.
Labels |
Added:
?
|
thank you
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-11 19:46:35 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
@rdeutz Are you sure this belongs to 3.7 branch (see this comment)?
Can you use the JPATH_PLUGINS constant?
On Thursday, September 29, 2016, Piotr notifications@github.com wrote: