@Andrew, I made this a separate thread so as not to distract from the
type 2 rule topic.
I wonder if there is any feedback on the question, which is a simple
one about adding some rows to the sql file for #__access_actions table
in joomla.sql. Specifically:
com_content.article.create 1
com_weblink.weblink.create 1
I would think these should also be added to joomla.sql :
com_weblink.weblink.edit 2
com_weblink.weblink.edit_weblink 1
com_weblink.weblink.publish 1
com_weblink.weblink.edit_own 1
com_media.upload 2
com_users.profile.edit_own 3
com_users.profile.edit 1
com_users.profile.view 3
com_content.article.publish_own 1
Notes:
Note that the access_type values for weblinks are just following what
is there for com_content. Since weblinks is our model component I
think it should be a complete example.
Com_media.upload was added to 1.5 to allow more finely grained control
of upload because of hte risk of malware in pdfs and other files.
There is also com_media.popup in 1.5 but I think the com_media.upload
actually solves the issue that popup was addressing, so I'd leave that
out I think.
Com_users front end is currently not in the table at all.
For those who have not followed closely, this table takes the ACL
information that was in libraries/joomla/user/authorization.php in 1.5
and puts it into the database.
Of course this can all change later, but, I for one, would just like
to be able to work with an install as it stands right now rather than
having to add all the time since I am lazy.
Elin
On Sep 5, 9:16 pm, Amy Stephen <
amystep...@gmail.com> wrote:
> Yup, we will. I mentioned starting a new thread for use cases. My mistake.
>
>
>
> On Sat, Sep 5, 2009 at 6:03 PM, Andrew Eddie <
mambob...@gmail.com> wrote:
>
> > Whoa, can we keep this in one thread please until we are all on the
> > same page for what the requirements actually are? See my comment to
> > the other thread.
>
> > Regards,
> > Andrew Eddie
> >
http://www.theartofjoomla.com- the art of becoming a Joomla developer
>
> > 2009/9/6 elin <
elin.war...@gmail.com>:
> > > Elin- Hide quoted text -
>
> - Show quoted text -