New Forum Posts: wiki editor only for the blog - https://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=41135 New Forum Posts: du php dans le contenu d'une page tikiwiki - https://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=41133 New Forum Posts: lang/.../custom.php permissions - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41131 New Forum Posts: wiki editor only for the blog - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=41135 New Forum Posts: du php dans le contenu d'une page tikiwiki - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=41133 New Forum Posts: lang/.../custom.php permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41131 tikiwiki: 03pkdille * r34141 10/branches/7.x/lib/wiki-plugins/ (5 files): Code quality - svn properties - unix eol (fixes r34097) good morning all hi hi luciash & jonny guten Morgen Joern hi all, tach Poiesi morgans coaboa & daevermann but off again now - bbl oh.. hi dirk good morning everyone tikiwiki: 03jonnybradley * r34142 10/branches/7.x/lib/search/refresh-functions.php: [FIX] unified search: Wrap call to processUpdateQueue() in try/catch which seems to trap the errors more often, even if the inner catch is the one that seems to report. tikiwiki: 03jonnybradley * r34143 10/branches/7.x/tiki-list_file_gallery.php: [FIX] filegals: Remove fileId from auto_query_args otherwise after updating a file you have to leave file gals or manually edit the url to see all your files again hi coaboa, luciash, daevermann jonny, joer, all polom polom cheers hi chibaguy - all those id changes you did the other day seem to be ok - not heard otherwise anyway :) hi jonnyb, that's good. jonnyb, about upgrading the tiki sites to 7, I wonder if you've had a chance to fix the problem with specifying multiple module parameters, like !thenews.css;!tikinewt.css. themes.t.o pretty much needs that multi-theme specifying. tikiwiki: 03jonnybradley * r34144 10/branches/7.x/ (templates/tiki-edit_blog.tpl tiki-edit_blog.php): [FIX] blogs: Preview blog heading (thanks rodrigo, ages ago) oh right, no chibaguy - i thought i fixed that one (obviously not) on it now... hmm, seems fine on 7.x for me - i set "!jqui.css;!tikinewt.css" in the theme box and it seems to work ok, I'll try again. the last time I did (with menu modules a week or so ago) only the first theme got the effect. no, mine here seems fine with three specified here's another riddle (maybe): if #top_modules has position: relative and all the children are position:absolute, and no height is set for #top_modules, I sometimes see the logo image descend down through the topbar menu. Have you noticed that? Or is standard practice to set a height for the container? yes, think i've seen that setting the height for the logo usually fixes it doesn't it? i was hoping to do a more extensive job on the logo module - will have to wait for 8 maybe that's it. I hadn't tracked down what was fixing it. As a workaround, I was floating-left .box-logo instead of using absolute positioning. just seeing the #tiki-top menu's looking a bit lost on strasa - no bg image etc Yeah, I was just working on that (anyway, the secondary site menu so far); I think I stopped working on strasa earlier when having multi-theme troubles. about the logo image, we don't know how big the users' site logo will be, so can't accurate set a height in the theme stylesheet. Using float avoids that necessity. but isn't it the float that makes it leak out into other divs? It was leaking out before I assigned the float. OTOH, the float forces the bottom of #top_modules downward to contain the logo and everything. hmm, if I assign a menu module to #top_modules with visibility parameter greenblog.css;strasa.css, it doesn't show up for either theme. If I remove one theme from the parameter, the module shows up for the remaining theme. The "!themeA.css;!themeB.css" appears to be working ok, though. (negation) ok, so it's the positive (non-negation) list broken? tikiwiki: 03jonnybradley * r34145 10/trunk/ (12 files in 6 dirs): [MRG] Automatic merge, branches/7.x 34131 to 34144 hi ricks99 hiya jonnyb it seems so chibaguy: the logic was all screwy, should be fixed now tikiwiki: 03jonnybradley * r34146 10/branches/7.x/lib/modules/modlib.php: [FIX] modules: Fix visibility by ("non-negation") theme logic - thanks chibaguy thanks very much, jonnyb. np i didn't check the other params - possibly other similar issues there maybe (but must get on with other stuff now) ok, I may run across problems and will let you know if so ;-) thanks :) about the "header" parameter for login_box, it seems to look the same as the normal (side-column) module. Was it intended to be the ... ..."Username [ ] Password [ ]" horizontal configuration? (thinking of the tiki 6 login form in strasa) Oh, no, sorry, it's ok. (it is positioned just above a side-column login box in my site here, and with weird css they were overlapping, looking like one. ;-) good, cos i didn't follow that! :D :-) jonnyb, sorry, but what is the "header" parameter option for the login module? I thought it was to get username,password, and submit on one horizontal line. yes, like they used to before the popup mode when it was site-login ah, ok. It works here if I assign #topbar_modules .box-login_box div {display: inline-block] Otherwise, the divs apparently are display:block and stack vertically. yes, i thought that was how you wanted it? :P yes, but I didn't realize css needed to be added. It would be nice to have a css class added to the module or a child when this parameter is in effect. so the inline-block could be done globally. ah, .siteloginbar, duh. ;-) hmmm, i've been trying to remove as many of these "arbitrary" hard-coded tricks as possible in modules - maybe profiles is the best way to do that? what kind of tricks do you mean? like having to have #tiki-top as an id to get a certain appearance etc but necessary for this transition phase, i know I suppose div#tiki-top div.somediv is just a convenience or just "legacy". We could use #topbar_modules instead. indeed - for 8 let's head that way or whatever the location is. good idea i'd rather use classes - what if you want that look for a menu in the bottom module zone for instance? I've been adding #top_modules or #topbar_modules to the path to distinguish from side column module zones. I guess the sweet spot is to define for, say, the horizontal spaces without bothering vertical ones, or something. tikiwiki: 03chibaguy * r34147 10/branches/7.x/styles/layout/layout.css: [FIX] Arrange log-in form horizontally when "header" parameter is set for login_box module. Generally speaking, I think profiles will be good for theme details (configuration, etc.). me2 :) I was able to avoid using custom tpls on one site/theme by putting content in the L&F textareas (in future, in modules), and this could be done via a profile. exacto! i just did a site where i put up a "coming soon" homepage and made all the others private, but then wanted to hide the top menu on that page only - now easy in 7.x! mornin lphuberdeau good morning yes, working on pre-7 tikis is way less fun. ;-) hi lphuberdeau I think it's a good sign tiki is moving forward tikiwiki: 03chibaguy * r34148 10/branches/7.x/styles/ (13 files): tikiwiki: [ENH] CSS rules added for a Secondary Site Menu (as used at tiki.org sites). tikiwiki: Used with a user module named "secondary_site_menu" placed in the "Top" module tikiwiki: zone, with (only) parameters "menu_id=secondary_site_menu&nobox=y". Misc. other tikiwiki: top/topbar module zone changes. hi, any one knows how to get rid of
added automatically after codelisting or table? polom tikiwiki: 03lphuberdeau * r34149 10/trunk/lib/test/core/Search/embedded.tpl: [FIX] Broken test, this file is used to compare output only New Forum Posts: Installation issues with 6.3 on hosted server - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41141 @qb: try toggling the wiki paragaph formatting option i think it controls br elements for blank lines tikiwiki: 03lphuberdeau * r34150 10/trunk/lib/core/ (44 files in 13 dirs): [MOD] Removing un-necessary calls to require_once ricks99 thanks, but it just changes my own enters into

also removes
after table, but not after code ;( how are you adding the code? with the CODE plugin? from menubar - code button, after highlight text code, yes it is code plugin and in html source I get:

sample code

in the end of this line Does your next line of text start on a new line, or immediately after {CODE} new line, or even in second line after that, I'm using linebreaks (enter) to separate blocks of text, to navigate easier. That's why then. Tyr using {CODE()}......{CODE}more text qb: when elements are in my way i use a very specific display:none… Not elegant but it work. :) thanks, I have to go, I will try tomorow again tikiwiki: 03lphuberdeau * r34151 10/trunk/lib/userslib.php: [ENH] Add a cache on the raw permission list to avoid an excessive amount of calls to tra() CodeMirror question: I have autolinks enabled, but the code highter does *not* indicate www.foo.bar as a link. Known issue? I guess that's just one of the unsupported syntaxes at this time K. [www.foo.bar] works, but not www.foo.bar it might take a long time before all features are supported, especially on the optional ones do we have a list of unsupported syntax? i dont see anything listed at http://doc.tiki.org/Syntax+Highlighter well, i started one, anyway! :) you probably want to have a list of supported syntax instead it's shorter and finite really? there's more *un*supported than supported? :( this is actually the first thing i've found (so far) well, there are syntaxes we don't know about some syntaxes we'd like to see go away the highlighter aims for the common syntaxes tikiwiki: 03lphuberdeau * r34152 10/trunk/ (12 files in 8 dirs): [MOD] Adding a graph representation of the events in the system (refactoring transitions graph) and adding the hook for page creation bye all - see you next week tikiwiki: 03sylvieg * r34153 10/branches/7.x/lib/core/Tracker/Field/UserSelector.php: [FIX]tracker: user selector with no options default to none I want my editor user to be able to use the source button in the toolbar… only admin see it (wiki and ckeditor). what do i miss ? Ahhh again looking at the wrong place… tiki_p_use_html (nothing to see in wiki perms) ricks99: : I am glad you like Tiki7 It means the UI work is paying off :-) am i that hard to please? ;-P tikiwiki: 03sylvieg * r34154 10/branches/7.x/lib/core/Tracker/Field/UserSelector.php: [FIX]tracker: better fix 34153: default user selector tikiwiki: 03marclaporte * r34156 10/branches/7.x/lang/fr/language.php: tikiwiki: [FIX] Until we decide if and how to translate the project name to French, tikiwiki: restore to English. And two minor fixes. In French, it could be Tiki Wiki CMS tikiwiki: Groupiciel, Tiki Wiki SGC Groupiciel, Tiki Wiki CMS Collecticiel or Tiki Wiki tikiwiki: SGC Collecticiel tikiwiki: 03lphuberdeau * r34158 10/branches/7.x/ (2 files in 2 dirs): [FIX] Tracker history did not process the values before attempting to render polom Question how can i print url variable in wiki page Jo__ : the current url? yup {{page}} ns thank you very much http://themes.tiki.org/tiki-index.php?page=Template%20Tricks&pagenum=4#Use_current_page_name_as_content that is really helpful thanks that is strange, link on page that I gave: it's broken should be : http://doc.tiki.org/Advanced+Wiki+Syntax+usage+examples#How_to_display_URL_param_in_a_page_or_the_page_name_or_the_user_name ns tikiwiki: 03sampaioprimo * r34160 10/trunk/tiki-edit_blog.php: [MOD] users with perm other than the author can post on a new blog by default tikiwiki: 03sylvieg * r34161 10/branches/7.x/lang/fr/language.php: [FIX]wrong translation tikiwiki: 03sylvieg * r34162 10/branches/7.x/lang/fr/language.php: [FIX] more thx marc tikiwiki: 03sylvieg * r34163 10/trunk/lang/fr/language.php: [FIX] the "Page Break" Icon in editor produces "......" instead of "...page..." This is in tiki 7 and trunk dont't know where to change beside the admin toolbar which would only change local install tikiwiki: 03marclaporte * r34164 10/branches/7.x/lang/fr/language.php: removing weird translations tikiwiki: 03marclaporte * r34165 10/trunk/lang/fr/language.php: removing weird translations coaboa: good catch. it's in toolbarslib.php should I try to correct? how can i check is {{page}} empty coaboa: I sent a mail to Jonny on tiki-cvs ok thx & good night ;-) good night coaboa hi guys how can I check {{variable}} is empty ? maybe something like {if $page eq ''} but not sure. I'am no coder sorry. You may look into some tpl files on how it is done. ok thx http://themes.tiki.org/ is now in 7 (Thanks changi!) but upgrade issues, there are hum. not so candy there's a JQ plugin that seems well formed which is not parsed hum, removing the content that follows fixed it Themes.tiki.org -> module New Forum Posts -> for each element: title="Sun 10 of Apr., 2011 10:38 UTC, bychibaguy - Tiki Design bychibaguy is missing a space trivial but.... is there a way to create a varaible store string in wiki page {TRACKERLIST(trackerId=>6, filterfield=>43, filtervalue=>{TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD})}{TRACKERLIST} can use it this way? Jo__ : http://doc.tiki.org/Dynamic+Variable (not sure if this is what you are after) how can set %variable% internally %variable15% = ? %variable15% = {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD} no put %variable15% in a wiki page save then click on it (in view mode) but I try to do it internally how can i do it? {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD}) will return a value you want a tracker value somewhere to have a variable name so you can use anywhere? right ItemId changes? Does {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD} do what you want? this one will work but I do not thing the plugin params are wiki parsed the easierst is to write a plugin that calls the 2 plugins... {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD} is a text is projectname i will do filter with this projectname on other tracker Would having {project name=itemId} which is an alias (cleaner replacement of ) this {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD} help any? If so, http://doc.tiki.org/Plugin+Alias you seem to want to embed a tracker in a tracker? uhm... i get itemId=39 from url then get project name by {TRACKERITEMFIELD(trackerId=5,itemId={{itemId}},fieldId=41)}{TRACKERITEMFIELD} then {TRACKERLIST(trackerId=>6, filterfield=>43, filtervalue=> projectname }{TRACKERLIST} how can i get it work? tikiwiki: 03sylvieg * r34166 10/branches/7.x/lib/wiki-plugins/wikiplugin_img.php: [FIX]IMG: do not look in database if the src param specified another site like http://othersite.com?tiki-download_file.php?fileId=1 Plugin testfilter cannot be executed. Preference wikiplugin_testFilter is not defined tikiwiki: 03marclaporte * r34167 10/branches/proposals/6.x/lang/fr/language.php: removing weird translations tikiwiki: 03marclaporte * r34168 10/branches/6.x/lang/fr/language.php: removing weird translations plugin alias help New Forum Posts: Tracker item comments - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41142