New Forum Posts: Tikiwiki and 000webhost - does not support mysql? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35645 polom New Forum Posts: syntax error in tiki-install.php - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=35646 I came across a dutch translation error in tikiwiki that was fixed in 2.3 but popped up again in 3.3. line 7540 of lang\nl\language.php should be : "Click here to confirm your action" => "Klik hier om uw actie te bevestigen", line 7557 : "user selector" => "gebruikerkiezer", do I need to submit a bug for this? or can anyone change this for 3.x (and probably 4.x) tikiwiki: 03sept_7 * r23942 10/trunk/ (16 files): tikiwiki: [ENH] remove useless include_once/require_once as they are included in tikiwiki: tiki-setup_base.php. mostly logslib and userslib New Forum Posts: Zukakakina.com GoogleAdSense2 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35649 New Forum Posts: Suche erfahrenen TikiWiki Programmierer! - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=35650 tikiwiki: 03sylvieg * r23943 10/trunk/lib/tikilib.php: [FIX]argvariable: fix page hello all hi RavenC Just received approval to implement the TW site for our company intranet New Forum Posts: Looking for an expert programmer in tikiwiki 3.x - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=35651 http://doc.tikiwiki.org/Windows+Server+Install&structure=Documentation tikiwiki: 03sylvieg * r23944 10/trunk/lib/ (prefs/feature.php tikilib.php): [FIX]argvariable: fix {{user}} + link to doc we had a faq with how to reset admin password. Where is this page now? http://doc.tikiwiki.org/tiki-view_faq.php?faqId=7&highlight=reset%20admin%20password No, I'm not a bot! :) too much coffee this am RavenC : pm somebody with experience with the web server authentification? Are the user created in tiki with this method? tikiwiki: 03sept_7 * r23945 10/trunk/templates/styles/ (2 files in 2 dirs): [FIX] Fix CAS login bypass for admin to match the default behaviour tikiwiki: 03sept_7 * r23946 10/trunk/tiki-usage_chart.php: [FIX] better error/perm handling and correct ordering of the included files RavenC is not a bot, although admits being wired. :-) lol tikiwiki: 03sept_7 * r23947 10/trunk/tiki-pv_chart.php: [FIX] include path + some reformating of one loop tikiwiki: 03jonnybradley * r23948 10/trunk/ (4 files in 2 dirs): tikiwiki: [NEW] AJAX version of tracker export - depends on feature_ajax. tikiwiki: Completely de-smartified and less memory intensive (and slightly less leaky) export code. tikiwiki: Number of records and offset options for export. tikiwiki: AJAX progress monitor currently not responding until download is complete - work in progress... Hi all - just checked in my new tracker export code but i'm stuck - wondering if anyone has any input tikiwiki: 03sylvieg * r23949 10/trunk/lib/userslib.php: [FIX]auth: similute a fake login to logout a user in web server auth polom Hi all :-) poloms all hiyas ricks99 and jonnyb i think i'm stuck with an apache thing - while the main export/download is going on all the ajax calls for progress are blocked until the main request finishes - but if you call the progress monitor php directly in another browser it works fine (so it's only letting one request at a time per browser) - a php session thing maybe? hi RavenC :) (svn up trunk to r23948 to see what i'm on about) jonnyb: shouldn't it be done in chunks and when one chunk ends the progress bar goes a bit further ? jonnyb: sorry, i haven't looked at it, just a guess i'm doing that - after each chunk it writes a status file so a different thread/request can see what's happening and i have the form in an iframe to try and make it like being in a different window, but no joy Q: which php.ini setting controls the time that an idled tiki user becomes 'logged out?' session_ something? or is this controlled by tiki? my tiki is logging out folks after only a minute or 2 of inactivity usually php I think Tiki can try to override, but not always possible off hand, what is the session variable i should b looking for? ricks99: the php.ini setting is default_socket_timeout, i tihnk no, sorry - totally wrong - 1 mo timout in seconds? session.cache_expire - time in minutes tx jonnyb! hmm... alreldy set to 180. but im being logged out much sooner. could it be overwritten somewhere else? ricks99: if you ask about localhost it is known bug that remember me doesn't work and it logs you out always the same time of being idle fwiw, did not experience this issue on tw 2.x + php4. now seeing it with tw 3.x+php5 coo! cracked it (i think) - adding session_write_close() before starting to stream out the data seems to release the browser from the request - nice :D tikiwiki: 03sampaioprimo * r23950 10/trunk/lang/pt-br/language.php: pt-br translation New Forum Posts: "could not find driver" error after install of tikiwiki 4.x - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=35655 hiya - has anyone sucessfully used pluginHTML in 4.0? @mlpvolt: y, i use it all the time. hi ricks, i've tried it in a couple of sites and been anable to view that page afterward, even with no content inside the plugin {HTML()} .... {HTML} working fine for me.... hm. getting any php/smarty error? tikiwiki: 03jonnybradley * r23951 10/trunk/tiki-export_tracker_ajax.php: [FIX] Need to call session_write_close() to release the session so AJAX calls work. Also a couple more progress updates. this plugin normally has no arguments right? y, afaik at least, i don't use any with my stuff ...call to a member function set() on a non object ..... lib/cache/memcachelib.php tikiwiki: 03jonnybradley * r23952 10/trunk/templates/tiki-export_tracker.tpl: tikiwiki: [ENH] Add progress bar if feature_jquery_ui is on (Text only if not). tikiwiki: Simplify AJAX POST, no need for an iframe (it was the session_write_close thing blocking) not sure. what are u tyring to include in the HTML ? can you try a simpler example? rightnow i'm trying "Hello
Goodbye" interesting on the other site it fails with a DB error. rick, and you are using it with 4.0 correct? y. have not upgraded to 4.1 works on tw.o: http://tikiwiki.org/UserPagericks99 Works on my 4.0 installation, too: http://twbasics.keycontent.org/testpage ok well interesting that here it fails in two different ways on two completely different installations. i'll check this out futher later thanks. very odd indeed tikiwiki: 03jonnybradley * r23953 10/trunk/templates/tiki-export_tracker.tpl: [MOD] remove dead code - commented debug stuff tikiwiki: 03jonnybradley * r23954 10/trunk/tiki-export_tracker_ajax.php: [FIX] Better low memory handling & more progress info. tikiwiki: 03jonnybradley * r23955 10/trunk/ (tiki-export_tracker_ajax.php tiki-export_tracker_monitor.php): [FIX] monitor file not getting created properly tikiwiki: 03sylvieg * r23956 10/trunk/lib/tikilib.php: [FIX]tracker: remove effectively the user vote did we decided for name for 5? i don't think so (was wondering) tikiwiki: 03sylvieg * r23957 10/trunk/ (14 files in 5 dirs): [MRG] Automatic merge, branches/4.x 23892 to 23908 the last merge... yay! :) thanks sylvieg we need to put vesion 5 now in trunk - but need a name "Fred" is a name. tikiwiki: 03sylvieg * r23958 10/branches/proposals/4.x/lib/tikilib.php: [bp/r 23957][FIX]tracker: remove effectively the user vote 5th letter is "E". "Edward", "Embed", "Elephant" (is that obvious for trunk?) "Eland", "Elk", "Ermine" "Elm", "Empress", "Eucalyptus" shouldn't it be a star name? "Eosophobia" Oh, stars? Ed Asich Electra ELNATH ENIF ETAMIN Credit to http://www.astro.wisc.edu/~dolan/constellations/starname_list.html I think Electra is catchier than Enif. Should we check StarRegistry.com? Stars that start with"E"? How about Elvis? ;-) Elvira - Mistress of the Dark ..... perhaps too top heavy lol tikiwiki: 03jonnybradley * r23959 10/trunk/ (2 files in 2 dirs): tikiwiki: [FIX] Exporter wasn't exporting any data (oops). tikiwiki: Needed iframe form submit method and lost touch of the field values at some point. off we are owning site http://lugb.in & want to install webchat on lugb.in server so how can tiki here help me? is there any feature of irc channel integration in tiki ? tikiwiki: 03jonnybradley * r23960 10/trunk/templates/tiki-view-sheets.tpl: [FIX] return false for button onclicks tikiwiki: 03sylvieg * r23961 10/trunk/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [FIX]TRACKERITEMFIELD: REQUEST['itemId'] is more important than trackeruser - otherwise behavior is different for user with user tracker and without tikiwiki: 03sylvieg * r23962 10/branches/proposals/4.x/lib/wiki-plugins/wikiplugin_trackeritemfield.php: [bp/ r 23961][FIX]TRACKERITEMFIELD: REQUEST['itemId'] is more important than trackeruser - otherwise behavior is different for user with user tracker and without New Forum Posts: RSS feed from multi language page - correct choosen in browser reader, but tiki ... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=35657 tiki 4.0 is there a reason why when you clip info from ms word and paste it into a wiki page (wysiwyg editor) that it fails to transfer it? to clarify, it will preview it every now and then when you click the 'source' function and remove the template (i was using the strange template) but completely refuses to paste it into the template no matter what u do tikiwiki: 03jonnybradley * r23963 10/trunk/templates/header_jquery.tpl: [FIX] Add jqueryTiki.sheet js pref hi here :) I search the option to set the capability to hide left and right menu do you know where it is ? admin->look yes I look on but don't find the good option. maybe it need a more up-to-date version than the linuxmao's one (i serach agin) (i search again) do you see left column in the 2- tab sylvieg, ok \o/ thanks ! just intall a fresh trunk ..I do not have anymore the page where it explain admin /a dmin - I go to change password apge :-( humm.. search bar is broken in trunk' I checked on a fresh install - but nothing appears humm fresh install - the module with strasa lost the line - or whatever to distinguish themself as marc says - three steps forward - one backward.. tikiwiki: 03sylvieg * r23964 10/trunk/templates/tiki-admin-include-look.tpl: [FIX]search: search bar depends on top_bar