Search found 6 matches

by moijafcor
Sat Sep 08, 2007 11:19 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: Typo issue on Joomla! Team Blog post
Replies: 4
Views: 1057

Re: Typo issue on Joomla! Team Blog post

If you are looking for up to date information I suggest you use the developer documentation resources which should provide you with the best and most update source of information. I perfectly understand your point, but the lead to this information was to cross-check procedural instructions from the...
by moijafcor
Sat Sep 08, 2007 5:21 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: Typo issue on Joomla! Team Blog post
Replies: 4
Views: 1057

Typo issue on Joomla! Team Blog post

Please check at http://www.joomla.org/component/option,com_jd-wp/Itemid,33/p,210/ Backwards compatibility with 1.0 Before we dive into the real stuff let’s talk about backwards compatibility. The new system has been designed to be fully backwards compatible withJoomla! 1.0. If you are installing a J...
by moijafcor
Sat Sep 01, 2007 10:49 pm
Forum: Joombie Coding Q/A
Topic: Trying to understand Joomla! 1.5 codes from scratch
Replies: 4
Views: 938

Re: Trying to understand Joomla! 1.5 codes from scratch

Please note Joomla! also feature the JPATH_BASE constant, "to ensure this file is within the rest of the framework". Two different approaches, same result.

Greetings.
by moijafcor
Sat Sep 01, 2007 9:14 pm
Forum: Joombie Coding Q/A
Topic: Trying to understand Joomla! 1.5 codes from scratch
Replies: 4
Views: 938

Re: Trying to understand Joomla! 1.5 codes from scratch

_JEXEC_ is a constant initialized in order prevent unauthorized access (inclusions) to package' files. As MvBrakel said you find it everywhere in Joomla!
by moijafcor
Sat Sep 01, 2007 6:54 pm
Forum: Joombie Coding Q/A
Topic: Authorization in a wrapper
Replies: 5
Views: 1108

Re: Authorization in a wrapper

You have to use some XSS techniques (-X-Cross Site Scripting) in order to pass variables between both applications; this way you can write some logic to block direct access and construct the wrapper mechanism.

Saludos.