[15:14] RobertPlummer ricks99: But what about
wanting to hog the whole line?
[15:14] ricks99 whats the issue with %%% =
?
[15:14] RobertPlummer I guess they are transparent by default, so should be ok.
[15:15] RobertPlummer 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 "
" that is removed.
[15:16] RobertPlummer ricks99: All but the case when you have a 1 line input with "%%%", for some reason it is eating up the last \n or
[15:16] ricks99 ah
[15:18] RobertPlummer phpunit is combersome with debugging, switching to debugger to fix this one.
[15:22] RobertPlummer ricks99: Aha! A negative look-behind was all that was needed. Woohoo!
[15:22] RobertPlummer ricks99: My simple "look for last
in parser's output" - \(([<]br.[^>]*?[>])?([\n][\r]|[\r][\n]|[\n\r]))$\
[15:22] RobertPlummer lol
[15:23] RobertPlummer It is just so easy!
[15:23] RobertPlummer jk
[15:23] * ricks99 thinks Robert's definitiion of "simple" is...um... skeweed
[15:23] ricks99 ;-)
[15:23] RobertPlummer regex is black magic, I hate it.
[15:23] ricks99 +1K
[15:29] dhazel joined #tikiwiki
[16:15] 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
[16:37] RobertPlummer passing all tests now, getting ready for big commit in trunk.
[16:40] Bsfez joined #tikiwiki
[16:46] Tiki-KGB tikiwiki 03robertplummer r43783 10trunk/lib/core/JisonParser/Wiki/Handler.php
[16:46] Tiki-KGB tikiwiki [NEW] methods createWikiTag and createWikiHelper, used in inserting items into output of what is being parsed, and migration to it.
[16:46] Tiki-KGB tikiwiki [FIX] last
removal
[16:48] Tiki-KGB tikiwiki 03robertplummer r43784 10trunk/lib/core/JisonParser/Wiki/List.php
[16:48] Tiki-KGB tikiwiki [ENH] Migrate to use createWikiTag and createWikiHelper
[16:50] Tiki-KGB tikiwiki 03robertplummer r43785 10trunk/lib/core/JisonParser/Wiki/DynamicVariables.php
[16:50] Tiki-KGB tikiwiki [FIX] migrate to createWikiHelper
[16:52] Tiki-KGB tikiwiki 03robertplummer r43786 10trunk/lib/core/ 10JisonParser/Wiki.jison 10JisonParser/Wiki.js 10JisonParser/Wiki.php
[16:52] Tiki-KGB tikiwiki [ENH] Bring htmlCharacter into parser directly
[16:54] Tiki-KGB tikiwiki 03robertplummer r43787 10trunk/lib/core/JisonParser/Wiki/Link.php
[16:54] Tiki-KGB tikiwiki [ENH] Migrate away from using standard linkBuilder to that of jison only method for migration to createWikiTag and createWikiHelper
[17:02] Tiki-KGB tikiwiki 03robertplummer r43788 10trunk/lib/core/JisonParser/WikiCKEditor/Handler.php
[17:02] Tiki-KGB tikiwiki [NEW] Added overrides as a start for the CKEditor alternate output
[17:04] Tiki-KGB tikiwiki 03robertplummer r43789 10trunk/lib/test/core/ 10JisonParser/OutputTest.php 10JisonParser/Abstract.php 10JisonParser/PluginTest.php
[17:04] Tiki-KGB tikiwiki [FIX] Update tests to match that of the data returned from createWikiTag and createWikiHelper
[17:08] Tiki-KGB tikiwiki 03robertplummer r43790 10branches/10.x/lib/wiki-plugins/wikiplugin_div.php
[17:08] Tiki-KGB tikiwiki [ROLLBACK][r43625] Breaks both parsers when used with modules as the attributes of the parser are reset
[17:26] RobertPlummer ricks99: You ever use hot words?
[17:26] ricks99 y
[17:26] 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?
[17:27] ricks99 issue becomes if it is used within a link, within a page name, etc
[17:29] RobertPlummer ricks99: So it needs to be outside of those?
[17:29] RobertPlummer ricks99: The new parser can detect that pretty easily.
[17:32] ricks99 if a hotword is within an existing link, it should not be treated as a hotword.
[17:32] ricks99 afik
[17:32] RobertPlummer ricks99: And for autolinks, it is anything that starts with "http://", "https://", or "ftp://", correct?
[17:33] RobertPlummer ignore smilies if that is what you got.
[17:33] ricks99 y, also mailto
[17:34] RobertPlummer and magnet
[17:34] ricks99 and should probably update to inlcude tel: too
[17:38] arildb joined #tikiwiki
[17:39] arildb 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?
[18:42] 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.
[18:43] arildb Jyhem_laptop: thanks. I will try to look into it a little ... once I can locate it...
[18:45] arildb Jyhem_laptop: inline comments seem to have been around a couple of years. Strange that the problem only seems to occur in 10.x
[18:50] Jyhem_laptop I assume the other paragraph feature has been kept unchecked by everybody for years also, so it's never been a problem
[19:15] EO_ refizul: it's not polished, but I'll try to move the code into tiki somehow.
[19:39] arildb_ joined #tikiwiki
[19:53] marclaporte joined #tikiwiki
[19:59] arildb__ joined #tikiwiki
[20:15] Bsfez joined #tikiwiki
[20:18] Tiki-KGB tikiwiki 03fmg-sf r43791 10branches/10.x/permissioncheck/ 10index.php 10functions.inc.php
[20:18] Tiki-KGB tikiwiki [ENH] link customized request to test download
[20:29] sandroandrade_ joined #tikiwiki
[20:48] Tiki-KGB tikiwiki 03robertplummer r43792 10branches/9.x/tiki-edit_draw.php
[20:48] Tiki-KGB tikiwiki [FIX] Force base size, already worked in firefox, needed in chrome
[20:54] goj joined #tikiwiki
[21:18] goj joined #tikiwiki
[21:22] Tiki-KGB tikiwiki 03robertplummer r43793 10branches/10.x/tiki-edit_draw.php
[21:22] Tiki-KGB tikiwiki [FIX] Force base size, already worked in firefox, needed in chrome
[21:30] Tiki-KGB tikiwiki 03robertplummer r43794 10branches/10.x/lib/svg-edit_tiki/draw.js
[21:30] Tiki-KGB tikiwiki [ROLLBACK][r43667]Not stable enough for all browsers
[21:45] Jyhem_laptop joined #tikiwiki
[21:58] fabricius joined #tikiwiki
[21:58] Bsfez joined #tikiwiki
[21:59] arildb joined #tikiwiki
[22:52] sandroandrade_ joined #tikiwiki
[22:57] redflo joined #tikiwiki
[23:36] marclaporte joined #tikiwiki
[23:46] refizul I found some videos on the website - nice. They'll help me with the talk. Is there an complete overview?