Tiki|bot: joined #tikiwiki
marclaporte: joined #tikiwiki
joined #tikiwiki
luatdo: joined #tikiwiki
Tiki|bot: New Forum Posts: Suche Tiki-Experte für neues Projekt - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=45547
goj_killedByISP: joined #tikiwiki
sandroandrade: joined #tikiwiki
Tiki-KGB: tikiwiki 03marclaporte r43779 10branches/10.x/templates/tiki-admingroups.tpl
tikiwiki It's a good idea to list group home pages on groups page, but only when feature is activated
tikiwiki 03marclaporte r43780 10branches/10.x/templates/tiki-admingroups.tpl
tikiwiki Making it impossible to remove a user from the Registered group, like elsewhere in the interface ref: https://dev.tiki.org/Permission+inheritance
tikiwiki 03marclaporte r43781 10branches/10.x/templates/tiki-admingroups.tpl
tikiwiki Since all users are part of the Registered group, hiding a bunch of settings that don't make sense here (ex: User can assign to the group himself ) ref: https://dev.tiki.org/Permission+inheritance
tikiwiki 03marclaporte r43782 10branches/10.x/templates/tiki-admingroups.tpl
tikiwiki Anonymous users has no list, and thus, nothing to manage ref: https://dev.tiki.org/Permission+inheritance
arildb: joined #tikiwiki
EO_: How do you tell Tiki to use a specific Content-Type and Content-Encoding when displaying a certain file extension from the file gallery?
Specifically I'm trying to display .sgvz files
sandroandrade: joined #tikiwiki
joined #tikiwiki
arildb: EO_: The content types are set by rules. The rule for the .sgvz file is probably missing. Whats the mime type?
EO_: Which version of Tiki are you using?
and ...what are .sgvz files anyway?
creativetux: compressed .sgv files
EO_ from my experience I dont think PHP GD supports them, ImageMagick extension for PHP does but you need the latest version
EO_: hrm, so given the difficulty I gave up on .sgvz and tried to use .sgv instead
sadly {img attId="1" height="100"} doesn't work! since the sgv file is expanded in-line with the HTML (SGV is an XML format) and the size data is discarded from my request. grrr.
(the image shows though, just at the wrong size)
is there some way to disable in-lining of the image contents and just let it be a regular <img src=""> reference?
that would scale things properly.
arildb: EO_: Maybe file a bug report at dev.tiki.org. Include a sample file.
creativetux: EO_ on the rendered page if you select that area, right click and view source, what does the <img show ?
EO_: creativetux: there is no <img, sec
https://www.hamwan.org/t/tiki-index.php?page=Electrical+Network+Tolerance+Analysis&structure=HamWAN
see the oversized circuit?
<div type="image/svg+xml" alt="Image" class="svgImage pluginImg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="330.273424258" height="1000.0">
<desc>Created by CircuitLab https://www.circuitlab.com/</desc><g transform="matrix(3.125,0,0,3.125,-7072.07032574,-2987.5)">
<path style="stroke-linejoin: round;" fill="#000000" stroke="#000000" d="M0,50L12,36L19.333333333333332,36Z" stroke-width="2" stroke-linejoin="round" transform="translate(2275,1225)"></path>
<path style="stroke-linejoin: round;" fill="#000000" stroke="#000000" d="M0,50L12,36L19.333333333333332,36Z" stroke-width="2" stroke-linejoin="round" transform="translate(2275,950)"></path>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,21.87499L25,0" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1025)"></path>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,78.12502L25,100" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1025)"></path>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,21.87499L14.062504,26.56249L35.937495,35.93748L14.062504,45.31248L35.937495,54.68752L14.062504,64.06252L35.937495,73.43752L25,78.12502" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1025)"></path>
<text style="font-family: Arial; font-weight: bold; font-size: 16px; text-anchor: start;" x="0" y="0" text-anchor="start" stroke="none" fill="#000000" transform="translate(2293.75,1075)">
<tspan dy="-2.3999999999999995">R1</tspan>
<tspan dy="19.2" x="0">1k±5% .</tspan>
</text>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,21.87499L25,0" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1150)"></path>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,78.12502L25,100" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1150)"></path>
<path style="stroke-linecap: round; stroke-miterlimit: 6;" fill="none" stroke="#000000" d="M25,21.87499L14.062504,26.56249L35.937495,35.93748L14.062504,45.31248L35.937495,54.68752L14.062504,64.06252L35.937495,73.43752L25,78.12502" stroke-width="2" stroke-linecap="round" stroke-miterlimit="6" transform="translate(2250,1150)"></path>
creativetux: ah you get a <div type with the svg
Oh HAM radio, I'm doing my Foundation at the moment :)
EO_: christ, sorry, am I back?
himanshu: joined #tikiwiki
creativetux: Oh HAM radio, I'm doing my Foundation at the moment :)
-: EO_ tried to copy ONE line of HTML, and got the whole contents instead :/
creativetux: I shall have to grab latest tiki code and investigate but I guess its not got anything to handle svg attachments correctly
EO_: creativetux: if I omit the height="100" from {img attId="1"} then I get a proper <img src=... tag
but then of course the image is too large
-: EO_ can hack it with {HTML but man that's cumbersome
creativetux: as a quick fix given how its being used, I'd convert them to png or jpg
EO_: rasterized is exactly what I don't want :P
creativetux: converted properly at 100px high you wouldn't notice the difference
EO_: until someone zooms in on the page
creativetux: :)
EO_: hrm, it's too bad you can't express image height in "em"
"make this image 12 text lines tall, plz"
himanshu: plz help me to how to make mini calendar in tiki
EO_: ooo CSS to the resuce
{HTML(wiki="0")}<img src="tiki-download_wiki_attachment.php?attId=1" style="height: 10em;" />{HTML}
TEEHEEE
himanshu: RobertPlummer : plz help me to how to make mini calendar in tiki
EO_: and of course, that CSS trick works in all browsers except IE
http://caniuse.com/#feat=svg-img <-- and it's a known bug
himanshu: plz help me to how to make mini calendar in tiki
creativetux: what kind of mini calendar? the calendar feature?
dennmans: joined #tikiwiki
himanshu: creativetux: i want to put mini calendar in profile page
creativetux: i want to make profile page se like see this link --http://shawnadler.com/tiki-index.php?page=Social+Networking+Private+Profile+Page in this page i want to make to put mini calender this page link--tiki-calendar.php but in this link when i use it is look like big calender i want to put calendar in small size
redflo: joined #tikiwiki
Bsfez: joined #tikiwiki
Tiki|bot: joined #tikiwiki
himanshu: joined #tikiwiki
plz help me i want to make profile page se like see this link --http://shawnadler.com/tiki-index.php?page=Social+Networking+Private+Profile+Page in this page i want to make to put mini calender this page link--tiki-calendar.php but in this link when i use it is look like big calender i want to put calendar in small size
Bsfez: joined #tikiwiki
EO_: Is there a tiki {command} to have it insert/include/inline/inject file contents into the page on the server side?
not a link or <object> reference, but actually read the file and spit it out into the HTML response right there
himanshu: joined #tikiwiki
plz help me i want to make profile page se like see this link --http://shawnadler.com/tiki-index.php?page=Social+Networking+Private+Profile+Page in this page i want to make to put mini calender this page link--tiki-calendar.php but in this link when i use it is look like big calender i want to put calendar in small size
Jenser: joined #tikiwiki
left #tikiwiki
himanshu: hi
rodrigoprimo: joined #tikiwiki
EO_: Hell yes.
I have conquered SVG on tiki!
I had to write a custom module to parse and edit the SVG contents on-the-fly to avoid all the various clipping bugs in browsers.
And to fix up common SVG errors in the source files.
himanshu: plz help me how to add mini calendar in my profile page in tiki
joined #tikiwiki
refizul: EO_: can you describe some svg problems and solutions on doc.tiki.org?
EO_: probably this will become an issue for other people, too
ricks99: joined #tikiwiki
polom y'all
RobertPlummer: ricks99: yo
polom all
ricks99: hiya RobertPlummer
RobertPlummer: ricks99: What you working on today?
ricks99: JPA
JAXB
and JXRS
RobertPlummer: ricks99: You brought up definition lists for the new parser, did you see the tlc I gave them?
ricks99: To many acronyms.
:)[14:37] ricks99 actually yes. was gonna tell you... the parser is getting *very* tight
ricks99: Java then?
-: ricks99 hoping for the day when Tiki's WYSIWYG <->Wiki is as perfect as Confluence
RobertPlummer: ricks99: Wait till you see what I've got in store for the CKEditor.
ricks99: yup. it is a "java kinda day"
RobertPlummer: ricks99: I can say this, from the research I've done, I've never seen a system with the possibility of achieving true stability.
ricks99: have you looked at Confluence?
RobertPlummer: ricks99: The weakest link will be the editor, not the parser.
ricks99: MediaWiki's parser?
ricks99: no. atlassian confluence
RobertPlummer: ricks99: It is written in C or C++. Their model is completely reverse to ours. I had a pow-wow with them....
Oh, right.
Yes, I did log in and check it out.
They have a bunch of products.
ricks99: yeah. mostly commerical. but they have a free version of confluence
RobertPlummer: ricks99: Something we want to do in Tiki?
ricks99: you can switch back and forth within the same 3dit session
our ulitmate goal should be to handle full switching, abilty to add wiki plugins while in wysiwyg mode, full preview, etc.
RobertPlummer: ricks99: I can explain if you have audio, I'm trying to take on a lot today.
ricks99: gotta do some "real work" :(
RobertPlummer: ricks99: I figured this much
ricks99: :)
ricks99: how much of your work is being backported to 9.x?
RobertPlummer: ricks99: Till it reaches stable, it won't be.
But it would be easy after that point.
ricks99: Quick descrip on the new parser...
ricks99: The ckeditor handler will alterate ALL wiki html output. It will be html but will have a standard class and data attributes to tell it apart from plain html.
ricks99: The new html parser will understand what is what and transform it back to wiki. There will be no guess work, no magic, just a truly cohesive system.
ricks99: +100
RobertPlummer: ricks99: The positive side is that a wiki <table /> and a html <table /> are seen as too distinctly different things, that is 1 example of hundreds.
But to the ckeditor, they are the same.
So wysiwyg = as stable as ckeditor will allow it to be.
ricks99: and now, easier to update and maintain, right?
RobertPlummer: ricks99: Exactly.
ricks99: The prior wysiwyg has tons of losses, for example, ~np~~/np~ and ~tc~~/tc~ are lost
The new parser, <span class="jpc" data-type="np" data-i="index"></span>
When we go to save, we simply convert this "type" to ~np~~/np~
We can alter anything we want to be different than the standard parser.
The down side is that we have to use a method to add anything to the parser.
$this->createWikiTag() /*translatable and*/
$this->createWikiHelper(); /*disposable*/
So that is where I'm at, since the new parser is much easier to track syntax, I've converted and am testing the outputs.
ricks99: awesome work
RobertPlummer: createWikiHelper is for things like buttons, things that need disposal when they are saved.
ricks99: Simple, but it took a community of teamwork working all around the world to come up with the idea.
ricks99: What is even more frustrating about it is that a system like it has never come into existence, at least not for the open source world. But there is a need for it in many applications.
ricks99: Not that I could find anyway in the research I've done for the last year and a half or so.
kstingel: I've just updated (from 9.1 to 9.2) ... which is the 'best' MySQL format to use when upgrading the DB, MyISAM or innoDB? server is running MySQL 5.1.66+PHP5.3.17
ricks99: innoDB is the MySQL default, starting with MySQL 5.5
RobertPlummer: ricks99: You think we can use <span style="clear:both;"/> instead of <br/> for tiki syntax "%%%"?
Is that valid?
radek82: joined #tikiwiki
RobertPlummer: ricks99: or <div/>
ricks99: don't think <span> can take clear. only <div>
RobertPlummer: ricks99: But what about <div/> wanting to hog the whole line?
ricks99: whats the issue with %%% = <br />?
RobertPlummer: I guess they are transparent by default, so should be ok.
ricks99: The Jison parser is amazing, but it doesn't know when it gets to the last n, which it has to wrap the input in before parsing. So after parser, there is always an extra "<br/>" that is removed.
ricks99: All but the case when you have a 1 line input with "%%%", for some reason it is eating up the last n or <br/>
ricks99: ah
RobertPlummer: phpunit is combersome with debugging, switching to debugger to fix this one.
ricks99: Aha! A negative look-behind was all that was needed. Woohoo!
ricks99: My simple "look for last <br/> in parser's output" - (([<]br.[^>]*?[>])?([n][r]|[r][n]|[nr]))$[15:22] RobertPlummer lol
It is just so easy!
jk
-: ricks99 thinks Robert's definitiion of "simple" is...um... skeweed
ricks99: ;-)
RobertPlummer: regex is black magic, I hate it.
ricks99: +1K
dhazel: joined #tikiwiki
Tiki|bot: New Forum Posts: can't connect with the administration/general panel - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=45549
RobertPlummer: passing all tests now, getting ready for big commit in trunk.
Bsfez: joined #tikiwiki
Tiki-KGB: tikiwiki 03robertplummer r43783 10trunk/lib/core/JisonParser/Wiki/Handler.php
tikiwiki [NEW] methods createWikiTag and createWikiHelper, used in inserting items into output of what is being parsed, and migration to it.
tikiwiki [FIX] last <br/> removal
tikiwiki 03robertplummer r43784 10trunk/lib/core/JisonParser/Wiki/List.php
tikiwiki [ENH] Migrate to use createWikiTag and createWikiHelper
tikiwiki 03robertplummer r43785 10trunk/lib/core/JisonParser/Wiki/DynamicVariables.php
tikiwiki [FIX] migrate to createWikiHelper
tikiwiki 03robertplummer r43786 10trunk/lib/core/ 10JisonParser/Wiki.jison 10JisonParser/Wiki.js 10JisonParser/Wiki.php
tikiwiki [ENH] Bring htmlCharacter into parser directly
tikiwiki 03robertplummer r43787 10trunk/lib/core/JisonParser/Wiki/Link.php
tikiwiki [ENH] Migrate away from using standard linkBuilder to that of jison only method for migration to createWikiTag and createWikiHelper
tikiwiki 03robertplummer r43788 10trunk/lib/core/JisonParser/WikiCKEditor/Handler.php
tikiwiki [NEW] Added overrides as a start for the CKEditor alternate output
tikiwiki 03robertplummer r43789 10trunk/lib/test/core/ 10JisonParser/OutputTest.php 10JisonParser/Abstract.php 10JisonParser/PluginTest.php
tikiwiki [FIX] Update tests to match that of the data returned from createWikiTag and createWikiHelper
tikiwiki 03robertplummer r43790 10branches/10.x/lib/wiki-plugins/wikiplugin_div.php
tikiwiki [ROLLBACK][r43625] Breaks both parsers when used with modules as the attributes of the parser are reset
RobertPlummer: ricks99: You ever use hot words?
ricks99: y
RobertPlummer: ricks99: I'm wondering why their use case is so complex, they have word seperators. Shouldn't it just be a simple search and replace?
ricks99: issue becomes if it is used within a link, within a page name, etc
RobertPlummer: ricks99: So it needs to be outside of those?
ricks99: The new parser can detect that pretty easily.
ricks99: if a hotword is within an existing link, it should not be treated as a hotword.
afik
RobertPlummer: ricks99: And for autolinks, it is anything that starts with "http://", "https://", or "ftp://", correct?
ignore smilies if that is what you got.
ricks99: y, also mailto
RobertPlummer: and magnet
ricks99: and should probably update to inlcude tel: too
arildb: joined #tikiwiki
In Tiki 10.x I get a little yellow popup when I mark text. It says "Add Comment", and pops a dialog. saving this dialog seems to do nothing. Does anybody know what this is?
Jyhem_laptop: arildb: that might be the "inline comments" feature. I think the main bug of it is that it is not optional. You need to deactivate some other feature (something about wiki paragraph formatting) to get rid of it.
arildb: Jyhem_laptop: thanks. I will try to look into it a little ... once I can locate it...
Jyhem_laptop: inline comments seem to have been around a couple of years. Strange that the problem only seems to occur in 10.x
Jyhem_laptop: I assume the other paragraph feature has been kept unchecked by everybody for years also, so it's never been a problem
EO_: refizul: it's not polished, but I'll try to move the code into tiki somehow.
arildb_: joined #tikiwiki
marclaporte: joined #tikiwiki
arildb__: joined #tikiwiki
Bsfez: joined #tikiwiki
Tiki-KGB: tikiwiki 03fmg-sf r43791 10branches/10.x/permissioncheck/ 10index.php 10functions.inc.php
tikiwiki [ENH] link customized request to test download
sandroandrade_: joined #tikiwiki
Tiki-KGB: tikiwiki 03robertplummer r43792 10branches/9.x/tiki-edit_draw.php
tikiwiki [FIX] Force base size, already worked in firefox, needed in chrome
goj: joined #tikiwiki
joined #tikiwiki
Tiki-KGB: tikiwiki 03robertplummer r43793 10branches/10.x/tiki-edit_draw.php
tikiwiki [FIX] Force base size, already worked in firefox, needed in chrome
tikiwiki 03robertplummer r43794 10branches/10.x/lib/svg-edit_tiki/draw.js
tikiwiki [ROLLBACK][r43667]Not stable enough for all browsers
Jyhem_laptop: joined #tikiwiki
fabricius: joined #tikiwiki
Bsfez: joined #tikiwiki
arildb: joined #tikiwiki
sandroandrade_: joined #tikiwiki
redflo: joined #tikiwiki
marclaporte: joined #tikiwiki
refizul: I found some videos on the website - nice. They'll help me with the talk. Is there an complete overview?