tikiwiki: 03ricks99 * r21414 10/trunk/ (templates/tiki-plugins.tpl tiki-plugins.php): [ENH]continuing improvements. allow single select of approve or clear. ui to match other admin tables tikiwiki: 03kerrnel22 * r21415 10/trunk/ (2 files in 2 dirs): [MOD] Tracker item display of who created/changed record now applies user_show_realname preference. tikiwiki: 03pkdille * r21416 10/trunk/tiki-browse_freetags.php: [MOD] browse freetags: remove some unused code (mainly since pagination plugin deploying) is doc.tikiwiki.org down and, if so, is it planned? And is it known how long? tiki-newb: it's up http://downforyoutoo.com I can resolve doc.tikiwiki.org, ping it, even telnet to port 80 but any requests time out. tikiwiki: 03pkdille * r21417 10/trunk/ (3 files in 3 dirs): [MOD] lesser magic: some features in feature.php tikiwiki: 03pkdille * r21418 10/trunk/ (3 files in 3 dirs): [MOD] lesser magic: some features in feature.php tikiwiki: 03pkdille * r21419 10/trunk/ (3 files in 3 dirs): [MOD] lesser magic: some features in feature.php New Forum Posts: Disabling search highlighting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34617 tikiwiki: 03pkdille * r21420 10/trunk/ (7 files in 5 dirs): [MOD] lesser magic: some features in feature.php (change the name of two features to be "lesser magic" compliant which tikiwiki variable does contain the full path of the current script ? is there something like $self ? philback: see smarty doc, there definitely is something http://smarty.net got my issue (somewhat) fixed: $_SESSION["loginfrom"]=$base_url. "tiki-download_file.php?".$_SERVER["QUERY_STRING"]."&"$random; wanted to let a user download a file right away from a given URL in the file galleries. any idea of an already existing function/method for generating a random string of n chars in Tiki? I have to upgrade a tw 1.8.5 to 3.1 , should I try with one step upgrade using 3.1 installer ? 1.8.5 to 3.1 is a huge jump... I would backup my tiki install and db yes... I'm going to backup the whole thing but I would like to know if in the 3.1 installer there there is a procedure to upgrade from 1.8.x I googled and I found a doc in doc.tikiwiki.org , the problem is that doc.tikiwiki.org is down .. dtwo slow indeed yes it is slow ... but my firefox goes on connection timeout before I can see a page same here damn it is not the first time it happens to me dtwo goes from being slow to being so slow to timeout and sometimes it works with an acceptable latency yes, I agree. I do not have an idea on the figures for the load. But I do run a tiki or two for customers and these are not the fastest things in town. But they are the most flexible and feature packed. I do have a Tiki codebase here, I'll have a look for this 1.8 support. Wait a sec. ping amette doc.tw is down @magowiz I see 1.9 and 2.0 stuff in the install code but nothing for 1.8 you have to do step by step for the database philback, ok thanks.... perhaps I should upgrade to 1.9 and then to 3.1 in the db/ folder you have 1.8to1.9 sql run the script d'upgrade tiki_1.8to1.9.sql then tiki_1.9to2.0.sql then tiki_2.0to3.0.sql before all of that, backup the damn thing :-) philback, sure, I always backup before any update ;) sylvieg, the tiki_1.8to1.9.sql script is also in the tikiwiki 3.1 package ? sylvieg, what are these // {{{ 's in the codebase ? For some phpdoc ? also in 3.1 , I saw BTW, is trunk/ 4.0? magowiz: yes I think so philback: for the edior vim sylvieg, I found it on my local tikiwiki tar.gz 3.1 ah, ok. I am using PhpEd, there is a codenavigator for the whole codebase. Quite useful for navigating the beast. Do I have to upgrade manually using the sql scripts in db/ or those script are ran by the tw installer on upgrade procedure? I did added some functions for the random string generation in my local install for a given project. Any use for that in the main codebase ? magowiz: both are ok sylvieg, ok then I'll do the simpler one : installer :) I'm trying to import old database on a local mysql server but creating table tiki_newsreader_marks I get #1071 - Specified key was too long; max key length is 1000 bytes should I skip this table ? is your mysql 5x ? yes 5.0 to be precise I'm trying to import the database locally because on my server I have "forbidden error" while I'm trying to run the installer if I run the sql scripts remotely using phpmyadmin provided by my hoster should it work? well, don't know as I do usually have a ssh shell for doing these using mysql CLI anyway I noticed that that table is empty on my installation and I really don't use a newsreader magowiz, I think the newsreader feature is dropped from Tiki 3 anyway. or marked as no longer developed, or something like that. I had to remove also tikipages_foonotes and also tiki_searchindex a lot of tables has this issue.... what can I do??? key too long? (i think not sure that new mysql version limit the key size you can patch the dump of your old database byt limitting the key how can I limit the key ? reducing some key size ? I'm looking at one problematic table structure it has infact 1024 as key size is there a way I should force my local mysql to accept larger key limit ? it was an utf8 issue infact if I change the db collation to latin1-bin I get no errors I get forbidden error with the installer also on my local machine also if I changed the permissions to 777 polom hi chibaguy any update on sumo css ? I got a blank page while trying to update the db with the tiki-installer magowiz: hi I'm upgrading from 1.8.x to 3.1 hi luciash magowiz: i am unsure if you answered that already but do you have php5 and memory_limit at least 32M ? sure i think you have to go 1.8 to 1.9 to 2.4 to 3.1 Tiki has detected your PHP memory_limit at: 128 MB. see your logs then for the error apache log ? rather both, apache and php if you don't store php errors in a log you have to set it in php.ini too or somehow force php to display errors in bowser windows apache no error : I get some No such file or dir but last error happened 10 minutes before I launched tiki-installer.php should I restart apache after modifying php.ini ? I restarted apache2 with the new php.ini for php5 , the error log file is empty error_reporting = E_ALL & ~E_NOTICE log_errors = On can you put phpinfo.php file in your web root and review if it's set correctly and not overriden by tiki ? error_log = /var/log/php.log i am not sure but the php.log file must be writable by webserver ? (iirc) at least i remember something like that Loaded Configuration File /etc/php/apache2-php5/php.ini error_log /var/log/php.log /var/log/php.log log_errors = On ? sure empty log also if /var/log/php.log is owned by apache group and user and permissions are set to 777 try to use apache error log for php /var/log/apache2/error.log or simmilar I successfully upgraded to 1.9.11 with the installer now I'm tring to upgrade to 3.1 success ! :) great ! :) so the path is 1.8 -> 1.9 -> 3.1 nice that you can ommit 2.x I think you should write on docs that you need at least 1.9 to upgrade to 3.1 now beware of theme changes, table-based are no more supported by default in Tiki magowiz: what place you mean ? Upgrade -> others I don't know if it is already written since today I cannot connect to d.tw.o i am browsing it with no problem currently searching even (in Opera) today morning I mean I couldn't browse it it is much faster in Opera for some reason (maybe for the reason it is the fastest browser ? :-p) I didn't checked recently docs updated hi luciash, sorry, was away. hi gary, np I did some work on forums. But I don't know what's the status of experimental branch sumo. Not made yet. not made yet i was just looking at svnadmin --help but i guess it requires ssh logging to sf.net first btw, I've upgraded sites from 1.9 to 3, so apparently it's not necessary to upgrade to 2.* in between. chibaguy: yes, i have just put a note on Upgrade page ah, ok. I'm glad to help you find a shortcut : 1.9->3.1 ;) tikiwiki: 03kerrnel22 * r21421 10/trunk/templates/tiki-view_tracker_item.tpl: [MOD] Template now uses smarty function to display user's real name instead of getting it fed from calling script...more efficient. 'lo everyone. I can't seem to find anything on sub pages in the wiki portion of TW... i.e. UserPageSomeone/Notes and the like... any tips? hi, sorry, i did't know it is possible to use "sub pages" no idea if it is, really what I'm trying to figure out :D Poisen[BLX], wiki pages have a flat hierarchy, so I'm not sure what your "UserPageSomeone/Notes" means in that context. Poison[BLX]: you have to put the pages in Structures feature but to achieve URLs like this you'd need to tweak your .htaccess rewrite rules or even Tiki code aha, I'll poke at the structures thing then, sounds like it might be what I'm looking for... the rewrite rules side of it's none to hard to beat into shape... I already went through and adjusted the bulk of them for lighttpd as is ;) thanky thanky. welcome tikiwiki: 03jonnybradley * r21422 10/branches/experimental/edit_fixup/ (77 files in 27 dirs): [MRG] Automatic merge, trunk 21290 to 21319 pretty cool, TikiWiki project is listed as 4th in CMS Systems and 2nd in Wiki category on sf.net sorted by Rank (default) http://sourceforge.net/softwaremap/trove_list.php?form_cat=644 Rank is declining quickly though though the statistics have a too short timeframe declining ? luciash: http://sourceforge.net/project/stats/rank_history.php?group_id=64258&ugn=tikiwiki ah tikiwiki: 03jonnybradley * r21423 10/branches/experimental/edit_fixup/ (108 files in 32 dirs): [MRG] Automatic merge, trunk 21319 to 21421 tikiwiki: 03marclaporte * r21424 10/trunk/ (2 files in 2 dirs): [FIX] typos and adjustements for dynamic preferences tikiwiki: 03marclaporte * r21425 10/trunk/ (2 files in 2 dirs): [FIX] Adjustements for dynamic preferences tikiwiki: 03chibaguy * r21426 10/trunk/styles/ (11 files in 5 dirs): [ENH] Improve CSS menus with better Superfish CSS consistency. tikiwiki: 03chibaguy * r21427 10/users/chibaguy/trunk_themes/themes/ (27 files in 24 dirs): [ENH] Improve CSS menus with better Superfish CSS consistency. tikiwiki: 03jonnybradley * r21428 10/trunk/templates/tiki-objectpermissions.tpl: [MOD] Better text on group selector label tikiwiki: 03chibaguy * r21429 10/trunk/css/cssmenus.css: [ENH] Improve CSS menus with better Superfish CSS consistency. hi marclaporte i have added the keywords from description of tw project to tags on sf.net and made the description more descriptive marclaporte: couldn't find how to add screenshot in the new sf.net UI hehe Are you in the mood to upgrade info.tw.o to Tiki3? I can do the upgrade, but I could use some help with template tweaking ok, that sounds better for me :) please do the upgrade and i will help to fix it super! you have the SSH? yes are you going to put proposed branch there ? sure install is very clean cool marclaporte: do you know how to create new branch in SVN ? marclaporte: for gary I dunno, but I think it's documented on dev.tw.o ok TRIM doesn't let me used proposed, so I'll use branches/3.0 marclaporte: do you need to use TRIM for it ?\ no, I don't just trying to dogfood ok :) do we have time tracking via trackers ? luciash: : yes search for timesheet on profiles site marclaporte: any demo/doc on this ? marclaporte: ok, tnx luciash: your turn! http://info.tikiwiki.org/ marclaporte: ok :) marclaporte: do we need mootools enabled there ? dunno i don't think so marclaporte: can you remove at least 3 sections from the menu 43 to have it fit on one line in 1024 wide screens ? there are too many items in the menu imho to make it easy for starters ok e.g. the Home link can go away and maybe the community and logout or edit instead of community also the items which are now sections with no suboptions must be changed to options otherwise they render empty submenus in CSS menu consultants, contact us and factsheet tikiwiki: 03jonnybradley * r21430 10/trunk/ (9 files in 5 dirs): tikiwiki: [MOD] Rewrite of {popup} Smarty function to use jQuery ClueTips properly. tikiwiki: Now initialises on first mouseover (or onclick) which should make page rendering lighter. tikiwiki: Most other references to overlib replaced in tpls. tikiwiki: Tested in filegals, calendars tikiwiki: 03jonnybradley * r21431 10/third_party/jquery/jquery-tiki-readme.txt: [MOD] Doc update ok luciash: can the top menu be identical on all sites? yes now it is on tw.o and info.tw.o, i will adjust on the others New Forum Posts: Strasa theme and IE7 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34619 marclaporte: we're workin on it hard already 45 mins ;) marclaporte: can we re-use the !download" and "the product box" images from the design patrick made ? yes! tikiwiki: 03sylvieg * r21432 10/branches/proposed/lib/tikilib.php: [FIX]perms: was not possible to include a page your were creator luciash: : do you have the produc box? yes, currently modified the Downlaod box tikiwiki: 03sylvieg * r21433 10/trunk/ (4 files in 3 dirs): [MOD]register: if a user did not validate his email and try to log-in - give him the possibility to resend the valiadtion email sylvieg: : tks for this! marclaporte: ^ beautiful! can you put capital F? SourceForge.net ah, that was left by Patrick there i can try or remove it and put plain text over it then ? marclaporte: ^ marclaporte: :) i have to do something else now... will play with the site(s) later again thanks! marclaporte: oh, you removed the "Other tw.o websites" marclaporte: now the all links are not vertically aligned anymore in the bar, what else you removed ? i thought it looked better, what was the reason for you to remove the Home link and this text ? yes, it did look better I kept code I am trying to make 6 sites looks like one as if it's 1 tree and each of the sites would have distinct sub-menu and get rid of duplication ok, i will let you finish it and see then :) and, then, let's make it look good again :-)