***: Lucymoz has quit IRC (Read error: 110 (Connection timed out)) marclaporte: polom
sylvieg: : ping ***: jeremyclarke has left
chibaguy has joined #tikiwiki
marclaporte has quit IRC (Read error: 113 (No route to host))
Jyhem has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping
SvenAERTS has quit IRC ()
ricks99_ has quit IRC ("Trillian (http://www.ceruleanstudios.com")
ricks99_ has joined #tikiwiki
Lucymoz has joined #tikiwiki
luciash has quit IRC (verne.freenode.net irc.freenode.net)
Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
Redhatter has joined #tikiwiki
luciash has joined #tikiwiki
RobotGuy is now known as RobotGuy-OUT PS|bot: SVN: Commit by ricks99 :: r 14445 /mods/trunk/ (5 files in 3 dirs): [NEW]JS-Kit Ratings wiki plugin ***: marclaporte has joined #tikiwiki
SEWilco has joined #tikiwiki
timotiCK has quit IRC ("Ka Kite...")
marclaporte has quit IRC (Read error: 110 (Connection timed out))
tomb_ has quit IRC ("Ex-Chat")
RobotGuy-OUT is now known as RobotGuy
jasprit has joined #tikiwiki
franck has left
franck has joined #tikiwiki
fane has quit IRC ("Leaving.")
navster has joined #tikiwiki
franck has left
pkdille has quit IRC (Remote closed the connection)
pkdille has joined #tikiwiki
RobotGuy has quit IRC (Remote closed the connection)
Wilkins has joined #tikiwiki
nombrecinq has joined #tikiwiki nombrecinq: can tikiwiki have templates for wiki pages?
is that done through smarty? chibaguy: nombrecinq, do you mean this: http://doc.tikiwiki.org/Content%20template ? nombrecinq: hey chibaguy
yeah i think so
do you know of an example?
so i can see it in action? chibaguy: If you're registered at tikiwiki.org, the wiki edit page has a content template dropdown list. I think that's visible to any registered user. nombrecinq: i don't want editors to be able to edit the structure of pages, just content chibaguy: Hmm. I'm not sure if that's possible.
What do you have in mind, by "structure"? nombrecinq: like say i have a text field called "name" chibaguy: Ah nombrecinq: that should always be editable as a text field
not wikitext -: chibaguy pondering chibaguy: I wonder if using a tracker would be better.
Are these wiki pages kind of form-like? nombrecinq: yeah definitely form like
but the content should be editable in the wiki sense chibaguy: So on WikiPageA the "name" section will have "Bob" for example, and on WikiPageB it will have "Nancy" or whatever? nombrecinq: yeah chibaguy: The trouble with Tiki's content templates is that they just get pasted into the wiki edit textarea and can then be edited if the page author wants to. No way to protect that text.
I was thinking about using either section editing (in Tiki 2.0) but am not sure without experimenting.
(was going to say either section editing or the INCLUDE plugin somehow....)
But if it's form-like content, maybe using a tracker and tracker plugin in wiki pages would be more appropriate. nombrecinq: how does the tracker plugin work?
chibaguy: are you a tikiwiki dev? chibaguy: Mainly doing themes.
I haven't used the tracker plugin, so can't give details.
basically it displays info from a tracker, in a wiki page. Maybe info can also be submitted directly on the wiki page, I don't know. nombrecinq: hmm chibaguy: http://doc.tikiwiki.org/plugintracker
There's been a lot of dev activity on this so it's worth checking out if it looks like it has possibilities for you. nombrecinq: i can't believe i haven't heard of tikiwiki before today
it seems like such a powerful tool chibaguy: Yep, it has lots of fun stuff. ;-)
See the doc site for howto details, though it's hard to keep the docs up to date.
In particular, version 2.0 was just released and has a lot of new thiings that aren't fully documented yet.
I'll be back on in a few hours.... cya. ***: chibaguy has left
nombrecinq has quit IRC ("ChatZilla 0.9.82.1 [Firefox 2.0.0.16/2008070205]")
Wilkins has quit IRC (Remote closed the connection)
Wilkins has joined #tikiwiki PS|bot: SVN: Commit by sept_7 :: r 14447 /trunk/lib/smarty_tiki/function.memusage.php: [FIX] use appropriate function for different PHP version ***: the has joined #tikiwiki
Bilal has joined #tikiwiki
the has quit IRC ("CGI:IRC")
Bilal has quit IRC (Read error: 110 (Connection timed out))
Caarrie|sleeping is now known as Caarrie
franck has joined #tikiwiki
Lucymoz has quit IRC (Read error: 104 (Connection reset by peer))
Lucymoz has joined #tikiwiki
chibaguy has joined #tikiwiki
ricks99_ has quit IRC ("Trillian (http://www.ceruleanstudios.com")
Caarrie is now known as Caarrie|away
chibaguy has quit IRC (Read error: 110 (Connection timed out))
djst has joined #tikiwiki
Caarrie|away is now known as Caarrie
lphuberdeau has joined #tikiwiki
Bilal has joined #tikiwiki
Yonixxx has joined #tikiwiki Yonixxx: hi all franck: Hi ***: Yonixxx has left
di3 has joined #tikiwiki di3: hello ***: marclaporte has joined #tikiwiki
Bilal has quit IRC (Read error: 110 (Connection timed out))
PS|bot has quit IRC ("logging out")
Caarrie has quit IRC ("bye see you later")
nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
di3 has quit IRC ("a+")
ultraviolet has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out))
pujib has joined #tikiwiki pujib: hi there!
how can one redefine base wiki syntax?
i don't mean {SOME_FANCY_PLUGIN()}{SOME_FANCY_PLUGIN} style lphuberdeau: you need to modify the parser... lib/tikilib.php ... big function called parse_data
(non-trivial) pujib: ok, thanks ***: jeremyclarke_ has joined #tikiwiki pujib: //PARSEDATA
function parse_data($data,$is_html=false,$absolute_links=false) {
// Don't bother if there's nothing...
if (function_exists('mb_strlen')) {
if( mb_strlen( $data ) < 1 )
{
return;
}
}

hm, it doesn't seem neither meaningful, nor big ***: ricks99_ has joined #tikiwiki
nikhilodeon has joined #tikiwiki lphuberdeau: don't be fooled by the bad indentation
the function is over a thousand line long pujib: oops, sorry
indentation is everything ) ***: ricks99_ has quit IRC (Read error: 101 (Network is unreachable))
ricks99_ has joined #tikiwiki
helqud has joined #tikiwiki helqud: I have what may be a stupid question - I just installed 2.0 to play around with, and it seems the "export to pdf" feature was removed? Any way to enable it? I've tried a few of the mods (html2pdf & fpdf), and they either error out installing or once installed don't included a pdf link on the wiki pages. Any suggestions? jeremyclarke_: does anyone know why the .js files in /lib/ would be set to 664?
i'm getting 403 errors on the editor page and nothing works ***: pujib has quit IRC (Read error: 60 (Operation timed out)) sylvieg: pdf is not working anymore - nyloth has an implementation he described - I think in the commit comments - otherwise export html and use another tool to create the pdf
jeremyclarke_: it should not -never see the pb - are you sure you setup correctly jeremyclarke_: what shouldn't see the pb? (also, what's pb?) sylvieg: problem jeremyclarke_: well i unzipped the file using ssh
do you know if there is one safe chmod i can set for everything in /lib/?
Firefox still won't load tiki-js.js even after i make it 777] ***: RobotGuy has joined #TikIWiki helqud: sylvieg: is this the commit note you are referring to: [NEW] pdf export: Enable pdf export in wiki pages and structures (yet only works if mozilla2ps mod is installed).
2008-01-21 10:47:16 sylvieg: yes - you are on it .... jeremyclarke_: sylvieg: aha, stupid me. I forgot to remove the Twiki shit from my apache conf sylvieg: I began a page: http://dev.tikiwiki.org/tiki-index.php?page=List%2Bcandidate%2Bfixes%2Bfor%2B2.0 to report all the fix in trunk that can be backport to 2.0 - with no pbs ricks99_: @sylvieg: ur tiki-registration.php fix (captcha + tracker for more info) seems to be working for my 2.0 site,too ***: Bilal has joined #tikiwiki sylvieg: thx ricks99_ I need to add this one ***: marclaporte has joined #tikiwiki jeremyclarke_: is image galleries the simplest way to have image uploads for wiki content? ricks99_: @jeremy: u can simply use the "upload image" option on the wiki edit page jeremyclarke_: I'm not seeing it, do you know wht is required to have that turned on? ricks99_: you need to enable the option wiki:config nikhilodeon: hi - sorry i know this is a basic question, but how do i disable smashed-word autolinking? ie, i have a page that references BluRay, and it is automatically creating a link that goes nowhere... ricks99_: @nikhilodeon: wikiwords. see the doc lphuberdeau: they are called WikiWords Bilal: marclaporte: welcome :) jeremyclarke_: thanks ricks99_ that worked ricks99_: yw. more help @ http://twbasics.keycontent.org/Adding+Pictures jeremyclarke_: ricks99_: huh, thanks for the link
i think i actually turned on 'attatchments' instead of imags
cool, found the right setting ***: Bilal has quit IRC (Read error: 113 (No route to host)) ricks99_: Q: where is the babelfish url defined? needs to be changed to yahoo!
ahh.. .babelfish.php. duh ***: snarlydwarf has joined #tikiwiki
PS|bot has joined #tikiwiki PS|bot: SVN: Commit by sylvieg :: r 14453 /trunk/lib/wiki-plugins/wikiplugin_tracker.php: global
SVN: Commit by sylvieg :: r 14452 /trunk/lib/menubuilder/menulib.php: [FIX]menu: contextual menu was not working with
SVN: Commit by ricks99 :: r 14451 /trunk/templates/tiki-magic.tpl: [MOD]only show GO! link if the feature is enabled ***: Caarrie has joined #tikiwiki
Wilkins has quit IRC (Remote closed the connection) SEWilco2: "svn unlock" doesn't seem to do the trick. How does one make svn work when whining about "svn: Unable to lock 'temp/cache'" zzxc: Are there any major changes to trackers planned for tikiwiki3 that aren't landed yet? sylvieg: SEWilco rmtemp/cahce; svn up; chmod a+w temp/cache lphuberdeau: zzxc, don't know, we don't have plans for everything
and 3.0 is still many months away... a lot can happen SEWilco2: sylvieg: Thanks. PS|bot: SVN: Commit by ricks99 :: r 14454 /trunk/lib/Babelfish.php: [FIX]updated babelfish to use yahoo babelfish service (no longer owned by altavista) ***: marclaporte has quit IRC (Read error: 60 (Operation timed out))
TMahoney has quit IRC ()
RobotGuy has left "Konversation terminated!"
tomb has quit IRC (Remote closed the connection)
tomb has joined #tikiwiki
tomb has quit IRC (Remote closed the connection)
tomb has joined #tikiwiki
VK4FSJL has joined #tikiwiki jeremyclarke_: is there a way to make sure that a given menu item is open by default? SEWilco2: That's odd. 2.0 from svn is emitting Segmentation fault in error.log. 2.0 from tar, using same database, seems to be working. ricks99_: @jeremyclarke: use type=fixed. see docs: http://doc.tikiwiki.org/Menus ***: Redhatter has quit IRC (Read error: 113 (No route to host)) jeremyclarke_: ricks99_: hmm, that works for new menus, but is there a way to always have the 'wiki' item in the application menu expanded?
aha, cool
i changed it to a separator, which works fine ricks99_: u may also consider creating a custom menu that has only the options u need (rather than re-using) the entire application menu for all users jeremyclarke_: yeah, that's a good point
grrr, have you guys considered making the labels for features (like 'image galleries' and 'trackers') on the features on/off page into <label>s instead of <a>s?
when one sees a word next to a checkbox web standard is that clicking it selects the box, not loads an external page
maybe have a questionmark/help icon next to it instead? ricks99_: jeremyclare: y, admin ui rework is underway. join us: http://dev.tikiwiki.org/tiki-index.php?page=AdminUIRevamp jeremyclarke_: oh you wiki kids! sending me a working documene :) ***: SEWilc1 has joined #tikiwiki
SEWilco has quit IRC (Read error: 60 (Operation timed out))
Bilal_ has joined #tikiwiki
Caarrie|away has joined #tikiwiki
Caarrie has quit IRC (Nick collision from services.)
PS|bot has quit IRC (Nick collision from services.)
PS|bot has joined #tikiwiki
lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer))
Caarrie|away is now known as Caarrie
VK4FSJL has quit IRC (Read error: 110 (Connection timed out)) PS|bot: SVN: Commit by jonnybradley :: r 14456 /trunk/ (3 files in 2 dirs): [MOD] Markup now parsed when switching from normal (wiki) to wysiwyg (html) editors (itemId=1831) Doesn't loose edits, copes with images and smilies - but: wikiplugins now get <x>'s scattered into the code they produce, so break a lot (i'll work on that!) jeremyclarke_: is there a user directory that is never updated when tiki is updated? ***: navster has left PS|bot: SVN: Commit by jonnybradley :: r 14457 /trunk/lib/overlib.js: [FIX] Renamed overLIB's windowWidth function to olWindowWidth to avoid conflict with PHP Layers Menu windowWidth variable. (overLIB was last updated in 2005, so probably won't get overwritten any time soon, i'll try and send a message to the developer to ask if this is ok) ***: kerrnel has joined #tikiwiki kerrnel: hola ***: dsingh has joined #tikiwiki
dsingh has left jeremyclarke_: ricks99_: http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=1977 ***: jasprit has quit IRC ("Leaving.")
srishti has joined #tikiwiki ricks99_: y. most (some) pages use (?) to link to help. others not jeremyclarke_: the features list must be controlled centrally though right?
is there a way to not have to check the 'categorize this object' checkbox?
if soemone checks a category, shouldn't that be enough of a hint? ricks99_: if u have the "help" option turned off, you wont see the hints (i think) jeremyclarke_: oh, i see, its because you can't unselect the last category
why aren't they all using checkboxes?
it would be so much simpler for users ricks99_: if u have 100 categories, thats a lot of check boxes. scroll box is eaiser jeremyclarke_: you could put the checkboxes in a scrolling box
that's what wp does, it works pretty well
i don't think most users understand about ctrl+clicking to select multiple ricks99_: pretty basic ui skill (even in windows) jeremyclarke_: Here's one, having the checkbox above the categories list would probably make more sense
otherwise you add categories before considering whether you want to or not. ricks99_: dont quite undertand. u mean on category: admin page? jeremyclarke_: no, while editing an object (i'm looking at a wiki)
you see the select box, then underneath you see the checkbox for turning on categorization
really the select box should be js disabled until you click the checbox ricks99_: i think u can control the default (shown or hidden) jeremyclarke_: otherwise people must choose categories and forget the checkbox, thus thinking they added categories when they didn't ricks99_: theres also an option to force categorization (for which u want it displayed, by default) jeremyclarke_: oooh. where's that?
i was looking for it ricks99_: wiki config. jeremyclarke_: Force and limit categorization to within subtree of:
?
Categorize structure pages together: ? ricks99_: yup kerrnel: Yes, you can set categories to have their sub-pages inherit them jeremyclarke_: that doesn't make the checbox selected by default though ricks99_: im not sure what check box ur talking about? isnt the scroolbox of categories shown by default now? jeremyclarke_: http://simianuprising.com/images/tiki-category-checkbox.png
the checkbox below the category list
IMHO it should be automatic, if there is a category selected, then consider the categories active ricks99_: o.. no. i was talking abou the default state of hide/show categories jeremyclarke_: and maybe add a 'none' in the select instead
yeah, 'none' would totally have the same effect, and would be simpler for everyone ricks99_: or just have the checkbox automatically be enabled whenever u select a category (add an onclick event) jeremyclarke_: yeah, though that still adds a whole new element when it would be simpler to have it all in the select ***: srishti has left jeremyclarke_: just have to change the logic to act based on 'none'
hmmm, except that someone could select none AND another category, but thats probably pretty rare
having a checkbox that will check itself 99% of the time seems a bit crazy SEWilco2: Any idea why 2.0 from svn is emitting Segmentation fault in Apache2 error.log? 2.0 from tar, using same database, seems to be working. ricks99_: but notice how when "force category" is selected, there is no check box at all
so im not really shure why it u would need to be selected by default jeremyclarke_: where is the force category option? ricks99_: wiki config jeremyclarke_: like it would be this url: /tiki-admin.php?page=wiki "
?
oh, i can put 'all'
whew, that's confusing dude.
sorry, i should have read the full pulldown earlier when you pointed it out
but not obvious at all
and then a category is mandatory... which isn't what I actually wanted ricks99_: sorry, though u wanted the "Categorize this" checkbox to b selected (thereby forcing a category) jeremyclarke_: i just don't want to see the chckbox
it feels like something that should be automatic
but i guess that's harder than it seems
wordpress always forced a default category ricks99_: the only wayt to make categorization "automatic" is by using the "force" option jeremyclarke_: can I set a default category? ricks99_: y, via the staging option ***: MatWho has joined #tikiwiki
kerrnel has quit IRC ("CGI:IRC (EOF)")
MatWho_ has joined #tikiwiki
franck has quit IRC ("Leaving.") Bilal_: I linked Wikipedia as an external Wiki and using it like ((dev:Download)) , i dont want the link to open in the same window, i want it to open in new window. i also setup in WIKI settings that external links should open in new window. but it does not in the case of external wiki link .
I checked http://doc.tikiwiki.org/tiki-index.php?page=External+Wikis
there is no information to open link in a new window jeremyclarke_: is there a way to designate a code block in wiki content? SEWilco2: Bilal_: I think in Admin>Wiki there is an option to make external links open in a new window. I've seen that option someplace in Admin
Bilal_: Oh, I just noticed that you configured Wikipedia as an external Wiki. Then by definition those aren't considered external links. ***: SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") ricks99_: @jeremyclarke: use the code plugin. doc.tikwiki.org/plugincode Bilal_: SEWilc1: is there a way to open External Wiki Links in New Window ?
SEWilc1: or should i not use External Wiki Links? ***: SEWilco2 has joined #tikiwiki SEWilco2: A customer can't paste a Word document. Is the <x> fix in 2.0 svn? I see trunk has moved on to 3.0, so the <x> fix over there is not relevant to 2.0 sites.
(When the customer saves his Wiki page with the Word content, all the content vanishes. I saw same thing happen when trying to edit css on 2.0, so suspect it's the input protection filter... aka <x>.
) ***: MatWho has quit IRC (Read error: 110 (Connection timed out))
lq_788 has joined #tikiwiki
ricks99_ has quit IRC (Read error: 104 (Connection reset by peer)) sylvieg: SEWilco send a mail on the deval list - nyloth the main dev on this is on vacation SEWilco2: Thrilling. Thanks. ***: franck has joined #tikiwiki lq_788: Is there an easy way to delete all wiki pages? sylvieg: list_pages numrows>>>> delete all ***: CIA-14 has quit IRC () lq_788: sylvieg: where do I type that in? is list_pages a script in the tikiwiki directory? sylvieg: tiki-listpages.php or menu->admin->list pages ***: CIA-15 has joined #TikiWiki
Caarrie is now known as Caarrie|away
djst has quit IRC () lq_788: sylvieg: so if i load tiki-listpages.php in my web browser, where do i type in that numrows>>>>delete all command? or do i need to do this at the command line level? sylvieg: do you see at the top something like num rows? lq_788: sylvieg: there's a text field called number of displayed rows. sylvieg: put a big number > biger you number of pages
click find
then on the right in the table just before Id, you will see acheckbox, check it then at the bottom you will see perform action with checked
select remove lq_788: sylvieg: ahh ok. I thought there was an easy sql way to do it. this works too. thanks! ***: Caarrie|away is now known as Caarrie
franck has left
Bilal_ has quit IRC (Read error: 113 (No route to host))
Redhatter has joined #tikiwiki
jeremyclarke_ has left
RobotGuy has joined #TikIWiki lq_788: sylvieg: I can't seem to delete more than one page at a time with the method you suggested. I have version 2.0. This may be a bug. I am logged in as the admin. where can i type in the list_pages numrows>>>> delete all command? is it supposed to be at the command line? sylvieg: are all the apges with a checkbos checked? ***: franck has joined #tikiwiki lq_788: yes
sylvieg: it prompts me to confirm deletion but it will not actually perform the delete sylvieg: hmm see you are right
ah - I remember .. I found this out and send a message to the guy responsible of the bug -but he did not fix it... lq_788: i see ***: Amorphous has quit IRC (Read error: 110 (Connection timed out)) lq_788: sylvieg: is there another way to delete all wiki pages before the bug gets fixed? ***: RobotGuy has left "Konversation terminated!"
Amorphous has joined #tikiwiki sylvieg: lq_788: rollback is described here http://dev.tikiwiki.org/tiki-index.php?page=List%2Bcandidate%2Bfixes%2Bfor%2B2.0
you can not use mysql easily because there is a lot of tables that need to be updated lq_788: sylvieg: so do i just need to overwrite my tiki-listpages.php with the one on the revision 14461 page for it to work properly? or do i need to wait for it to get properly fixed? ***: kerrnel has joined #tikiwiki kerrnel: Is there a reason that everything in $field_value would get sent to a .tpl but the $field_value.value would be empty, even though I can prove that it isn't before it goes to the template? sylvieg: no in 2.0 you need to backport the changes not overwrite -: kerrnel is losing precious hair. sylvieg: with tracker , believe me kerrnel you will be bold (it needs a good rewriting kerrnel: I think I just figured it out
lol
You may be right
Eureka!! ***: Caarrie is now known as Caarrie|away
nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
helqud has quit IRC ()
MatWho_ has quit IRC ()
lphuberdeau has joined #tikiwiki
sylvieg has left
sylvieg has joined #tikiwiki
Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
zzxc has quit IRC (verne.freenode.net irc.freenode.net)
amette has quit IRC (verne.freenode.net irc.freenode.net)
pkdille has quit IRC (verne.freenode.net irc.freenode.net)
Redhatter has joined #tikiwiki
pkdille has joined #tikiwiki
amette has joined #tikiwiki
zzxc has joined #tikiwiki
snarlydwarf has quit IRC (Remote closed the connection)