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

WhoWhatWhen
***EvocaT1o has joined #tikiwiki [00:20]
EvocaT1ohi everybody.
I just talked to Marc and I think we found a glitch somewhere :S
[00:20]
luciashhi EvocaT1o
glitch of wha ?
[00:32]
***franck has quit IRC (Read error: Connection reset by peer)
franck has joined #tikiwiki
MartinCleaver has joined #tikiwiki
Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 240 seconds)
Cain` is now known as Cain
[00:35]
EvocaT1ooh sorry forgot to explain. fail. dont ask to ask right ;)
I'm using Tiki5 from the svn trunk.
I tried to use banner plugin. When I tried to use {banner(zone=name)} and it breaks the whole site.
[00:48]
luciashwell, trunk (main development code) can be pretty different from branch for Tiki 5 (branches/5.x) [00:51]
CIA-64tikiwiki: 03chealer * r27303 10/trunk/lib/toolbars/toolbarslib.php: [FIX] the FIX; restore icon titles on custom plugin icons (cf. r21553) [00:51]
luciashbut the syntax example you give is wrong
EvocaT1o: it must be {banner zone=name} without the brackets
[00:52]
EvocaT1oAlso. with the same site. What I talked with marc was that I made a html block to do a subscription to tiki-newsletters.php
ooh! ok, so no paranthesis () things
(I've seen it in the docs)
[00:52]
luciashyes, parenthesis only work with wiki plugins which needs to be written as {BANNER(zone=name) /} or {BANNER()}some content block{BANNER}
(just example)
EvocaT1o: feel free to fix it in the doc wiki
[00:54]
EvocaT1ook, course will. [00:56]
***Caarrie|away is now known as Caarrie [00:56]
EvocaT1obut How do I know how to write it. Try it in pages? [00:56]
luciashyep, there's plugin help also [00:56]
EvocaT1o... I tried ways, and now the page render blocks in middle. I'm kinda stuck. I guess I should check which SQL query and delete the faulty entry [00:57]
luciashyou can pass params in url to the admin page [00:57]
EvocaT1obut it stops rendering.
What's the bug tracker address?
[00:58]
luciashsomething like tiki-admin.php?page=look&paramname=value&looksetup
what textarea did you put the code in ?
"Custom Site Header" ?
[01:00]
EvocaT1oin the HomePage page
tried some ways to write it there
it was on /HomePage
[01:01]
luciashah, then you can go just to tiki-editpage.php?page=HomePage&fullscreen=y to edit and fix it ? [01:06]
***daniam has joined #tikiwiki [01:06]
EvocaT1ono, i cant
it dies there.
it dies here ' <div id="sitead" class="floatright">'
[01:06]
luciashweird, it shouldn't when you put the code just there and not on whole site like in the custom site header [01:07]
***daniam has quit IRC (Client Quit) [01:07]
EvocaT1oSo I am mistaken. I guess it happened when I updated banner configurations [01:07]
CIA-64tikiwiki: 03nkoth * r27304 10/third_party/jquery/ (160 files in 26 dirs): [NEW] Add jquery validation (to be used in Trackers). Actual feature coming in next commit [01:08]
luciashEvocaT1o: did you actually try to put in the URL what i just suggested ? [01:08]
EvocaT1oyou know the other place that's not in user modules (i did check Parse wiki markup), nor in banners (new banner) stuff. an other place that I cant recall of
yes
I tried it ;)
[01:08]
luciashah, so not only in HomePage content but in module, right ? [01:09]
EvocaT1oyes. I was mistaken when I explained it, sorry. [01:10]
luciashtry tiki-admin.php?page=look&feature_sitemycode=0&looksetup [01:11]
EvocaT1oI tried in many places so, its hard to guess where it is wrong. but when it jams, telling it breaks with something ' <div id="sitead" class="floatright">" it seems to be the module thing that I tried to configure for it. [01:12]
***Caarrie is now known as Caarrie|sleeping [01:12]
EvocaT1onothing. [01:12]
luciashnope, sitead seems the header stuff
let my try on my local copy
[01:12]
EvocaT1oI do php development. but tiki is sooo different that I feel like I do not know anything.
I would go into the code and try to look for myself too
[01:15]
luciashnp [01:16]
EvocaT1o: the code changed much between versions so i cannot dig it out if even possible change via URL now, so easier will be if you go to database and change the value in table tiki_preferences for feature_sitemycode
then you can check if you can go and fix the string again there on the tiki-admin.php?page=look&cookietab=2
[01:25]
***goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 260 seconds)
goj|ghost is now known as goj
[01:29]
luciashEvocaT1o: ah, figured it out, try this → tiki-admin.php?page=look&lm_preference[]=feature_sitemycode&looksetup [01:41]
EvocaT1osorry.
back
darn. it doesnt change anything
[01:47]
luciashyou have putted it in one of the different custom code textareas then :-/
not the sitemycode one
maybe it was on the siteads page ?
[01:49]
EvocaT1ouhm.
I will use my local copy and tell you
wait a sec
[01:52]
luciashtiki-admin.php?adssetup=&sitead=&lm_preference[]=sitead&lm_preference[]=feature_sitead&lm_preference[]=sitead_publish [01:53]
EvocaT1ooh, it woke up!!
:)
so what is that feature for?
[01:54]
luciashsorry, this one is better (but the previous apparently worked too): tiki-admin.php?page=ads&lm_preference[]=feature_sitead&adssetup
:)
so make sure the banner code looks like the example there
e.g. {banner zone='Test'} (and that your banner code in tiki-admin_banners.php is correct XHTML syntax too)
[01:57]
>learn fix bad custom code ads as tiki-admin.php?page=ads&lm_preference[]=feature_sitead&adssetup [02:06]
Sug4rOK, here we go! [02:06]
luciash>whatis fix bad custom code ads [02:06]
Sug4r'fix bad custom code ads' could be tiki-admin.php?page=ads&lm_preference [] =feature_sitead&adssetup [02:06]
EvocaT1oooh. ok. Will use the {banner zone='name'} syntax.
how can I guess what is the right syntax to use?
[02:08]
luciash>learn fix bad custom code sitemycode as 'tiki-admin.php?page=look&cookietab=2&lm_preference[]=feature_sitemycode&looksetup' [02:10]
Sug4rOK, here we go! [02:10]
luciashEvocaT1o: you don't need to guess, it is under the textarea as an example written there
>whatis fix bad custom code sitemycode
[02:10]
Sug4r'fix bad custom code sitemycode' could be 'tiki-admin.php?page=look&cookietab=2&lm_preference [] =feature_sitemycode&looksetup' [02:11]
luciashhm, i wonder why this bot puts the spaces there :-p [02:11]
..... (idle for 21mn)
***Narkster|Desk has joined #tikiwiki [02:32]
Narkster|DeskIn regards to the database schema, what are dates stored as?
i.e.: table: "tiki_history" column: "lastModif"
[02:32]
CIA-64tikiwiki: 03nkoth * r27305 10/trunk/ (20 files in 11 dirs): [NEW] AJAX Tracker entry validation using JQuery Validation plugin [02:33]
chealerNarkster|Desk: presumably UNIX timestamps
(that's date and time)
[02:37]
Narkster|DeskCopy that. Thanks. [02:38]
..... (idle for 21mn)
EvocaT1oHi again. How can I make a banner in a module. I can use {banner zone='name'} in a wiki page. And I verified Permissions.
but it doesnt show any banners, even text in the user module.
cant figure
[02:59]
***MartinCleaver has quit IRC (Quit: MartinCleaver) [03:05]
.......... (idle for 46mn)
EvocaT1oSheez! I just tried to add CSS and the page is blank [03:51]
.... (idle for 16mn)
aah. [04:07]
.......... (idle for 45mn)
***chealer has quit IRC (Remote host closed the connection) [04:52]
..... (idle for 24mn)
yonixxx has quit IRC (Quit: yonixxx) [05:16]
..... (idle for 20mn)
CIA-64tikiwiki: 03chealer * r27306 10/branches/5.x/lib/rss/rsslib.php: [FIX] RSS feed broken by backslash if Tiki in document root on Windows (Closes: #923) [05:36]
....... (idle for 33mn)
***Lucymoz has quit IRC (Ping timeout: 240 seconds) [06:09]
yonixxx has joined #tikiwiki [06:17]
.......... (idle for 47mn)
lorinc has joined #tikiwiki [07:04]
FrankP_away has joined #tikiwiki [07:14]
Wilkins has joined #tikiwiki [07:23]
changi|away is now known as changi [07:29]
changipolim [07:29]
yonixxxmilop
How you are doing Changi ?
[07:43]
..... (idle for 20mn)
***JoernOtt has joined #tikiwiki [08:03]
changifine and you :) [08:07]
...... (idle for 26mn)
***gmartin has quit IRC (Ping timeout: 264 seconds) [08:33]
gmartin has joined #tikiwiki [08:45]
chealer has joined #tikiwiki [08:58]
.......... (idle for 47mn)
chealer has quit IRC (Quit: Leaving) [09:45]
gmartin has quit IRC (Ping timeout: 276 seconds) [09:56]
yonixxx:) Well... but ungry ! [09:58]
***Caarrie|sleeping is now known as Caarrie|away [10:01]
gmartin has joined #tikiwiki [10:09]
......... (idle for 42mn)
franck has quit IRC (Ping timeout: 245 seconds)
franck has joined #tikiwiki
changi has quit IRC (Ping timeout: 258 seconds)
[10:51]
franck has quit IRC (Read error: Connection reset by peer) [11:04]
gmartin has quit IRC (Read error: Operation timed out)
jonnyb has joined #tikiwiki
[11:12]
jonnyb.polom [11:16]
***chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
JoernOtt has quit IRC (Ping timeout: 245 seconds)
[11:16]
yonixxxyonixxx feel like a welcome boot :)
hi Jonny
[11:18]
***franck has joined #tikiwiki [11:18]
luciashpolom guys and (away) gals [11:21]
jonnybhi all [11:21]
chibaguyhello everyone [11:21]
yonixxxlol, hi all [11:22]
***gmartin has joined #tikiwiki [11:26]
luciashnow just xavi has to join ;) [11:27]
***chibaguy is now known as psuedoxavi [11:30]
psuedoxavihola, amigos [11:30]
***psuedoxavi is now known as chibaguy [11:30]
luciashhola psu :-p [11:30]
jonnybOn és el veritable Xavi? [11:31]
chibaguypsuedoxavi didn't know how to do the inverted ! mark [11:31]
luciash"psu" sounds like "of dogs" in czech :-p [11:31]
jonnybit's also short for Power Supply Unit :| [11:32]
luciash:) [11:32]
chibaguy:-)
psuedoxavi should have spelled his name pseudoxavi, actually.
the pretender is a bad speller
[11:32]
jonnybgood point chibaguy - that would be less like something you make shoes out of [11:35]
luciashsorry, we just make bad jokes of the pretender ;) [11:35]
chibaguy:-) [11:35]
***gmartin has quit IRC (Ping timeout: 248 seconds) [11:40]
yonixxx has quit IRC (Quit: yonixxx)
gmartin has joined #tikiwiki
[11:52]
luciashchibaguy: btw, the remarksbox highlight is somewhat strange in fivealive... it highlights only the title it seems
wow, thanks to whoever fixed and improved the profiles applying duration performance
now it was fast :)
[12:01]
chibaguyI'll check on the remarksbox, luciash. I didn't notice that change.] [12:04]
luciashit is visible when you have REMARKSBOX plugin with the highlight param set to y [12:04]
chibaguyah, ok. I don't know if I tested that case. [12:05]
luciashand title set [12:05]
chibaguychibaguy needs a checklist for theme testing.
luciash, is that type of remarks box ok in other themes?
[12:06]
luciashi didn't try, mom
i mean just a moment, not calling you my mom ;)
[12:11]
chibaguyI recently changed div.highlight in layout or design.css, to make it inline, to avoid the highlighting going 100% anytime text was highlighted.
I don't know if that changed something for remarksbox.
[12:11]
luciashah, yes, that might be the problem [12:12]
chibaguyheh, yeah was wondering if our relationship changed. ;-) [12:12]
luciash*g*
i think whole content of the remarksbox data background should be highlighted, shouldn't it ? not just inline, but whole block
it's broken in STRASA too
interestingly only for the remarksbox plugin
i see another warning remarksbox on the same page (Profiles page) which looks correct
chibaguy: to reproduce, you can go to Admin > Profiles and try to list the SN profile
[12:12]
chibaguywhere is that, at doc.tw.o? [12:17]
luciashanywhere in branch5 [12:17]
chibaguyok [12:17]
luciashjust see it on my localhost too
filter the list to SN and it will list the SNiPTT profile
there is warning remarksbox plugin on the top of the profile description
you can see it on http://profiles.tikiwiki.org/SNiPTT too
[12:17]
Tikiwiki|botNew Forum Posts: Linking to web pages in a dev environment - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37266 [12:19]
***changi has joined #tikiwiki [12:19]
chibaguyyeah, pretty messed up. [12:21]
luciashthere must be something different for the RMB plugin versus the direct Smarty remarksbox in the tpls [12:23]
chibaguyWell, when .highlight isn't inline, it makes a full-width rectangle that contains the tabbed box. Is that the desired effect?
(admittedly, much better than what's happening now)
[12:24]
luciashi would say yes, but i don't know where else is .highlight class used as inline [12:25]
***JoernOtt has joined #tikiwiki [12:26]
luciashi think we have to be more specific, like div.highlight vs span.highlight
i wonder why the display: ... must be actually specified
[12:26]
chibaguywell, warning messages in the admin pages have text in div.highlight. [12:26]
luciashwouldn't it work without it ? [12:26]
chibaguywell, they go full width, even if it's just a few words.
probably they should be spans there.
[12:27]
luciashit's standard behavior of block elements like div, i don't consider it to be a problem
where ?
[12:28]
chibaguyIn some admin pages, where there's text like "Needs phplayers."
A couple of words in an orange box that goes full width of the column.
I'd prefer just the text gets a highlighted background.
[12:31]
luciashi think remarksbox is a box, thus block element and should look like fullwidth as seen on tiki-mods.php [12:31]
chibaguyThis isn't a box, though. It's just text.
div.highlight gets used for these text comments too.
[12:32]
luciashwhen having .highlight class it should specify just background color, not display: type [12:32]
chibaguybut the admin text is in a div.
div.highlight.
should be a span, I think.
[12:32]
luciashso if they're divs (the simple short texts to be higlighted), it is probably wrong on the admin pages and you are right, they should be spans instead [12:33]
chibaguyanyway, I'll revert the css. [12:33]
luciashbut not force .highlight to be display: inline
yup, good move :)
[12:34]
CIA-64tikiwiki: 03chibaguy * r27307 10/branches/5.x/styles/layout/design.css: [FIX] Remove display:inline property from div.highlight since it had bad effects on remarks box. Thanks to luci for noticing. [12:34]
***RavenC has joined #tikiwiki [12:35]
..... (idle for 23mn)
Guest35746 has joined #tikiwiki [12:58]
MartinCleaver has joined #tikiwiki [13:05]
...... (idle for 26mn)
Tikiwiki|botRecent Bug: Tracker item: #3195 - - messu-mailbox.php shows "Array" where other pages show ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3195 [13:31]
***jonnyb has quit IRC (Quit: nite nite)
EvocaT1o is now known as EvocaT10|vurk
[13:34]
Wilkins_ has joined #tikiwiki
jonnyb has joined #tikiwiki
Wilkins has quit IRC (Ping timeout: 240 seconds)
[13:48]
Helene has joined #tikiwiki [14:00]
CIA-64tikiwiki: 03sylvieg * r27308 10/branches/5.x/tiki-view_tracker_item.php: [FIX]tracker: missing param [14:02]
luciashhttp://dev.tikiwiki.org/tiki-searchresults.php?highlight=kitchen+sink&search=Go layout broken and no results :-[14:03] <luciash> FF 3.0.x [14:03]
HeleneGreat idea this channel... first time using #tikiwiki :) [14:03]
luciashhi Helene, welcome
just trying the IRC channel or gonna using Tiki too ?
[14:04]
***Leigh has joined #tikiwiki [14:09]
HeleneI'm totally using Tiki:) Since we're using Tiki for some contracts at work, I want to contribute too! I am actually trying to fix some bugs ... [14:10]
luciashcool :)
r u gal ? (according to your nick name)
[14:11]
Helenedont't know what gal means ... but I'm French if it was the question ;) [14:13]
JoernOttgal = slang for girl/woman [14:14]
luciashgal = girl = female :) we never have enough of them in the devs team ;) [14:14]
Heleneyeah female hahaha;) sorry :P [14:15]
luciashnp :)
what fixes you have made ? for what version actually ?
[14:15]
JoernOttwell, my female employees tend to use nicknames where you can't figure out if theyre male or female, that saves them from a lot of annoying chatters in some channels [14:17]
luciashJoernOtt: understandable :)
JoernOtt: some ppl think i am female too on the other hand :-p
[14:17]
JoernOtthehe, using luci might be the reason for that :-) [14:19]
***Leigh_ has joined #tikiwiki [14:20]
CIA-64tikiwiki: 03jonnybradley * r27309 10/trunk/lib/payment/cclitelib.php: [MOD] Cclite: Code tidying, reformatting, cleaning comments plus a few small fixes [14:20]
Leigh_!help [14:21]
Tikiwiki|botYou can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [14:21]
Leigh_>help [14:22]
Sug4r(help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin. [14:22]
Helene@luciash actually I'm a not a programer or anything else like this so it could be my first fix today! If I can find information on what I'm looking for, I could maybe fix something;) Trying hard now...:P On v4.x [14:23]
luciashHelene: what you're lookin' for then ? [14:24]
***Leigh has quit IRC (Quit: Page closed)
luciash changes topic to: Welcome to #tikiwiki! Just ask, don't ask to ask ;) Tiki 3.5 (LTS) and 4.2 is out ! Don't paste multiline code/errors here please. Channel is logged @ http://irc.tikiwiki.org (start line with [off] to exclude msg from log), type !help or >help to get some info from our bots ;) Enjoy!
[14:24]
HeleneLuciash: in the editor, some icons doesn't work well... when using color, special caracter and wiki link, they appear at the end of the page instead of where the cursor is ... trying to see if it's the same thing v5.x... there's a tiki5 to try on the web? [14:27]
***luciash changes topic to: Welcome to #tikiwiki! Just ask, don't ask to ask ;) Tiki 3.5 (LTS) and 4.2 is out! Don't paste multiline code/errors here please. Channel is logged @ http://irc.tikiwiki.org (start line with [off] to exclude msg from log), type !help or >list and then >help to get some info about how to query our bots ;) Enjoy! [14:27]
luciashHelene: try http://demo.tikiwiki.org/tiki5 [14:28]
***Wilkins_ is now known as Wilkins [14:28]
luciashmight be fixed in Tiki5 but i am not sure [14:29]
JoernOttHelene, I am using trunk (future 6.0) and it happens to me sometimes when using Firefox 3.6 on Linux and Windows [14:30]
***Helene has quit IRC (Ping timeout: 252 seconds) [14:33]
Leigh_I have a query regarding protecting text from user editing. I'm using the {INCLUDE..} plug in to combine two pages one of which is locked. This provides edit protection on the locked page. However you inevitably end up with the {INCLUDE..} statement on the unprotected page. How do you prevent users from deleting or changing this? [14:35]
JoernOttWhy not create a locked page, containing 2 or more includes?
some of those being editable?
[14:36]
***Helene has joined #tikiwiki
ricks99 has joined #tikiwiki
[14:37]
Helenesomething went wrong with irc for me... don't know if you saw what I wrote JoernOtt ! [14:38]
JoernOttnope [14:38]
Leigh_JoernOtt: I need to thin about that - thanks for the suggestion [14:38]
HeleneJoernOtt : (you were saying it was a problem with firefox 3.6 on Linux and Windows I think) I'm using Firefox 3.6.3 on Mac... [14:39]
JoernOttdid you try if it happens with safari as well? [14:40]
Tikiwiki|botNew Forum Posts: Help on Tracker Action Field - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37272 [14:41]
Helenenope... good idea! [14:42]
Leigh_JoernOtt: Thanks for the {INCLUDE} suggestion its clear now [14:42]
JoernOttthis would help tracking down the problem [14:45]
***chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) [14:49]
HeleneJoernOtt : You were soooo right. With Safari it's working great! So Firefox 3.6 is the problem... [14:53]
!help [14:59]
Tikiwiki|botYou can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [14:59]
Leigh_JoernOtt: I've tried the two {INCLUDE..} statements on one page. I cant get both to work at the same time. Only the top one works - the bottom one seem to be ignored.
What code am I missing out?
[15:08]
JoernOttone sec, trying it myself [15:10]
CIA-64tikiwiki: 03nkoth * r27310 10/trunk/ (8 files in 7 dirs): [ENH] New Jquery validation to receive message to be shown when validation fails [15:13]
JoernOttLeigh_: I just set up a test page
but not with permissions
both included pages work
What did you do to assign permissions?
[15:16]
Leigh_Im using {INCLUDE(page="Pluto-1_B")} and {INCLUDE(page="Pluto-1_H")} on separate lines [15:18]
JoernOttme too [15:20]
luciashwrong syntax imho
better would be {INCLUDE(page="Pluto-1_B") /} and {INCLUDE(page="Pluto-1_H") /}
[15:20]
JoernOttyup
my page looks like that
Master page
{INCLUDE(page="Include1")}{INCLUDE}
{INCLUDE(page="Include2")}{INCLUDE}
but I did not assign permissions (yet)
[15:21]
Leigh_Success thank a lot Guys. That's been a great help [15:23]
JoernOttyw [15:24]
luciashLeigh_: for plugins without content data, you can use just {pluginname parm1=foo param2=bar} to simplify things ;)
plugins with content data need the paretnhesis syntax though
*parenthesis
[15:24]
Leigh_thks for that [15:26]
HeleneMy editing problem are worst then I tought ... icons behavior are different in explorer, safari and firefox... I'll make some tests with v4 and v5 with all browser... Is it something done yet or it will be usefull for Tikiwiki? [15:32]
JoernOttwell, it is definitely useful [15:33]
luciashHelene: please test with Tiki5 RC1 (or the SVN branches/5.x code) if it's fixed there [15:33]
JoernOttevery information in a bug report helps tracking down the problem, but sadly all those browsers are only 95% compatible [15:34]
HeleneLuciash: what's Tiki5 RC1? Is the demo.tikiwiki.org/5x the same thing... sorry I'm confuse... [15:36]
***Wilkins_ has joined #tikiwiki [15:37]
luciashHelene: RC1 means Release Candidate 1 [15:37]
***Wilkins has quit IRC (Ping timeout: 245 seconds) [15:37]
luciashit was released to sourceforge.net for download
the demo site might be updated from time to time directly from the SVN branch code (more recent fixes than the RC1 package)
[15:37]
HeleneI understand! Where can I find this Tiki5 RC1 ? [15:41]
ricks99all downloads are available from tikiwiki.org/download [15:42]
luciashhttp://sf.net/projects/tikiwiki > Download
hi ricks99 :)
[15:42]
JoernOtthttp://sourceforge.net/projects/tikiwiki/files/ [15:42]
ricks99hi luciash :-) [15:42]
JoernOttgives you a complete list of files [15:42]
ricks99explaination of the different files is on http://info.tikiwiki.org/download [15:43]
CIA-64tikiwiki: 03sampaioprimo * r27311 10/trunk/templates/tiki-objectpermissions.tpl:
tikiwiki: [ENH] minor interface improvements to tiki-objectpermissions.php:
tikiwiki: - page title when editing global permissions
tikiwiki: - differentiate tab title when editing object permissions and when editing category permissions
tikiwiki: - button "Reset to Global Perms" now is "Delete category permissions" if editing category permissions or "Delete object permissions" if editing object p$
[15:44]
HeleneI found it! Thanks for your help/time... someday I'll be a very good contributor;) [15:44]
luciashHelene: that would be great :) [15:45]
CIA-64tikiwiki: 03sampaioprimo * r27312 10/trunk/ (2 files in 2 dirs):
tikiwiki: [ENH] minor interface improvements to tiki-list_object_permissions:
tikiwiki: - use "global" instead of "default" to refer to global permissions
tikiwiki: - use "object" instead of "special" to refer to object permissions
[15:47]
RavenCI am creating a wiki page with HTML in it. I have it set as (wiki="1") . Is there a way to use a wiki page link within the html ? I have tried ((pagename)) with no results.
however, outside of the html, the ((pagename)) works fine
[15:58]
***Leigh_ has quit IRC (Read error: Connection reset by peer) [16:00]
JoernOttwhy not use <a href="/tiki-index.php?page=pagename">Linktext</a> ? [16:01]
RavenCThat works, I just didn't know if you could add tiki syntax within the html or not [16:07]
CIA-64tikiwiki: 03jonnybradley * r27313 10/trunk/ (8 files in 4 dirs): [ENH] Payment - mainly improvements to cclite payments, but some fixes and good things for payment in general. [16:07]
***Wilkins_ has quit IRC (Ping timeout: 252 seconds) [16:10]
CIA-64tikiwiki: 03jonnybradley * r27314 10/trunk/lib/: [MOD] Remove external fixed revision for jquery third partly libs (had need merged from 5.x) [16:20]
***keag has joined #tikiwiki
keag has quit IRC (Client Quit)
[16:26]
JoernOttbye [16:36]
***JoernOtt has quit IRC ()
Bilal has joined #tikiwiki
[16:36]
CIA-64tikiwiki: 03jonnybradley * r27315 10/branches/5.x/lib/prefs/feature.php: [MOD] Add the word 'spreadsheet' to jquery.sheet pref description so it comes up in LM search with feature_sheet [16:44]
luciashRavenC: it wasn't latest Tiki 5 branch, right ? i have fixed the wiki=1 there [16:54]
RavenCjust the normal RC
5.0RC1 that is.. :)
[17:04]
luciashfixed after RC i think [17:06]
RavenCThanks! Something to look forward too [17:06]
.... (idle for 16mn)
***Bilal has quit IRC (Quit: Page closed)
Helene has quit IRC (Ping timeout: 252 seconds)
[17:22]
...... (idle for 28mn)
luciashjonnyb: the links are not clickable in colorbox title ? i thought you were working on it for ricks99 ... [17:52]
jonnybum... no, that was getting the descriptions to wiki parse
title should lead to the filegal, you think? (or wot?)
links in descriptions were breaking badly so needed an emergency fix
[17:53]
luciashi mean on http://info.tikiwiki.org/tiki-index.php if you click Featured Tiki thumbnail
i thought you guys were working on making the links of the featured sites clickable in popped up colorbox
[17:55]
***Lucymoz has joined #tikiwiki
lindon has joined #tikiwiki
[17:57]
luciashjonnyb: probably i understood it wrongly [18:00]
***Helene has joined #tikiwiki [18:04]
CIA-64tikiwiki: 03sylvieg * r27316 10/branches/5.x/lib/wiki-plugins/wikiplugin_fancytable.php: [FIX]fancytable: fix when headclass param value is not quoted [18:13]
RavenCRavenC is playing with articles... is there anything Tiki cannot do ? :) [18:24]
luciashKitchen Sink (not yet) [18:25]
RavenCrofl
touche
[18:25]
luciash:) [18:25]
RavenCRavenC will put kitchen sink on Tiki 6 wishlist [18:26]
luciash:) [18:29]
***jonnyb has quit IRC (Quit: nite nite) [18:38]
.... (idle for 16mn)
chealer has joined #tikiwiki [18:54]
......... (idle for 40mn)
chealer has quit IRC (Ping timeout: 264 seconds) [19:34]
luciashseems someone broke ColorBox in recent branch5 ?
or is it doc.tw.o only what is broken ?
http://zukakakina.com/Shadowbox_gallery&no_bl=y - works fine
http://doc.tikiwiki.org/ColorBox&no_bl=y - doesn't work fine
tyr click the images ...
s/tyr/try/
[19:46]
is it because "open external links in new window" ?
hmm, i wouldn't expect it should do with IMG plugin links ...
luciash going to switch that off
[19:53]
CIA-64tikiwiki: 03sylvieg * r27317 10/branches/5.x/lib/wiki-plugins/wikiplugin_fancytable.php: [FIX]fancytable: fix header style [19:57]
luciashno, it must be something else what "kills" loading of images and external links in colorbox... switching external links in new window didn't help [20:00]
***Helene has quit IRC (Quit: Page closed) [20:03]
luciashluciash has to try on his local copy of branches/5.x [20:09]
***FrankP_away has quit IRC (Ping timeout: 245 seconds) [20:14]
luciashworks fine on my localhost
must be some weirdness setup of doc.tw.o :-/
or conflicting feature
[20:14]
***nkoth has joined #tikiwiki [20:25]
luciashchangi: some icons on doc.tw.o are broken... like this should be icon for "note" in remarksbox: http://cdn.doc.tikiwiki.org/tiki-wiki_rss.php/tiki-/tiki-editpa/htt/In/tiki-editpa/pics/icons/pics/icons/information.png
changi: can be seen e.g. at http://doc.tikiwiki.org/ColorBox&no_bl=y
[20:25]
CIA-64tikiwiki: 03sylvieg * r27318 10/branches/5.x/lib/wiki-plugins/wikiplugin_fancytable.php: [FIX]fancytable: fix correctly 26984 23915:respect alternative lines colors when sorting [20:34]
***jonnyb has joined #tikiwiki [20:41]
luciashi think the cdn doesn't work quite right and causes various oddities on doc.tw.o [20:41]
RavenCRavenC loves the flip=y transition [20:43]
sylviegsylvieg is thiking the cdn is not working correctly too [20:43]
.... (idle for 17mn)
luciashproblem with notification mail watches... when watching a page and i change my email, the watched page still keeps the old email value
e.g. on dev.tw.o
[21:00]
***jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
redflo1 has joined #tikiwiki
RavenC has left
[21:11]
.... (idle for 16mn)
ricks99_ has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 240 seconds)
[21:28]
.... (idle for 19mn)
nkoth has quit IRC (Quit: nkoth)
chealer has joined #tikiwiki
[21:50]
.... (idle for 19mn)
luciashdev.tw.o is terribly slow
can't approve TAG plugin there, hmm ?
[22:10]
nice frustrating monologue [22:17]
.... (idle for 19mn)
***daniam has joined #tikiwiki [22:36]
luciashhm, approving any plugin on dev.tw.o doesn't change anything, after page reload the plugin is still unapproved :-(
useless
[22:44]
***Guest35746 has quit IRC (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
daniam has quit IRC (Ping timeout: 252 seconds)
lorinc has quit IRC (Ping timeout: 276 seconds)
redflo1 has left
[22:46]
.... (idle for 16mn)
sylvieghi luciash [23:06]
luciashhi sylvieg [23:06]
sylviegsylvieg trying to stay under a controllable number of problem in tw5
which page you can not approve
[23:07]
luciashi rolled it back already
it was on http://dev.tikiwiki.org/Raphaël
alias http://dev.tikiwiki.org/Raphael
shit, why the alias doesn't work again ?
[23:09]
sylviegI do not follow you
is it tag opr alias?
[23:18]
luciashit was TAG, then i changed to HTML, cannot approve either one
now i rolled back and the alias doesn't seem to work anymore
maybe the problem with approval was the umlaut in the page name
[23:21]
sylviegsylvieg supposes to create a test page [23:22]
luciashno idea
maybe the rollback deactivated the (alias(Raphael))
it's still there but doesn't seem to work
i will try re-edit and save
[23:22]
sylvieghtml is ok for me here http://dev.tikiwiki.org/test [23:24]
luciashif it wasn't that damn slow site currently :( [23:24]
sylviegit is ok for me [23:24]
luciashyeah, i suspect the ë in pagename [23:24]
sylviegclose browser - try afgain
sorry will try later - son crying for starvation
[23:24]
luciashno prob :)
yep, after re-edit and save, the aliases work now
[23:25]
...... (idle for 25mn)
CIA-64tikiwiki: 03lindonb * r27319 10/branches/5.x/lib/wiki-plugins/wikiplugin_pluginmanager.php: [FIX] Correct version to avoid confusion on doc site. [23:51]
***Caarrie|away is now known as Caarrie [23:53]

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