Site Config
DogFood:
tiki-view_chart.php?chartId=1
Doc:
http://doc.tikiwiki.org/Charts
Bugs/RFEs
http://dev.tikiwiki.org/Charts
So when you are logged in, you will have a link to see what the template (.tpl) looks like. You can't change it however.
Note to Tiki devs: we need to check that this works as expected everywhere.
There are over 100 of these changes which must be done:
{if $feature_view_tpl eq 'y'}
->
{if $feature_view_tpl eq 'y' and $tiki_p_view_templates eq 'y'}
{if $feature_edit_templates eq 'y'}
->
{if $feature_edit_templates eq 'y' and $tiki_p_edit_templates eq 'y'}
Similarly, for editing the CSS, the feature needs to be on and the permission given
{if $feature_editcss eq 'y' and $tiki_p_create_css eq 'y'}
Hi!
Anonymous users had tiki_p_download_files for the file gallery.
So I added tiki_p_wiki_view_attachments to get attachments from wiki pages.
Gary: please let me know if it's intentional and I will reverse...
Thanks!
M 😉
I updated
http://themes.tikiwiki.org/tiki-admin.php?page=wikiatt
with the proper path.
Maybe Tiki should offer a default folder for file attachments...
This server should be better.
Sorry about all the Internal Server Error 500 errors from the previous server...
feature_trackbackpings disabled
feature_blogposts_pings disabled
This is a reminder for Trackback spam: better protection and easier to cleanup
I added a "width:100%" property to .tabcontent in styles/tikineat.css to prevent tab contents from overlapping the right column (Tracker bug report). This was after comparison with other themes to see how their CSS handled table and tabcontent properties. I don't think there will be any bad effects from this modification, but let me know if there is anything. If there's no report of a problem, I'll commit the change to CVS branch 1.9.
-- Gary