samu89: joined #tikiwiki
hello guys
joined #tikiwiki fabricius: joined #tikiwiki leagris: Hello
Yaya at least found bug and patch for smarty_security incompatibility with tiki_cdn and tiki_multidomain
It was exactly as guessed. The tiki version of smarty_security class, did not initialize a trusted_url array. So did I add this as a patch Anzhe: joined #tikiwiki Tiki|bot: Recent Bug: - smarty_security and tiki_cdn cause Icons missing when using own content delivery network - http://dev.tiki.org/item4604 leagris: and voila, submitted a patch within Bug item4604 for smarty_security and tiki_cdn incompatiblity Tiki|bot: Recent Bug: - smarty_security and tiki_cdn cause Icons missing when using own content delivery network - http://dev.tiki.org/item4605 goj_killedByISP: joined #tikiwiki Anzhe: joined #tikiwiki Tiki|bot: New Forum Posts: multitiki setup security - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=48167 chibaguy: joined #tikiwiki Anzhe: here's a REALLY stupid question: how does a user change their tikiwiki language setting?
my puny brain is unable to find the correct menu with this option
ah HA, "display My Tiki in the application menu" provides me with the link I need leagris: Hello
Please someone would review a proposed patch for this issue? http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4604
I am not that confortable with tiki code base and style. Though the patch solved the issue for me. I expect it to be the right way to fix it.
I tryed to svn commit my patch but get thrown awy by "svn: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/p/tikiwiki/code/!svn/me'" fabricius: joined #tikiwiki jonnyb: joined #tikiwiki redflo: joined #tikiwiki Tiki|bot: joined #tikiwiki leagris: Hello refizul are you around? GillesM: joined #tikiwiki SkiNut: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki chibaguy: joined #tikiwiki rodrigoprimo: joined #tikiwiki amette: joined #tikiwiki arildb: joined #tikiwiki SkiNut: joined #tikiwiki
joined #tikiwiki arildb: Hi jonnyb jonnyb: hi arildb arildb: I just thought of anotherpossible issue with inline editing: flagged revisions ... will/can that work properly? jonnyb: just looking at how to get the whole page to save if you're just editing a p or a div within the page-data div
hmm, never used them - no idea
i'd guess (hope) it's all taken care of inside update_page arildb: sounds good. Flagged revisions is one thing to check.
The AJAX implementation may change some functionality (to the better). jonnyb: i have a bunch of changes to commit here - are you in the middle of edits? arildb: I don't know about savng sections. It works in wiki mode, so it should be possible jonnyb: i've just broken saving... :) arildb: no, I am waiting for your input next
Broken saving...I did that many times! jonnyb: yes, action edit is a bit different - it uses header tags to break up the page, whereas this (currently) uses elements, so each h1, p, ul, div etc has it's own little editor
as seen here: http://ckeditor.com/demo#inline arildb: Yes, I have seen that one jonnyb: i'm renamed the tikiinline plugin to inlinesave too... arildb: that's fine jonnyb: these things are so hard to rename later :P arildb: yes lphuberdeau: joined #tikiwiki SkiNut: joined #tikiwiki luciash: beep
i mean, polom :) jonnyb: beep beep luciash Tiki-KGB: tikiwiki 03jonnybradley r46784 10branches/experimental/ckeditor4/tiki-auto_save.php
tikiwiki [FIX] Use page is_html property when saving as it could be either
tikiwiki 03jonnybradley r46785 10branches/ 10(5 files in 4 dirs)
tikiwiki [MOD] rename tikiinline to inlinesave for consistency
tikiwiki [ENH] Create an inline editor for each top level element inside #page=data and change ajax inline_save to collect the whole page (some issues with ul - no toolbars and don't get saved) jonnyb: hey arildb - i have to go out for a while, have committed most of my stuff now arildb: jonnyb: I will take a look at it as soon as I can. Thanks jonnyb: save sort of working except for UL list elements (for some reason), and inline close is a bit broken - have a half working fix for it - more later arildb: ok jonnyb: bbl leagris: please someone with commit right can review my patch for http://dev.tiki.org/item4604?show=view ?
I can not svn commit because server error 500
svn: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/p/tikiwiki/code/!svn/me' arildb: leagris: did you connect using http or https?
You will need to use https to commit, I believe leagris: mm will check this
was https already lphuberdeau: what does svn info say?
(sometime just retying a few minutes later also works with sourceforge) leagris: URL: https://svn.code.sf.net/p/tikiwiki/code/branches/11.x
Repository Root: https://svn.code.sf.net/p/tikiwiki/code
Repository UUID: b456876b-0849-0410-b77d-98878d47e9d5
I try this since this early morning (Europe mean serveral hours) marclaporte: joined #tikiwiki dhazel: joined #tikiwiki Tiki-KGB: tikiwiki 03arildb r46786 10branches/ 10experimental/ckeditor4/lib/ckeditor_tiki/plugins/inlinecancel/plugin.js 10experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] Kill all instances of the editor when terminating inline editing.
tikiwiki 03arildb r46787 10branches/experimental/ckeditor4/lib/ckeditor_tiki/plugins/inlinecancel/plugin.js
tikiwiki [FIX] Cascade contenteditable=false to all sub nodes on inline cancel chibaguy: joined #tikiwiki armanm89: Hi, I need a help with sending html messages in tikiwiki. Is this feauture available? Or how can it be done using .tpl files? fabricius: joined #tikiwiki jonnyb: joined #tikiwiki
repolom arildb: hi jonnyb
I did a fix to the inline close functions. Didn't get a menu, so I didn't test the inlinecancel plugin jonnyb: just reviewing your commits arildb
does this forEach loop work for you? it's not a js term i'm familiar with... (and causes an error in firefox for me)
arildb: and i don't really agree that the cancel button should actually do that (anyway) amette: polom arildb: jonnyb: it seemed to work here. Please change it, if you have a different idea jonnyb: surely that should put the text back to how it was and just close that editor? -: amette 's irssiproxy always disconnects - annoying amette: anyone knows, if it's possible to filter for more than just one object type when searching? jonnyb: strange - are you sure? forEach (with a capital E) doesn't seem to be found anywhere in the js references i can find
hi amette amette: heya jonnyb :) arildb: jonnyb: let me check again jonnyb: yes, you just need to ouse AND instead of OR in the filter (no interface for it at the moment)
ouse/use arildb: jonnyb: inadequate testing on my side. error here too amette: ah, ok, that doesn't sound too bad - thanks jonnyb :) jonnyb: or the other way round amette... amette: yeah?
ah, right, I see jonnyb: amette: hang on... amette: ok jonnyb: like: tiki-searchindex.php?filter~content=foo&filter~type=wiki+page+OR+trackeritem
maybe (don't have a tiki with any good data to test here) amette: oooh, like that... let me test jonnyb: arildb: we need some other "inline enable/disable" toggle switch which does this client-side (with a check for if anything needs saving) - then inline cancel should just close the editor, i reckon arildb: yes, only closes at the moment yes. Your suggestion sounds fine jonnyb: ok, i'll have a hack at it here - and try and get <ul> lists to behave too amette: hmmm, nope, getting zero results then
I'll investigate - good to know it is theoretically possible jonnyb: amette: it might be the space in 'wiki page' messing it up - try some single word types amette: jonnyb: nope, tried with article+OR+file - which both are available with the search term, but still an empty list
looks like one needs an array instead of the OR...
function filterType($types)
{
if (is_array($types)) {
woops, sorry, should have gone on one line
so how to pass an array via URL parameters?
I tried with putting filter~type=foo twice, but then it only takes the second one jonnyb: that was what i was going to suggest... try comma separated?
or like... filter~type[]=foo&filter~type[]=bar ricks99: joined #tikiwiki amette: jonnyb: that's the one!! :)
with the type[] jonnyb: :)
might work with filter~type~=foo too? (doesn't need escaping) amette: brilliant, cheers mate!! Now I can go meet me mates for some sun rays in the park and gonna finish the rest in an hour or so - thanks :)
been thinking about that, too! *nod*
lemme try
oh, look, after pagination it is smart enough to keep the filters and expands the url to read &filter[type][0]=file&filter[type][1]=article
so there's really just a bit of interface missing jonnyb: would be nice with Chosen on too - should just mean changing the input type to multiple amette: with &filter~type~=file&filter~type~=article it only finds the second type (articles) again
yup, multiple or check boxes or such
ok, bbl - hour of sun, then hour of work, then yoyo meeting... stressful evening... ;)
thanks again jonnyb - see you later!! jonnyb: have fun! :) amette: thnx :) chibaguy: joined #tikiwiki Tiki|bot: New Forum Posts: Defining Friends in Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48173 marclaporte: joined #tikiwiki aalex_: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46788 10branches/experimental/ckeditor4/lib/ckeditor_tiki/plugins/inlinecancel/plugin.js
tikiwiki [MOD] Change the way the cancel button works - restore the original html and close the editor (allowing it to be re-opened)
tikiwiki 03jonnybradley r46789 10branches/experimental/ckeditor4/lib/ckeditor_tiki/plugins/inlinesave/plugin.js
tikiwiki [MOD] Close the editor after saving chibaguy: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r46790 10branches/experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] Wrap lists in a div so they can be edited (and join several bits of js together)
tikiwiki 03jonnybradley r46791 10branches/experimental/ckeditor4/styles/layout/design.css
tikiwiki [CSS] Make inline elements border only appear on hover and be a little more subtle
tikiwiki 03jonnybradley r46792 10branches/experimental/ckeditor4/lib/ckeditor_tiki/plugins/inlinesave/plugin.js
tikiwiki [FIX] Make save button animations work - needs to be on a per-editor basis as the plugin is shared between many (needs fixing in other plugins too)
tikiwiki 03jonnybradley r46793 10branches/11.x/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] wysiwyg: Use correct format tags for html or wiki
tikiwiki 03jonnybradley r46794 10trunk/lib/ckeditor_tiki/wysiwyglib.php 10trunk 10trunk/styles/utopias.css
tikiwiki [MRG] Automatic merge, branches/11.x 46772 to 46793
tikiwiki 03lphuberdeau r46796 10trunk/ 10(18 files in 10 dirs)
tikiwiki [NEW] Adding MySQL FULLTEXT engine to unified search (don't expect good results)
tikiwiki 03jonnybradley r46797 10branches/experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [ENH] toolbars: Use tiki-defined toolbars inline and remove irrelevant tools from headings. More tuning to be done... (and format_tags needs fixing)
tikiwiki 03jonnybradley r46798 10branches/experimental/ckeditor4/lib/smarty_tiki/function.toolbars.php
tikiwiki [FIX] toolbars: Obey $params['switcheditor'] == 'n' so switch editor tool can be hidden for inline editing
tikiwiki 03jonnybradley r46799 10branches/ 10(15 files in 14 dirs)
tikiwiki [MRG] Automatic merge, trunk 46769 to 46796
tikiwiki 03jonnybradley r46800 10branches/experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] toolbars: Restore inlinesave and cancel buttons Tiki|bot: New Forum Posts: Tracker Overwrite Parameter - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48180 jonnyb: more tomorrow, bye bye all RobertR: joined #tikiwiki
Hey All rodrigoprimo: joined #tikiwiki ricks99: Q: In Tiki9LTS, using Tiki messges... when logged in as admin and creating a message, the To: field will autocomplete users. But when Registered user, no autocomplete. Any ideas where to look to fix? RobertR: I beleive there is an "autocomplete" check box somewhere for that
Can't remember where though :) ricks99: y. working for admin user but not reg. can't figure out why RobertR: Just a moment...let me look ricks99: no autocomplete perm (afaik) rodrigoprimo: joined #tikiwiki ricks99: autocomplete for pages works (in search module for example). but not messages :( RobertR: This is a long shot but check the default sttings for users in the message admin....perhaps the option "Users accept internal messages by default" must be checked to allow Registered to pull up other users ricks99: already checked that. :(
the reg user sees the spinner, but typing in the TO: field never displays any matches RobertR: I'm stumped then...doesn't take much these days ricks99: lol
thanks for trying RobertR: no problem..thats what it's al about rodrigoprimo: joined #tikiwiki TomJarvis: joined #tikiwiki RobertR: Hey Tom TomJarvis: Hi RobertR
ricks99: Do your users have tiki_p_list_users? ricks99: ahhhhhhhh
checking
TomJarvis: they do now!
YOU ROCK -: ricks99 knew it was a perm setting somewhere... :) marclaporte: TomJarvis has a lot of good answers on the forums ricks99: +1 rodrigoprimo: joined #tikiwiki Jyhem_: Polom
Do we have an example URL rewrirte rules for nginx ? Tiki-KGB: tikiwiki 03arildb r46801 10branches/experimental/ckeditor4/templates/tiki-page_bar.tpl
tikiwiki [FIX] Inline edit command must be visible like regular edit for flagged revisions Jyhem_: Hmm, not sure https://doc.tiki.org/Nginx-php-fpm has SEFURL rules in it RobertR: Anyone have an idea on how to pass a "country selector" tracker item to a datachannel?
I get the selected value to show up properly on the web page and listed as the appropriate value
but the value passed is blank Tiki-KGB: tikiwiki 03lphuberdeau r46802 10trunk/lib/ 10(6 files in 3 dirs)
tikiwiki [ENH] Additional test suites covering the mysql engine rodrigoprimo: joined #tikiwiki lphuberdeau: jyhem, *.tiki.org runs nginx, but I can't see anything about route.php in the configuration files - and rewrite rules work Jyhem_: lphuberdeau: I meant the rules from back before route.php (for Tiki9) lphuberdeau: oh, I don't think those were ever written Jyhem_: Or can route.php be copied on Tiki9 and work? Sounds unlikely, but let's still ask :) lphuberdeau: technically yes, but you will run into issues
because tiki generates dirty urls and many of those have been fixed in 11
what's the problem with apache anyway? Jyhem_: All I find are references to people who got them running seemignly without enough issues to make it worth sharing them
ohh, not just the urls with "+" but also those with http://domain/page&foo=bar you mean ? lphuberdeau: yes Jyhem_: I have no problem with apache. I use apache but the client uses nginx and he asks how to do SEFURL on Tiki9 on nginx. Switch back to apache is not really appropriate :)
Thanks lph, understood, i think.
RobertR: yes, can be done, let me look at my notes RobertR: Jyhem: Thx! Jyhem_: RobertR: found them: https://doc.tiki.org/Data+Channels rodrigoprimo: joined #tikiwiki Jyhem_: One of the examples actually shows a case with a country field RobertR: Jyhem: Thx, looking now Jyhem_: The trick is, the way to pass data is not the same for "text" style input and "drop-down" style input. And country selector is a drop-down rodrigoprimo: joined #tikiwiki RobertR: I should've looked again at the Docs...you updated then recently. Thx again Jyhem_: np RobertR: Jyhem: Does the binding occur at the time of submission? I mean I'm using firebug to examine the html and the field still isn't getting assigned. Jyhem_: I'd say the jQuery sets it on 'change'
Are you following 1.1. or 2.3. ? RobertR: When I run it the value for "Country" was "Country". I don't understand your ? about following
Let me chk my coding
Jyhem: looks like I broke the server - tiki-admingroups.php and tiki-adminusers.php throw a 500 error
Jyhem: I have to check the logs Jyhem_: I meant following instructions in sections 1.1. or 2.3. of https://doc.tiki.org/Data+Channels -: Jyhem_ needs to go to sleep now, sorry RobertR: Good Night
Sec 2.3
Thx for pointing me in the right direction Tiki-KGB: tikiwiki 03arildb r46804 10branches/experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] inline editor shutdown marclaporte: Jyhem_: for which version of Tiki? Telesight: joined #tikiwiki marclaporte: Jyhem_: for which version of Tiki? (rewriteRules of NGinx) MichaelC: joined #tikiwiki marclaporte: Jyhem_: never mind, I see LP told you that Tiki 9 and 11 are quite different in this respect RobertR: Take care all Tiki-KGB: tikiwiki 03lphuberdeau r46807 10trunk/lib/core/Search/ 10MySql/HighlightHelper.php 10MySql/Table.php 10MySql/Index.php
tikiwiki [ENH] Explicitly select the scoring field Jyhem_: marclaporte: thanks but I went through it with LPH. It's a Tiki9 and they need to figure out how to write the nginx rules.
With luck, I can ask for them :) redflo: joined #tikiwiki leagris: Hello, bonjour
marclaporte if you are reading. I submit you these proposed changes about a compatibility issue between tiki_cdn and smarty_security because you investigated and answered about it on the user mailing list. Here it is (I don't have commit rights): http://dev.tiki.org/item4604 Tiki|bot: New Forum Posts: 11.0 shows HTML tags in blog posts - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=48182