New Forum Posts: Best way to create private area for e-learning - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34116 New Forum Posts: Best way to create private raea for e-learning - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34115 New Forum Posts: After upgrade from 2.2 to 3.1, calendar error when adding event - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34117 New Forum Posts: Blank screen after upgrade - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34118 polom good morning. :) is the module-docs branch still broken or not? is the pdo/adodb cahnge still broken for windows? sylvieg, for me, when pdo was added it caused apache to die in my xampp setup, but I installed wampserver (http://www.wampserver.com) and now trunk runs ok. I read that xampp had problems with pdo. we need more feedback from people running on windows, probably. on my portable fedora pdo kills apache too do we kill pdo then? marclaporte: pdo is more efficient and faster afaik, and seems to be the way forward, so I'd be for keeping it. But this is a question for the db experts. My feeling is that it's long term orientation since it's natively supported in php but if Sylvie can't work... modules-docs branch problem that chealer was getting seemed to be svn issues tikiwiki: 03chibaguy * r20369 10/trunk/styles/ (6 files): [ENH] More-standard formatting. No code changes. tikiwiki: 03chibaguy * r20370 10/trunk/styles/ (6 files): [ENH] Empty selectors removed. No code changes. tikiwiki: 03chibaguy * r20371 10/trunk/styles/ (18 files in 7 dirs): [ENH][NEW] IE rules moved from main theme stylesheet to theme ie6.css and ie7.css files. No code changes. I hope the modules-doc problems can be sorted out, so that work isn't lost. Hmm, actions listed in trunk's file gallery popup: Display, Download, Replace,
after every tracker item, can this be avoided ? wow, 300 queries :-p polom polom everybody I have problem too with that - try to see if it is the lin e 20319 in tikilib.php sylvieg: thanks, i will have a look the parsing of a textarea tracker field adds a
at the end - a mess in pretty tracker not sure about the line luciash... muy tikilib is modify oops :) line number out of range here :) it is the else { $line .= '
; bugus = bugs not sure, it is no textarea here but the br is there even when empty wiki template marclaporte: did you see my mesage - I have 2 tikiwiki: 03lphuberdeau * r20378 10/branches/experimental/perms-take2/ (6 files in 3 dirs): [MOD] Applying wysiwyca to categorize and category browser sylvieg: hmm, my tikilib has "only" 8745 lines :-p oops 7230 bad copy paste.. :) doesn't seem to be that, it happens here with wiki paragraph formating on sylvieg: I saw your message and it's being processed thx modules is not supposed to break much. But the perms-take2 will stir a lot of dust. I think maybe we can take a day at TikiFest and have a parallel bug hunting frenzy :-) sylvieg: couldn't it be somewhere else than tikilib ? what does the smarty->fetch(wiki:... do ? I am still not convince at all with perms-take2 ... need to check lph last commit luciash: do you have a visible url? sylvieg: localhost, but it hapens that every submit button of tracker plugin is under the fields (cannot get it on one line) sylvieg: or if i do empty wiki page template it renders line breaks for every tracker item HI sylvieg: in wikiplugin_tracker.php there is $back .= $smarty->fetch('wiki:'.$wiki); on line 856 sylvieg: how is it processed then ? but the button is outside the fetch>? sylvieg: yes it is rendered automatically for every tracker plugin after the all fields and is there a
before the s between them sylvieg: nope so it is a style problem because you have fatch and just after s I am lost there is BR or not? befor the in tikilib ah, missing strip it can be &highlight=language also messes up Coelecse and Darkroom.... sylvieg: but there is strip all around the trackerlist tpl code marclaporte: wrt the highlighting: see also http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2631 weird thing being here that http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2631&highlight=tobi_h gives me an almost blank page, but only if i am logged in - if not, it works. as i just found out. :/ how does it look for you guys? For me (using Opera atm) the left and center columns are empty, and the right column is a column width off the page to the right. Logged out, it's ok. And looking at wiki pages with "&highlight=..." is ok. All the themes are affected about the same way. heh, using FF and Firebug, I see div#col3 is inside div#tiki-center. That is really weird. chibaguy: thanks for the verification - that sums it up nicely, the part with the right columns being off to the right had escaped me. Somehow, highlight is screwing up the template in a major way. (highlight+logged in) is it worth to update the description of bug 2631, or will someone in the know take it on from here? Maybe CSS related. Turning off style sheets lets the content show. sylvieg: it looks like $smarty->fetch('wiki:'.$wiki); in wikiplugin_tracker.php does work well but the method used for trackerlist in tpl {include file="wiki:$wiki" item=$items[user]} adds the BRs sylvieg: i will have a look at the include of smarty still luciash: I have doubt because in pretty ytacker you have {include tracker_item_value.tpl} that does not ass
tikiwiki: 03lphuberdeau * r20382 10/branches/experimental/perms-take2/ (10 files in 3 dirs): [MOD] Removing references to tiki_p_view_categories luciash: do you have the same result if you use a pretty tracker with a tpl let me test tobi_h, the bug report is probably good enough already. New Forum Posts: Permisos en Workspaces - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34130 sylvieg: it works perfectly with no extra BRs So it is the wiki parsing....?? chibaguy: thx, but was at it already - thx also for confirmation! :) sylvieg: must be that any idea what is the difference between templates/plugins and templates/wiki-plugins ? do we have (or plan to have) other plugins than wiki syntax plugins ? is it just accidental inconsistency introduced by someone ? everything should be tempaltes/wiki-plugins but with the tpl overwrite - not easy to move tpl overwrite ? there are also several templates/tiki-plugin_*.tpl :-/ yes you can overwrite the tpls for a style (I do not know how to make a generic upgrade script for that sylvieg: I now see a problem with swicth lang module on trunk: http://demo.tikiwiki.org/trunk/tiki-index.php (even without flag param) maybe not generic but upgrade specific would be good for those few files sylvieg: or just a note this file was moved/renamed to this... at worse the old tpl files will not be just used for the people who customized styles about the tracker highlight problem, apparently not css-related after all. and tpls tikiwiki: 03lphuberdeau * r20383 10/branches/experimental/perms-take2/ (4 files in 4 dirs): [MOD] More permission clean-up, re-adding admin_categories luciash: : can you make a Tiki logo without "3" in it? My 4.0 install looks weird :-) anybody can... someone already did by removing the ".0" in it ;) my disk had a crash with the source file... need to get it again from somewhere wait, maybe i have it here yup need the Gentium font here tikiwiki: 03lphuberdeau * r20384 10/branches/experimental/ (modules-doc/ perms/): [KIL] Cleaning up dead branches installing Tiki 4 or Tiki ? How about one of each? :-) haha why not to use tikilogo.png ? yeah, maybe so. But maybe people want the version number - I don't know. btw, the tracker highlight problem at dev.tw.o - I don't experience it at a couple other tiki 3 sites. tikiwiki: 03luciash * r20385 10/trunk/img/tiki/tiki3.png: [MOD] not version specific Tiki logotype but it happens at doc.tw.o also. same server yeah amette ping what does our "sysadmin" say ? tw.o also has the problem. Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project. heh well, that's different lphuberdeau: File: lib/modules/modlib.php Line 524 file_put_contents() [function.file-put-contents]: Filename cannot be empty tikiwiki: 03luciash * r20386 10/trunk/img/tiki/ (powertw.gif tikibutton4.png): [KIL] obsolete images tikiwiki: 03sylvieg * r20387 10/trunk/lib/modules/modlib.php: notice Tiki 3 tracker with highlight works on my wamp server.... tks luciash chibaguy & luciash: I prefer to avoid numbers to make it future-proof and not to disclose additional info to hackers Good hackers can figure out version number in other ways I know sure :) sylvieg: only way how to avoid the BRs i found is this hacky way :-p → to put {include file="$tpl" item=$items[user] assign=echoit}{$echoit|replace:'
':''} on line 173 of tiki-plugin_trackerlist.tpl sylvieg: but the tpl param instead of wiki is good enough alternative too ;) where do we define the template resource for wiki: ? http://www.smarty.net/manual/en/template.resources.php in Tiki tikiwiki: 03lphuberdeau * r20388 10/branches/experimental/perms-take2/ (21 files in 7 dirs): [MOD] Cleaning out tiki_p_view_categorized and resolving countless permission inconsistencies along the way tikiwiki: 03lphuberdeau * r20389 10/branches/experimental/perms-take2/ (30 files in 18 dirs): [MRG] Automatic merge, trunk 20379 to 20387 tikiwiki: 03lphuberdeau * r20390 10/trunk/lib/modules/modlib.php: [FIX] Anonymous group not always granted to anonymous users it seems tikiwiki: 03lphuberdeau * r20391 10/branches/experimental/perms-take2/lib/wiki/wikilib.php: [FIX] is_editable function tikiwiki: 03jonnybradley * r20392 10/branches/experimental/coe/ (10 files in 6 dirs): tikiwiki: [ENH] Quicktags/Toolbars revamp, continues tikiwiki: Plugins show name on toolbar (in a green box) tikiwiki: Separate definable toolbars for comment areas tikiwiki: Smilies and special char pickers fixed for jQuery and imports tiki-smileys.tpl removed tikiwiki: Filter by wiki, wysiwyg or plugins on 'All Quicktags' admin list tikiwiki: 03lphuberdeau * r20393 10/trunk/modules/mod-change_category.php: [FIX] Missing global tikiwiki: 03lphuberdeau * r20394 10/trunk/db/ (7 files): [FIX] Missing drop tables tikiwiki: 03jonnybradley * r20395 10/branches/experimental/coe/ (30 files in 2 dirs): tikiwiki: [ENH] Quicktags/Toolbars revamp, continues tikiwiki: Some new icons for wikiplugins, more to come (probably after the merge) tikiwiki: 03jonnybradley * r20396 10/branches/experimental/coe/ (96 files in 39 dirs): [MRG] Automatic merge, trunk 20321 to 20394 marclaporte: LOL, i completely forgot about the phantom ;) hehe tikiwiki: 03luciash * r20397 10/trunk/img/tiki/tiki3.png: [FIX] forgot to remove the "phantom" 3.0 glow ;) sylvieg: do you still have issues with modules? my latest svn up seems to solve everything New Forum Posts: Add a custom drop-down menu to tiki-editpage.tpl - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34133 Is there something like strip_tags() which will strip out wikimarkup? I'm getting wikimarkup in my tiki_objects descriptions. what is the slowest feature in Tiki ? luciash: I suspect we won't know until automated testing can do timings of the features. SEWilco2: i have no idea what is tiki_objects description and how it get there, but you maybe want http://www.smarty.net/manual/en/language.modifier.regex.replace.php luciash: It took me a while to find how tiki_objects description was getting there. Turns out that merely including a certain .php caused a local variable to be pushed into database. :-( From reading the code it is not obvious that $cat_desc ends up in the database when the following is encountered: include_once ("freetag_apply.php"); But I was hoping there already is a wikisyntax remover. As the database is involved, I'd rather not use a Smarty function. Nobody is answering, so either one does not exist or nobody who knows is reading at the moment. Off to the hunt I go. sylvieg: what location do you recommend for pretty tracker tpls ? templates/custom/ ? or templates/trackers/ ? luciash: I think it depends whether they're part of the distribution. "custom" implies non-standard. they're not part of distribution now but could be used by a Profile via Profile Installer New Forum Posts: Wiki Syntax is not working for me - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34135 polom DSL is working, for the minute being what does "electric switches" mean (as seen on http://tikiwiki.org/Tikifest+Workspaces+and+Social+Networking ) bringing "bed spread and sheets. 2 sets for double-bed inflating matresses." means there are 2 double-beds, so we need to talk together to bring the right amount of single vs double bed bed kits, right?