good night, bye! tikiwiki: 03sylvieg * r38147 10/branches/8.x/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker: avoid error if itemId does not exist luciash: actually I was asleep. pc was left on. ;-) New Forum Posts: Question about image gallery - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42442 Goodmorning hi re-polom chibaguy: ah, i see :) good * everybody help needed: plugin image when using fileID or img src everything is fine unless adding an "extra" value to the image like image width the image becomes none readable (wiki message "File is not an image") and re-repolom luciash version 8 r38010 coaboa: ah, version 8, sounds like a bug hello everybody hello chibaguy polom everyone hi SJ-Jay we have a bunch of author orking on Version a. would i be ok to Invete them to irc? (all beginners) *authors working Version 8 hi jonny hey coaboa - how's it going? doing the bookfair thing? yes finalizing a gourmet site and waiting for marc to arrive @ my flat. He is right now on the booth. cool hi jonnyb hi luciash havent seen him yet but my girlfriend met him @ booth and told me he definitely can need some sleep. ;-) :) hope we can get some good tiki material from that event. Having tv production team and photographer with us. and right now the "poetic intervention" even is going on at our "testserver" *event coaboa: great Once he gets a Tiki t-shirt on, a gallon of diet Pepsi and some WordPress users in front of him he'll be fine! lol cool - anything we can crash (i mean see)? coaboa: when/where will it be aired ? tomorrow, all the sites should go live. If I can finalize ;-) coaboa: good luck hi marclaporte - been talking about you :P polom survived the trip? coaboa says he's put you to work already! not me ;-) :D I have slept 2 hours in last 48 hours oh man :) coaboa: about the file not found for img plugin: I have seen before. There was a workaround, but I don't remember what maybe just use HTML (yuk) in 6.x we don't have that problem could it be something with url rewrite ? we should introduce "Bad Tiki" where all the bugs have to go (like in"bad banks") ;-) tikiwiki: 03jonnybradley * r38148 10/trunk/ (24 files in 18 dirs): [MRG] Automatic merge, branches/8.x 38116 to 38147 heh, what are bad banks ? in germany we had this: a bank where all credit go which will not payed back. So they split a bank i 2 to save the "worthy" part how can I tell lucene to find "Sou" when the string is "Soup" * doesn't seem to work. is there an option to find partial strings? coaboa: don't think you can - Sou isn't any sort of version of Soup Sou should find Soup i think soups will find soup or u mean the other way around ? no . input is part of the whole term. so should be found try sou* have, no difference sou? or u need to refresh the searchindex ? dunno how it is with lucene search, sorry that "?" work, ok thanx try http://lucene.apache.org/java/2_0_0/queryparsersyntax.html (google is you friend! :) ) is there a way to disable wiki syntax output on search results H1 becomes !Title yes, there's a pref on admin/search to parse cannot find that setting. With Search Prefs I found parse the result but it was checked already that's the one - not working? coaboa: parse search results mrclaporte1 y. thats what I found and it is checked. But has no effekt.. maybe unimplemented after the switch to lucene :-/ polom y'all hi ricks99 hi rick hi y'all hi ricks99 - bbl polom all hello is there a page for tiki8 regression? http://dev.tiki.org/tiki8 That is correct. sylvieg: filegallib, how do I get the most recent fileid from any fileid in a historic or most recent group? list_files (max=-1 sortmode=...) ? sylvieg: is the the answer? yes but I am not sure I udnerstand all your need sylvieg: In tiki draw once you save the file, it is done with ajax, and the id changes, in order to make sure it is saved right, I can reload the page, but then things like "back" are lost. I would like to dynamically find the most recent fileId from the list that it is given and then make that one be the one edited, no matter how far back in the possible archive your id is. sylvieg: Understand now? sylvieg: Since you can't edit a archived item, I only need to check archived and then see if the fileId that I've been given has a parent (is in an archive). when using create_page from Tikilib what format does the parameter "lastModif" expect to be in? Unix timestamp? Merbster: yes, i believe so ricks99, I found other code that used it, it is only passed time() so it has to be :) - but thanks Hey guys, I'm working on draw plugin and draw to make it better for 8, fixing a few loose ends. And 2 things we need are to make sure that the archived images can't be edited. And also to make sure that wiki pages are updated when an image is updated. hi chealer tikiwiki: 03chibaguy * r38149 10/branches/8.x/ (2 files in 2 dirs): [FIX] Enable gauge background color even when theme specifies a wikitext td background color (also some table attributes not supprted in HTML5 removed). (Xavi reported the problem with Mollio theme.) tikiwiki: 03xavidp * r38150 10/branches/8.x/_htaccess: tikiwiki: [ENH]Added line for custom error 500 page (useful when Tiki installed on a tikiwiki: server with mod_security enabled for apache, which might catch some false tikiwiki: positives until rules are fine tuned). Commented out by default, like it was for tikiwiki: 404 already. tikiwiki: 03chibaguy * r38151 10/trunk/ (2 files in 2 dirs): [FIX] Enable gauge background color even when theme specifies a wikitext td background color (also some table attributes not supprted in HTML5 removed). (Xavi reported the problem with Mollio theme.) tikiwiki: 03xavidp * r38152 10/branches/proposals/6.x/_htaccess: tikiwiki: [bp/r38150][ENH]Added line for custom error 500 page (useful when Tiki installed tikiwiki: on a server with mod_security enabled for apache, which might catch some false tikiwiki: positives until rules are fine tuned). Commented out by default, like it was for tikiwiki: 404 already. tikiwiki: 03robertplummer * r38153 10/branches/8.x/ (4 files in 4 dirs): tikiwiki: [FIX] A few more permissions and layout fixes with draw tikiwiki: [FIX] Ensure that archived images can't be edited, and that they are updated in a wiki page, and that archive can be set to be viewed, but not automatically tikiwiki: [FIX] Removed document.location and back hacking, not needed anymore hi rodrigoprimo chealer: I saw your e-mail describing the problem with the new get_strings.php and 8.x chealer: just checking what is the status of it chealer: you know if that commit was reverted? chealer: I will check now and see if I understand what is going on tikiwiki: 03robertplummer * r38154 10/branches/8.x/ (templates/tiki-list_file_gallery.tpl tiki-edit_draw.php): [FIX] Perms again, changed from admin and view, to upload only does tiki contain a function that fetches the content of a page either from it's pagename or itemId ? look at the INCLUDE plugin and see what function it calls ricks99, I need a PHP function. I am writing some glueware Merbster: i mean, look at the php for the plugin and see which function and library it uses I could fetch it directly, but I think the code will be more robust against tiki upgrades if I use tikis built in functions to talk with the DB oh lol ok ricks99 good suggestion me too rodrigoprimo: yes, changi committed then reverted Q: does tiki have a survey module (can't find one in 6.x)? rodrigoprimo: well the status is we're waiting to have your input :-) or do i simply need to have a custom module with a lin k to my survey? chealer: I just wanted to check first if he had reverted or not chealer: checking now tikiwiki: 03sampaioprimo * r38155 10/trunk/lang/pt-br/language.php: fix pt-br strings chealer: I'm assuming those changes to language.php files were done using doc/devtools/release.php, correct? Is it safe to run this script for test purposes or it automatically commit stuff? rodrigoprimo: hum, I don't know... changi|ffa could answer that chealer: but he is far far away :P indeed :-S rodrigoprimo: there is a way to run release script without committing thanks marclaporte fiy, it is the --no-commit param s/fiy/fyi/ polom who's managing i18n.tiki.org? tikiwiki: 03sampaioprimo * r38156 10/branches/8.x/doc/devtools/release.php: update release.php script to match new get_strings.php behavior chealer: I have access to i18n.tiki.org server if that is what you mean rodrigoprimo: yes, thanks. could you please update the database? chealer: done rodrigoprimo: thanks. did you reproduce the issue with the release script? chealer: there is a cronjob to svn up and update the database in i18n.tiki.org. but automatically updating the database stopped working a few months ago. rodrigoprimo: aha. I seem to remember that problem from quite a few months ago :-P chealer: I don't know why it stopped working, not sure if it is a problem in the cronjob configuration or if something changed on installer/shell.php rodrigoprimo: no idea... you fixed it with installer/shell.php? chealer: yes, by calling it directly it works rodrigoprimo: there is a JavaScript issue on i18n.tiki.org (which persists). it seems to be caused by r37922. could you verify that locally reverting r37922 fixes (the warning at the bottom of pages)? chealer: checking now chealer: you were right brb chealer: after reverting r37922 the problem gregor reported is fixed chealer: lunch time bbl rodrigoprimo: thanks, could you just re-apply so I can show? (de-revert) chealer: done thank you RobertPlummer: do you see the fatal PHP error at the bottom of http://i18n.tiki.org ? chealer: Looking... What version is it on? (chealer ^) RobertPlummer: trunk (Dernière mise à jour depuis SVN (SVN pre-9): Vendredi 07 octobre 2011 09:04:55 BST- REV 38054) chealer: Do we know who the offender is? It looks like some js can't minify. RobertPlummer: we identified that reverting r37922 gets rid of the problem, but it's a little hard to debug that remotely. I'm not aware that this happens anywhere but on i18n.tiki.org ok, let me take a look. chealer, all I did was update JSMin.php. chealer: I wonder if it is an odd character issue. If you turn minify off, it'll go away. What we should do is find which file is the problem. It'll be a js file. RobertPlummer: I know In the stack trace: JSMin::minify('/*?? * ?? * Tab...') Is that just jargon? Or is that something trying to be minified? If you want to revert, thats fine. All I did was upgrade it and then add a timeout for minify. I believe the process was a bit faster with the new minify function in there, but that was about it. Took about 3 minutes to upgrade it. RobertPlummer: yeah, I see what you mean. I don't know what JS it's getting. May not be worth tracking down RobertPlummer: do you have an idea how we could practically debug this? I really don't know at this moment. I would print_r the files just before minify, then you'd find the one that is causing it. Then I'd print_r the $i of line number, and find which line is causing it in that doc, then fix it. But I have a feeling it is probably where we get translations from on js method "tr". Can someone tell me if this page works or asks to login? http://learn.ourwiki.net/tiki-pagehistory.php?page=Public+Drawings hi marclaporte i get "you are not logged in" tks, how about http://learn.ourwiki.net/Public+Drawings : do you see the "history" button? Seems like a strange WYSIWYCA bug tikiwiki: 03jean-lucnavarro * r38157 10/trunk/lib/wiki-plugins/wikiplugin_subscribegroup.php: [FIX] typo displyed > displayed tikiwiki: 03jean-lucnavarro * r38158 10/trunk/lang/fr/language.php: [TRA] more French translations + some corrections marclaporte: It asks about if I can log in. I must have miss-understood. marclaporte: I just checked permissions, I don't think you have anon allowed. Registered only. yes marclaporte , i see history button on http://learn.ourwiki.net/Public+Drawings tikiwiki: 03robertplummer * r38159 10/branches/8.x/tiki-edit_draw.php: [FIX] Ensure that image name is updated to user on save or rename OK RobertPlummer thanks anyway rodrigoprimo chealer: welcome chealer: let me know if you or changi|ffa discover more information about it and I will further investigate tikiwiki: 03sept_7 * r38160 10/trunk/doc/devtools/release.php: [FIX] cleanup some left over from Smarty3 transition yes rodrigoprimo, we'll pay more attention next time tikiwiki: 03sampaioprimo * r38161 10/trunk/ (8 files in 5 dirs): [MRG] Automatic merge, branches/8.x 38147 to 38159 tikiwiki: 03jonnybradley * r38162 10/branches/8.x/tiki-auto_save.php: [FIX] wysiwyg: disable_wysiwyg_html is sent as a string ('true' or 'false') from the ckeditor plugins, so 'false' was evaluating a true (and was causing html to be displayed on non-wiki objects - thanks Geoff) hmm, any idea what can it be ? using net2ftp i unzipped tiki zip on the server but the file sizes of all files are few bytes bigger than the same package on unzipped on my localhost ??? both systems are linux hmm, must be different FS or something ... i tried overwrite about.php and the result is the same after upload that single file via FTP luciash: sounds like line-ends being converted (i.e. it's using windows line-ends?) luciash: the sizes on disk or the actual sizes? tikiwiki: 03chealer * r38163 10/trunk/_htaccess: [FIX] _htaccess: Merge went crazy in r38161 tikiwiki: 03robertplummer * r38164 10/branches/8.x/lib/wiki-plugins/wikiplugin_draw.php: [FIX] Permissions change from admin to upload tikiwiki: 03jonnybradley * r38165 10/branches/8.x/lib/core/Tracker/Field/JsCalendar.php: [FIX] tracker - jscalendar field: require jquery_ui properly (thanks chealer, a while ago!) jonnyb: ah, that looks good. thanks hmm... can jquery_ui really be considered optional? np chealer :) i did enjoy the comment about making CSS optional :P chealer: might it be an idea to sync the contents of _htaccess in trunk and 8.x to avoid merge pain? the changes in trunk are just documentation fixes aren't they? tikiwiki: 03jonnybradley * r38166 10/trunk/ (4 files in 3 dirs): [MRG] Automatic merge, branches/8.x 38159 to 38165 jonnyb: it could be done, but I don't see much point. mostly that and reordering (in general, it's almost just clarifications and some documentation fixes) chealer: just it looks like merging had gone wrong twice on that file... I agree feature_jquery_ui sounds a lot like feature_ajax, feature_xajax, feature_jquery and "feature_css" to me i know some people want feature_jquery_ui off for "normal" pages to speed up loading jonnyb: yeah, well I kind of made an error once (didn't realize I was making a merge more difficult), but I'm done with _htaccess for now. the last commit on 8.x was just on the wrong branch ah ok, let's hope it holds (just did a merge and it was ok) I guess if feature_jquery_ui is just for "normal" pages we have another preferences semantic issue jonnyb, chealer: maybe it is just filezilla showing the remote sizes wrongly... as far as the tiki will work fine, i don't care ;) actually only some files like INSTALL and README and _htaccess show correct sizes on both locations... maybe it is something with ASCII vs BINARY too i am building new collaborative site from scratch on tiki... should i go with LTS, Tiki 7 or bleeding edge ? LTS is very stable and i know most of it... i don't know if i should risk learning and fixing all what awaits me broken in 7 or 8 :-p the site should be launched soon, not in a half a year later ;) but Tiki 6 is missing some cool features indeed it's a tough call luciash - but we could do with your help in 8.x for sure! :) yep yep, it' a very peculiar question maybe i could start and launch with Tiki 6 and develop new beta version of the site in the background on 8 luciash: If you need support for non-english languages, I would go with 8.x espacially if you plan to use WYSIWYG it should be wiki centric site, wysiwyg will be probably not needed but yes, it will be non-english primary lang but 6 LTS does pretty well with non-english arildb: why do you mention that ? luciash: pre 8.x won't handle non-english page names properly. Trying to link to them doesn't work (when resaving in WYSIWYG) well, we will probably prefer SEO friendly page names instead of those with diacritical marks and wovels like prazsky-hrad instead of Pražský+hrad (Prague castle) and linking friendly ;) ok, bye for now - more tomorrow tikiwiki: 03jonnybradley * r38167 10/branches/8.x/tiki-auto_save.php: [FIX] wysiwyg: disable_wysiwyg_html is sometimes sent as an empty string too... tikiwiki: 03robertplummer * r38168 10/branches/8.x/lib/ (codemirror_tiki/codemirror_tiki.js tiki-js.js): [FIX] Odd behavior with inserting text into syntaxhighlighter/codemirror, seems to mimic textarea inserting very well now RobertPlummer: does that fix insertion of external links ( http://dev.tiki.org/Web-based+source+code+editor#Feedback_from_7.x_experimental )? chealer: I'm pretty sure. chealer: I could reproduce the problem before that update very easy. Now I haven't been able to. tikiwiki: 03robertplummer * r38169 10/trunk/ (8 files in 3 dirs): [NEW] Added base files for upcoming feature "universal reports", needed to start tracking my progress and refine. Nothing to show at this point, just getting logic in there for creating reports. Hi, in 8.x I have a search module in the top bar. When I point the mouse to the search button, a help text pops up. Where do I disable this popup? yay, works for me! thanks, crossed out the item RobertPlummer: I re-enabled CodeMirror to test the fix, and now I get a new JavaScript error when using apparently any tool (such as bold): http://paste.debian.net/135774/ RobertPlummer: do you get that? Ajax auto-save is disabled. apparently just modifying the text causes the error. that makes CodeMirror unusable (in this condition) chealer: Thanks so much for looking, I'm looking right now. chealer: What browser, is minify on? Is cache cleared? chealer: What steps are you taking to produce, I'm having trouble reproducing. RobertPlummer: Iceweasel (Firefox) 7... yes.. RobertPlummer: I get it on http://ido.ath.cx:8080/tiki/8.x/tiki-editpage.php?page=SamplePageB RobertPlummer: ...Minify JavaScript is disabled, there are no errors on page load... RobertPlummer: ...and clearing cache doesn't help. tikiwiki: 03robertplummer * r38170 10/branches/8.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Detect if auto_save exists and then use, don't assume chealer, svn up RobertPlummer: seems you have a missing opening bracket in r38170 RobertPlummer: "missing } after property list" tikiwiki: 03robertplummer * r38171 10/branches/8.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Missing bracket chealer: Sorry, svn up again chealer: Man, I can't believe I got bitten by that one! Hi RobertPlummer. Got the email about "universal reports". I find that a name like "universal" rarely fits the "object" it describes. Did you consider other names? arildb: Yes, they are universal. arildb: You give it a definition and it builds the report creation process for you. RobertPlummer: now it's the test that fails when autosave is disabled: "auto_save is not defined" It is just a definition reader and manager. on "if (auto_save) { " chealer: Fixing, I needed to put window.auto_save RobertPlummer: So, it's a report builder arildb: Yes, but that is just one side of it. arildb: The reports will be savable, editable, and viewable. joinable too tikiwiki: 03robertplummer * r38172 10/branches/8.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] added window to var to ensure it can be checked for existence. chealer: svn up again. RobertPlummer: OK. If you are happy with it. Personally I am not really fond of "universal" or other This-does-everything names. It rarely does. arildb: It is tiki, change it if you like. It was decided not by me, but Nelson and other admins. arildb: It does though make TIki sound more appealing ;) RobertPlummer: thanks, that fixed it. chealer: Woohoo! RobertPlummer: now the Page break tool is working :-) chealer: How do you find the text editing abilities? chealer: Please give me a woohoo on the mailing list so we can get it as standard feature out of experimental. RobertPlummer: It sounds like you have had a naming process. So, this is probably a concensus name. To me the name "universial" tends to have a negative sound. and perhaps on by default if not already. arildb: A rose by any other name.... RobertPlummer: universal it is arildb: :). Seriously, if you think there is a better name for it that is fine, and I'm open to change it, this is a funded and experimental project anyway. RobertPlummer: I never used it much. I'm re-testing it now chealer: You-da-man chealer: The better you break it, the better we'll make it. guys I have a question 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! my tiki wiki always times out sylvieg: You around? i always need to log in every 1 minute what's the problem ? koukou: Sounds like you have logout time set very short. koukou: Or the user is being logged out upon login. how can i change that ? all users not only me how and where i can change that? RobertPlummer: seems to work pretty well. it seems it doesn't understand ~np~ (it highlights content anyway). I'll keep it enabled on my 8.x. chealer: I will look into that issue, can you give me a thumbs up on dev list? plz help koukou: What version you on? koukou: which version of Tiki are you using? v 2.2 old version it was working fine before , i dunno what happened RobertPlummer: could you try cleaning up http://dev.tiki.org/Web-based+source+code+editor#Feedback_from_7.x_experimental ? so we have a clear place to report bugs. koukou: what is your server? unix linux server koukou: Have you thought about upgrading? I did RobertPlummer: I have another issue that strangely appears to be specific to CodeMirror. the body of the CODE plugin doesn't show in the plugin dialog but no time now i am working on different projects koukou: Would be easier for us to know what is wrong. chealer: Yea, I'm working on that one right now. koukou: are you the server's sysadmin? no but i have admin user and password OK RobertPlummer tikiwiki: 03robertplummer * r38173 10/branches/8.x/lib/codemirror_tiki/mode/tiki/ (tiki.css tiki.js): [FIX] Added np to be detected koukou: make sure the PHP sessions expiral is set to a sufficiently long time (see http://ca3.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime ) I will take a look thanks RobertPlummer, np seems fine now chealer: Thank you tikiwiki: 03jean-lucnavarro * r38174 10/trunk/lib/rating/formula/ArticleInfo.php: [FIX] typo error on tra() expression Can i do that thourgh the Admin session on the website ? Admin page ? or no ? koukou: You need to check the php.ini file in the file system ok I am downloding Putty to SHH to it SSH ok I am in kmous@TIKIWIKI: how do I proceed ? koukou: Read the link chealer gave you previously. There you will find the parameter(s) to search for and more explanations yea but how can i get to php.ini koukou: Normally that is in the PHP install folder, but it may be located another place koukou: I am using Windows. Maybe different on Linux oh when I do LS i get nothing should i do CD somewhere ? koukou: I guess. Try to find out where PHP is installed, or where php.ini is normally located on Linux. That's where you want to go i dunno where is it located i am at the root of my tikiwiki now so i dunno how to go from there koukou: nor do I, but I am sure you can find out if you look around a bit should i cd .. ok I will do a search i am not a sysadmin but i am trying :) koukou: you might have a change rooted envionment and maybe you are not allowed to become root or superuser. try "sudo", "su" or "sudo su -" i can access to find out who you are type "whoami" and to locate your php.ini do: "find / -name php.ini -print" it says permission denied when i search i dont have passowrd for SU yup you have to be root my admin password does not work for SU if you are not a sudo/su type "sudo find / -name php.ini -print" then you cannot change php.ini anywa. *anyway i found it etc\php5\php.ini etc\php5\apache2\php.ini how do i open it now ? now you should use nano (terminal editor) or something like this but be careful what you ar doing you can screw a lot ;-) googlefor php.ini and ur os (in my case it is ubuntu) lol i open it i can see the content now did u use nano yes y takes me to nexct page ? ^Y so shift + o is writing to file after changing and shift + x is exit cursor to navigate - mouse is useless here ;-) lol so what should i look for now ? time execution ? limit ? or what lol chealer postet a link. there should be the according php.init value session gc maxlifetime = 1440 it is correct I have no glue for that. but eg "max_execution_time = 60" sets the time a scrip may run to 60 sec *php script so I would assume tha your mlifetim f. a session is 1440 sec yes simply add a 0 at the end and it should life 10 times longer is live correct here? grammar not my strength ;-) lol it should last lol it is all good i dont see max-excution_time where did u get this from ? :P or that was an example typo max_excecution_time does that exist ? with my php.ini = yes is ti session.max_execution_time ? is it ? is it under Session ? dont know all the settings r correct are Thank you :) it something else i guess did you restarted your webserver/server? after changing the value koukou: max_execution_time is just max_execution_time, not under session koukou: do you know about Remember me? tikiwiki: 03robertplummer * r38175 10/branches/8.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Made sure that code and html modes work fine chealer: Can you check and confirm with latest revision for code/html plugins? RobertPlummer: with pleasure RobertPlummer: ooh, I see why it was only broken with CodeMirror now :-) chealer: Yea, no mode defined. chealer: There is still some goodness to get working in there, but will wait till trunk. I mean, I didn't realize CodeMirror highlighted the code textarea, but it makes a lot of sense :-) chealer: Yea, it is fully integrated. RobertPlummer: hum, that doesn't work very well. I'm still working on http://ido.ath.cx:8080/tiki/8.x/tiki-editpage.php?page=SamplePageB RobertPlummer: if you simply look at the page, there is no highlighting. there's a JavaScript warning "No mode clike found, falling back to plain text." yet I selected php plain (colors="php plain") chealer, sorry about that. I got booted I guess. RobertPlummer: "booted" :-? anyway, you see the log? chealer: yea I changed my vpn and it killed my connection. chealer: I see it chealer: I think that a few of the switches for modes are broken because they are dependant on others. chealer: The depandancy mangement would need to be created. RobertPlummer: OK. yeah...I hate my VPN, I can't do much on it (no IRC) RobertPlummer: hum, what do you mean? the Colors parameter depends on something? chealer: Yes, it is quite convoluted, you can code it if you want ;) chealer: php for instance is can be mixed, and needs to download about 4 js files and their css. They must all be downloaded before codemirror starts up. chealer: Otherwise we'd need to add about 20+ js files + css files to tiki. RobertPlummer: oh, OK, I didn't understand what "switches for modes" meant no way I'm doing that. right RobertPlummer: well, besides that problem, which is pretty much just a lack of highlighting and therefore not a regression, there's the problem that replacing doesn't seem to work chealer: explain. RobertPlummer: hum, it's more than that. insertion is partly broken too. if I insert a CODE call and simply enter "Hello" as body, I get just "{code }" chealer, checking so the body is ignored. not sure in which cases it works I got it to take 2 lines of PHP earlier chealer: I don't think that has to do with codemirror. chealer: I think that is something broken with the plugin parser. chealer: On js side I mean. RobertPlummer: I hadn't verified, but it seems to work when CodeMirror is disabled RobertPlummer: do you get the issue with CodeMirror disabled? chealer: I can look at the items that are sent to codemirror (syntax highilighter) to be replaced, and those values are replaced ok. chealer: Perhaps the detection process it to early, or perhaps there is some new replacement methods used later on? RobertPlummer: I don't know editor internals enough to tell bbl chealer: Looks like it does work fine without it. chealer: Someone must have changed how the plugin interact with textareas. chealer: Seeing if I can find a quick fix. When using pretty trackers, can I display multiple language versions of multilingual tracker fields at the same time? ok, looks like cannot from my reading of the code tikiwiki: 03jonnybradley * r38176 10/trunk/ (6 files in 4 dirs): [MRG] Automatic merge, branches/8.x 38165 to 38175 New Forum Posts: Plugins in Wiki Handlers - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42452 polom tikiwiki: 03nkoth * r38177 10/branches/8.x/lib/core/Tracker/Field/ItemsList.php: [FIX] Items list field using ID method not working tikiwiki: 03oeversetten * r38178 10/branches/8.x/lang/nds/ (index.php language.php): [tra] Low German progress fabricius: polom tikiwiki: 03nkoth * r38179 10/branches/8.x/lib/core/Tracker/Field/ItemLink.php: tikiwiki: [FIX] If there is more then one item in the linked tracker with the same label tikiwiki: to choose from, it is better to show the itemId to distinguish them as opposed tikiwiki: to simply not showing some which can lead to unintended data corruption marclaporte I recently fixed some timezone things for bernard but that was for IE not for Chrome r36133 (not sure if this is related) sorry, should be r36144 hey marclaporte - finally you got it so you see, it is not error40 I like the "Anything Slider" pretty much; but Plugin Slider ( new in 8 ! ) is not yet fully working