tikiwiki: 03robertplummer * r35896 10/trunk/lib/core/WikiParser/Experimental/ (WikiParser.jison WikiParser.js WikiParserTester.html): [NEW] Added ~np~~/np~ operator and html handling and a checkbox to turn html on/off for demo tikiwiki: 03robertplummer * r35897 10/trunk/lib/core/WikiParser/Experimental/ (WikiParser.jison WikiParser.js WikiParserTester.html): tikiwiki: [FIX] Readded Marc's commits tikiwiki: [NEW] Added support for link [url|name] New Forum Posts: "Quiz" with free text answers - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41976 tikiwiki: 03pkdille * r35898 10/trunk/lang/fr/language.php: Typo in html tags tikiwiki: 03chealer * r35899 10/trunk/lib/smarty_tiki/block.display.php: no need to translate debugging messages tikiwiki: 03chealer * r35900 10/trunk/lib/core/Tracker/Field/Relation.php: uniformize "Read-only" and "Read only" to just the former tikiwiki: 03changi67 * r35901 10/trunk/lang/fr/language.js: [TRA] Improve - thx again chealer tikiwiki: 03changi67 * r35902 10/trunk/templates/tiki-admin_categories.tpl: Remove table presentation and fix number of input for one label tikiwiki: 03changi67 * r35903 10/trunk/lang/fr/language.php: Better french using chealer chealer: it's always a pleasure to have someone who reread, thank you polom tikiverse poloms everyone! pöplöm back from germany hi polom y'all tikiwiki: 03sylvieg * r35904 10/trunk/templates/wiki-plugins/wikiplugin_galleriffic.tpl: [FIX]galleriffic: avoid to distord the img tikiwiki: 03jean-lucnavarro * r35905 10/trunk/lang/fr/language.php: [TRA] more French translations Info: Nominate Tiki for 2011 Open Source Awards - http://info.tiki.org/article173-Nominate-Tiki-for-2011-Open-Source-Awards New Forum Posts: Nominate Tiki for 2011 Open Source Awards - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=41978 polom polom people. tikiwiki: 03changi67 * r35906 10/trunk/templates/ (5 files): Missing tr tikiwiki: 03changi67 * r35907 10/trunk/lang/fr/ (language.js language.php): [TRA] tikiwiki: 03robertplummer * r35908 10/trunk/lib/core/WikiParser/Experimental/WikiParser.php: [NEW] Added the php translation from jQuery.sheet to be used as the basis for the server side parser, needs tons of updating before ready hey guys can i disable module approval? tikiwiki: 03sylvieg * r35909 10/ (3 files in 3 dirs): [FIX]galleriffic: need to use tiki jquery to avoid superfish conflict tikiwiki: 03sylvieg * r35910 10/third_party/jquery/galleriffic/example-2.html: [FIX]galleriffic: use tiki jquery for test SJ-Jay : you mean the plugin to add modules? Hey Marc! long time no see :) well we have alot of custom modules.. i just want the module/plugin approval to disappear! tikiwiki: 03marclaporte * r35911 10/trunk/lib/core/WikiParser/Experimental/WikiParserTester.html: building a torture test SJ-Jay: OK, but be warned that it can open security issues yeah i know.. it's for a intranet so i don't worry to much about the security :) find lib/wiki-plugins/wikiplugin_module.php and change 'validate' => 'all', to 'validate' => 'none', profiles.t.o is down wow marclaporte, now the module login isn't approved.. Merbster is unable to login :D polom polom xavi1 profiles.t.o is down changi ? marclaporte ? did you know profiles.t.o is down ? SJ-Jay : example.com/tiki-login_scr.php thx :) marclaporte, changing validation to none did not solve the problem :/ ok, profiles.t.o are up again who knows what has happened and if someone did some magic in this time :-) New Forum Posts: Comparison of Documentation - http://tiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=41979 Hey ricks99 u there? Hi SJ-Jay do you know how to disable the plugin/module approval? xavi: do you use tiki file gallery webdav? I have a question, specifically about versions and how that works with webdav Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! ho nkoth @SJ-Jay: you'll need to disable the security in the actual plugin php I'm pretty busy right now skype better? s/ho/hi @SJ-Jay: alternatively, you can approve plugins en-masse by using the Admin: Plugin page ("hi" to xavi and nkoth) :-) hi ricks99 :-) what does the "safe" parameter of plugin parameters do? i *think* safe allows/disallows passthrough of html, that is nope ;) -P safe skips the parameter from the fingerprint used in approval there u go. :-) thanks lph lphuberdeau, so in order to disable approval, we need to mark all parameters of the plugin as safe? meaning that any variation of that parameter will not affect the approval ricks99, i have a module which uses the webservice plugin.. the webservice data will change causing the module to require an approval removing the validate line should work out as well, but you most likely need to clear the cache after modifying those @SJ-Jay: try 'validate' => 'none' already tried :( no success and b sure to clear cache, as lph suggests many plugins do not require validation ok i've change validate to none on wikiplugin_module.php and wikiplugin_webservice.php and those do not have validate at all cache cleared.. oh wait We need a cluebat at the office... :P ok.. next quiestion! how do i write data to a webservice? New Forum Posts: Sort on LastModif? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41982 you can use the libraries to call webservices, but the plugin won't help you much call to push that is lphuberdeau, would it be possible to use your underlying webservice code to call a webservice in my own plugin? sure just load up the libraries and call them tikiwiki: 03lphuberdeau * r35913 10/trunk/lib/ (5 files in 4 dirs): [MOD] Make sure incremental update processes only once when cloning data Could you possible give me a short list of those libraries? - so I know where to find the code? lib/ointegratelib.php I have pondered alot about ointegratelib, what is it's main purpose? tikilib also contains httprequest() calling webservices and processing the response, but that part you care a little less about when pushing data lphuberdeau, I need it for both pushing and getting and you can also use Zend_Http_Client (which is used mainly in Tiki8) I have had insane troubles with getting the standard webservice libraries in PHP to eat our .net webservices. that's why I want to use the tikicode, since I know it works :) what kind of webservices are they? well. I'd imagine soap, but Tiki only eats them when we specify REST. the big thing that the webservice stuff does in tiki is set the accept headers properly and the .net backend probably read those and sends the right format I wouldn't know. It is my first tiem trying to connect PHP to .net webservices .net to .net works "out of the box" :P yeah, they probably send the right headers too ;) exactly ^^ and I am not strong enough in webservices to form correct headers. But I guess I can take a peek at the tikicode one day I am bored :P Accept: application/json lphuberdeau, is that where the magic lies? :P most likely hahahha Even if I configure the webservice via. a WSDL? http://httpd.apache.org/docs/1.3/content-negotiation.html well, the .net stack does quite a bit I would guess soap to json probably isn't as hard as the other way around But isn't JSON a format? - and not something to describe webservices in? JSON is a subset of JavaScript commonly used to serialize data Exactly so why does the data change how my webservice behaves? - it's XML describing the service etc. and the data is in plain text JSON? that's content negociation in the end, XML and JSON are just different ways to serialize the data I know tikiwiki: 03sept_7 * r35914 10/third_party/adodb/ (113 files in 7 dirs): (log message trimmed) tikiwiki: [UPDATE] Update AdoDB to 5.12 tikiwiki: Postgres: Added information_schema support for postgresql. tikiwiki: Postgres: Use pg_unescape_bytea() in _decode. tikiwiki: oci8: Fix bulk binding with oci8. tikiwiki: http://phplens.com/lens/lensforum/msgs.php?id=18786 tikiwiki: oci8 perf: added wait evt monitoring. Also db cache advice now handles multiple buffer pools properly. oh well lphuberdeau thanks for your enlightenment :) hmmm... all tiki sites are going down, something is going on info was in trouble a few minutes ago, now dev.tiki.org I have experienced the same. New Forum Posts: Problem editing forum posts in v.7 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41983 tikiwiki: 03lphuberdeau * r35915 10/trunk/lib/core/Services/ (7 files in 7 dirs): [MOD] Adding a function to be called for each action when available tikiwiki: 03lphuberdeau * r35916 10/trunk/ (8 files in 5 dirs): [MOD] Extracting the sync-related actions to a separate controller as they now contain most of the code wow, bad day for the internet, ohloh is down too polom tikiwiki: 03jyhem * r35917 10/branches/7.x/lang/fr/language.php: [FIX]i18n: use utf8 non-breaking space instead of html   tikiwiki: 03jyhem * r35918 10/branches/6.x/lang/fr/language.php: [FIX br/35917]i18n: use utf8 non-breaking space instead of html   tikiwiki: 03robertplummer * r35919 10/trunk/lib/core/WikiParser/Experimental/ (WikiParser.jison WikiParser.js): [NEW] Added a few more types, center, colortext, link, strikethrough, table, underscore, wikilink changi: the feeling is reciprocal :-) running tiki-7 and unable to edit comments. get the following error: "Fatal error: Call to a member function numRows() on a non-object in /data/web/htdocs/tiki-7.0/lib/comments/commentslib.php on line 2101" any suggestions? im checking out the php file now, but i dont know much about php here is the line: if (!$result->numRows() || in_array($threadId, $existingThread)) rqwert: are you aware that Tiki 7.1 was released? ops (sylvieg): /topic could use an update I was not, but thank you for that info. Will probably do an update then. tikiwiki: 03sampaioprimo * r35921 10/trunk/lib/ (test/TikiLib/UrlEncodeAccentTest.php tikilib.php): avoid undefined variable warning plus basic unit tests for urlencode_accent() tikiwiki: 03sampaioprimo * r35922 10/trunk/lib/ (payment/cartlib.php test/payment/CartTest.php): fix payment cart tests (please help check that code behavior is preserved) tikiwiki: 03robertplummer * r35923 10/trunk/lib/core/WikiParser/Experimental/ (WikiParser.jison WikiParser.js): tikiwiki: [NEW] Added headers 1 to 6 tikiwiki: [FIX] Better format for wiki syntax types tikiwiki: 03marclaporte * r35924 10/trunk/lib/core/WikiParser/Experimental/WikiParserTester.html: more parser torture test tikiwiki: 03lphuberdeau * r35925 10/trunk/ (4 files in 2 dirs): [MOD] Allow to push updates from the clone to the master, conflicts detected but no merge attempted Hmmm Xchat doesn't handle going from 2x24" Multiscreen to the laptops internal one :P atleast it doesn't handle it gracefully :P Evening lphuberdeau lphuberdeau, my php newbness might show now, but using your webservice code would involve: including ointegrate, initializing a class instance and calling performRequest with the correct parameters? something like that do I need to run any initialization code, since I am just pushing data here I don't have to handle any output. it probably expects to be in a context where tiki-setup.php was executed We're gonna include a form in a webservice template that uses my php script as value for "action" I don't know if that counts? probably is anyone able to upload files to a file gallery in trunk? I get a bottomless hourglass chealer, interesting the file is uploaded but the UI doesn't refresh i ahve a fatal error in the respoinse check_script() on a non-object in /var/www/html/trunk/categorize.php on line 9< howcome the access object is non-existent? nkoth: thanks. I see the same actually (maybe didn't check correctly if the file was uploaded at first) nkoth: you're looking at an AJAX response in Firebug or what? yes this was working not too long ago... I'm in the middle of something else otherwise I will investigate oh, I also get that, but that shows as a "200 OK" nkoth: oh, categorize.php is included from a function where $access must not be global TikiLib::lib('access')->.. better ? that would make sure it works as it does not depend on global oh. http://sourceforge.net/apps/trac/tikiwiki/changeset/35706 broke it nkoth: I don't know but sounds sensible tikiwiki: 03robertplummer * r35926 10/trunk/lib/core/WikiParser/Experimental/WikiParser.php: [FIX] php wiki parser brought mostly up to date, needs some tlc, but getting close. tikiwiki: 03chealer * r35927 10/trunk/lang/fr/language.php: French: Recover some jQuery translations lost in r35186