now I have to merge it manualy to my svn trunk checkout.... and then commit the trunk snapshot is hopefuly made daily? hm, I think it was just 2 files... tikiwiki: 03kissaki * r20900 10/trunk/ (installer/tiki-installer.php tiki-install.php): tikiwiki: typos, code formatting and style guiding tikiwiki: removed obsolete code and comments, plus: added comments tikiwiki: 03kissaki * r20901 10/trunk/tiki-install.php: [code] coding style Kissaki: : sybase stuff can be nuked good marclaporte: mssql? oci? mssql: yes remove oracle as well? oracle: Dave said he wanted to help, but no code, so nuke too we have waited long enough.... Sorry, but "hello world"'s way to import a library ( global $commentslib; include_once('lib/commentslib.php'); ) doesn't seem to work (in 3.0) very possible wow even the simplest introduction page isn't up to date? - talking about dev code moves very fast 6 months between major releases fascinating - a bit difficult to get in, but still very interesting (it's the first time I collaborate to an OS) yes, there is learning curve are you guys all from the US? the nice thing is that once you get past the hump, you can do pretty much everything except ecommerce translated in 35 languages, it's a global community I am from Montreal, but in London now for TikiFest :) is the project always active as I've seen today in irc? is this the only channel used by tikiwiki? an OS, eh see: http://irc.tikiwiki.org/irclogger_logs/tikiwiki oups, i meant open source... activity is split between various *.tikiwiki.org sites, the SourceForge mailing lists and IRC ah, an open source project, yeah. welcome, nicolamr thank you, chealer. I reckon this will be fun. nicolamr: no, not us I can't believe titles with accented letters are not supported!! How can italian and french people be using tikiwiki? marclaporte: bless me http://tikiwiki.org/SWOT -> overall Tiki plan marclaporte: I dunno exactly if I changed something today... but after removing the local.php it did create the tables in pgsql marclaporte: could you check if on that pgsql test thing, if there's a local.php in /db? sure there is no local.php ok wait a moment marclaporte: have something else to commit :) but could you point me to the file to make the translation strings up to date? can't search for it on dev.tw.o when it's down :P lang/xx/language.php and didn't use it before... ty n no I mean, after changing the english text, you have to run a script, right? yes get strings not sure how it works though nicolamr: there is a way to handle accents how do I do it? you want accents in page names? marclaporte: I did commit now SVN is so damn slow :( when browsing history etc marclaporte: (it will fail on some update, I think admin account though) marclaporte: my native language is italian, many words have accents in italian... (if possible, I'd like commas too in pagenames). tikiwiki: 03kissaki * r20903 10/trunk/db/ (5 files): [CODE] moved insert command from previous commit 20826 to a fitting position CIA-64: you forgot one! well, then gn8 Kissaki : Fatal error: Class 'InstallerDatabaseErrorHandler' not found in /home/dbtiki/public_html/postgresql-trunk/installer/tiki-installer.php on line 678 hm we seem to be getting closer :-) oh, it seems I shouldn't have moved that class definition down in tiki-install.php didn't like that class def in the middle of the code... nicolamr: tiki-admin.php?page=wiki -> Wiki link format -> complete tikiwiki: 03kissaki * r20904 10/trunk/tiki-install.php: [FIX] move class def back up. Did produce an error "// $Id: tiki-install.php 20904 2009-08-17 01:31:48Z kissaki $" <-- is svn doing that? stupid thing... Database connection failed really? could you open it for remote access? so we can see if you can even connect our tiki claims to use hundreds sometimes thousands of queries per page load, though there is no obvious reason why it should. ideas? so we know if it's a tiki issue i thought it was just what tiki does, but i see other installs using only a few dozens http://db.tikiwiki.org/postgresql-trunk/tiki-install.php Kissaki: you have SSH on that box oh right I see. Thank you and sorry for all this questions. Surely you have more important things to do. Now I might be able to migrate to tw and update my website. Thank you again. donri: depends on features some parts of Tiki were not coded with heavy use in mind... marclaporte, but even very simple pages generate hundreds of queries yes, that is possible not ideal, but possible anything we can do about it? can still be quite quick, because simple queries Do you have a speed problem? Do you have a load problem (ex.: your host complaining, etc)? we just got a new server so it is at least usable fast now What you can do: turn off features one-by-one to try to single out the one which causes lots of queries but some pages still takes ten seconds to load, and that's for processing not bandwidth calendar & structure are usual suspects and categories as well, if you have several hundred none of those There are over a thousand preferences in Tiki, so I can't go along guessing! ten seconds to load -> too much which version of Tiki? http://lojban.org/tiki/tiki-index.php the menu is cached which removed some 33 queries, the rest is basically just a simple wiki page + modules that i don't see why they'd use the db at all. 3 [ Execution time: 0.38 secs ] [ Memory usage: 6.93MB ] [ 695 database queries used in 0.0 secs ] that seems quite strange what is a slow page? what's even weirder, if you click "introduction"; it's a longer page but it uses almost no stuff. no internal wikilinks, no box or rss plugin... and more than twice the queries. FAQ is really slow 4933 database queries and not really doing anything complex with any plugins ok, try turning off forums aha, but why should forums matter? especially if you're not even logged in? my hunch is that comments on wiki pages into forums could be it (wiki discuss) oh http://lojban.org/tiki/tiki-forums.php -> 7000 posts. but why does that matter o_O maybe each wiki page is checking if there are related posts in forums. I'm off. Gn8 it's very hard to tell without having tools tks Kissaki! and data donri: : you could check sql logs that'd be quite stupid, especially when not even logged in. (not to bash open source developers, love you! :)) hehe marclaporte, i'm not the head admin, don't want to mess around too much. can i safely disable "Discuss pages on forums." and enable it back later? yes but of course, you have backups (in case) Ask Robin to fire up his debugger :-) also it could be nice to try a copy of the database against Tiki 4.0 is that stable or devel? devel Just today, work was done on performance also: "Discuss pages on forums." has no effect on queries ok Should see gain of 20-25% (but depends on features) i just have a feeling it is something simple messing things up. some setting or possibly bug. do you think the forums themselves just being there could affect things? even with wikidiscuss disabled? Yeah! Successfully migrated from wordpress to tikiwiki! that was fast! donri: yes I'll update the patch when dev's up again. Commit access for another day. I'm tired now. Good night folks. 'night! is "edit css" not capable of editing option sheets? donri: what do you mean by option sheets? some themes have multiple versions donri: the forums just being there shouldn't have a significant impact on most pages...unless there's some kind of performance bugs. but you'd better give an example Kissaki^0ff: yes, svn does that chealer, the example is that the faq page which uses very little features and plugins hits 5000 queries donri: which version exactly? 3.something, uhm probably what's the latest stable 3.1 polom polom luciash: I see shadowbox checkbox in admin panel Hi marclaporte, in that connection, I wonder what happens to the previous wiki syntax like 'rel="shadowbox[gallery]"'. Keep using that term, or update to use 'colorbox'. I guess luci and jonny will sort that out. tikiwiki: 03lphuberdeau * r20905 10/trunk/lib/tikilib.php: [FIX] Sorry about destroying childhood dreams of even distribution of elements per result page, but this really isn't worth 73000 permission checks and 2000 queries, this will have to be designed, not hacked tikiwiki: 03Jyhem * r20906 10/trunk/lang/ (36 files in 36 dirs): [ENH] Handle the language files part of the Quicktags -> Toolbars renaming (thanks, JonnyB) tikiwiki: 03axold * r20907 10/trunk/templates/tiki-manage-workspaces.tpl: [MOD] Improved more the workspaces management tikiwiki: 03mangapower * r20908 10/trunk/lib/workspaces/wslib.php: [MOD] wslib don't delete items when uncategorizing them from ws tikiwiki: 03axold * r20909 10/trunk/templates/tiki-manage-workspaces.tpl: [MOD] Improvements over tiki-manage-workspaces.tpl tikiwiki: 03axold * r20910 10/trunk/templates/tiki-manage-workspaces.tpl: [MOD] Improvements over tiki-manage-workspaces.tpl again tikiwiki: 03lphuberdeau * r20911 10/trunk/lib/wiki-plugins/ (5 files): [MOD] Deploying more filters tikiwiki: 03ricks99 * r20912 10/trunk/lib/wiki-plugins/wikiplugin_iframe.php: [ENH]added support for TITLE attribute of IFRAME element (required for WCAG 1.0 Priority 1) tikiwiki: 03ricks99 * r20913 10/branches/proposed/lib/wiki-plugins/wikiplugin_iframe.php: [ENH]added support for TITLE attribute of IFRAME element (required for WCAG 1.0 Priority 1) tikiwiki: 03chibaguy * r20914 10/branches/proposed/lib/wiki-plugins/wikiplugin_mediaplayer.php: [bp/r20870][FIX] .flv files weren't playing in Opera and IE. Thanks to luci for the fix. tikiwiki: 03chibaguy * r20915 10/branches/proposed/lib/wiki-plugins/wikiplugin_split.php: [bp/r20863][ENH] Switch table class from normal to normalnoborder, since content-layout columns don't usually have borders. tikiwiki: 03axold * r20916 10/trunk/tiki-manage-workspaces.php: [MOD] More little improvements tikiwiki: 03chibaguy * r20917 10/trunk/styles/feb12.css: [EHN] Topbar custom code div color and background color that work better with the rest of the page. tikiwiki: 03chibaguy * r20918 10/trunk/templates/tiki.tpl: tikiwiki: [ENH] Return to using icons for column show|hide (since now theme-specific icons tikiwiki: are possible). Todo (by someone with JavaScript know-how): fix continuity of tikiwiki: show|hide state after page refreshes (regression bug), and hopefully have tikiwiki: separate images for each state similar to menu and module show|hide icons. re chibaguy: i think we should stay backward compatible, so rel=shadowbox[]... is supported chibaguy: i will do my best to support shadowbox width,height etc. too ok, that'd be good for sites using rel=shadowbox[] already. tikiwiki: 03jonnybradley * r20919 10/trunk/lib/smarty_tiki/function.select_all.php: [FIX] Increment id (and name) when more than one select all checkpox per page tikiwiki: 03sept_7 * r20920 10/branches/experimental/coe/ (92 files in 59 dirs): [MRG] Automatic merge, trunk 20898 to 20918 tikiwiki: 03chibaguy * r20921 10/trunk/styles/layout/ (layout-reference.css layout.css): [ENH] Return to using icons for column show|hide (since now theme-specific icons are possible. Also some syncing of layout-reference.css. tikiwiki: 03chibaguy * r20922 10/trunk/pics/icons/ (oleftcol.png orightcol.png): tikiwiki: [ENH] Return to using icons for column show|hide (since now theme-specific icons tikiwiki: are possible). Todo (by someone with JavaScript know-how): fix continuity of tikiwiki: show|hide state after page refreshes (regression bug), and hopefully have tikiwiki: separate images for each state similar to menu and module show|hide icons. luciash, at tw.o, I moved the menu up into div#header-top so it wouldn't overlap the login form/background (quick temporary solution to that problem). Didn't figure out anything for IE6 yet. chibaguy: thank you ! Is there an option to list all file galleries, rather than only those with Parent == Top? tikiwiki: 03jonnybradley * r20923 10/branches/experimental/edit_fixup/: [BRANCH] Creation, trunk 0 to 20922 MangaPower or Aldo ?? hm, pretty empty here... New Forum Posts: PHP error on new install - help please - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=34324 I can't use the login button on tw.o anymore, since yesterday. my mouse cursor doesn't change when it's over the button. clicking has no effect. using iceweasel 3.5.1 Default site language is italian. On a wikipage I select language->english, but it still loads the italian version. version 3.0 did you associated the en and it pages together? tikiwiki: 03sylvieg * r20924 10/trunk/templates/tracker_filter.tpl: [FIX]tracker: duplicated 'items found' div I had the it page and used the "translate" function. tikiwiki: 03jonnybradley * r20925 10/branches/experimental/kaltura_integration/ (791 files in 146 dirs): [MRG] Automatic merge, trunk 20189 to 20918 Maybe it's the browser lang detection. Can someone take a look at this page and tell me if it's english or italian? http://www.nicolamarcaccirossi.com/tiki-index.php?page=Travel+in+South+America thanks I don't get it! IN some pages it works, and in some not. tikiwiki: 03sylvieg * r20926 10/trunk/tiki-objectpermissions.php: [FIX]perm: display perm name (otherwise duplicate with description TikiFest streaming... what streaming service do we use? I'm having trouble finding saved info which mentions it. mod-adsense.php ============= {MODULE(module=>adsense,client=pub-xxxxxxxxxxxx,display=468*60_as,color_border=edeed5,color_bg=edeed5,color_link=0000CC,color_url=008000,color_text=000000)}{MODULE} when setup with a assense.client it show the following error Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/htmlmap/tikiwiki-3.0/modules/mod-adsense.php on line 21 tikiwiki: 03sylvieg * r20927 10/trunk/tiki-objectpermissions.php: notice timotiCK1: Maybe you should report the bug on dev.tikiwiki.org SEWilco2: Ok.. timotiCK1: did you change the source line 21 is a comment on tiki3 Re-discovered ustream.tv. SEWilco2: it's not a bug, you need to use just equal for all parameters, not "=>" => and = were both accepted - Is it changed? sylvieg: I just deleted the // at the start of the line and entered the adsense,client number. this line must be put in admin->look or in... but oyu can not change the php is the search feature working for somebody - I have a sql error sylvieg: where in admin->look?? exactly?? tiki-admin.php?page=look When editing a blog entry there is a "Tip" at the top. Where is the tip's text administered or stored? I want to change the Tip. sylvieg: yes, but under Theme, General Layout, UI Effects, Other ?? tikiwiki: 03sylvieg * r20928 10/trunk/tiki-editpage.php: [FIX]wiki: Allow html was lost hum. timotiCK1, does it work with "module=adsense" instead of "module=>adsense"? tikiwiki: 03sylvieg * r20929 10/trunk/lib/tikilib.php: [FIX]wiki: last changed pages back oops .. timotiCK1 was confused between adsese and google analytics so you need to add the line in a wiki page if you want in a page - or use it in admin->modules if in a column tikiwiki: 03sylvieg * r20930 10/trunk/tiki-index.php: [FIX]wiki: avoid loop when accessing to a page named 'A B' when a page 'A+B' exists' sorry sylvieg, SEWilco2, timotiCK1, the example should work chealer: yes but not if in the php code - the php must not be chjanged sylvieg: oh - right! timotiCK1: so where do you want to module? sylvieg: simple search test in trunk seems to work - no sql error. chealer: I got an error the first time I used it .. in lucene lib - and after I can not reproduce ... but I do not understand on what it is searching? searching on.... the description opf the magic table? silvieg: "so you need to add the line in a wiki page if you want in a page - or use it in admin->modules if in a column" I want to use it in the column and I did set it up by gives the following error "Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/htmlmap/tikiwiki-3.0/modules/mod-adsense.php on line 21" a previously said. sylvieg: "so you need to add the line in a wiki page if you want in a page - or use it in admin->modules if in a column" I want to use it in the column and I did set it up by gives the following error "Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/htmlmap/tikiwiki-3.0/modules/mod-adsense.php on line 21" a previously said. (04:07:16 PM) timotiCK1: sylvieg: I just deleted the // at the start of the line and entered the adsense,client number. If you cahnged the php file - for sure it will not work timotiCK1: while you messed with the code, it may be a good time to upgrade to 3.1 sylvieg: yes...but i've put the // back in the mod-adsense.php and it still does not work.....look at www.maps.gov.ck on the left column right athe bottom. chealer: I am using 3.1 timotiCK1: oh, if you say so. did you the module like any module? timotiCK1: did you add the module like any module? chealer: yes.... timotiCK1: are you aware that it has required parameters? chealer: Admin>Modules>Assign New Module>select from drop-down list...etc Adsense?? timotiCK1: on a site that is working - I set in admin->modules module adsense and in the ;param line client=xxxx&display=160*600_as&color_border=904A7B&color_bg=e6d2dd&color_link=520A35&color_url=336666 timotiCK1: adsense has required parameters, yes chealer, sylvieg:Ok you two...thanks for your help...I know where the problen is now. sylvieg, chealer: "Display type unknown, you have to enter the banner type" error on mod-adsense.php client=pub-xxxxxxxxxx,ad_channel=mow-hor,display=468*60_as,color_border=edeed5,color_bg=edeed5,color_link=0000CC,color_url=008000,color_text=000000 client=pub is hidden on here yoiu have only a limitted possibility of display - look at the google doc or the source in templates/modules/mod-adsense.tpl humm 468*60_as seems to be a legal one... did you try to put display="468*60_as" sylvieg: I have display="468*60_as" heyy ricks---you around? New Forum Posts: uploading files without problems - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34328 ikeco: use hisirc name ricks99 .. it will probably beep on lis irc reader maybe you can help--got a few mins? depends what is your problem - can answer between 2 bug fixes - but not ready to spend 1 hour on your specific case ;-) kk--got weird flash plug in issue---plug in works if used in heading of article, but not if in body.... 3 or trunk? pretty familiar with tiki--been using since 1.8 3.1 problem showed up after upgrade to 3.0 Ricks99 thought it might have to do with ajax, but disabling doesn't help dammit - me too :-( same problem, or same guess :-( it is again the -- transform to ??? it is a bug that I am on since .... makes me feel a little better (not my error)...any workarounds? put in comments the line in lib/tikilib.php that include .... but there is a bug somewhere Thanks silvieg--I'll give it a try--- it is not the real fix - need to fid out why - but the is always bugging New Forum Posts: TikiWiki Add Event Calendar Permissions - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34329 tikiwiki: 03jonnybradley * r20931 10/branches/experimental/kaltura_integration/ (64 files in 30 dirs): [MRG] Automatic merge, trunk 20918 to 20930 seems to mostly work silvieg---thanks so much! will commit the real fix later or tomorrow ... need to chjange the regexp Having some other issues as well, prolly also related to code changes since 1.10... but will ask another time---thanks so much again--I'd have never found that line.