diggy: joined #tikiwiki
joined #tikiwiki Gwayne: joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03robertplummer r49755 10branches/experimental/ 10wikiLingo/composer.json 10wikiLingo/composer.lock 10wikiLingo/lib/toolbars/toolbarslib.php
[FIX] Bring wikilingo to latest dev, so it is easier to fix things that may not be working Tiki|bot: New Forum Posts: wikiLingo integration update - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51119 dcedilotte: joined #tikiwiki Tiki|bot: joined #tikiwiki
joined #tikiwiki Telesight: joined #tikiwiki luciash: joined #tikiwiki Gwayne: joined #tikiwiki xavi: joined #tikiwiki redflo: joined #tikiwiki Tiki|bot: Recent Bug: - 12.x: PluginTrackerCalendar (fullcalendar resourceviews) stopped showing events - http://dev.tiki.org/item5132 Tiki-KGB: 03xavidp r49756 10branches/12.x/ 10(5 files in 2 dirs)
[FIX]Fix the color for the links corresponding to the unavailable wizard pages because of disabled dependencies, expect for the first one (Personal Information) to bring the opportunity to the admin user to enable at least the user preferences feature. xavi: s/expect/except (in the commit message :-/ ) Tiki-KGB: 03xavidp r49757 10(6 files in 3 dirs) * [MRG] Automatic merge, branches/12.x 49753 to 49756 robertplummer: polom all Tiki-KGB: 03xavidp r49758 10branches/12.x/templates/wizard/user_preferences_params.tpl
[FIX]Add the missing icon the User Messages section (the only section that was without icon). Reusing some gif in the icons folder.
03xavidp r49759 10branches/12.x/templates/wizard/user_preferences_params.tpl
[FIX]Add the missing icon the User Tasks section ('another' section that was without icon). Reusing some gif in the icons folder. xavi: hi robertplummer Tiki-KGB: 03xavidp r49760 10branches/12.x/ 10templates/wizard/user_preferences_params.tpl 10templates/tiki-user_preferences.tpl
[FIX]Disable time zone selection in user preferences if the site-wide setting is to enforce the site timezone for all users robertplummer: hi xavi how is Spain this time of day? xavi: nice sunny day here Tiki-KGB: 03xavidp r49761 10trunk/templates/wizard/user_preferences_params.tpl 10trunk 10trunk/templates/tiki-user_preferences.tpl * [MRG] Automatic merge, branches/12.x 49756 to 49760 xavi: are you under snow?
bbl Tiki|bot: Recent Bug: - Enhance mail delivery - http://dev.tiki.org/item5133 dcedilotte: joined #tikiwiki Jyhem_laptop: joined #tikiwiki SkiNut: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49762 10branches/12.x/lib/core/Services/Tracker/CalendarController.php * [FIX] Compatibility with lucene back
03gezzzan r49763 10trunk/ 10installer/tiki-installer.php 10tiki-install.php
[FIX] adjusting boostrap.css location for the installer as it changed in the vendor directory
03lphuberdeau r49764 10branches/12.x/lib/smarty_tiki/function.payment.php
[ENH] Expliciting operator precedence in absurdly complex condition, whoever wrote it should verify it's actually correct Tiki|bot: joined #tikiwiki
New Forum Posts: Tabs not usable after upgrade to TikiWiki 9.7 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=51122 Tiki-KGB: 03lphuberdeau r49765 10trunk/ 10templates/admin/include_payment.tpl 10lib/smarty_tiki/function.payment.php 10lib/prefs/payment.php 10templates/tiki-payment-single.tpl * [NEW] Adding payment gateway for Israel Post (not functional yet) fabricius: joined #tikiwiki arildb: joined #tikiwiki marclaporte: joined #tikiwiki arildb_: joined #tikiwiki Tiki|bot: joined #tikiwiki robertplummer: xavi: Under snow = yes Tiki|bot: joined #tikiwiki rodrigoprimo: joined #tikiwiki Tiki-KGB: 03robertplummer r49766 10branches/experimental/ 10(7 files in 5 dirs)
[ENH] Bring wysiwyg of wikiLingo online and remove Zend plugins from parserlib.php Tiki|bot: Recent Bug: - Update / Upgrade Notice: Version 11->9 - http://dev.tiki.org/item5134 Tiki-KGB: 03lphuberdeau r49767 10trunk/ 10(13 files in 10 dirs)
[MOD] Extracting the recent notifications to a separate action, introduce summary format for activities
03jshauk r49768 10branches/experimental/ 03wikiLingo/installer/schema/20140206_add_parser_column_tiki.sql 10wikiLingo/db/tiki.sql
Create new column for pages that keep track of which parser to use - if the page has been created with the old parser, it stays on the old parser lphuberdeau: robertplummer, not a bad idea, however you might want to include is_html in there
as it's kind of the same thing... no parser
and since the parser is used for more than just the wiki, I would tend to have a preference to bake it into the content... #!tiki #!html #!lingo as the first line or something Tiki|bot: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49769 10trunk/ 10(6 files in 2 dirs)
[ENH] Disable comments on forum activities (join the discussion instead of commenting on it, add a switch on activityframe to select how to handle comments robertplummer: lphuberdeau: But wikiLingo handles html just fine.
lphuberdeau: They are an expression type in wikiLingo. lphuberdeau: does it sanitize it to prevent arbitrary javascript injection? robertplummer: lphuberdeau: yup
lphuberdeau: It is event driven too, so you can override which html types are not allowed.
1 sec, I'll get you the link.
also, html and wysiwyg html don't blow up, wikiLingo knows the difference between them ;)
lphuberdeau: https://github.com/wikiLingo/wikiLingo/blob/master/WikiLingo/Expression/Tag.php lphuberdeau: however, I still think that my argument for baking it in the content stands if you want it to be used in blogs/articles/trackers/... the fact that is_html is a separate field not always managed properly is one of the source of recurring pain with wysiwyg robertplummer: lphuberdeau: you'd just need to bind to triggerExpressionTagAllowed. It passes the var by ref $this, so you can change what is needed if you need to using events. lphuberdeau: you probably also need to handle attributes if you want it to be safe - js can be injected through CSS properties (yes, it never actually ends) robertplummer: lphuberdeau: I parse html attributes too, style is one of them. lphuberdeau: good robertplummer: lphuberdeau: when you say "good", it means a lot.
lphuberdeau: your wisdom always point me in the right direction. lphuberdeau: now I just hope you also listen to the other comments as well robertplummer: lphuberdeau: I think you are right, if the edit and view modes were different. As it stands, none of the plugins are compatible with wikiLingo, as they have to be created in a fashion that they can be handled correctly in wikiLingo.
lphuberdeau: I've been toying with the idea of just showing a box or button using wikiLingo with older/existing plugins.
lphuberdeau: I do agree that we should not bake it in, just trying to think about the implementation first, configuration hookup needs to be done using events, and that is not in this current scope of work.
lphuberdeau: Meaning that it will be handled, I just don't have the opportunity to focus on it right now.
But that will be addressed soon. lphuberdeau: adding a field is just a step in the wrong direction
it's not much more effort to bake it in robertplummer: lphuberdeau: Do you mean add it to the mysql table that Gavin committed above? Tiki|bot: joined #tikiwiki lphuberdeau: ah, that would be the one, saw wikilingo and thought it was you right away robertplummer: :)
lphuberdeau: I know what you mean now.
And yes, I agree. Tiki-KGB: 03lphuberdeau r49770 10trunk/ 10templates/activity/activityframe.tpl 10lib/jquery_tiki/tiki-jquery.js 10tiki-setup.php * [ENH] Link to extended activity robertplummer: lphuberdeau: What is the opposite of concatenation? I forget the word (and don't say substring). gcrenshaw: joined #tikiwiki lphuberdeau: deconcatenation?
split?
you ask hard questions
chunk? robertplummer: chunking is a type of parsing technique.
deconcatenation is right, but it is a shorter word.
truncate!
I got it!
sorry, it is unrelated to anything.
(i digress) lphuberdeau: I wouldn't say truncate is anything like the invert of concatenation (which I don't think has a direct inverse) Tiki|bot: joined #tikiwiki robertplummer: lphuberdeau: fair enough, it is almost like there isn't an english word for it. lphuberdeau: well, it's not really a defined operation in the first place
'hello' + 'world' = 'helloworld'
without additional knowledge, how would you revert the operation? robertplummer: bit shifting? :P j/k
lphuberdeau: That is a good argument though. lphuberdeau: journaling memory does not count robertplummer: I know, just being a geek.
lphuberdeau: But, if you didn't use primitives, you could undo the operation, I'm just saying. lphuberdeau: true, if you don't actually do it and only keep and AST of the operation, you can revert it, but that's cheating Tiki-KGB: 03lphuberdeau r49771 10trunk/ 03templates/monitor/clearall.tpl 10templates/monitor/unread.tpl 10lib/core/Services/User/MonitorController.php * [MOD] Introduce mark all as read for notifications robertplummer: lphuberdeau: true dat dcedilotte: joined #tikiwiki Tiki|bot: New Forum Posts: How to list trackers in a module - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51126 xavi: left #tikiwiki Tiki-KGB: 03lphuberdeau r49772 10trunk/ 10(6 files in 6 dirs) * [MOD] Allow to clear individual notifications from the unread list Tiki|bot: joined #tikiwiki marclaporte: joined #tikiwiki lphuberdeau: joined #tikiwiki Tiki|bot: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki