←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Zyithjoined #tikiwiki [00:18]
................. (idle for 1h21mn)
marclaportejoined #tikiwiki [01:39]
kstingel|lurkingif a (proposed) plugin is likely to be a package, where should it live?
... in the lib folder?
[01:48]
.............. (idle for 1h5mn)
arildbjoined #tikiwiki [02:53]
goj_killedByISPjoined #tikiwiki [03:07]
............... (idle for 1h11mn)
tk___joined #tikiwiki
Anybody here can tell me if I can use tikiwiki to create some kind of outliner?
[04:18]
Zyithleft #tikiwiki [04:19]
tk___left #tikiwiki [04:20]
gojjoined #tikiwiki [04:29]
...... (idle for 28mn)
kstingel|lurkingjoined #tikiwiki [04:57]
.................................................................................. (idle for 6h46mn)
fabriciusjoined #tikiwiki [11:43]
.... (idle for 15mn)
Tiki|botNew Forum Posts: Cannot Add Users - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43868
New Forum Posts: When I save my Wiki pages after editing I get 404 page not found - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=43861
New Forum Posts: (SOLVED) My wiki page doesn't keep format - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=43857
[11:58]
New Forum Posts: Cannot Add Users - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43868
New Forum Posts: When I save my Wiki pages after editing I get 404 page not found - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=43861
New Forum Posts: (SOLVED) My wiki page doesn't keep format - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=43857
[12:08]
..... (idle for 24mn)
CIA-36tikiwiki: 03changi67 * r41015 10/branches/9.x/installer/schema/20120421_autoincementtoautoincrement_tiki.sql: [FIX] Typo for people who already upgrade their tiki [12:32]
....... (idle for 31mn)
arildbjoined #tikiwiki [13:03]
........... (idle for 52mn)
RobertPlummerpolom all [13:55]
changiHi RobertPlummer [13:58]
RobertPlummerchangi: Hi
changi: lets fix this
[13:58]
changiRobertPlummer: Call to a member function getModifiedPreferences() on a non-object in /var/local/trunkdev.tiki.org/www/lib/setup/prefs.php on line 367
the main issue, is that what you change only work when you use the web upgrader
as for doc / dev and other website, we upgrade using shell.php
RobertPlummer: PHP Fatal error: Call to a member function get() on a non-object in /var/local/trunkdoc.tiki.org/www/lib/cache/cachelib.php on line 353
[14:02]
RobertPlummerchangi: So why doesn't Tikilib exist in a case like this? [14:05]
changiRobertPlummer: that's a good question [14:09]
RobertPlummerchangi: Perhaps we could add TIkilib::lib("tiki"); lol
rather than make all those function calls static
changi: How do I invoke the upgrade from command line?
[14:09]
changiRobertPlummer: when you are in docroot just lauch php installer/shell.php [14:12]
RobertPlummerchangi: I don't see any errors, what is up? [14:14]
changiRobertPlummer: it's only in some case you have some prefs like memcached [14:16]
RobertPlummerchangi: So we need to move it or invoke it differently? [14:18]
changiRobertPlummer: yes [14:18]
RobertPlummer: you can connect on community server
trunkdev is actually in the position that DB is not up2date
[14:24]
RobertPlummerchangi: I have no idea how to fix memcachelib easily, it is integrated very badly.
changi: Hold on, i think I may have it
[14:32]
changi: If I give you a patch, can you test it and see if we should commit?
changi: I don't want to commit something that I can't fully test here.
[14:38]
changisend , i'll test
RobertPlummer: you know that you've access to the community server
[14:40]
RobertPlummerchangi: I know, I've never logged in, I feel though that us working together we'll get more done.
changi: Just sent, please try and let me knwo.
[14:42]
changiRobertPlummer: ok [14:43]
RobertPlummerI migrated memcachelib to be callable in TikiLib::lib("memcache") and migrated others to follow where needed.
changi: Can you test right now
?
[14:43]
changiRobertPlummer: yes
RobertPlummer: not working
still have the same error
[14:44]
RobertPlummerchangi: What breaks?
changi: It should be really close
[14:46]
changiPHP Fatal error: Call to a member function getModifiedPreferences() on a non-object in /var/local/trunkthemes.tiki.org/www/lib/setup/prefs.php on line 369
RobertPlummer: trying refreshing trunkdoc from doc
[14:46]
RobertPlummerchangi: Sending another patch
sent
[14:49]
changiRobertPlummer: testing .. [14:51]
RobertPlummerchangi: results? [14:54]
changiRobertPlummer: taks time, need to refresh db [14:55]
RobertPlummerchangi: But we got much farther than last time? [14:58]
changiRobertPlummer: yes, we got much farther
RobertPlummer: now we have /var/local/trunkdoc.tiki.org/www/lib/setup/prefs.php +369
[15:00]
RobertPlummerchangi: Same error? [15:01]
changiRobertPlummer: yes
$tikilib is missing
[15:02]
RobertPlummerchangi: patch sent
I just got rid of $tikilib calls and added TikiLib::lib("tiki")
changi: testing?
[15:05]
changiPHP Fatal error: Call to a member function getModifiedPreferences() on a non-object in /var/local/trunkdoc.tiki.org/www/lib/setup/prefs.php on line 367
PHP Stack trace:
PHP 1. {main}() /var/local/trunkdoc.tiki.org/www/installer/shell.php:0
PHP 2. Installer->update() /var/local/trunkdoc.tiki.org/www/installer/shell.php:54
PHP 3. Installer->installPatch() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:90
PHP 4. upgrade_999999991_decode_pages_sources_tiki() /var/local/trunkdoc.tiki.org/www/installer/installlib.php:114
PHP 5. include_once() /var/local/trunkdoc.tiki.org/www/installer/schema/999999991_decode_pages_sources_tiki.php:36
PHP 6. require_once() /var/local/trunkdoc.tiki.org/www/tiki-setup_base.php:149
PHP 7. initialize_prefs() /var/local/trunkdoc.tiki.org/www/lib/setup/prefs.php:35
RobertPlummer: sorry
[15:10]
RobertPlummerchangi: Ok, now I check for existence of method.
Much cleaner, patch sent.
[15:19]
changiYes 1 more step : PHP Fatal error: Call to a member function get_style_base() on a non-object in /var/local/trunkdoc.tiki.org/www/lib/init/smarty.php on line 55 [15:20]
RobertPlummerpatch sent [15:22]
changianother step :) : PHP Fatal error: Call to a member function assignByRef() on a non-object in /var/local/trunkdoc.tiki.org/www/tiki-setup_base.php on line 156
now it's $smarty that is missing
[15:24]
RobertPlummer: find what was missing
some is_object
[15:33]
RobertPlummerI found a way to start to test it
I was including tiki-setup.php, and so it wasen't failing.
[15:33]
changiRobertPlummer: do you have another patch ? [15:34]
RobertPlummerchangi: any reason why the installer doesn't have tiki-setup.php initialized?
changi: I'm uncovering more and more that aren't set at the moment the installer needs them.
[15:34]
changiRobertPlummer: don't know [15:35]
CIA-36tikiwiki: 03changi67 * r41016 10/branches/9.x/tiki-setup_base.php: [FIX] If smarty is not an object, we can assign anything [15:38]
changifix a little nonsense [15:39]
RobertPlummerchangi: Try my patch now
just sent
[15:43]
changiyou're the best
it's working
[15:45]
RobertPlummerchangi: Commit then?
Did the tiki wiki 9 converter work?
[15:47]
changiRobertPlummer: in fact, in your last patch you comment the convert part
normal ?
[15:48]
RobertPlummerchangi: woops
lol
1 min
changi: There you go
[15:49]
changiRobertPlummer: testing
RobertPlummer: need to refresh data
[15:51]
RobertPlummerok [15:55]
changi: How is it looking? [16:06]
changinot so bad
just having plenty of notice
[16:07]
RobertPlummerchangi: I saw that, I don't mind it so much, I think I have errors turn all the way up
How does the content look?
What is the url?
[16:08]
changitrunkdoc.tiki.org [16:10]
RobertPlummerchangi: That is running 9.x? [16:11]
changiyes
:)
a little trick :)
RobertPlummer: what should we see or not see
[16:12]
RobertPlummerchangi: The pages should just look good, like they did in 6-8
changi: Look for pages with many plugins, those are the worst offenders.
which pages have many plugins?
[16:12]
changiRobertPlummer: good question [16:14]
RobertPlummerhttp://trunkdoc.tiki.org/Advanced+Wiki+Syntax+usage+examples [16:14]
changihttp://trunkdoc.tiki.org/PluginCode [16:15]
RobertPlummerchangi: What is your opinion?
Things running well? problems?
[16:17]
changiRobertPlummer: there is a big difference between http://trunkdoc.tiki.org/Advanced+Wiki+Syntax+usage+examples and http://doc.tiki.org/Advanced+Wiki+Syntax+usage+examples
RobertPlummer: your code only handle html and nonhtml tag ?
[16:18]
RobertPlummerI'm not sure what you mean,
it looks like %%% is being handled differently.
Is that the only thing that sticks out?
[16:21]
I see the problem, [16:26]
changiyes %%% are not handle the same way
RobertPlummer: parser parse order ?
[16:30]
RobertPlummerchangi: No I have it returning n<br />
the answer (I think) is to return <br /> and ensure toc looks at both n and <br /> as line breaks
[16:33]
changiRobertPlummer: i remove the n and it's working :) [16:35]
RobertPlummerchangi: Yes, but it will fail on other areas.
There is a specific syntax I need to try it against it was something that xavi gave the other day.
[16:36]
changiThe trick is after you save the wiki page that you need to click every NaV to edit the dynamic variables you just created and substitute first occurence of %)li% with , then %li(% with
and finally %)ol% with and %ol(% with
is this normal ?
[16:36]
RobertPlummerchangi: Not sure on that. [16:38]
changiRobertPlummer: ok it's the same on doc.tiki.org
false alert :)
[16:39]
JyhemPolom
Is not the same for me in doc.tiki.org :-(
doc.t.o: substitute first occurence of %)li% with </li>, then %li(% with <li>
trunkdoc.t.o: substitute first occurence of %)li% with , then %li(% with
It's the handling of: -+</li>+-
Jyhem never even used -+stuff+-
[16:44]
changiRobertPlummer: to resume, upgrade script is working, substitute things isn't :( [16:57]
RobertPlummersubstitue things? [16:57]
changiJyhem: salut jm
RobertPlummer: <li> is substiture by empty
[16:57]
Jyhemsalut changi [16:58]
RobertPlummerHow many special characters are there for %)something% or %something(% ?
is it just li?
[16:58]
changiRobertPlummer: ol too [16:59]
RobertPlummerchangi: what about ul? [16:59]
changiul too
in fact it's ul and not ol
[16:59]
Jyhemno, it's a parsing issue: -+</li>+- is in the source, and doc displays </li> (in <code> style) while trunckdoc displays nothing [17:00]
changiJyhem: in fact it display the true li and ul as html tag [17:01]
Jyhem%stuff% is a dynamic var, and it works fine [17:01]
changiJyhem: they are interpreted [17:01]
Jyhemit's the -+stuff+- behaviour that changes for html entities [17:02]
changiJyhem: so they should be htmlentitised :)
Jyhem: and they aren't
[17:04]
Jyhem-+~np~%)li%~/np~+- correctly outputs <code>%)li%</code>
but -+</li>+- outputs source <code></code>
Jyhem believes RobertPlummer understood
[17:06]
RobertPlummergive me a minute guys trying to fix the line issue [17:09]
JyhemIn doc.t.o, it outputs correctly in source: <code>&lt;li&gt;</code> [17:09]
RobertPlummerLet me commit the changes with tiki-setup_base and then I will fix that
Jyhem, changi I cannot find where the parser handles %)li%, can you help me find it?
[17:19]
changiRobertPlummer: ok [17:22]
CIA-36tikiwiki: 03robertplummer * r41017 10/branches/9.x/ (11 files in 6 dirs): [FIX] Getting command line tiki installer working with the new converter
tikiwiki: 03robertplummer * r41018 10/branches/9.x/lib/parser/parserlib.php: [FIX] Parsing of %%% needs to be done almost last for it not to interfier with toc and data tables
[17:22]
JyhemRobertPlummer: there is absolutely nothing to change at the %)li% level!
It works quite fine, as the example shows
[17:25]
RobertPlummerJyhem, you mean it is working?
oh ok
[17:25]
Jyhem%stuff% is perfectly working
what does not work is the explanatory text
[17:25]
RobertPlummerSo at this point are there any outstanding issues with the parser besides %%% which I just fixed?
Oh ok, what is the syntax for that?
[17:26]
Jyhemwhich explains %stuff%, but the problem part is about -+</li>+- not outputting <code>&lt;li&gt;</code> [17:27]
changiRobertPlummer: %%% is fixed :) [17:27]
Jyhembut oitputting <code></code> instead
but outputting <code></code> instead
[17:27]
RobertPlummer?
<code></code> is html, it will probably be handled in the browser.
if html is on it will simply output <code></code> as html, if it is not it will output &lt;code&gt;&lt;/code&gt; to the browser which will show up as "<code></code>"
to the client
[17:28]
changiRobertPlummer: i think it's the </code> that is misplaced
RobertPlummer: maybe in parse_data_inline_syntax function
[17:31]
RobertPlummer1 min, checking something [17:32]
changiRobertPlummer: it's there for sure [17:33]
JyhemRobertPlummer: yes, <code></code> is html but we want <code>&lt;li&gt;</code> [17:33]
changiRobertPlummer: $line = preg_replace("/(^|s)-+(.*?)+-/", "$1<code>$2</code>", $line); [17:33]
JyhemJyhem sorry, was distracted
Correct: -+</li>+- →→→ <code>&lt;li&gt;</code> (in doc.t.o)
[17:33]
RobertPlummerso <code></code> is in-fact wiki syntax? [17:34]
JyhemIncorrect: -+</li>+- →→→ <code></code> (in trunkdoc.t.o)
RobertPlummer: i am talking html source
[17:34]
RobertPlummerok ok [17:35]
Jyhem-+</li>+- is wiki syntax
<code>&lt;li&gt;</code> is expected page html source
Jyhem didn't know quebec universities were still on general strike
[17:35]
changiRobertPlummer: maybe it's parsed before going in parse_data_inline_syntax [17:40]
sandroandradejoined #tikiwiki [17:44]
RobertPlummerno I think it was that I was using &$data when parsing even in test scenarious
yup that was it
svn up
[17:49]
CIA-36tikiwiki: 03robertplummer * r41019 10/branches/9.x/lib/parser/parserlib.php: [FIX] Still some issues with protect and unprotect, looks solid now, was using &$data even in tests, which changed the original, essentially turning on html always [17:51]
RobertPlummerchangi, jyhem ^ [17:52]
changiRobertPlummer: congrats [17:52]
RobertPlummerchangi, changi, changi and the result? [17:53]
changiRobertPlummer: perfect [17:53]
RobertPlummerWOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOHOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO! [17:53]
changiRobertPlummer: i found another parse issue [17:53]
RobertPlummerYes?
quick, I don't have much time
[17:53]
changihttp://trunkdoc.tiki.org/Advanced+Wiki+Syntax+usage+examples#SPLIT_plugin_work-around
td width=">100"
RobertPlummer: not a parser issue
w ikiplugin issue
will find it
[17:54]
RobertPlummerperhaps a plugin issue? [17:57]
changiRobertPlummer: yes
found the bug :)
waouhou
[17:58]
Jyhemkflsmdkflsmkfmsl ? [17:58]
RobertPlummergood deal, can you annouce on dev list, I'm done for the day, I have other things I have to get to/ [17:58]
changiJyhem: it's my test :) [17:59]
mosemose watches silently from the shadows [17:59]
changimose: lol [17:59]
JyhemAh, that's a relief :-) [17:59]
changimose: shadow boy [17:59]
moseshht
(you gonna make me noticed)
[17:59]
JyhemJyhem does not watch the shadows so as not to blow moses's cover :-)
RobertPlummer: did you add the line breaks ?
[17:59]
mose(see, jyhem IS a real friend!) [18:00]
JyhemJyhem thinks the text is better with the line breaks [18:00]
RobertPlummerJyhem, line breaks? [18:01]
Jyhem%)li% with </li> (line break) , then %li(% with <li> (line break) and finally %)ol% with </ul> [18:02]
changiJyhem: i did the line breaks
:)
Jyhem: just to help seeing the parse issue displaying $line
[18:02]
JyhemYes, i just saw them in the wiki source. It's better that way [18:03]
RobertPlummerI have no idea what you guys are talking about [18:03]
changichangi oh it's 18h trunkdoc is refresheing :) [18:03]
RobertPlummerI can't get %>li& to work
%)lt% i mean
[18:03]
JyhemRobertPlummer: what are you trying to do and where ? [18:05]
RobertPlummerYou guys keep wanting me to test %)lt% as wiki syntax, no? [18:05]
changiJyhem: did you ask for that ,
?
:)
changi confused
[18:06]
Jyhemno, it seems to work fine to me
-+</li>+- is fixed. I saw no issue with %)li%
Jyhem waitig for Table 'trunkdocto.users_users' to exist again
[18:06]
changiJyhem: lol
takes time
go go go
[18:08]
Jyhemarray
0 => string '~REAL_GT~100' (length=12)
1 => string '100' (length=3)
[18:13]
changiit's me [18:13]
Jyhemhehe, someone is testing :-) [18:13]
changidon(t worry
it's the problem with SPLIT plugin
RobertPlummer: ~REAL_GT~ comes from parser ?
[18:13]
JyhemI also see "Plugin execution pending approval "
Apart from that, everything looks fine.
Jyhem congrats RobertPlummer
[18:14]
changiJyhem: do we allow param declared like = and => in plugin ? [18:17]
Jyhem? [18:18]
changiJyhem: dans la declaration d'un plugin, les paramètres peuvent être déclare comme toto = tata et toto => tata [18:18]
Jyhemlike {CODE(wrap=1)} [18:18]
changiwrap=>1
is it right too ?
[18:18]
Jyhemnot sure
it's already confusing enough to have {tracker trackerId="15" showmandatory="y"} together with {TRACKER(trackerId="15" showmandatory="y") } and {TRACKER(trackerId="15",showmandatory="y") }
I did not know about =>
[18:19]
RobertPlummerchangi: Right before it gets to the plugin it should decode ~REAL_GT~ to >
Jyhem, changi = and => are both accepted right now
[18:22]
changiRobertPlummer: so we have an issue [18:23]
RobertPlummernot sure why you'd want to use =>, the ">" is just noise. [18:23]
changibut not for today [18:23]
RobertPlummerchangi: What is the plugin? [18:24]
changiSPLIT [18:24]
RobertPlummerchangi: Actual syntax please [18:25]
changihttp://trunkdoc.tiki.org/Advanced+Wiki+Syntax+usage+examples#SPLIT_plugin_work-around
{SPLIT(joincols=>n,fixedsize=>y,colsize=>100|100)}
[18:25]
benoitgjoined #tikiwiki [18:27]
Jyhembbl [18:27]
CIA-36tikiwiki: 03robertplummer * r41020 10/branches/9.x/lib/core/WikiParser/PluginArgumentParser.php: [FIX] htmldecode to unprotecthtmlentities [18:30]
RobertPlummerchangi: fixed
Now I step waway
away
[18:30]
changiRobertPlummer: thx a lot
changi: sorry not to be good enough to help you
RobertPlummer: working, great
RobertPlummer: one last, edit plugin doesn't work :)
[18:32]
Jyhemback [18:37]
I can't approve the plugin in the right column in the "keywords" module :-( [18:43]
changiJyhem: me neither
and editing plugin using the quickedit icon doesn't work neither
see ya all
bye mose :)
[18:43]
RobertPlummerThe inability to edit trunkdoc is because the minified js + tablesorter
It is not a blocker and not related to parser
[18:52]
JyhemJyhem managed to approve the right-column plugins in the menupage mudule through editing the page "Keywords"
Jyhem not touching minified js :-(
Parser is enough for today, i think. Nice job
[19:01]
RobertPlummerVery good [19:04]
....... (idle for 30mn)
marclaportepolom
marclaporte wonders if we could have a way to relaunch upgrade on trunkdoc.tiki.org at will? (So we can quickly test Robert's fixes)
changi: ^^ :-)
[19:34]
mlaportejoined #tikiwiki [19:39]
.... (idle for 19mn)
sylviegDoes somebody know why on some page I have with fck a toolbar with plenty of tools and for aother page I have only soem tools
I know there are 2 modes - but do not know how it is chhosen
[19:58]
........ (idle for 36mn)
Jyhem_laptopsylvieg: have you looked at tiki-admin_toolbars.php ? [20:34]
sylviegthx Jyhem_laptop
in fact it has been fixed by jonny in tiki9
I am stil on tiki8
[20:38]
.... (idle for 18mn)
CIA-36tikiwiki: 03sylvieg * r41021 10/branches/9.x/templates/modules/mod-user_bookmarks.tpl: [FIX]bookmark: more explicit bouton names [20:56]
.............. (idle for 1h8mn)
Tiki|botRecent Bug: Tracker item: #4200 - - Compare generated HTML for all *.tiki.org sites between versions (to check for regressions/changes of behavior) - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4200 [22:04]
........ (idle for 38mn)
arildbjoined #tikiwiki [22:42]
...... (idle for 25mn)
joined #tikiwiki [23:07]
Tiki|botRecent Bug: Tracker item: #4201 - - Adding an event to the calendar - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4201 [23:14]
......... (idle for 40mn)
fabriciusjoined #tikiwiki
polom
[23:54]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)