***: danopia_ has quit IRC (Read error: 110 (Connection timed out))
chibaguy has joined #tikiwiki chibaguy: Related to the talk about editors and syntax, I hope it will be possible to use the CODE plugin to display . . . code . . . and have it display without parts getting removed. or without having to convert brackets, etc. first (Seems like a reasonable request, right? ;-) ) ***: Caarrie is now known as Caarrie|sleeping
danopia_ has joined #tikiwiki
danopia__ has quit IRC (Network is unreachable)
SEWilco has quit IRC (Read error: 110 (Connection timed out))
SEWilc1 has joined #tikiwiki
danopia_ has quit IRC (Network is unreachable)
danopia_ has joined #tikiwiki
danopia_ has quit IRC (SendQ exceeded)
danopia_ has joined #tikiwiki PS|bot: SVN: Commit by chibaguy :: r 14869 /branches/2.0/ (3 files in 2 dirs): [FIX] Bad nested span removed from tiki-browse_gallery.tpl (was causing problem with watch icon), spans added to give list gallery same button look as browse gallery, button style, tocnav contrast, gallery thumb td borders fixed in darkroom.css. chibaguy: Checking out the watch icon styling in tiki-browse_gallery.tpl, I found: <span class="button2"><a><span class="button2">link</span></a> .. <span....etc.> hm hm hm....I wondered why Firebug showed a span including two buttons and the icon.. ***: danopia_ has quit IRC (Network is unreachable)
danopia_ has joined #tikiwiki
danopia_ has quit IRC (Read error: 60 (Operation timed out))
danopia_ has joined #tikiwiki
franck has joined #tikiwiki
danopia_ has quit IRC (Connection timed out)
leon007 has joined #tikiwiki leon007: Hi, I am becoming a regular here with my question... This time I hope it's something basic... If I have a wiki page say "Test2", and I want to have it named instead as "Description of Test2", can I rename the page without having to modify say 30 other pages that are linked to it?
Alternatively... Is there a concept of "Displayed page title" as opposed to "linked paged title"?
thanks franck: leon007: you can rename and all the linked wiki page will update
but only the wiki pages...
now what I often do, is that I enable the use page description in the wiki settings, and I modify the tpl file to make the page description the bigger title...
but I think if you enable use page description and disable show page name you get a similar result... ***: jerkface03 has joined #tikiwiki
nkoth3 has left leon007: sorry, franck, I had to do something else and didn't see your reply... Let me have a quick look at the settings, since this is what I'd like to do, namely show description and not necessarily pages ***: NefariousC has quit IRC () leon007: franck, another silly question, how do I set "description" for a page?
BTW, if I use {INCLUDE}, those didn't get updated with the changed name... ***: Lucymoz has joined #tikiwiki chibaguy: leon007, for page description, first make sure it's turned on on the admin-wiki page. Then there'll be a box to input it on the wiki edit page. PS|bot: SVN: Commit by chibaguy :: r 14871 /trunk/templates/ (54 files in 2 dirs): [FIX] Remaining instances of <a class="linkbut"> (those not inside div class="navbar" or already inside <span class="button2">, etc.) changed to <span class="button2"><a>, so all instances should have this format now. (A few files remaining pending commit conflict resolution.) leon007: thanks chibaguy! is there a way to make description be filled in from the "page name" automatically? chibaguy: No, I don't think so. PS|bot: SVN: Commit by chibaguy :: r 14872 /trunk/templates/ (4 files): [FIX] Remaining instances of <a class="linkbut"> (those not inside div class="navbar" or already inside <span class="button2">, etc.) changed to <span class="button2"><a>, so all instances should have this format now. leon007: Thanks! and another basic wiki question... I want an image that goes with a wiki page to appear on the right and text to be wrapped around it (a common view that happens on Wikipedia).
but I don't seem to know how to do it with <image> tag... This is the place - http://www.schneidermans.org/Schneiderman+-+meaning+of+the+name ***: Lucymoz has quit IRC (Read error: 110 (Connection timed out)) chibaguy: Are you using wiki syntax?
You can use something like {img src="img/wiki_up/my_image.jpg" imalign=right}
Sometimes I put the image in a div (using DIV plugin) to float it and give it some padding or border, etc.
(We need a doc or tutorial or FAQ on common wiki page layout techniques.) leon007: I am using wiki syntax - {img src="img/wiki_up/TheTailor.jpg" align=center imalign=right} chibaguy: I'll crank up Firefox/Firebug and take a look.... leon007: oh, taking align=center out helps a bit
is there a way to specify more padding around the image?
(sorry for such basic questions) chibaguy: According to Firebug, the image is in a div that's full-width, which explains why the text isn't flowing around it.
I'm comparing to a page where I have an image floated right using the img syntax, and in my case the image is in a span, not a div.
I wonder if you could try your img syntax again, to make sure it's right, or changing some of the details. leon007: ok, let me play around... I did use {img}, i.e. wiki originally, now I switched to <img >, i.e. html syntax
thanks chibaguy: Ok, I see you've made changes. Funny, but the page source is still different than mine. I guess the syntax info difference accounts for it.
Ah, I see. Well, I like the wiki syntax so tend to use it all the time.
About the padding, you can put it in a div, as I mentioned. Or actually I made an IMGSTYLED plugin that has margin parameters, etc. Haven't used it in a while so don't know if it's still compatible. ***: fane has joined #tikiwiki leon007: oh, that would be good to get hold of that plugin... I am concerned that people that are not so computer literate will have a hard time adding in a picture :( But I played around and got the best results with html so far... chibaguy: I don't know why {IMG(src=xxx imalign=right} didn't work for you. It does for me.
Uh {img src="img/wiki_up/my_image.jpg" imalign=right} leon007: chibaguy, it did work for me, but not so nicely... the text was too close to the image... I think it also depended on location of where I stuck the image... Where I put it now, looks good, so probably {} would also work now... I can try chibaguy: Yeah, maybe the img tag should have a margin either built in by default or configurable as a parameter.
Possibly the theme stylesheet could set it, not sure.
Ah yeah, I remember the issue there. Any .wikitext img property also applies to smileys and other odds and ends because none of these have their own class, last time I checked. leon007: documentation says that hspace is supported for img, but it didn't seem to work for me for some reason in wiki format... I also checked wisywig editor, there image insertion is pretty decent, I think chibaguy: hspace is deprecated, if I recall correctly. CSS should be used instead.
(same with align as a tag, I believe) leon007: yeah, so may be I should add it to my own css - when I get to such "advanced features" ;) - but now it's time for bed - have a good one and thanks for all your help! chibaguy: ok cya later ***: tomb_ has quit IRC (Read error: 60 (Operation timed out)) chibaguy: the {img} tag needs a class parameter, I think.
Ah, undocumented (so far) feature: it does support class parameter. Then the img with the configurable class is inside a span.img. ***: stix has joined #tikiwiki chibaguy: Since img supports class, the stylesheet could have, maybe under .wikitext, .imgleft and .imgright that would have 0 margin on their page-border side, to be flush, and 8px or whatever on the text side. This would solive the text-up-against-the-img problem, and keep the margins straight. ***: navster has joined #tikiwiki
Wilkins has joined #tikiwiki PS|bot: SVN: Commit by chibaguy :: r 14873 /trunk/styles/darkroom.css: [FIX] .rbox and other misc. small fixes ***: fane has quit IRC ("Leaving.")
djst has joined #tikiwiki
chibaguy has left
franck has quit IRC ("Leaving.") stix: where can I see what's new in 2.1? ***: leon007 has quit IRC ("http://www.mibbit.com ajax IRC Client") luciash: stix: here → http://info.tikiwiki.org/tiki-read_article.php?articleId=40 stix: thanks :) luciash: see the changelog ***: Paragtim has joined #tikiwiki
lq_726 has joined #tikiwiki
navster has quit IRC (Read error: 104 (Connection reset by peer))
navster_ has joined #tikiwiki lq_726: i've been trying to modify planetfall theme for tikiwiki 2+ to get the left column back to left, but i only manage to break the theme
can someone help how is it done? ***: lq_726 has left
lq_726 has joined #tikiwiki lq_726: nevermind, i deleted cache and now it works... ***: lq_726 has quit IRC ("CGI:IRC (EOF)")
marclaporte has quit IRC (Read error: 60 (Operation timed out))
Caarrie|sleeping is now known as Caarrie
komodo has joined #tikiwiki komodo: hi, first thanks for work at tiki. we use tiki dalily and it's great. but, i have upgraded from 1.9 to 2.1, everything is ok, except that thing, that i can't see Search when i am not logged in. i have enabled search_box module and rights are for Anonymous and Registered. but i thing it's theme problem because when i change the theme to defautl then i can see search box. can you please help me ? i dont want use default theme ***: NefariousC has joined #tikiwiki stix: komodo, there is a new permission in 2.0, tiki_p_search tiki Can search
if you dont assign that to the usergroup the search box will not be displayed ***: philippeback has joined #tikiwiki philippeback: I am having trouble with the security filter turning javascript into ja<x>va script... any way to turn that off for specific cases ?
another question: how to turn off captions of boxes selectively ? I am doing a GoBack module: {MODULE(module=>GoBackModule)}{MODULE} komodo: stix: thankoyu, but sorry for stupid question, where can i modify these settings ? philippeback: but it turns out that my javascript in the module is filtered too ! stix: komodo, you can do that here tiki-assignpermission.php?group=groupname komodo: stix, thanks, but is there some direct link to this from Admin section ? philippeback: bottom of screens in admin : groups
that damn list with everything in the bottom of the page. Or in the admin menu: groups
click on the key icon komodo: yeah there it is :-) thanks , i have always click on the group name link ***: NefariousC has quit IRC ("Read error: 69 (No host to route)")
stix has quit IRC ("Leaving") komodo: it works, Search box is there , thanks for the help :-) philippeback: no issue, I am fighting with the beast too :-) ***: stix has joined #tikiwiki
marclaporte has joined #tikiwiki
ricks99 has joined #tikiwiki philippeback: I am trying to do a module (JS mod installed) but Javascript got scraped out...
<table><tr><td>Back to<br/>
previous page</td><td>
{JS()}
document.write('<a href="ja<x>vascript:history.go(-1)">
<img src="img/trionis/arrow_left.gif" border="0"/>
</a>');
{JS}
</td></tr></table>
ja<x>!!!
also, using the thing in a MODULE with decorations=n and notitle=y still give me a titled and decorated box :-( any clue ?
If all else fails, I am willing to write my own plugin for this goback feature since it is either somewhat missing or unknown to me.
so, where is the doc for writing a plugin ? Not found on the doc site... sylvieg: can you put your jaavscript in a file and use JS with a file aprameter? philippeback: actually yes I can
I didn't tought about that :-)
any idea about the decorated box ? It's driving me nuts. ***: Caarrie is now known as Caarrie|away marclaporte: hi philippeback! I am pleased to see you here philippeback: :-)
I am now hooked to the tiki :-)
Now doing this site for a commercial banking org.
maybe a good case when done since I sweated quite significantly on CSS styling etc.
SPLIT() is a godsend :-)
but CSS menus with | between items are giving me headaches... I'll have to do my own php junk if I want to be on time.
<table><tr><td>Back to<br/>
previous page</td><td>{JS(src=lib/trionis/goback.js)/}
</td></tr></table>
document.write('<a href="javascript:history.go(-1)"><img src="/img/arrow_left.gif" border="0"/></a>');
mmh, bakc to the drawing board... sylvieg: (for css menu- you have a lot of examples on the web about the suckerfish menus...it can help) philippeback: yes, I've a pack of books from sitepoint about that.
spend several hours already but not able to do what the customer wants in a cross browser fashion. Nevermind.. :-)
no way with the javascript... ***: SEWilco2 has joined #tikiwiki marclaporte: I made a back plugin once philippeback: not in the list I am afraid marclaporte: 2min
philippeback: : try: <input type=button value="Retour à la page précédente" inhibited_Click="history.go(-1)"> philippeback: coding... marclaporte: naw, probably broken
with new security stuff philippeback: mmmh marclaporte: oh well philippeback: so ?
how can I write my own module or prevent security to happen ?
I mean plugin
or... where is security located in code so that I can change it my way for this install... ***: komodo has left
gillesMMM has joined #tikiwiki
nkoth3 has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out)) sylvieg: nkoth3: what happens to the mozilla guy who was working on tw search? any result? nkoth3: there is a sphinx search ready.... somewhat
meaning there is a searchlib.php
i mean sphinxlib.php sylvieg: cool nkoth3: i am supposed to document it as a package by the end of the month
wi(deadline)
i'll post it to dev.tw.o at the same time sylvieg: thx nkoth3: we still are facing a bug with some unicode char in sphinx
in general it is ok, but there are some character than seem to crash sphinx when it tries to index
maybe someone can figure that out once it is tested sylvieg: Are the perms integrated in sphinxlib or it is a post filter? ***: super has joined #tikiwiki super: hi
hi? nkoth3: sylvieg: perms are post filter
hi super, btw ***: gillesMMM has quit IRC (Read error: 104 (Connection reset by peer))
lphuberdeau_ has joined #tikiwiki
marclaporte has joined #tikiwiki philippeback: problem with go back fixed. made my own (dirty) plugin since the code emitted by it not filtered. PS|bot: SVN: Commit by sylvieg :: r 14875 /trunk/tiki-list_users.php: [FIX] display the name of the missing feature: shoukld be nice to replace with the info in features.csv - any volunteer? ***: super has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
navster_ has quit IRC (Read error: 104 (Connection reset by peer))
lphuberdeau_ has quit IRC (Read error: 60 (Operation timed out))
SEWilco has joined #tikiwiki
navster has joined #tikiwiki
SEWilc1 has quit IRC (Read error: 110 (Connection timed out)) PS|bot: SVN: Commit by sylvieg :: r 14876 /trunk/ (2 files in 2 dirs): index on tiki_banners ***: partoftime has joined #tikiwiki
Wilkins has quit IRC (Read error: 104 (Connection reset by peer))
snarlydwarf has joined #tikiwiki
joe55 has joined #tikiwiki joe55: can I get some help with an installation problem? When i try to run tiki-install.php it just shows up completely white
if I go to view source, there is nothing there
this is on a debian server
any ideas? snarlydwarf: anything in the apache error log? joe55: where is the apache error log?
typically snarlydwarf: sylvieg: in tiki-edit_blog.php there is a line (cvs rev 6400, so ancient) that sets a redirect to location: tiki-list_blogs.php?blogId=$bid ... but I dont see anything in tiki-list_blogs.php that references the blogId as a param. is that cruft?
on debian /var/log/apache/error.log or apache2/error.log ***: iannhigginson has joined #TikiWiki iannhigginson: hello all joe55: there doesn't appear to be anything related to this snarlydwarf: no php compile errors or anything? joe55: oh wait... it's not in order
line 1 is a PHP Warning: Unable to initialize 'ionCube Loader' snarlydwarf: welll that is odd.. ionCube is a thingie to let you encrypt your php files, only useful if you are developing or using proprietary PHP code where viewing source is considered a sin.
tiki is open source so doesnt need such a thing. viewing and changing source is your Tiki-given right. joe55: there is a line: Apache/2.2.3 (Debian) PHP/4.4.8-8+etch6 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 configured ***: iannhigginson has quit IRC (Read error: 54 (Connection reset by peer)) joe55: the ionCube may not be related to tiki ***: Lucymoz has joined #tikiwiki snarlydwarf: well i dunno what it would do if it cant initialize
echo "<?php phpinfo(); ?>" > testfile.php
and see if testfile.php shows you anything
it should print a bunch of boring stuff for you joe55: i've messed with it before
want to see? snarlydwarf: if that fails to run, I would look at ioncube and why it thinks it needs it
not really, just seeing if php is even running joe55: yea, we have phpbb running snarlydwarf: so it can run a phpinfo() program? tried it in the same dir as tw? joe55: i want to switch to tikiwiki
oh not yet snarlydwarf: it may be enabled for some directories
ie "/var/www/data" gets it, but nothing else
and good for getting away from evil stuff
no source sucks sucks sucks. joe55: i agree snarlydwarf: and that renders? joe55: yes snarlydwarf: hrrm, tiki-install isnt that complex.. it should whine a bunch if it has a problem
try touch tiki/db/lock
that should break the installer
but that is good, cause it checks that file at the very start joe55: should there be output? snarlydwarf: so it should at least whine and say "sorry, you cant install"
yeah
Installer disabled. Remove 'db/lock' to enable the installer.'
is what it should say joe55: i mean from the touch command snarlydwarf: well minus the funky escapes
ah, no , touch is quiet
it just creates a file joe55: yea, it's whining now
"Installer disabled. Remove 'db/lock' to enable the installer." snarlydwarf: k, you can rm tiki/db/lock then joe55: alright, done snarlydwarf: hrm, not sure what a new install would do if permissions are wrong. have you run setup.sh? joe55: setup.sh root www-data
should I try root root? snarlydwarf: nah, needs to be www-data so tw can write to it
should be www-data www-data
that just goes through ans sets permissions on everything 'correctly' joe55: right snarlydwarf: so tw can read what it needs and write what it needs but nothing else joe55: i re-ran it with www-data www-data
still nothing snarlydwarf: hrrm
i dont have any other ideas on why it should be silent joe55: :( snarlydwarf: is there a tiki/db/local.php file? joe55: nope snarlydwarf: good there shouldnt be yet joe55: http://doc.tikiwiki.org/tiki-index.php?page=Installation+Problems&bl=y#All_I_can_see_is_a_blank_page ***: Caarrie|away is now known as Caarrie joe55: i've been trying those things
no luck yet :( snarlydwarf: hrm i dont recall doing any of that on debian, it just worked... but iḿam ancient and senile so dunno what i installed ***: MatWho has joined #tikiwiki snarlydwarf: apt-get install php-pear (assuming php5) joe55: PHP Version 4.4.4-8+etch6 snarlydwarf: oh i see.. php4
apt-get install php4-pear
(and php5 is much nicer than php4 which is ancient) joe55: seems to have pear snarlydwarf: ah php-pear should work on php4 joe55: hmmm
the path to pear in include_path in the php_info seems to be wrong snarlydwarf: * Uncomment line 4 (UNIX) or line 8 (Windows) of db/tiki-db.php and Tiki will use a bundled PEAR::db distribution. It will work.
never tried that myself
tho those lines dont match my source... joe55: that can't be up to date
yea
what do you think of uncommenting line 9? snarlydwarf: my guess is it is the api_tiki= pear, and then comment out the adodb one joe55: damn
still nothing :(
I guess i'll try to find pear and update the php.ini snarlydwarf: adding the die()s didnt show anything? joe55: let me try that now ***: iannhigginson has joined #TikiWiki joe55: line 142? iannhigginson: if (isset($_REQUEST['pos'])) {
$smarty->assign('pos', $_REQUEST['pos']);
} snarlydwarf: hrrm, dunno, have trunk on my system joe55: oh
it's using adodb
so it won't even hit the DB.php line iannhigginson: ? how would I find that out ***: ricks99 has quit IRC ("Trillian (http://www.ceruleanstudios.com")
ricks99 has joined #tikiwiki ricks99: hi all :) joe55: hmmmm, when i view source in IE i get something ricks99: is there any tiki-mechanism to allow an anonymous visitor to "monitor" a page?
i know anonymous visitors can subscribe their email to a newsletter, but is there a way to monitor a wiki page ? joe55: it's only 3 lines nothing that would display anything snarlydwarf: you can change your include path in /etc/php4/apache2/php.ini iannhigginson: looking snarlydwarf: stock debian is to not have that set joe55: what path am i setting? snarlydwarf: see if include_path is set there
or in the parent directory of tiki's .htaccess joe55: looks as if it's commented out iannhigginson: line ? snarlydwarf: it should be... if tw is running in a subdir, the parent directory may have something to set the include path as well joe55: php_info had an include path snarlydwarf: is /var/www/foobar/tiki, if /var/www/foobar/.htaccess sets the include path, that will inherit
it should be ;include_path = ".:/usr/share/php" joe55: .:/usr/share/php:/usr/share/pear snarlydwarf: hrm, that should be fine, too php-pear installs into /usr/share/php joe55: that /usr/share/pear doesn't exist snarlydwarf: yeah well it is checked last on the list joe55: i'm not sure where it's getting that from ***: iannhigginson has left snarlydwarf: so it should look in "." and then in /usr/share/php and then find it joe55: there is a PEAR folder in /usr/share/php
and a PEAR.php in the folder itself snarlydwarf: right, so including PEAR/something will work joe55: right ***: philippeback has quit IRC ("Not that there is anything wrong with that") joe55: if i make changes to php.ini are those just picked up? snarlydwarf: have to restart apache for those joe55: how do i do that?
i turned off magic quotes earlier snarlydwarf: apachectl restart
er, apache2ctl restart
or /etc/init.d/apache2 restart joe55: it restarted
still didn't work snarlydwarf: very blank. no clue what it is barfing on.. :/ joe55: yea WildPikachu: i love tikiwiki :) joe55: should i try version 1.9.11?
hmmm looking at another phpinfo
it has this row: './configure' '--enable-bcmath' '--enable-calendar' '--enable-discard-path' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-sockets' '--prefix=/usr/php4' '--with-curl=/opt/curlssl/' '--with-dom=/opt/xml2/' '--with-dom-exslt=/opt/xslt/' '--with-dom-xslt=/opt/xslt/' '--with-expat-dir=/usr'...
...'--with-freetype-dir=/usr' '--with-gd' '--with-iconv' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-png-dir=/usr' '--with-ttf' '--with-xmlrpc'...
...'--with-xpm-dir=/usr' '--with-zip=/opt/zzip/' '--with-zlib' '--with-zlib-dir=/usr'
that's not in the one with tiki ***: Caarrie is now known as Caarrie|away joe55: interesting thing
I tried version 1.9.11
it said the HD was ful
full
turns out, it just may be... ***: lphuberdeau_ has joined #tikiwiki marclaporte: Just saw this: http://waterandstone.com/downloads/2008OpenSourceCMSMarketSurvey.pdf PS|bot: SVN: Commit by sylvieg :: r 14877 /trunk/lib/wiki-plugins/ (14 files): [FIX]plugin: values like y or n must not be translated ***: NefariousC has joined #tikiwiki ricks99: @marc: yeah, i saw that a while ago ***: djst has quit IRC () snarlydwarf: marclaporte: hrrm.. dont think i like their methodology on that
my bet is that a tw site is more likely to be an 'internal' site than drupal or wordpress would be joe55: i'm using it external ***: navster has quit IRC ("going away now") joe55: it has everything i'm looking for wysiwyg editor
bug tracking
forums
wiki
blogs
:) ricks99: too bad "smarties" isnt listed as in print :) joe55: what's smarties? snarlydwarf: heh, yeah, i just think basing "number of public sites" as a metric for usage is silly
1283908 people using wordpress for personal blogs isnt really the same thing
Tikiwiki for Smarties joe55: oh
it was the hard drive being full
i could kill our IT guy snarlydwarf: the books thing is lame, too. I havent bought a computer book in ages, they are always out of date ricks99: don't know... usage is a good measure of acceptance
with books, the point is that people write books for items that are leaders.
(or perceived to be leaders) snarlydwarf: assuming the usage is an apples/oranges comparison
wordpress has a ton of personal blogs, which arent really the same thing as what a real cms does
and joomla.. eww. -: snarlydwarf tried joomla once and cried at the bizarre permissions snarlydwarf: as in file permissions ricks99: maybe, but their default install *looks* slick snarlydwarf: since it liked to write all over the place joe55: what's the best profile to start with? (I want bug tracking, forums, wiki, and file gallery) snarlydwarf: does anyone still use php-nuke instead of postnuke? ricks99: i think its interesting what the study *did not* look at: developer community, rate of code commits, etc. snarlydwarf: i just did default, and turn the things on that i wanted ricks99: support forum activity, mailing lists, etc. snarlydwarf: its pretty mindless to turn on features in tw joe55: snarlydwarf: thanks (thanks for all your help today, sorry for it being a full HD causing the problem) snarlydwarf: lol no problem.. got sidetracked by boss
just seems strange that of the projects I have had to do here, joomla and wordpress which seem to be faves there, sucked
drupal5 (cough, 6 months after release and dru6 still is mising most of the really useful modules) and tw win hands down. NefariousC: I think wordpress is pretty good. ricks99: dont forget, study was published by agency wpcializing in joomla, wordpress, and drupal
take it with a grain of salt snarlydwarf: heh yeah saw that at the end
joomla is evil tho.. it pretends to make modules easy to install
but then it has to ftp them to itself..
and you end up with some bizarre ownership on things. ***: kerrnel has joined #tikiwiki kerrnel: Was there a bug in trackerfilter in 2.0? ***: danopia has joined #tikiwiki
MatWho_ has joined #tikiwiki
MatWho has quit IRC (Read error: 110 (Connection timed out)) WildPikachu: argh ... which option to set/unset not to display modification info at the bottom of wiki pages? -: WildPikachu lewks ricks99: Admin: WIki page, List Authors option WildPikachu: cound it :)
thanks ricks99 ricks99: see docs: http://doc.tikiwiki.org/wiki+config
in 2.0, can override on page-by-page basis WildPikachu: oooo ricks99: indeed kerrnel: Anybody aware of a bug in trackerfilter in 2.0 where it wont' display anything? ***: FoxBoy has joined #tikiwiki FoxBoy: Anyone here?
I need some help installing tikiwiki ricks99: what is the problem? FoxBoy: I'm trying to install it on a windows home server.. Is that possible btw?
I'm running php, mysql and a forum there already
Well. I guess thanks for trying ricks99. Anyone else wanna help?
The problem I'm running into is this : PHP Warning: session_start() [function.session-start]: open(C:DOCUME~1<User>LOCALS~1Tempphpsession.... Permission denied (13) ricks99: does tiki have write permission to that directory? FoxBoy: Well, that's a good question. Seems like the installer wanna use the windows temp-directory. But who is the "tiki" user in question during installation? ricks99: you need to make sure the directory is writateble (for exampel 7-7-5 or 7-7-7
the location for storing php sessions is defined in your php.ini file kerrnel: That doesn't apply in windows I don't think ricks ricks99: does on my vista pc kerrnel: Ah, I haven't graduated to vista yet. lol I stand corrected ricks99: using easyphp i can set the lcoation to store the session in my php.ini kerrnel: FoxBoy, just make sure that the directory is writeable by all FoxBoy: I'm not sure who's the "user" on my server during installation. Isn't that "guest" as they're defined in windows? lphuberdeau_: try to use a shorter path... one that does not require ~
c:temp is usually good kerrnel: FoxBoy, it might try and run as System or something. ricks99: ur running tiki locally on ur pc? the "user" is ur windows user FoxBoy: Well, the problem is. I tried to alter the TMP and TEMP environment variables on the server to a directory with all rights but the installer still wanna go to c:documents and settingstemp blah blah... ricks99: o... windows server. my misuderstanding. FoxBoy: Yep, windows 2003 server
Actually it's a Windows Home Server
And I'm installing it from another PC on the network ricks99: have u seen docs: http://doc.tikiwiki.org/tiki-index.php?page=Installation+Guides&bl=y FoxBoy: Yep, I've read my eyes red ricks ;) ricks99: not sure i can help :( FoxBoy: I'm able to start the installer and it gives me an option to create the default database. All looks good, until I press the <Install> button. Then I get a Security Alert!
The Tiki installer can be used only by the site administrator. Please enter the database credentials as a verification. If you forgot about them, they are located in 'db/local.php' ricks99: ah.. i *can* help... i had the same issue not to long ago
verify that the session location in your php.ini is writable FoxBoy: The database credentials are right, and I get a warning about PHP Warning: session_start() [function.session-start]: open(C:DOCUME~1<The username here>LOCALS~1Tempphpsessionsess_5eelm55r07fppes0rdqfd3hkt3, O_RDWR) failed: ricks99: yes. the directory is not writeable FoxBoy: oh, sec ricks99 ricks99: look for session.save_path = FoxBoy: Where's php.ini? ricks99: not sure....mine is in my server root FoxBoy: Ok, searching ricks99: but u can create a new one and place it in the <tiki_install> directory. settings will cascade with no problems
you could simply redefine the session.save_path for that directory only FoxBoy: Oh, good. thanks!
Ricks99. Lotsa kisses! you tha man ! ricks99: np
send beer FoxBoy: Sorry, I only have bacardi-cola. will that do? ricks99: rum is fine :) FoxBoy: Yeah, it certainly is!
Just a "minor problem" now
I can't get in ;)
To begin configuring Tiki, please login as the Admin. PS|bot: SVN: Commit by ricks99 :: r 14878 /branches/2.0/templates/tiki-register.tpl: [FIX]show min length for username FoxBoy: But I am trying to do just that! And I get a Invalid username
Any ideas? SEWilco2: Is it "Admin" or "admin"? FoxBoy: None of the above. to be honest I'm a bit afraid to give too much info. Where can I check for the "admin" user name?
Ok, I'll use google ricks99: default username: admin
default pw: admin
should have been shown on the very last install screen before you clicked "enter" FoxBoy: Well ricks99, you're right again. Can I blame the bacardi's for not reading all the info ;) ***: Amorphous has quit IRC (Read error: 110 (Connection timed out)) FoxBoy: You've been a great help mate
Thanks!
Congratulations
This is the default HomePage for your Tiki. If you are seeing this page, your installation was successful. ricks99: ur in
@FoxBoy: try http://twbasics.keycontent.org ***: Amorphous has joined #tikiwiki FoxBoy: Nice page. thanks!
Now get on World of warcraft and let's do some raiding together ;) SEWilco2: I want to fetch a random image from an imagegal. Does it seem reasonable to extend show_image.php with options "galname" and "galid"? So http:show_image?galid=1 will return an image from imagegal 1?
Or would "dirname" and "dirid" be better? ricks99: can't u just use {gallery id=1} SEWilco2: ricks99: I want to show a random image in the site banner, so it's an HTML incantation problem. ricks99: ahh SEWilco2: I'll look for the gallery plugin code to see how that works. But I'm not aware of a URL interface to plugin results.
Since show_image is our URL-to-image interface, that seemed like the place to request an image. ***: SEWilco2 has quit IRC (Read error: 104 (Connection reset by peer))
joe55 has quit IRC (Read error: 110 (Connection timed out)) snarlydwarf: hrrm i show a random image from a specific gal.. lemme look at what i did
but first, time to smack ff again for dying
yeah i just used galleryId=1 as the params in the module
you doing this in wiki or as a module? ***: SEWilco2 has joined #tikiwiki SEWilco2: Sorry, Firefox crashed when I turned my back.
ricks99: I'm not finding a gallery plugin. Is that what {gallery} would activate?
I do see lib/smarty_tiki/function.gallery.php but is {} how a Smarty function would be activated? ***: nkoth3 has quit IRC (Read error: 110 (Connection timed out))
marclaporte has quit IRC (Read error: 110 (Connection timed out))
goldie83 has joined #tikiwiki goldie83: hi, need help with tiki-map.php ricks99: its not a "real" plugin
it is like {toc}
i believe it is defined in tikilib goldie83: i getting always a blank page when i open this page snarlydwarf: SEWilco2: are you wanting it as a module or thrown into a wiki page
for a wiki page you would need to use the {MODULE} plugin ricks99: its not a "real" module. PS|bot: SVN: Commit by brian_moore :: r 14879 /trunk/ (10 files in 2 dirs): more sefurl-ing on blogs and image gals snarlydwarf: the random image one is?
its mod-random_images.php SEWilco2: snarlydwarf: I'm going to code a random-gallery image URL. Just looking for code to steal... all six lines or so of code. ricks99: SEWilco2: it is in tikilib snarlydwarf: look at modules/mod-random_images.php SEWilco2: ricks99 mentioned a {gallery} so I was looking for that code. Yes, I know about random_images too. snarlydwarf: just steal that.. it calls get_random_image in imagegallib ricks99: SEWilco2: see functionget_random_image in tikilib.php SEWilco2: ricks99: Yup. And image lib's get_gallery_image(). ricks99: i have a q: how to use attachements with trackers with the {TRACKER} plugin? sylvieg: use a field type attachment (see doc.tw.org) ricks99: ah.. im on 1.9.x :(
crap SEWilco2: ricks99: Do you mean have TRACKER display the attachment or how to tell TRACKER which attachment? -: SEWilco2 rolls snake eyes. ricks99: i want users to add an attachement when creating a tracker item (via the TRACKER plugin)
the attachement field looks like xactly what i need...
introduced in 2.0 :(
tx sylvieg lphuberdeau_: ricks, time to upgrade? goldie83: i have a fresh install of tikiwiki-2.1, installed on gentoo, got stuck on the howto from InstallMapserverTikiwikiGentoo after the configuration part... ricks99: y, but the site is heavily customized. we're pushing for a redsign so i want to start fresh with 2.x
design by committee == takes forever lphuberdeau_: maybe you should redesign for 3.0 ;) ricks99: lol goldie83: php stops in $image_url = $image->saveWebImage(); - had someone this problem? ***: franck has joined #tikiwiki
marclaporte has joined #tikiwiki -: SEWilco2 hangs up a redsign and takes a break. SEWilco2: goldie83: Check if the disk is full and check permissions on where the image is being stored (file directory or database?) -: SEWilco2 pushes the button and lights up the red fluorescent tube on the sign. goldie83: disk isn't full, permissions are ok
another question should $map->drawquery something return?, its the line above $image->saveWebImage() ***: Lucymoz has quit IRC (Read error: 110 (Connection timed out)) SEWilco2: goldie83: Check phpinfo -- maybe the image is larger than the PHP upload limits. -: SEWilco2 kicks redsign back into corner. SEWilco2: Should I file a tracker request to remove "Welcome to TikiWiki! - " from channel header because it's getting too long? Also shorter phrasing is "Use http://sh.nu/p for large pasting." -: SEWilco2 declines order to "have fun!" goldie83: upload_max_filesize was 2mb - changed to 64mb - nothing changed
but i didn't upload any files via php ***: MatWho has joined #tikiwiki
Caarrie|away is now known as Caarrie sylvieg: goldie83: not enough memory? SEWilco2: goldie83: I think there is more than one php setting which can affect image uploads.
Oh, but you didn't upload via PHP anyway. Never mind.
Is the picture too naughty? if it is, we'd better take a look.
Oh, the error involves WebImage() -- with a name like that I thought PHP upload might be involved. goldie83: heh, my apache is currenty only binded on 127.0.0.1, but i can change that fast ;) SEWilco2: No need to access your web site until after you succeed in uploading naughty picture. :-)
Hmm. Are you doing something with an image file or are you trying the sketched Drawing feature?
(checks backscroll...) You're getting an error while trying to configure? marclaporte: snarlydwarf: : ping snarlydwarf: pong? marclaporte: you said: http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2008-09-26,Fri&sel=427#l423
could this be used to make theme installs easier?
for us? snarlydwarf: i hope not
think a better way would be for setup.sh to change perms on styles directories
joomla does nasty evil stuff, basically have to have the docroot in an ftp directory... and then it downloads the module, and ftps it to itself
for those of us paranoid and liking chroot'd ftp's.. that means allowing an ftp user into the docroot
and that user with perms to stomp on anything, just seems horribly hackish and i never did get it to work nice
think making setup.sh 'open' the styles, and handling it sort of like mods are done, then setup.sh closing it, would be nicer ***: MatWho_ has quit IRC (Read error: 110 (Connection timed out)) kerrnel: Why not use an upload form? lphuberdeau_: if you're going to run a script, why not run one that installs the style altogether? snarlydwarf: then you dont get the pretty gui selector thingie
"lemme grab 21830 themes and then play with them" goldie83: i have taken the tikiwiki-mapdata-0.1.tar.bz2 unpacked and configured (I hope correctly) - and hoped that the tiki-map can render it kerrnel: Create an "add theme" thing or something, it prompts you to upload the package file, it'll do what it needs on the back-end, and put it where the files need to go snarlydwarf: kerrnel: isnt that like how mod installs work now? kerrnel: Or allow you to browse the packages on themes.tw.o and install from there
no snarlydwarf: the script part i mean kerrnel: You have to have the mod package in a particular directory
Yeah, but the mod package is real confusing snarlydwarf: yeah but there is a script that takes the mods and dumps them in various places kerrnel: You should be able to build a package from the website. snarlydwarf: almost anything is better than the evilness that joomla does for it. kerrnel: Ideally, to avoid compression and stuff, compile everything into an xml file snarlydwarf: i would rather not even have an ftp server installed since i think it is a sucky protocol kerrnel: agreed. seriously, use the website, that way permissions are superfluous snarlydwarf: it basically uses ftp as a way to sudo itself lphuberdeau_: I don't think giving your web server access to itself makes any sense snarlydwarf: heh, nor i. lphuberdeau_: can be really dangerous snarlydwarf: especially since now if someone breaks into your site, they get an ftp password that by nature lets them scribble anywhere kerrnel: We're trying to make it easy for people to do this. snarlydwarf: kerrnel: agreed... tw could benefit from making themes easier to install kerrnel: I'm sure that something can be written to parse through a theme package and make sure it's secure and not doing something bad. snarlydwarf: just the joomla way doesnt seem any better, modules are so easy to install and it mostly sorta works with themes... kerrnel: keep it all on the server-side. user uses a theme upload form, or browses the theme site, says install this one, and it'll process the package, check it for whatever, and if its good, it'll install it. ***: kerrnel has quit IRC ("CGI:IRC (EOF)") goldie83: SEWilco2: i'm trying to complete the howto on http://maps.tikiwiki.org/InstallMapserverTikiwikiGentoo but i got stuck on "open tiki-map.phtml see what happens ;)" SEWilco2: Oh, the Mapserver. I'm a GeoServer user and haven't tinkered with that yet.
So saveWebImage might be trying to save a map image? Does Mapserver installation require specification of a directory for such images?
(looks at Maps config...) Well, that should be handled by the howto. I don't know what it's trying to do. marclaporte: hmmm
many people don't have shell and can't run setup.sh
and mods.tikiwiki.org doesn't work for everyone ***: ricks99 has left marclaporte: So I am wondering how theme installation could be easier, especially since we are supposed to reduce the number of bundled themes goldie83: SEWilco2: one thing i've found - was a "temp directory" on http://www.maptools.org/php_mapscript/index.phtml?page=phpmapscript-class-guide.html ***: macjaeger has joined #tikiwiki goldie83: after that i looked into the source and my guess: the temp dir is /var/www/.../images, not a /tmp directory snarlydwarf: marclaporte: i havent looked at the tgzs on themes.tw.o, is just untaring them in the tikiroot the way to install them? SEWilco2: I have no idea. ***: Caarrie is now known as Caarrie|away snarlydwarf: think if thats the case, then kerrnel's method may be the best, http upload for the tgz and an untarrer that perhaps added some checks to make sure files were only in the proper styles directories
(just because I am paranoid)... for completeness, something to grab them directly from themes.tw.o might be nice like mods has
but would have to make sure permissions were right on styles directories, but that is always going to be a problem
have to make sure permissions are right on all the cache directories and such now goldie83: I will fill a bug report and see what happens. the last report to "map" was at 01-2007 ;)
SEWilco2: thanks anyway macjaeger: hmm... 2.1 is out? i just had someone install 2.0 for me, and only have ftp-access to the site myself, no shell, no root. can i upgrade from 2.0 to 2.1 via ftp-only?
i'd hate to have to beg that guy again to do it... ***: tomb__ has joined #tikiwiki macjaeger: well, i'll have to try...
*fingers crossed, hoping* ***: marclaporte has quit IRC (Read error: 113 (No route to host))
Paragtim has quit IRC ("Not that there is anything wrong with that") lphuberdeau_: mac, yes macjaeger: puh, thanks
I'll see in about 30 mb ... lphuberdeau_: there is an incremental package too macjaeger: hmm, haven't found that on sourceforge lphuberdeau_: just the files that were modified for the release... takes less time to upload via FTP macjaeger: np, bandwidth / time isn't an issue here ***: snarlydwarf has quit IRC (Remote closed the connection) macjaeger: hopefully this fixes the problems with wysiwyg editor lphuberdeau_: http://sourceforge.net/project/showfiles.php?group_id=64258&package_id=266122&release_id=628381 macjaeger: especially adding images to a wikipage lphuberdeau_: tikiwiki-inc-2.0-to-2.1.tar.gz macjaeger: ah, inc means incremental?
k, thanx
might have figured that myself...
:-) lphuberdeau_: the 2.0-to-2.1 part helps a lot macjaeger: hehe, right
but i guess i went straight for the .zip
i'm not that linux savvy lphuberdeau_: tar.gz works fine on windows too macjaeger: i had my troubles with tar.gz packages of typo3 a while ago
they had symlinks included, which broke when i unzipped on windows lphuberdeau_: wird
weird* macjaeger: took the better part of a weekend to find the problem, especially as i've been novice to typo3 then SEWilco2: Argh. I tried viewing an image URL in my browser and the text editor wanted to display the .php file. Oops. macjaeger: hey fine, on my local install they "copy all over" worked ok
(the) lphuberdeau_: no database change from 2.0 to 2.1, so it's easy macjaeger: that's good. i have to do a number of "howto ..." videos about the newly installed tikiwiki site this weekend, students hope to use the site from monday on
*emphasizes "hope"* lphuberdeau_: please add them to http://tikiwiki.org/TikiwikiTV macjaeger: if you don't mind them beeing in german, lphuberdeau_: no problem
I guess you can create a german channel ;) macjaeger: hehe
i'll have to sort which ones are general enough
actually most of it will be about integrating the wiki in our workflow lphuberdeau_: that's good too MatWho: macjaeger: If you need some help adding the videos to TikiWikiTV please let me know and I might be able to help. lphuberdeau_: then we'll need to get amette to do the subtitles for us macjaeger: students are to write documentation for ther projects at school in that wiki MatWho: macjaeger: we look forward to seeing the videos :) macjaeger: mat, thx, i'll come back to you
actually i might bother you for a couple of days now, as i'm trying to find my way 'round tikiwiki myself
:-)
so... last mb uploading MatWho: macjaeger: I realy want to help you get videos up there, both "how to" and "what we are doing with it" type video would be most welcome macjaeger: now let's see what i've broken :-)
brb
puh, seems to be ok
although some settings are lost
but i might have changed them myself accidently
ah, translation is far better this time
hmm...
is this normal:
clicking "browse image" in wysiwyg editor's "insert image" dialog opens the _file_ gallery? lphuberdeau_: no idea macjaeger: why wouldn't it open the picture galleries? lphuberdeau_: probably part of a story, those who added wysiwyg are planning to merge file galleries and image galleries in the future macjaeger: would be good to see that sometimes, but right now i'm having trouble adding images via point-n-click MatWho: I just put the pictures in a file gallery and it worked fine macjaeger: but that's what our students want to do...
well, ok, i'll go and disable image gals completely then
too confusing to have both
(for our students, ages 10 to 14) ***: MatWho has quit IRC () SEWilco2: I added galleryId parameter to show_image.php -- because it's not a bug fix I should commit to 3.0? macjaeger: sorry, i can't follow SEWilco2: show_image.php?galleryId=1 will show a representative image from the specified image gallery (random if random has been selected in gallery configuration).
macjaeger: Oh... I was not responding to your comments, I was asking the other developers about my change. macjaeger: ah, ok