Hi deQer,I'm sure that page needs a good once over to determine which paths need to be checked. Is that something you are interested in exploring?- LouisDevelopment Coordinator
On Tue, Nov 24, 2009 at 10:36 AM, deQer <ryanbr...@gmail.com> wrote:
It was mentioned that I should be a little more specific on this. :)
What I'm referring to is the path /images/stories/ is flagged as red,
because it does not exist anymore for a 1.6 installation. I figured
that this page was perhaps overlooked entirely, so there might be
other paths that are new in 1.6 that need to be added to this page
perhaps which is why I wasn't so specific in my initial post (above).
But, I'm not sure.
Thanks,
--
Joomla! ... because open source matters.
http://www.joomla.org
Ryan,
Both of your screenshots do appear for me in two separate postings of yours (they also appear in the Google Group page as well).
Posting from Gmail should be a little easier I think (since it does allow you to attach files and whatnot, which is what I'm assuming you did before).
I'm not sure why Ian wouldn't be seeing them, but they are definitely there.
-OmarOn Wed, Dec 2, 2009 at 7:16 AM, Ryan Briscall <ryanbr...@gmail.com> wrote:
After some discussion with Ian, I've become aware that my post did not
show up in here. My screenshot did not show up either. I'm going to
assume that's why I haven't heard back from anyone yet on the topic of
"images/stories/"
I'm posting the same thing again now, instead of posting from my gmail
I will try posting from google groups now:
---
Hi Louis,
Thank you for your response.
I've taken a look into the idea of changing images/stories to images,
and
here are my notes:
File: \installation\sql\mysql\joomla.sql
Find:
image_path=images/stories
Replace:
image_path=images
However, when I grepped the site for: "
images(('|")(\.|,)DS(\.|,)('|")|/|\\)stories", I found several
results.
I've attached a screenshot (http://www.bport.ca/temp/Joomla-1.6-Custom-
images-stories-default-path.png)
of the changes I would like to submit in a patch.
---
Regarding the "Panic Path", I agree. I will look further into it.
---
Regarding the "DS" topic. I believe I will revisit this topic later.
In my
browsing, I noticed many areas where we are hardcoding the forward
slash
into the paths of many scripts of the Joomla package. I predict that
it
would be a lot of work to patch these up, because most of these are
xml
files.
Unless of course these paths are processed with that JPath::clean()
function
(as you mentioned) after grabbing the path from the xml file. Or at
the
least perhaps do a preg find/replace of find: (/|\\) replace with: DS
Etc.
Either way, I believe there are a lot of areas that need to be checked
to
see if DS is being used. It's a big task that I will probably leave
alone
for now.
Thanks,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To post to this group, send email to joomla-...@googlegroups.com
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB
-~----------~----~----~----~------~----~------~--~---