tikiwiki: 03sewilco * r16942 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [ENH] IMAGE plugin accepts list of images to display. One plugin to show them all... Well, actually not. I'm not going to implement "show all images in a gallery and descendant galleries". :-) Although that might go in the SLIDESHOW plugin. :-) hi tikiwiki: 03chibaguy * r16943 10/trunk/styles/feb12.css: [FIX] Enable CSS menu child lists to display. tikiwiki: 03chibaguy * r16944 10/trunk/styles/transitions/2.0to3.0.css: [FIX] Prevent arrows in calendar tabrow from repeating vertically. how to see php errors and warnings in tikiwiki? ok..I got it :) polom tikiwiki: 03jonnybradley * r16945 10/branches/experimental/jquery/styles/transitions/2.0to3.0.css: tikiwiki: [ENH] Default tiki colours for JQuery tooltips (clueTips) tikiwiki: Using Strasa colours, but should look ok with most tiki styles about css menus? what was done for IE6? does a script for the hover simulation was added? I have a strnage beahavior - it is not too bad for horizontal - but does not work at all for vertical aha ah depends on the style (thought all the mecanism of the css menu was in css/css... but no :-( Hi, is it possible to implement blog entries or calendars in a wiki page, like trackers can be integrated? tikiwiki: 03sept_7 * r16946 10/branches/experimental/coe/ (4 files in 4 dirs): tikiwiki: [EHN] tikilib : reorganisation of code in parse_data for better readability tikiwiki: modifications to mediawiki extension to take care of plugins... tikiwiki: ok we cheat but we have no choice here... tikiwiki: 03sylvieg * r16947 10/trunk/installer/schema/200902026_admin_menu_tiki.sql: [FIX] also add the upgrade script to have a link on the 'Admin' option to be sync with a fresh install Is there a way so that tiki-js.js applied to the document may not be applied to the page? Actually, the javascript is interfering with the annotation plugin (which includes a javascript code) code that I am trying to edit. hi im looking for a latex or similar formular rendering plugin is there any? there is oen soemwhere. hm i just found it thanks Inherited: I would be interested, too. Where did you find it. ? im still trying ton get it running i found it in the mod repository called formula In svn? no http://mods.tikiwiki.org/ thx tikiwiki: 03jonnybradley * r16948 10/branches/experimental/jquery/ (30 files in 8 dirs): [MRG] Automatic merge, trunk 16932 to 16944 sylvieg: which style ? feb12 - darkroom is not too bad (except there is no arrow) coe - not to bad except no arrow ah simple not to bad - except no arrow and it is 4cm to the right strasa not to bad except no arrw Or if there is an arrow, it's the same color as the background. :-) tikinews not to bad - except no arrow tikineat completly broken i see, the css menu has to be adjusted to IE6 to display the arrow this sucks: http://test.ground.cz/tiki/trunk/tiki-index.php :( tikinewt not to bad - nut no arrow fresh trunk .... I really not lucky I tried previously 2 themes - the 2 that were not working... not fresh but svn up i mean, the link is fresh trunk ah PHP 5.2.5-pl0-gentoo mysql Ver 14.12 Distrib 5.0.44 it's mysql classic (not mysqli) do we support mysqli only ? strange because ctype_alnum is a default php fucntion ah http://www.php.net/manual/en/ctype.installation.php did you disable ctype? oh, i'm not aware of that, but maybe gentoo by default did that when i compiled it :-/ check your php info thanks, that must be it seems before we didn't use this function as older Tiki releases work there Is there a way so that we can prevent tiki-js.js to apply to a wiki page? Some feature I may require to turn off from the admin console. no it is new lph's filtering code sylvieg: yup, i have it compiled with --disable-ctype Hello. The Wiki settings give the possibility to generate a dump file. I don't understand the difference between dump and backup. Is there somebody who could explain me the difference between these two things tikiwiki: 03sewilco * r16949 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [ENH] IMAGE plugin restricts one of filegal, imagegal, URL. tikiwiki: 03sylvieg * r16950 10/trunk/lib/wiki-plugins/wikiplugin_pluginmanager.php: [FIX]pluginmanager: for plugin like dbreport that have a class WikipluginDBReport but does not have the method getDescription... pick up in the info sylvieg, amette: on dev.tw.o there's also php compiled with --disable-ctype so it means we need to recompile it before we could use trunk (3.0) there i fear gentoo disables it by default (dunno why) so it will become issue for tiki 3.0 on gentoo servers hehe http://doc.tikiwiki.org/tiki-index.php?page=Requirements%20and%20Setup&structure=Documentation#PHP neds to be updated or we can fix it with something else than using that function ? heheh, sylvieg, that's really outdated info there sorry - never use these features oops I do not know really the difference betwwen ctype_alphanum and is_string and is_num.... can I change the char for displaying boxes from "^" to something else? it fails with my latex plugin when trying to display x^y mycomputer: I saw someplace that the dump tool is broken. Probably on says it in doc.tw.o. inherited: Maybe put ~np~ ... ~/np~ around x^y to block WikiSyntax interpretation of that section? SeWilco2 : I tried to generate and download the dump file and it seems to work tikiwiki: 03chibaguy * r16951 10/trunk/styles/ (6 files): [ENH] PHP Layers tree menu styles more consistent with themes. Guys, someone stated that it is possible to send a wiki book to a chm-Helpfile, but I don't find any way to... ah SEWilco2: thanks =D mycomputer: Oh, good. Does uploading the dump file work? If it doesn't, it probably is dangerous. that is exactly a workaround i looked for R|SK: I saw in Admin>Wiki an option to enable some kind of helpfile thing, but there was not enough doc for me to know what it was referring to. SeWilco2 : I didn't try it yet. For the moment I'm studying the wiki settings SEWilco2: help says "~np~{FORMULA()}text{FORMULA}~/np~" but that let the wiki nignore the FORMULA-tags too SEWilco2: I'll check on it. if I put them insideif I put them inside, FORMULAR doesnt parse the string at all sylvieg: maybe could be replaced with if( !preg_match('/[^\w]+/', $value ) ) ? tikiwiki: 03sewilco * r16952 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [ENH] minor cleanup Hmm, there is the option "Create Webhelp from structure" and i have already enabled it, but how does it work? sylvieg: preg_match would stop after first occurence of non-"word" character in the string, it's working with locale too sylvieg: i don't know if ctype_alnum is faster can I deactivate that box-feature? R|SK: in tiki-admin_structures.php, you will seee a ? icon that parses "^" Ahaaaa! Sylvieg: Always thought, that this icon is for a contextual help :D inherited: grep for it in lib/tikilib.php and comment it out ah found it thx :> luciash: sorry I do not know if \w is working in function of locale but it can be a shortcut if (ctype function do not exists) uses preg_match.. " The definition of letters and digits is controlled by PCRE's character tables, and may vary if locale-specific matching is taking place." fro the php manual so seems to be ok for me sylvieg: yes, it's working with fr accents e.g. sylvieg: it works ;) sylvieg: unfortunatelly it's already used in many other places in Tiki plugins and Zend so recompiling php is only way it seems tikiwiki: 03chibaguy * r16953 10/trunk/css/cssmenus.css: [FIX] No down arrow when menu is limited to level 0 (dropdowns not displayed); reduced default color a little (should be provided by theme in principle). tikiwiki: 03sewilco * r16954 10/trunk/lib/wiki-plugins/wikiplugin_image.php: [ENH] fix my messed up indentation sylvieg: some interesting opinions about it gives http://search.yahoo.com/search?p=ctype_alnum+vs+preg_match&ei=UTF-8 they say ctype functions are dependent on locale so where on one server with fr locale the input can be validated as alnum, on other english only it might be invalid ? polom polom guys in fact I do not know with this filtering - I though lph was using now zend filtering.... I do not know polom hi sylvieg, I know cssmenus still needs a little work for IE6. thx chibaguy it is not too bad - I was unlucky with my 2 first tests The thing that bothers me the most is the flickering. I don't especially mind that the arrows are missing -- I consider that an "IE6 tax". :-) The reason was I used the background for a background image so wasn't available for the arrow. At least in some themes. But if there is a way to assign a background img to both an arrow and the background image, that would be good. Anyway, I'll work on that today. http://www.xero.prv.pl/mini05.php is an example where the menus work perfectly But really, IE6 is a lower and lower priority to me, as long as the functionality is ok. Yeah, that page is nice. me hopes in http://users.tpg.com.au/j_birch/plugins/superfish/#examples added with jquery That works nicely in IE6 too. :-) interesting book to read: http://www.docstoc.com/docs/1195753/php-security type ctype in the field and press go ;) or PCRE on the other hand ;) Module-flipping got broken in IE6 sometime recently. :-| in all themes ? yep They are positioned ok in darkroom, but don't work (do nothing). In other themes they are mostly not displaying -- one in upper right of page, one in upper right of #middle maybe. None in module boxes. Not displaying in simple at all. Tikineat I don't look at anymore. LOL bbl In Tikinewt they show but don't work. ok, see you later. tikiwiki: 03chibaguy * r16955 10/trunk/styles/thenews.css: [FIX] CSS menu dropdown border added (missing due to cssmenus.css change apparently). sylvieg, suckerfish menus at http://www.xero.prv.pl/mini05.php use all px dimensions, which probably helps IE6 have a smooth behavior. I think the flickering in tiki's is due to gaps between elements caused by a mix of px and em sizes, etc. I think the biggest weakness of suckerfish menus is that items can't have dynamic width. tikiwiki: 03jonnybradley * r16956 10/branches/experimental/jquery/lib/tikilib.php: [FIX] plugin edit now uses JQuery (or MooTools) I added overflow: auto to suckerfish links in one case, which stops long items from being truncated but causes 'interesting' behavior. ;-) tikiwiki: 03chibaguy * r16957 10/trunk/css/cssmenus.css: [FIX] Rolling back menuLevel0 no-arrow change; effect was too strong. tikiwiki: 03sylvieg * r16958 10/trunk/ (3 files in 3 dirs): [FIX]computed date: value must be null if computed with a null date + keep computed type not to display input field chibaguy: are you sure about the dynamic width - as Andre in cgcom about the css menu of convention.qc.ca hmm, you are right. I don't see any widths there. So I wonder why all the suckerfish examples specify a width for the ul or other element? I never succeeded myself to have it running with no width - but I am not a pro with css ask to Andre as you will be at cgcom ;-) Good idea. :-) I'm sorry you won't be there. :-| +1 will be nyloth there? yes I need a littler bit more water under the bridge - before appreciating again tw meeting sorry hope nyloth and lph will go back together ok, I understand. "Time heals all wounds" ( I hope :) ) Not to say that there are wounds, exactly, but anyway passing of time can smooth things. yeh I hope so lp will not be attending :-( Argh. function_exists('wikiplugin_image') is not true, although I can call the function. My defensive code fails. Great. Looks like function_exists() might be interpreted by PHP before other plugins are loaded. Sigh. Don't know whether it's a bug or a feature, but the "barebones" install profile doesn't really wipe the db. Some look and feel prefs are still there afterwords. even if you logout? I'll have to do another test. I already contaminated the evidense. ;-) BTW, I added "items" and indented to show scope at profiles.tw.o/Split_Level_Menu and now clicking on the link in admin profiles at my site does nothing. Don't know if my edit at profiles.tw.o broke something... hehe Oh, OK, the old stuff displaying was due to the session; after logging out I see the db is wiped. good night _o/ Heh, was going to roll back profiles.tw.o/Split_Level_Menu but, perm denied, will do a new version with old source... ah yes I saw the bug of rollback I need something not to be able to edit the first section of a page... Has somebody a idea for a generic feature? tikiwiki: 03pkdille * r16959 10/trunk/templates/tiki-list_submissions.tpl: [MOD] code indent - no changes can we rename a simple wiki page ? Oh great. Now Split_Level_Menu install fails. after its creation (after pasting in previous code) ninix, yes, there's a "rename" button at page bottom arg... too simple. I was looking in the structure admin menu.. thx :) sure. Ah, I think I see the problem with the profile install... Lesson: make sure the indents are correct. ...getting closer.... tikiwiki: 03pkdille * r16960 10/trunk/templates/tiki-edit_submission.tpl: [MOD] code indent - no changes tikiwiki: 03pkdille * r16961 10/trunk/ (4 files in 2 dirs): [MOD] articles: some tiny arrangement on a few grids (adding an icon, reorganizing action column, ...) tikiwiki: 03marclaporte * r16962 10/trunk/tiki-galleries.php: [MOD] On creation of new image galleries, no longer show XY size. This is cleaner. tikiwiki: 03marclaporte * r16963 10/trunk/lib/setup/prefs.php: [MOD] Removing orphan pages from bare-bones default clean install. luci: we'll put it back in for community sites. tikiwiki: 03chibaguy * r16964 10/trunk/styles/thenews.css: [ENH] Minor improvements in PHPL tree menu. Is it possible to deplace the "login menu" ? without modify the CSS.. Sorry, what do you mean by "login menu"? re i'd like to remove the right column completly. But without it, i will not be able to login ... because the login box are in the right column ninix: move it left then yes, how? that's what i'm looking for Admin > Modules marclaporte: good idea, thanks ah HA ! thx Can someone tell me how on tikiwiki.org they changed it so that pages like http://tikiwiki.org/tiki-index.php?page=Download just show as http://tikiwiki.org/Download? http://doc.tikiwiki.org/Rewrite+Rules I've done that for my site. I guess there are extra rewrite rules I need to add? lq_397, is your site hosted somewhere or is it your own server? it's hosted elsewhere, but the host has apache rewrite enabled Well, the doc site link shows what Tiki uses; same is used for all sites and it generally works. Maybe you should contact the server admin. I have and he assured me the rewrite rules are enabled I don't see a rewrite rule in the .htaccess file for tiki-index.php, does that need to be enabled? Hmm. That's a puzzle, then. added I mean sylvieg: now i am confused because i tried the tiki-js.js i asked to test in IE6 and it works for me when i finally set up a remote testing site when i test in IE6 I never need to edit the .htaccess file; it works as is for me and in general I think. see http://test.ground.cz/tiki/trunk/tiki-index.php can you show me your site chibaguy? in strasa the logo becomes alpha transparent with the pngfix in ie6 ! lq_397, yes, http://zukakakina.com for example. (or in secondary dropdowns of horizontal menus, that are offset.) that's not rewritten at all like I'm talking chibaguy tikiwiki.org managed to entirely take out, like their downloads page as an example the entire "tiki-index.php?page=" tikiwiki.org is a special case due to the server situation IIRC. Anyway, http://zukakakina.com/Kubrick for example works fine, etc. chibaguy: what do you think ? should i commit it ? tikiwiki: 03marclaporte * r16965 10/trunk/templates/tiki-admin.tpl: [FIX] link to profiles is now in icon at the top luciash, sorry, I missed some conversation I guess. Commit what? you're correct that works like what I want. I'm contacting the host again -.- ok. chibaguy: the alpha transparent png fix as sen here in IE6 with strasa theme: http://test.ground.cz/tiki/trunk/tiki-index.php *seen working for me on your site (but not on mine - adn I am sure I deleted the cache and svn diff tiki-js.js gives me a page full of difference) Looks good to me (I didn't see in ie6, but I assume it looks the same). If people want to object for any reason they can after the commit. so I suppose I still have a cache somewhere IE6 is a pain... to clear the cache It's included with conditional comments, right? sylvieg: do you have JS enabled ? maybe you have too strict Security Options in MSIE preferences set ? it is the same IE6 window - but as it works for me ou your site , +1 chibaguy: it's JS, not conditional comments, auto-detected in the function oh, ok. it's part of tiki-js.js? yes, function pngfix or something like that sorry, correctPNG() ok. ok, i'll commit that, it was already there but commented out and non-functional, i made a little change and it seem to work there's only that stupid thing that first it loads as nontransparent and the the JS fixes it, but for IE6 i think it's more than nothing ;) tikiwiki: 03luciash * r16966 10/trunk/lib/tiki-js.js: [FIX] a new try to have nice alpha transparent images in MSIE=<6, at least the logo looks better when it becomes nicely blended on various backgrounds ;) SEWilco2: LOL tikiwiki: 03chibaguy * r16967 10/trunk/styles/thenews.css: [ENH] Quote plugin effect more obvious. Does anyone else think "Change password enforced" is a little too police-action sounding? :-) How about "Please change your password." ? +1 OK, thx, sylvieg. :-) +1 "Change your password now! You have 20 seconds to comply. *WHIRR* *Click* btw, gary, what means feb12 ? february, 12th ? (it's anniversary ;-) - just betting) Yes, it was on that date that I started on the theme. ...and didn't have any good ideas for a name. ;-) heheh, it was anniversayr some days ago, sylvie :) i think it is coll - kind of cool frosted... cool like february sky ... nice image. february sky foggy grey mostly here :-p ah, not so nice ;-) but sunny days are like that :) Feast day of Saint Damian of Alexandria is Feb 12. Aww, he's a soldier. If he'd been with the Library of Alexandria it might be relevant to TW. the sunset I have in front of me is blue gray - a little bit of purple and orange perhaps we can rename it to february perhaps too late tikiwiki: 03chibaguy * r16968 10/trunk/templates/tiki-install.tpl: [ENH] 100% width on legend squeezed out margin on right side. "february_in_subtropical_northern_hemisphere" or "frozen_groundhog_day" Style: DarwinDay. May the fittest styles survive. rorschach.css hmm, JS toggle() works nicely in IE6 while icntoggle() yells an error which i cannot figure out no obvious error to be seen in the function for me tikiwiki: 03chibaguy * r16969 10/trunk/templates/tiki-user_preferences.tpl: [FIX] Replaced class name of td class="button". tikiwiki: 03chibaguy * r16970 10/trunk/styles/thenews.css: [ENH] More padding on tiki-user_preferences.tpl. How can I get a maketoc box on every wiki page automatically? lq_397, not possible as far as I know, without custom coding. Why are the "Top Bar" legend and others on Admin Look & Feel anchors? When you click the Top Bar checkbox, you get refreshed to the top of the page. (they are links to "#".) tikiwiki: 03chibaguy * r16971 10/trunk/templates/tiki-admin-include-look.tpl: [FIX] Moved checkbox out of link to # so page doesn't jump when checkbox is checked. tikiwiki: 03chibaguy * r16972 10/trunk/templates/tiki-admin-include-look.tpl: [FIX] Replaced class name of div class="button".