tikiwiki: 03chealer * r37893 10/trunk/templates/find.tpl: [FIX] "Undefined variable: find_categId" tikiwiki: 03chealer * r37894 10/trunk/tiki-listpages.php: [FIX] "Undefined variable: find_categId" (more) so chealer, that was it? nkoth|nelson: no, still fixing find stuff :-( but you can branch anyway and I continue after hum, filtering articles by category doesn't seem to work in trunk oh, it also doesn't work in 7.x grrr, that's a UI bug I'm trying to finish something off first I'm sure we solved some List articles date filter bugs not so long ago tikiwiki: 03nkoth * r37895 10/trunk/lib/ (validatorslib.php wiki-plugins/wikiplugin_tracker.php): [FIX] Should translate validation messages ok chealer, I will have a look at that script now... OK tikiwiki: 03chealer * r37896 10/trunk/ (4 files): tikiwiki: [FIX] Pre-check box for selected category when switching from dropdown to the tree picker tikiwiki: [FIX] "Undefined variable: find_categId" (more) nkoth|nelson: did you get my mail "Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[25035] trunk/templates/tiki-list_articles.tpl" sent in November 2010? it's a olong time ago nkoth|nelson: I had already forgotten about the first issue described there and it confused me once more earlier that is just related to the date range filter right? nkoth|nelson: yes I'm open to suggestions tikiwiki: 03chealer * r37897 10/trunk/tiki-list_articles.php: [FIX] "Undefined variable: find_categId" (more) nkoth|nelson: well, my idea would be that by default, there's no filter on publish dates. if the user wants, he uses a checkbox or something to active it chealer: I think there should be a pair of pref to set the default start/end date if possible. nkoth|nelson: that's an idea. but my main issue is that the filtering shouldn't change if you don't change the filters the only thing is I'm not clear on how the interface should be designed that's true, but the dates seected are remembered I think so it shouldn't change nkoth|nelson: go to http://ido.ath.cx:8080/tiki/trunk/tiki-list_articles.php and click Go. you should see the articles list shrink not supposed to behave like that besides it's not date related the articles that dissapear are in the date range Thebug in this case is the topic the ones with the blank topic disappear nkoth|nelson: well, there has to be more than that, because if you change the first year to 2009 and the last to 2012, all articles remain hmm,maybe tehre is a bug with the date selector then (I thought I fixed this more than once) I do know there were some bugs fixed in find.tpl about a year ago, can't remember the details nkoth|nelson: there may be extra confusion because filtering on date would also imply filtering only non-expired articles (which may not be the case by default) ok looks like the confusion here is that the date fields are MMDDYY so it is a 1 year period it is Oct 2 oh yeah, you or I had fixed a confusion between month and day in find.tpl nkoth|nelson: but I don't see what you mean. yes, it's a 1 year period...? I mean the filter is working as expected at the moment after you press Go, but it is not taking effect on load. it defaults to 2 Oct 2010 to 2 Oct 2011 and there are only 2 items in that time period. nkoth|nelson: yes, that's one way to describe the problem (although as I said I would rather not have any date filtering by default, so for me the problem is that the filter form defaults to filtering on dates) also, it's a usability issue not to give a simple way to disable filtering on date I agree, add a checkbox for now and if the checkbox is not checked then don't filter on date I agree, that's the simplest solution I see tikiwiki: 03chealer * r37898 10/trunk/templates/find.tpl: [FIX] List filter: Some categories not showing in dropdown (r37015 regression. sections don't like new getCategories() indexing. oops) nkoth|nelson: fixed the problem with the list of categories ok nkoth|nelson: how does the script look? i haven't looked yet checked out trrunk again I am supposed to run php doc/devtools/svnbranch.php branches/8.x i think looking at the svnbranch.php now I guess tikiwiki: 03chealer * r37899 10/trunk/lib/tree/ (BrowseTreeMaker.php tree.php): [REF] TreeMaker: implement a single constructor for all implementations it look like a pretty simple script tikiwiki: 03nkoth * r37900 10/branches/8.x/: [BRANCH] Creation, trunk 0 to 37899 YAY! nkoth|nelson: no issues? let me do a svn switch well, what happened was simply a creation of a new branch from old comparing with branches/7.x looks like this is the way it was done before nkoth|nelson: what "old" do you mean? I mean trunk (not old at all) nkoth|nelson: you expected something else :-? no, not really. I mean from what I know about svn this is pretty much what it should be great, so we're branched! yes time to write email nkoth|nelson: yes. I can do that thanks for the branch, even if it was easy I was a little scared :-) ok please do., svn switch before making your next fix provide the svn switch command in the email OK i've got a new tiki wki site up.. trying to figure out a quick contact-us form or something but it's not obvious how, to me :) oh and this is the site for anyone who is curious: nfbresearch.com http://doc.tiki.org/Contact+us Good morning polom good morning Merbster, oeversetten :/ thanks nkoth polom Maybe due to configuration, but javascript seems to be awol in my svn trunk right now (no module closing, superfish behavior in menus, column hiding, etc.). error console shows "missing ; before statement. line 1453. varError: missing ; before statement Line: 1453, Column: 142 Source Code: var t=this;setTimeout(function(){t.frame.contentWindow.postMessage(cbid+";svgCanvas['"+name+"']("+argstr.join(",")+")","*");},0);return cbid;}$.fn.drawFullscreen=function(){var win=$(window);var me=$(this);me.trigger('saveDraw');var fullscreen=$('#fullscreen');var menuHeight=$('#svg-menu').height();if(fullscreen.length==0){$('body').addClass('full_screen_body');fullscreen=$('
').attr('id','fullscreen').html(me.find('#tiki_ draw_editor')).prependTo('body');var fullscreenIframe=fullscreen.find('iframe');win.resize(function(){fullscreen.height(win.height()).width(win.width());fullscreenIframe.height((fullscreen.height()-menuHeight));}).resize().resize();}else{me.append(fullscreen.find('#tiki_draw_editor'));win.unbind('resize');fullscreen.remove();$('body').removeClass('full_screen_body');} Also setCookie is not defined. Also Error: $ is not defined Source File: http://localhost/TikiWiki/trunk/tiki-index.php?page=application# Line: 1107 Sorry for paste, bigger than I expected. hi chibaguy. what is module closing? I mean the icon to open and close a module doesn't do anything. hi chealer Usually you can display the module data, leaving only the title, by clicking the icon if that parameter is set. chealer, specifically about that, "icntoggle is not defined" "Source File: javascript:icntoggle('mod-menu_css_twol1','module.png'); Line: 1" reported by error console. chibaguy: I see. in any case, I have no JavaScript error on page load on r37900 (with some modifications) chealer, I see. Apparently I have a local conflict, I guess. Hmm, turned off 'minimize javascript' and now things are working again. chealer, I turned minify javascript back on and things stopped working again. (This is with a wamp server on a windows laptop.) chibaguy: a local conflict... you should normally notice those Well, there was no problem until the last day or so. But actually I haven't been using trunk much, so am not sure. TortoiseSVN must have a status option to see modified files and such, should show conflict ones too s/conflict/conflicted/ The svn seems ok. By conflict I meant something that would interfere with javascript working. But i wonder why there's no problem when javascript isn't minified. I have had it minified in the past and behavior was fie. was fine. chealer, by the way, thanks for doing the branch 8 (though I feel the need to run faster these days ;-) ). chibaguy: we had a few instances of minify JS exposing (arguable) bugs is JavaScript files which cause no issues when they're served normally, stuff like a missing semi-colon at the end of a file chibaguy: it's Nelson that did it, I just announced, possibly accidentally taking credit :-) oh, I see. :-) That missing ; might be the problem then. chibaguy: I get the same problem enabling minify well, thanks to Nelson for the branch and to you for the announcment. chibaguy: looks like it. must be one of the rare times where an interpretation error is clear disabling svg-edit fixes ah I see that the 8.x is established. In the mail from chealer it said that there would be semi-automatic merging from trunk in the coming period. I assume that this means FIX changes should only be applied in trunk, and that they will be "automatically" incorperated in 8.x. Can somebody confirm this? I understood that fixes in 8.x will be merged into trunk oeversetten: OK, so the other way around seems sane as long as they should be quite the same at the moment oeversetten: Yes, you are right (I read the mail more carefully) :) tikiwiki: 03arildb * r37901 10/branches/8.x/lib/prefs/feature.php: [DOC] Fix SEFURL description. _htaccess and web_config should be copied, not renamed. TRIM handles offsite backups => What are offsite backups? - is that databasedumps? just reading some documentation tikiwiki: 03changi67 * r37902 10/branches/8.x/lib/setup/twversion.class.php: [REF] Change to fit 8.X Morning good people ! morning Bernard2 good morning Bernard2 morning :D morrrning SJ-Jay well well we have a 8 :) Jens (oeversetten): do you remember our recent discussion about the automatic category based menu? hehe, morning, it's almost lunch time here :D timezones are funny... Yes Bernard, that's cool :) i'm gmt +2 now (winter time) we have still gmt+1 (summer time) where are you? either mideast or russia Jens, I kind of forgot the solution - which actual module you use - I tried with "Kategorie" - maybe I miss some config or I use the wrong module for the right purpose i live in Israel (Avtalyon tiny village lost in the galilee heights) i have explored automatic menu using Category but i change for structures. I beleive both work well but Structures way is less complicated for end user. ;) ah cool structures is a good idea aswell didn't think on that aswell if you'd like to see : http://scd.shocksite.com/ registuser/12345 the sided menu Using Category will always look like a tweak to the eyes of the customer (especially when talking about the pages thats should not be in the menu). To make it look like a normal feature require specific customization (i don't like because updating is less stable then). Structures look more logical and it work fine too. The only sacrifice is to add an $if for the structures-bar so only admin or superuser see the bar at the top of the page. how and where you did that $if ? but structures just structure the objects, resp wiki pages, it does not categorize them... you could work with autocategorisation for people in only one main group the only thing i miss using categories as menu is that it does not list those objects inside a category, though i wonder what the section parameter is for!? fabricius: in tiki-wiki_structure_bar.tpl => {if $tiki_p_admin == 'y'} oeversetten: well in this case we don't use category so... oeversetten: it should display childs yes, children it displays, but only category children, not the object in them :( or did i misconfigure it? Mmm not sure 100% about this… i recall i didn't like the idea to create one category per object that's when i moved to Structures. Sylvie and i discussed it and may be she knows more than me about displaying objects in a children category in the catory plugins i would very like to use it that way, so i can see at first glance how a thing is categorised since the menu reflects it without need of refreshing, and i think it's mighty in combination with category jails, so new objects appear only there in the menu wherein they were created... hey guys interesting conversation you are having.. just to be sure.. are you discussing how menues could be affected by categories? ie. if wiki page is in a specific category, then menu X should be visible? my actual intention is to have an up to date menu and using the categories modul to do so btw: tiki-8.x is behaving odd while trying to login, browser says there is no tiki-login.php, but it is there... it would be really nice if categories could control menues.. we are missing that feature.. atm. be are forced to hide the menues using Jquery which is not an optimal solution as the menu is shown for a split second before Jquery hides it.. very confusion for end users and jquery does not prevent seeing the menus in source, afaik SJ-Jay: It seams there are two options discussed. One is "autobuilding" focused, and the other is category-menu. SJ-Jay: this discussion is a bit different SJ-Jay: like autogenerate a menu whilst users setup content another page => another menuitem automatically you could split it, but if the current categories modul would also list the objects inside the categories it displays it would do it! SJ-Jay: I have to get a shower, then I tell ya more about module visibility - it was recently committed by jonnyb or SJ-Jay - did you subscribe the dev-list SJ-Jay: I did write a mail yesterday 20:30 "Re: [Tiki-devel] areas or perspective_binder", where it should be descibed bernard2: I do not see a sided bar :( oeversetten: you have to login# registuser/12345 uh, there it is, looks fine is the folder icon default or customizable? Bernard2: default… i didn't dig there, but i all the css is there. oeversetten: in general, the folder icon is customizable, if that is what you are asking. k, that it is brb have a 'styles/yourstyle/pics/icons/folder.png and .../ofolder.png and they will replace the default images. be sure to use 16x16 px. ah, k same with styles/yourstyle/img/icons/external_link.gif and probably others; I didn't check yet. currently it seems not advisable to show all type of errors tiki encounters, at the moment one of them replaces the port to use in my installation, so the browser complains that it is far away of every known. clearing cache helps, too back! lunch :D fabricius, give me a hint when your back.. was off to lunch rehi SJ-Jay: just sat dowm same here Jens - for the menu or for what? so SJ-Jay any question left? Yeah.. could you tell me more about the menu/categorie thingy? farbricius: admin panel, yes, i guess it should be added in the admin.fullpanel.xcf first and then exported to png, but why would gimp not let me move the new layer to right position :( SJ-Jay: in the end it is just easy -> there is a new preference in Tiki 8, where you can set visibility to categories in the same way than for perspectives SJ-Jay: just type in the category number(s) where the module should appear so for each menu i can specify which categorie it should be visible to? YES :D !!!!!! we been waiting for this since we started! non-visibility is possible aswell - but just not yet working (bug on construction) so i should be able to test it right now? (we are running tiki 8 svn) SJ-Jay: I was begging for this since Tiki 3 !! every month, sometimes several times a week but it was hard to get people an imagination what I meant with AREAS and now there are a few people and it turns out, that everybody was looking for similar stuff I will make up a documentation page on dev.t.o "How to structure my Tiki" it was one of the first things Merbster was told to look at.. seems it was i very good idea :) a* and all that - contextual menu, menu/category, perspectives, workspaces, areas, ... should go onto this page very good idea fabricius.. yes - it was a very good idea so now we have two methods to setup areas both with categories for both the same sort of category tree can be used with binder has to - without binder should yeah and it seems, that both csan be used in the same installations (with two trees then) or without binder on a public site and with binder on an extra intranet installation connected via Intertiki for single user management woohooo that will be a pretty large docu page hehe you'll be needing loads of coffee :D hehe yes, try mocca for that, that will keep you awake for a while ;) chealer, nkoth, jonnyb: does an image icon for areas suffice as fix? hehe Good morning Tiki Devs (polom) Morning to you RobertPlummer Checking out 8.x right now... Congrats devs on getting that out. Now to start fixing... what did I do wrong when a pretty tracker says I am specifying wrong fieldIds but the Ids I specify are the correct ones? oh wait doh tikiwiki: 03robertplummer * r37903 10/branches/8.x/lib/codemirror_tiki/ (codemirror_tiki.css codemirror_tiki.js): [FIX] Made sure that line number configuration is brought to syntax highlighter, it was failing from a user perspective. Also, ensured that the object is returned so it acts like other jQuery plugins if I have a tracker only with textarea fields, and I go to "Create new tracker item" in the admin area, only the titles of the fields is shown, there are no actual text area field visible Hey guys, is there an easy way to detect the last page that was visited before the one they are in? So that we can redirect them back there when they are done using the feature they are in? Ideally it would be a cookie I would think. browers send the origin URL as a header, available in $_SERVER['HTTP_REFERER'] But what if the referer is itself? Is it smart enough to know that? no THat is what I thought. We need to know what the last url + params were so we can send the user back there after they are done with a feature. you'd need to store that in the session lphuberdeau: I figured that, I just didn't know if it existed already. can a tracker containt more than one textarea? contain* sure lphuberdeau, ok. thanks. tikiwiki: 03oeversetten * r37904 10/branches/8.x/ (5 files in 3 dirs): [ENH] areas has an own icon now, hope it is intuitive enough lphuberdeau:So in tiki-setup.php I'll do if session['referer'] != refferer, updated refererer, and that way we can alway have sessions referrer. Can you think of a more dynamic way of doing this more dynamically? I'd like also to capture things like request variables.... I guess I could do a foreach through them, but sounds a little hacky. asp.net has a built in feature for this. you mean all of $_REQUEST? I wouldn't really do that, it's best for session data to remain small lphuberdeau: I agree, but there has to be an automated wayof doing this, it would be a nice feature to have in tiki. getting the submitted info a few forms back? lphuberdeau: No, say you are at a page, you insert {plugin} and save. The plugin has a button "Created new 'entity from plugin'", like "Create new drawing". So you click it, but you are in a page, and in a structure. or in some other feature that I've not thought of. You'd want to go back to that page after you are done editing, right? Ideally with a back button. Now if you click "Back" you mess up the editing process. We could use an ajax overlay, but it should degrade gracefully. I think the ideal is to have the drawing stuff appear in a context rather than take you to a separate page, which is kind of old-school It should still degrade gracefully. well, svg-edit without javascript is not really that useful Yes, but the svg image is. Anyway, I'm just saying it should be in php somewhere, it probably is, it usually just tracks GET params, and the url last hit. Oh well, perhaps a nice overlay is what we will go with. To much overhead, to much change. Rodrigo, i'm reading http://tiki.org/Translation+branching+strategy#How_to_merge_language_files, i need some guidance Bernard2: ok, are you familiar with shell? i know what it is. :) i'm there already in my trunk folder next step is php get_strings.php lang=he . what does this do ? Bernard2: you have to run get_strings.php on the branch you want to update the translations. lphuberdeau: Thanks buddy. Bernard2: get_strings.php will update lang/he/language.php file with English strings that have been added to Tiki. mmm that was an important information ! output is: Languages: he Total time spent: 2.48590302467 seconds Bernard2: please while working your way to merge the translations, update the wiki page with any information you think is relevant Bernard2: the output looks good ok Bernard2: probably lang/he/language.php has some more English strings now Bernard2: it is a good idea to commit it now and then run mergelang.php. this way, when you run the second script you be easier to see what was changed by it. ok i commit then tikiwiki: 03yonixxx * r37905 10/trunk/lang/he/language.php: [TRA] hebrew translation progress Bernard2: great, no it is time to run mergelang.php s/no/now output; php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 82 bytes) in /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk/lib/language/ParseFile.php on line 54 this vhost has 128mb should have been enought Bernard2: please paste the command you tried you have to increase the php memory size, I think, 32MB sounds like default setting Bernard2: ? php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html oeversetten: my php memory size is 128mb oh, then i do not know Bernard2: try php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html lang=he Bernard2: you just want to update Hebrew anyway I guess yes ;) not better php doc/devtools/mergelang.php /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk /var/www/sites/dtc/shocksite.com/subdomains/www/html lang=he Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 75 bytes) in /var/www/sites/dtc/shocksite.com/subdomains/www/html_trunk/lib/language/ParseFile.php on line 48 Bernard2: this is strange, my local php installation has 128mb and I don't get this memory exhausted error. Bernard2: sorry, but I don't know how to fix that if you can't increase your memory limit. … will allow 256mb (it is my server) Bernard2: try that and let me know what happens wasn't there a page that lists all wiki-pages? tiki-listpages.php in regard to textarea tracker fields, what is list mode? Merbster, looking at the template? lphuberdeau, no. I'm trying to setup a textarea field but I have no idea what value is appropriate to one of the params, because I have no idea what "list mode" is? :) err, I don,t even know where you see that then in most cases, you can ignore all parameters but I need one listed further down in the "chain" can I just skip it bo doing: 0, 75, 15, ,200 what chain? params are separated by , what version are you working with? 8 svn it's under trackers. when you add a textarea field I'm really confused, nothing you say links me to anything right now New Forum Posts: Need help importing images into Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=42386 lol I will take it from the top. when setting up a tracker, and adding a field. you can select a field type of textarea when you add the field. you can "configure" the textarea field in a textbox that contains the parameters delimited by "," rodrigo_sampaio: same error with 256mb php mem this is the list of params available to the textarea field type: toolbars,width,height,max,listmax,wordmax,distinct listmax is the parameter I am confused about are you sure that's not 7.x? please slap me I have been ill today so my mind is not so fresh I am on our production version which is not yet upgraded to 8 svn. sorry lphuberdeau just leave the value empty when in doubt? and I can do that how? ,, ok. I just wanted to verify because the last tracker I saw using this, stopped working I am recreating that piece of work right now. would hate breaking it a 3rd time Bernard2: sorry, no idea than. what I can do is run mergelang.php for you, commit the changes and than you check. ok this you can do for 6p also ? (i'm working on it too) tikiwiki: 03lphuberdeau * r37906 10/branches/8.x/lib/ (3 files in 3 dirs): [MOD] Adding file events (need a hook) Bernard2: I understand that you have been working on branches/6.x. So I should update 7.x, 8.x and trunk with the translations from 6.x. That is correct? yes please Bernard2: google says "increase your memory limit", too, sure you set the right php.ini? or that your system, you said its a vhost, has enough memory? oeversetten: me too Hi I need some help. In what tables inside the database is saved the relationship bitween wikipages and its categories? Well… tiki-install confirm 256mb i recall he encoding require 4bit or something instead of 2 tikiwiki: 03sampaioprimo * r37907 10/branches/7.x/lang/he/language.php: updating with get_strings.php Bernard2: alternatively you can try doc/devtools/mergelange.pl Bernard2: since it is perl, you won't have problems with PHP's memory_limit Bernard2: this script is not available on trunk and 8.x. but it is on 6.x and 7.x. Bernard2: anyway, I'm about to commit the results after running mergelang.php on 7.x ihtus: tiki_category_objects , but you will also need tiki_objects to get catObjectId tikiwiki: 03sampaioprimo * r37908 10/branches/7.x/lang/he/language.php: merging translations from 6.x Bernard2: please check if 37908 looks good ok Bernard2: if so, I will merge the translations to 8.x and trunk as well look good ihtus, look at tiki_objects Bernard2: ok, so I will do the same for 8.x and trunk ihtus, and tiki_category_objects tikiwiki: 03sampaioprimo * r37909 10/branches/8.x/lang/he/language.php: updating with get_strings.php tikiwiki: 03sampaioprimo * r37910 10/branches/8.x/lang/he/language.php: merging translations from 6.x I can't find my way around in the 100000 things in the admin-menu… Where do I set the system to send an email everytime a page has been created/edited? when i tryed installing tikiwiki 7.2 to my new webhost, after copying ftp to my host, the webbased installer gave no errors... but anything i tried from tiki_admin.php failed with an internal server error on http://domain.nl/admin_tiki.php?somevar=try&othervar=false im running mysql 5 and php 5.3.8 tikiwiki: 03sampaioprimo * r37911 10/trunk/lang/he/language.php: updating with get_strings.php tikiwiki: 03sampaioprimo * r37912 10/trunk/lang/he/language.php: merging translations from 6.x its only going wrong with that one file (tiki_admin.php) as far as i can tell - how could i try to debug this... Bernard2: done :) lphuberdeau, Merbster: thank you I take a specific tiki page. In tiki_pages talbe it's page_id is 42. In tiki_objects table it's objectId is 168. The only commond field that is the same is pageName (in tiki_pages) and itemId + name (in tiki_objects). so the relationship between tiki_pages and tiki_objects is by pageName and itemId + name ? yeah, you should also check the type for safety lphuberdeau: I see, but which one is main: itemId or name (from tiki_objects table) ? rodrigo_sampaio: tks og, itemId thanks! sorry, name is just junk this is strange i reinstalled tiki... than everything went fine.... than i removed the /installer/ subfolder and i got this internal server error 500 again ichat, don't remove that folder ;) ichat, the installer isn't a one time thing. It is there for updating as well. It can be "locked", but should not be removed. RobertPlummer - ty... i guess i was to mutch used to having it removed with other apps like joomla etc i didn't lock the installer from the 'web based installer, can i still do it.. after i have reuploaded the /installer/ files ichat: yes you can ichat: just get back into it the last step will propose to lock it can i just rerun the steup safly than, changi|ffa oeversetten: I do consider the admin panel image as a fix. thank you thx ichat: yes hmm, something does not work right with category jail referring to http://doc.tiki.org/Tutorial%3A+Manually+creating+a+Workspace#Set_the_workspace_s_home_page the second paragraph of the section, the category is not preselected :( someone can second this? I don't know which paragraph you refer to lphuberdeau: It looks like the first button in tracker admin for creating trackers, at the top, doesn't work. Bottom one works fine, just fyi. robertplummer, just remove the first one then probably legacy leftovers lphuberdeau: where it says "To see the effect of the "jail"" and so on installing demo profile... tikiwiki: 03robertplummer * r37913 10/branches/8.x/lib/wiki-plugins/wikiplugin_code.php: [FIX] Made sure param is sending to syntax highlighter for line numbers lphuberdeau: I forgot to make sure the plugin was sending the param for override. That is the fix that we talked about needed for line numbers on friday. lphuberdeau: I had started fixing it in trunk, and had to manually merge locally, just forgot to bring that one over. tikiwiki: 03robertplummer * r37914 10/trunk/lib/wiki-plugins/wikiplugin_contributionsdashboard.php: [NEW] Added contributions dashboard, really just a proof of concept and place holder for logs query lib chealer: Where is raphael svg toolkit in tiki? oeversetten: found the issue :) lphuberdeu: also found the reason? tried trunk r37890, same problem well, I don't really know how stuff could work :( RobertPlummer: no idea about raphael, but I heard that chealer: Ok, thanks. RobertPlummer: locate mentions lib/dracula/raphael-min.js RobertPlummer: are you aware that svg-edit is incompatible with Minify JavaScript? chibaguy reported his JavaScript was broken on trunk this night chealer: I did not see his email. I will fix asap. RobertPlummer: lib/svg-edit/embedapi.js uses really sloppy JavaScript RobertPlummer: it was on IRC: http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-10-03,Mon&sel=122#l118 chealer: Yea, I know. Dirty code = smelly integration. tikiwiki: 03lphuberdeau * r37915 10/branches/8.x/lib/categories/categlib.php: [FIX] Introduction of $forceincat broke most of category editing by providing a bad default value that removed all categories chealer: I don't understand why it is failing, it is being included through an iframe. RobertPlummer: embedapi.js? do you see the errors? chealer: I'm not going to edit their external. That would be an unmanaged branch, no? robertplummer, make sure the file is not included in minify by adding 'external' when including the file RobertPlummer: I don't understand what an "unmanaged branch" is 8.x is managed... RobertPlummer: lphuberdeau's suggestion sounds good. if you go with that, you could first revert r37716 for this file then add the argument RobertPlummer: what do you mean by a branch being "managed"? when someone creates an alternative update to a project without it being in the original svn, I would assume that it then becomes unmanged in svn. So updates to the external would wipe the fix. I could be dead wrong though, I didn't think we edited anything in those external libs. I know it is kinda a strange case because we don't external it with a link, only through svn. RobertPlummer: indeed, nothing in lib/svg-edit/ was modified. chealer: What then was modified? (looking as well at logs) RobertPlummer: what was modified? sorry, what do you mean, at which point was something modified? "RobertPlummer: lphuberdeau's suggestion sounds good. if you go with that, you could first revert r37716 for this file then add the argument" What was modified in r37716? RobertPlummer: oh. http://sourceforge.net/apps/trac/tikiwiki/changeset/37716 tikiwiki: 03lphuberdeau * r37916 10/branches/8.x/templates/tracker_actions.tpl: [FIX] Remove broken link RobertPlummer: lphuberdeau included svg-edit files in minify, but apparently that won't work with embedapi.js in its current state. ok, I will revert and add. tikiwiki: 03lphuberdeau * r37917 10/branches/8.x/templates/tiki-admin_trackers.tpl: [ENH] Reduce visual clutter by placing description under tracker name RobertPlummer: we can't modify files included through externals (except by getting access to externals). the only thing we can do is to copy the external somewhere, like we do with third_party/ chealer: Right, that is all I was saying. RobertPlummer: stuff in third_party can only be wiped when we manually update the third_party/ directory, if we forget to re-apply our changes lphuberdeau: In the future, please let me know before making a feature unusable by dropping the core files that it relies on this close to branch. lphuberdeau: thx 4 r37915 that was fast :) sorry guys, one more question: in what tables I can see the inheritance of nested categories? that piece of code looked very broken lphuberdeau: I will gladly fix any problem, just dropping the feature alltogether really doesn't help anything. RobertPlummer: Not saying to remove the feature, I'm just saying to make sure that file does not get into the minified file the problem is that minify joins all files together, and if they are not pristine, they break the whole thing, while when included as an external, it can execute safely on it's own RobertPlummer: I suppose lphuberdeau didn't realize that would happen (the JavaScript errors weren't immediately obvious outside svg-edit). this is really caused by minimal quality code in embedapi.js ihtus: tiki-categories should contain the parentIds as well oh I see 10x RobertPlummer: so in this case, either 1) we get the upstream embedapi.js "fixed". 2) We create a third_party/ repository and fix a local copy of embedapi.js ourselves. OR 3) Definitely the easiest solution, we follow lphuberdeau's suggestion of excluding embedapi.js from minifying. my choice would be 1 or 3 1 and 3 3 being short-term lphuberdeau: I was too quick to comment, you did fine all you did was add a feature check. lphuberdeau: I miss-read the commit. When I have minify on, the whole website becomes super sluggish and slow. Looks like tiki-jquery.js isn't clearing the minify process. ? first load would be slower because the file is generated on demand and it can get bad if you have files included randomly, because that would cause multiple minified files from being used (I did try to explain this once) lphuberdeau: Understood, but this is on a non-wiki page, tiki-list_file_gallery.php. Seems it is just timing out in /lib/minify/JSMin.php on random lines. what does non-wiki page has to do with the situation? minify js is for everything in tiki minify is a fairly long process that is CPU intensive, sadly and until it is successful, yes, site will be slow and sluggish lphuberdeau: Trying with latest jsmin.php to see if it is any better. might work lphuberdeau: Perhaps it would be advantageous to add set_time_limit(bigger number); just before we call the script so that it is completed correctly. yeah, makes sense How much time you think it needs? 600 seconds? tikiwiki: 03chealer * r37918 10/branches/8.x/lib/perspective_binder.php: tikiwiki: [FIX] Areas: "You have an error in your SQL syntax; check the manual that tikiwiki: corresponds to your MySQL server version for the right syntax to use near tikiwiki: 'a:0:{}'')' at line 1" (quoted question mark in update_areas() query, r37853 tikiwiki: regression). lphuberdeau: testing with 600 seconds..... lol, this could take some time :). tikiwiki: 03lphuberdeau * r37919 10/branches/8.x/lib/freetag/freetaglib.php: [FIX] Crash when anonymous eventually adds a tag it's not that long usually ;) lphuberdeau: I figure, it can't hurt. lphuberdeau: WOOHOO IT WORKS GREAT lphuberdeau: I will go ahead and update jsmin.php too, there has been a lot of changes in there. oeversetten: please see r37918 ? sounds good moment tikiwiki: 03lphuberdeau * r37920 10/branches/8.x/lib/filegals/filegallib.php: [MOD] Additional value for event oh, but its fixed now? tikiwiki: 03robertplummer * r37922 10/trunk/lib/minify/JSMin.php: [UPDATE] Update JSMin.php to a newer version tikiwiki: 03robertplummer * r37923 10/trunk/lib/headerlib.php: [FIX] Added timeout so that minify works with shorter timeouts uh, without marks it works, too, interesting... tikiwiki: 03robertplummer * r37924 10/branches/8.x/tiki-setup.php: [FIX] Ensured that draw is loaded as external, doesn't minify well draw minify = fixed New Forum Posts: Anonymous, Registered can't see structure navigation, only admins. - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42387 oeversetten: I just fixed it, yes oeversetten: the problem is when the quotation mark is quoted. it doesnt work then thanks RobertPlummer chealer: I did good? :P RobertPlummer: did you get what lphuberdeau and I were saying about the 3 options possible before you dropped out? chealer: I didn't my connection has been spotty today, comcast is redoing something. RobertPlummer: see http://irc.tiki.org/irclogger_log/tikiwiki?date=2011-10-03,Mon&sel=593#l589 looking the ideal fix would be 1, but 3 is good as immediate fix. if we just do 3, it would be good to comment the inclusion line explaining why it's an external. stix_: tiki-admin_notifications.php Salut tlm :) on travaille sur l'organisation de LinuxMAO est-il possible avec tikiwiki d'avoir des noms de page différents du titre de la page ? hello, this is an English channel (I do speak French) go in admin wiki panel, and find "description" My english is bad but i will try So page name can be short and clean, and descripton be something totally different we're OK with bad English, no worries I'd like to change the title of the html page without change the url of the page chealer: Sorry, had to step away for a minute. #3 was the solution. chealer, I will update with a comment. RobertPlummer: yeah. thanks, that works tikiwiki: 03robertplummer * r37925 10/branches/8.x/tiki-setup.php: [FIX] Added explanation of why svg-edit is external :) Hi everyone :) when choosing "description" as the "Browser title display mode", does it reflect in any way on google searches ? hum, just got something odd editing a module in trunk. the name of the module disappeared (after just changing its groups). the name record is now the empty string in the database. hi guys! planoliv: re description in browser title, I think so, but everyone has different theory about how google works Installing a tiki 8 right now :-) hi i think we need to add 8.x and trunk in the bug tracker http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5 hey Jyhem nkoth|nelson, I'm not the first to ask, right ? :) thanks, I'll have to try out by myself anyway Jyhem: I guess can you do that? tikiwiki: 03mlustenberg * r37926 10/trunk/lib/test/editlib/ (ParseToWysiwyg_CharacterTest.php ParseToWysiwyg_TextTest.php): [REF] EditLib Tests: consistent arguments for all calls to parseToWysiwyg() tikiwiki: 03mlustenberg * r37927 10/trunk/lib/test/editlib/ParseToWysiwyg_LinkTest.php: [ENH] More tests for EditLib (link parsing, fixes are needed) tikiwiki: 03chealer * r37928 10/trunk/ (3 files in 3 dirs): [REF] FileGalLib: Split getPath() from getTree() chealer: I guess I can, but I'm in the middle of an email. I'll report if i could later tikiwiki: 03nkoth * r37929 10/branches/8.x/lib/trackers/trackerlib.php: [FIX] Trackeralias redirection always going to English page when there is a translation tikiwiki: 03robertplummer * r37930 10/trunk/lib/wiki-plugins/wikiplugin_contributionsdashboard.php: [ENH] Use raphael charts to show up visits per day on current page, just a demo of what is coming. chealer: done. tikiwiki: 03mlustenberg * r37931 10/trunk/lib/test/editlib/ParseToWiki_LinkTest.php: [ENH] More tests for EditLib (link conversion) thanks Jyhem. I added that step to How to release. tikiwiki: 03mlustenberg * r37932 10/trunk/lib/ (2 files in 2 dirs): tikiwiki: [MOD] changed html attribute class="wiki" to class="wiki page" when parsing ((Page)) tikiwiki: This modification simplifies the conversion of html links to the Wiki Syntax (Visual Wiki) Do we have a soap authentication in tiki already. I have a 3- application that send user et password in soap format to tiki and tiki answers in soap true or false? sylvieg: we have http authentication RobertPlummer: http like an url with 2 params user and password? perhaps easier with an example : http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com see: https://github.com/robertleeplummerjr/bluebox/blob/master/modules/auth-1.0/libraries/drivers/Auth/Tiki.php $client = Http::connect('bluebox.tikisuite.org'); $client->setCredentials($username, $this->passwordOrig); $status = $client->get('/tiki/tiki-index.php')->run(); $tikiLogin = FALSE; if (isset($status[0])) { $tikiLogin = $status[0]->getSuccess(); } if ($tikiLogin != TRUE) return $tikiLogin; Try a different url thx : RobertPlummer :-) THen you'll be set np, keep in mind it is just an example. tikiwiki: 03changi67 * r37933 10/trunk/lib/test/Calendar/DateTest.php: [REF] New style tikiwiki: 03robertplummer * r37934 10/trunk/lib/ (2 files in 2 dirs): [ENH] Bringing some temporary data in to see what all is possible lphuberdeau: For an option in params, do we have a checkbox (not radio) type? plugin params I mean what? sylvieg, it's really just HTTP Basic authentication ouch : first Tiki8 install displays prominently "Show php error messages" but they all say stuff like File: lib/smarty/libs/sysplugins/smarty_internal_data.php Line: 291 Type: Undefined variable: tikidb_created This is just the place where the reports are generated, not the places where the variable needs to be set Kind of useless, no ? :-( yes those only show up because the installer now uses tiki's header.tpl, but that does not make much sense as tiki's not initialized in the installer lphuberdeau: salesforce.com offers either a php interface or a soap auth - in both case it will be easy.. any other product to interface tiki with than Microsoft CRM is a big +++ OK, I'll make sure the offending variables are initialized in installer/tiki-installer.php tikiwiki: 03robertplummer * r37935 10/trunk/lib/ (2 files in 2 dirs): tikiwiki: [ENH] Added a dashboard view and a demo date selection tikiwiki: [ENH] Brought the date range grouping to logs query lib and removed form plugin to simplify hey gyts i just remember something Merbster wrote a webservice handler for webservice post atm. it is only possible to GET webservice information through webservice plugin Jyhem: kind of. Smarty 3 brought some regressions in error reporting. Then again, the variables *look* uninitialized :-( I catch a bunch of them while installing a Tiki8, but that's not a rigorous process. Especially as it's not even a virgin Tiki8 (it's an upgraded Tiki 4.2) tikiwiki: 03jyhem * r37936 10/branches/8.x/ (3 files in 3 dirs): [FIX] Avoid various PHP error messages which appear on a fresh install by initializing some variables Interesting: On a Tiki8, I search preference feature_best_language and I blank screen with my error logs asaying "read data timeout in 40 seconds," So I hit F5 and all is well. So far, nothing unexpected BUT then I do the same search preference feature_best_language and it blanks again :-( I thought it would index everything the first time (hence the timeout), and then all would be fast ? might not be generated? hat's what I fear. My server is not *that* underpowered try increasing the time limit temporarily to see if that helps Jyhem: if it times out, that means the process of generation failed due to the max execution time, so unless it builds gradually, it will do the same if you retry (with the same maximum time) Ahhh, interesting point. Anyway, I raised max_execution_time = 120 (from 60 before) and it did the search quite fast then I lowered it again to 60, and it still works fine so either it's the apache restart, or it's the non-incremental index creation good night