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

WhoWhatWhen
***goj|ghost has joined #tikiwiki
torsten is now known as fabricius
goj has quit IRC (Ping timeout: 248 seconds)
goj|ghost is now known as goj
[01:49]
Caarrie is now known as Caarrie|sleeping [02:00]
............. (idle for 1h1mn)
Tikiwiki|botNew Forum Posts: Pasting text - keeping formating - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37342 [03:01]
............ (idle for 59mn)
***chealer has joined #tikiwiki
chealer is now known as chealer|vac
[04:00]
.......................... (idle for 2h7mn)
Lucymoz has quit IRC (Ping timeout: 245 seconds) [06:08]
.... (idle for 16mn)
fabricius has quit IRC (Ping timeout: 252 seconds)
damian has joined #tikiwiki
[06:24]
........... (idle for 50mn)
ClaraM has joined #tikiwiki [07:18]
Wilkins_ has joined #tikiwiki
goj has quit IRC (Ping timeout: 248 seconds)
goj has joined #tikiwiki
Wilkins_ is now known as Wilkins
[07:23]
.................... (idle for 1h37mn)
CIA-61tikiwiki: 03jonnybradley * r27471 10/branches/5.x/lib/articles/artlib.php: [FIX] Make jailroot when categId is supplied consistent with the rest of Tiki (e.g. if categId is not in your jail it shows nothing) [09:03]
............ (idle for 56mn)
***benjamin has joined #tikiwiki [09:59]
Caarrie|sleeping is now known as Caarrie|away [10:11]
..... (idle for 21mn)
FrankP_away has joined #tikiwiki [10:32]
benjamin has quit IRC (Remote host closed the connection) [10:43]
..... (idle for 23mn)
xavi has joined #tikiwiki [11:06]
FrankP_away has quit IRC (Ping timeout: 252 seconds)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[11:12]
chibaguypolom [11:13]
***ricks99 has joined #tikiwiki [11:19]
ricks99hi all :) [11:23]
***genexbs has joined #tikiwiki [11:25]
genexbsI need to create wiki page from a form that user will submit, form will have page name and other information that will become page headings once page is created, any suggestions on best way to do it? [11:26]
xavihi chibaguy and ricks99 (from university)
genexbs: I don't know for sure, but did you check if there is a tracker field which can do that for you?
[11:29]
genexbsnot tracker [11:29]
xaviI mean, did you check the documenation through http://doc.tikiwiki.org/Trackers ? [11:30]
genexbsi m working on website related to projects, user will have to "register project" using form
that form will create a wiki page
[11:30]
xavi"form" in tiki are handled through the tracker feature [11:31]
genexbsproject name will become page name [11:31]
xavibut I don't know if it's already coded, that from a tracker you can created new wiki pages [11:31]
genexbsok let me check that then
thanks
[11:31]
xavioh well, for sure you will be able to do that through "data channels" (magic words appear again). but that's a very advanced feature
if you are brave enough (and experienced-enough tiki power user), you can see some description through http://doc.tikiwiki.org/Worspaces
this is the future of Tiki, but just a few power users are able to (=Have learned already to) use it
and I'm not one of them. I hope I will, but not yet. And that page was written recently, even if the code is there since almost a year, afaik
or in theory you can use the profile plugin, with a simple profile for your new project, etc. There is a profile (work in progress, afaik) about profile management... it should be linked from the doc.tw.o/Workspace page, afair
hth
and profile management is easier than data channels. I'ts an advanced feature, also, but more people are able to use it (I'm starting to use it with success)
s/I'ts/It's (rusty English, or rusty fingers.... I wonder what's worse)
[11:32]
ricks99hi xavi
@07genexb01 i *think* trackers can do this
not 100% sure, thoguh
[11:42]
xavixavi feels like ricks99 [11:42]
ricks99i *think* pretty trackers has a way to create a page [11:43]
chibaguyxavi, you were talking about the Artisteer theme program? [11:46]
sylvieggenexbs: http://doc.tikiwiki.org/Page+selector or datachannels as xavi said [11:47]
xavihi chibaguy , nope, not me [11:47]
chibaguyoh, ok. I can't remember where I was reading that, or who said it.
Anyway, it's a windows and mac program for making themes for wordpress, joomla, drupal and some others, or HTML templates.
A commercial program.
Maybe it was Pascal Saint-Jean.
[11:48]
sylviegchibaguy: yes it was pascal on the devel [11:49]
chibaguyah, ok.
chibaguy not getting enough sleep these days. ;-)
[11:49]
xavi:-) [11:50]
Tikiwiki|botNew Forum Posts: Module will only show contents to Registered users despite settings - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37345 [11:55]
luciashpolom
xavi: do you remember that "page" type field ? ;)
[12:00]
ricks99hi luciash [12:02]
luciashhi ricks99 [12:02]
xavihi luciash :-) yes, that's why I first pointed that user to read the tracker documentation [12:04]
luciashgenexbs: yes, tracker field type page can do that (i am 100% sure) [12:04]
xavibut I was not sure [12:04]
genexbsok thanks for the help, I m trying this [12:04]
xavimmm, I'm facing some problems with pretty trackers. How can I escape the names of {$f_1} and similar so that a plugin call doesn't have conflict with it?
I'm need this with PluginR,... but this syntax in the tracker template: {R()}{$f_6}:{$f_7}{R}
is sending that {$f_6} to the R program in the server, and R doesn't understand it...
http://dev.tikiwiki.org/PluginR#wiki-plugin_r.php
how can avoid this problem in PluginR?
[12:07]
luciashxavi: hmm, a tough one
xavi: how come it doesn't send as value of the tracker field instead ?
[12:11]
xavigood question. I don't know enough php to understand all the internals of pluginR... [12:12]
luciashdoes PluginR parse data content or not ? [12:14]
xavibut the wiki page shows the error from the R console
parse data content: not, and that's another thing that would be very useful
[12:14]
luciashi don't see the error on http://dev.tikiwiki.org/PluginR#wiki-plugin_r.php [12:16]
xaviyes, it's from R...
hold on, I'll make my test environment a bit more public
(it's from work at university, and I might get a new contract to produce easier interfaces in html to manage R scripts.... that's why PluginR might make things very useful for such type of work)
luciash: http://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=template
the message in red:
Error: unexpected '$' in "{$"
comes from R in the server
[12:16]
luciashxavi: ok, but it is only happening when you look at the template directly, right ? [12:21]
xavinope.... see this: [12:22]
luciashit's understandable
oh
[12:22]
xavihttp://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=company%20directory
ah, hold on... more perms for anons to view it....
[12:22]
luciashyep :) [12:23]
xavithat's it, reload the last page
company directoy, etc.
btw, that profile for that pretty tracker demo is missing a perm to use the "template" page as wiki tracker template
I'll add that before I forget....
mmm, can a user add local perms on objects through a profile?
[12:25]
***Cain` has joined #tikiwiki [12:31]
luciashxavi: i see
xavi: a user ?
[12:31]
xavinever mind, I found it [12:32]
***genexbs has quit IRC (Ping timeout: 245 seconds) [12:32]
xavihttp://profiles.tikiwiki.org/Permission+Management
I meant I didn't know how to do that, in case it was possible (I was doubting it), but it is possible
[12:32]
***Cain has quit IRC (Ping timeout: 240 seconds)
Cain` is now known as Cain
[12:32]
luciashxavi: i don't understand why it doesn't parse {$f_6} inside the plugin data to the field value before parsing the plugin itself
can you try with {$user} instead ?
[12:33]
xaviok, thanks for the tip. there I go [12:34]
luciashor {{user}} [12:34]
xavi:-( blank page
I'll enable error messages
the template is this: http://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=template
[12:41]
luciashcan you enable view source for anon ? [12:43]
xaviyes [12:43]
luciashtnx [12:44]
xavigranted on the template page
mmmm, however, it has to be enabled somewhere, isn't it.... for variables like {{user}} to be shown...
[12:45]
luciashxavi: yes, enable it on Admin > Editing & Plugins
xavi: btw, http://profiles.tikiwiki.org/tiki-index.php?page=menu has now duplicated link (it is already in the top menu)
xavi: ah, i meant you put the user test inside the R plugin code
[12:46]
xaviok, there I go...
http://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=Company+Directory is visible to anons also
[12:48]
luciashxavi: you want to figure it out yourself or give me admin account there if you like [12:50]
xaviitem removed from wiki menu (thanks, I didn't notice that it was there)
yes, no problem (thanks)
once enabled that setting (argument variables), I notice that CODE plugin is not capable of showing R syntax inside. It's parsed even inside a CODE plugin call
[12:50]
luciashxavi: with the menu the same happened to me :-p [12:53]
xavi:-)
I wonder why CODE is not able to show the R syntax
user luci or luciash ?
[12:53]
luciashluci
i meant instead of
{R()}{$f_6}:{$f_7}{R}
{R()}{$user}{R}
[12:54]
xaviyes, yes, I know....
xavi searching for you email right now
[12:55]
luciashokidokie
luci AT tw.o
[12:55]
xaviok, easy, thanks
ok, there you are
sending pass through email
I can't use pidgin from uni, just webchat for irc, and I can't send pm from here, it seems
[12:56]
CIA-61tikiwiki: 03sylvieg * r27472 10/trunk/lib/profilelib/profilelib.php: [ENH]datachannel: to be able to use {{user}} and other in the yaml [13:00]
luciashfine , i am in
you can enable minichat module there ;)
[13:00]
xavi:-) [13:00]
.... (idle for 19mn)
luciashxavi: out of ideas, it seems too complicated to me, it seems to parse differently than the rest of the plugins
the content
[13:19]
***Bilal has joined #tikiwiki [13:27]
xaviok, thanks luciash for the feedback and your time
since I need this for work, I'll keep trying and I'll ask someone else when I get stuck
time to go back home & luch
cheers
[13:31]
***xavi has quit IRC (Quit: Page closed)
damian has quit IRC (Quit: HydraIRC -> http://www.hydrairc.com <- The professional IRC Client :D)
Jyhem has quit IRC (Read error: Connection reset by peer)
[13:35]
Bilalby allowing HTML in WIKI pages - does it weaken the site security and people can do something bad to the site ? or is it safe to use ? [13:48]
ricks99potentially, yes. i suggest using the HTML plugin instead. it allows you to approve any HTML coding before it is "live" [13:52]
.... (idle for 17mn)
Bilalricks99: okie thanks
ricks99: means we should not enable WXYIG editor and instead use HTML plugin?
[14:09]
***ricks99_ has joined #tikiwiki [14:11]
ricks99_can still use plugins with wysiwyg editor [14:13]
***ricks99 has quit IRC (Ping timeout: 245 seconds)
ricks99_ is now known as ricks99
marclaporte has quit IRC (Read error: Connection reset by peer)
[14:13]
.... (idle for 19mn)
luciashBilal: it doesn't explicitly weaken site security but can allow malicious users insert hidden tags and collect other user's private data via methods such as "iframe injection" etc. [14:33]
***xavi has joined #tikiwiki [14:35]
luciashwb xavi [14:39]
xavihi :-) [14:43]
.... (idle for 19mn)
***Louis-Martin has joined #tikiwiki [15:02]
xavisylvieg, I need your help & expertise . I need to know how to extend PluginR to avoid sending variables from a tracker wiki page template when it's in the template stage. So that R plugin sends values from pretty tracker to R at the server, and not sending the variables to the R in the server....
example: see test 4 here: http://cochise.bib.ub.es/tiki5svn/r_test
when this is in a template: {R()}{{f_6}}:{{f_7}}{R} it's sent to the R program in the server
sorry , this: {R()}{$f_6}:{$f_7}{R}
[15:06]
***Bilal has quit IRC (Quit: ChatZilla 0.9.85 [Firefox 3.5.9/20100315083431]) [15:08]
xaviand R doesn't know what is $_f6, etc. [15:08]
sylviegdo you use a tempalte or a wiki page? [15:08]
xaviInstead, I need to send just the output from the pretty tracker varible to the PluginR call [15:08]
sylviegtry to use a template and the syntax to put a plugin in a tpl [15:09]
xavitemplate.... hold on, I'll show you the real example in the template.... [15:09]
sylviegtemplate as tpl or tempalte a wiki?
otherwise I do not know how to do
[15:09]
xavihttp://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=Company+Directory
template is a wiki page: http://cochise.bib.ub.es/tiki5svn/tiki-index.php?page=template
sorry, let me clean a bit the template...
cleaned
and this is the only item in the tracker: http://cochise.bib.ub.es/tiki5svn/tiki-view_tracker_item.php?itemId=7&trackerId=1&show=view&reloff=0&cant=1&status=o&trackerId=1
[15:10]
sylviegtry a .tpl and use of the smarty block wikiplugin [15:13]
xaviaha.... thanks for the tip... [15:14]
sylvieg(otherswise it will take me hours to go inseide smarty to know when each part is executed...) [15:14]
xavia .tpl, you mean in a file in the server
?
[15:14]
sylviegyes [15:15]
xaviok, I'll test [15:15]
***chibaguy has quit IRC (Read error: Connection reset by peer) [15:20]
CIA-61tikiwiki: 03sylvieg * r27473 10/trunk/ (2 files in 2 dirs): [NEW]memberpayment: param to limit the membership payment only top the current user [15:21]
***sudo has joined #tikiwiki [15:25]
xavisylvieg: do you mean this syntax: {R()}{literal}{$f_6}:{$f_7}{/literal}{R}
?
[15:25]
sudohey guys how do I solve this [15:25]
xavibecause it sais: No field indicated
s/sais/says
[15:25]
sudoADONewConnection: Unable to load database driver
Invalid db object passed to TikiDB constructor
[15:25]
xavisudo: tiki version? step? [15:26]
sudo4.2 [15:26]
xaviand step or url? [15:26]
sudoconnecting to mysql db [15:26]
sylviegyou probably need to use the smarty {wikiplugin}
... when do you need the page working?
[15:26]
xavisylvieg: ok, I'll test [15:27]
sylviegI have soem job to finish now
I can have a look later today
[15:27]
***chealer|vac has quit IRC (Ping timeout: 240 seconds) [15:27]
sudoat what stage do I use the plugin sylvieg> [15:27]
xaviok, thanks, or tomorrow, if you prefer. I need to know whether it's possible to user pretty trackers with pluginR by friday or so....
duo, it was for me
sudo , it was for me
[15:28]
sudook [15:28]
xavisudo, what were you doing? installing or what? please provide more details [15:28]
sudoinstalling [15:28]
sylviegsudo - I was speaking to xavi not you [15:29]
sudoxavi when setting up the DB connection [15:29]
xavidoes your server meet the http://doc.tikiwiki.org/Requirements ? [15:29]
sudowhich requirements are these? [15:30]
xaviread the page
"please"
[15:30]
sudoxavi I have mysql running [15:31]
xavisorry, sudo, no idea: I've never seen that error before. it compalins about a db driver. Ensure that you have AdoDB and/or PDO properly installed and working in your server. Ask your sys admin if needed. [15:34]
sudoI am trying it on my local host [15:35]
xaviwhich OS? [15:36]
sudoubuntu 10 [15:39]
xavisylvieg, I can't make it work with tpl on disk, (using this syntax, in case it matters): {literal}{wikiplugin}{R()}{$f_6}:{$f_7}{R}{/wikiplugin}{/literal}
@sylvieg: so I skip it for a while. Thanks ofr having a look later today or tomorrow.
@sylvieg: I'm interested in using this through wiki pages as templates,
@sudo: then, you are definitively missing some base packages
there used to be a doc. page for installing on ubuntu.... (I wrote it, years ago)
did you search through doc.tw.o?
you can search for "ubuntu", or just look around the http://doc.tikiwiki.org/Installation pages...
xavi uses ubuntu since 6.10, and tiki runs with no problem on them
you might be needing some dependencies for the mysql-server, mysql-client or mysql-php packages, etc.
[15:39]
***sudo has quit IRC (Ping timeout: 265 seconds) [15:47]
luciashxavi: does wikiplugin smarty block really exist ? i heard onyl about "wiki" block ...
and i think the literal block should be inside the R plugin data, not outside
s/onyl/only
[15:55]
***sudo has joined #tikiwiki [16:00]
xaviluciash: not much idea myself. Just tried a bit ... [16:00]
luciashanyway, i think your goal is to use wiki as template [16:01]
xaviyes
anyway, I have to study http://dev.tikiwiki.org/tiki-index.php?page=Hello+World
oups, there are weird characters in the hello world page!
$pref_name can be ‘theme’, ‘allowMsgs’…
[16:01]
luciash:-p
must be devs playing with the fire (UTF-8)
[16:04]
***kerry has joined #tikiwiki [16:05]
kerryhello [16:05]
luciashhi kerry [16:05]
xavibottom line: it's very difficult, then, to say hello world in tikish lang ;-) [16:05]
kerryim having an issue and i wanted to know if anyone knew how to fix [16:05]
xaviwe'l try, kerry
we'll
hi, btw
[16:05]
kerryim new to mytiki but was give the responsibility of setting it up for people.. somehow i managed to delete the editor category and now when anyone except admins log in, it says permission denied on the homepage
everything else works.. but they cant see the homepage!
[16:06]
xaviurl?
(if public)
of course, this is a perms problem
[16:07]
luciashkerry: so the question is ? [16:07]
xaviif might be category permissions.... or just missing global or local permissions [16:07]
kerryi was looking on how to fix
oh its not.. its for the library
ive been trying to add and take away permissions to get it to work
[16:07]
luciashkerry: you mean "Editor" *category* or "Editors" *group* ? [16:08]
kerrythe group of editors [16:08]
***chealer|vac has joined #tikiwiki [16:08]
kerryand i cant figure out which permission allows people to see the homepage [16:08]
luciashjust re-create the Editors group
then you need to assign the people to that group
include Registered to that group and assign any extra permissions to that group then
tiki_p_view permission is that - inclusion of Regsitered should do the trick anyway
[16:08]
xaviargh, this doc. page is horrible for new users: http://doc.tikiwiki.org/Permissions [16:10]
kerryoh i know ive tried to read it a dozen times [16:10]
***chealer|vac has quit IRC (Remote host closed the connection) [16:10]
kerryits literally been a month that ive been trying [16:10]
xavisorry kerry, that paeg is awful... [16:11]
luciashkerry: i just told you what to do (basically) [16:11]
xavikeery, in the meantime, besides luci's explanation, and before the official doc. page is improved, you can read this: http://twbasics.keycontent.org/How+Permissions+Work
ricks99 ?
[16:11]
kerrythank you. im trying to click on the tiki_p_view and i don't see that one.. there's tiki_p_admin and Can view action log (tiki_p_view_actionlog)
but no plain view
(tiki_p_view_templates)?
how about that one
[16:12]
xavinope
tiki_p_view , as reported in the official doc. page
[16:13]
kerryhmm ill keep looking [16:14]
xavikerry, tiki version?
for curiosity
it should be the same perm in all
[16:14]
kerry4.1 [16:15]
xavibut just to guide you through the interface, if needed
did you try to list all perms for all features, and then search for that perm through the browser?
and, are you using old interface to manage perms, or new one?
new one is explained in http://doc.tikiwiki.org/Tiki4
"explained": "briefly presented"
[16:15]
kerrythanks im logging it out and in to see if i got it
darn it
i did tiki view and i added the registered
and i still cant see it
[16:17]
xavikerry, suggestion: play with it with two browser programs, one for admin, and one for a registered user [16:20]
kerryooh good idea [16:21]
***Wilkins has quit IRC (Ping timeout: 264 seconds) [16:23]
CIA-61tikiwiki: 03sylvieg * r27474 10/branches/5.x/lib/tikilib.php: [BP/r 27355][FIX]parsing: leave alone and do not add <br /> the is_html data - the defautl feature_wiki_paragraph_formatting and feature_wiki_paragraph_formatting_add_br should work now for both wysiwyg and tiki [16:27]
xavithanks sylvieg for improving (fixing) it! :-) [16:31]
sylviegI am little worry about the side effect people should probably review the setting... [16:31]
xaviside effect? they'll loose some br you mean?
just add a note in ((doc:Upgrade)) and/or ((doc:Tiki4))
and/or release notes
[16:32]
sylviegI think I will rollback... :-( not sure [16:37]
***TFabricius has joined #tikiwiki [16:38]
CIA-61tikiwiki: 03sylvieg * r27475 10/branches/5.x/lib/tikilib.php: [FIX] rollback - sorry has side effect [16:40]
kerrywhen you're assigning permissions, does it matter what default group you're in? [16:44]
xaviyes, default group doesn't matter, afaik
default group is for showing homepage, etc. afaik
[16:45]
kerrydarnit.. this group has like every permission except admin and they still cant see the home page [16:46]
xavikerry, do you have category permissions for that homepage? [16:47]
kerrythat was the tiki_view right [16:47]
xavikerry: nope. the question is simple. Let's split in simpler:
(1) do you use categories?
[16:47]
kerryyes [16:47]
xavi(2) do you have your homepage categorized? [16:48]
kerrysorry i swear im not an idiot
i dont know how to find that
[16:48]
xaviedit page, and look for the tab where catgories are set/displayed [16:48]
kerryactually i just went into admin categories and there weren't any [16:51]
xaviok
so, you click in pems of tha tpage, and you see....
xavi opening a 4.x site to check the same interface
ok, kerry, see this: http://demo.tikiwiki.org/4x/tiki-index.php
[16:55]
***Lucymoz has joined #tikiwiki [16:58]
xavilogin as admin
pass in private message. Do you see it?
and then , check this: http://demo.tikiwiki.org/4x/tiki-objectpermissions.php?objectId=HomePage&objectName=HomePage&objectType=wiki+page&permType=wiki
you should have it similar to the previous page
hth
[16:58]
kerryumm no? where's oh wait
got it
very creative ;)
[17:00]
xavianyway, remember to upgrade your site to 4.2
or whatever latest release is for the branch you are using at any time
[17:00]
kerryok lemme try [17:01]
i cant get to that area in mine though [17:07]
xaviyou cannot. where can you get? [17:07]
***Cain has quit IRC (Ping timeout: 240 seconds) [17:08]
xavido you see a button called "permissions" at the bottom of the page?
s/page/homepage
[17:08]
***sudo has quit IRC (Quit: Leaving) [17:11]
kerrysorry i didnt se that you typed i was trying to google it
but no.. i dont have a permissions button
wiki page: Special Close If an object is not in the special section, then only the default perms are on Object Group Permission Reason Company Directory Registered tiki_p_view Special HomePage Anonymous tiki_p_view Special
oh that didnt come out right
whats the special part
HomePage Anonymous tiki_p_view Special
thats what it says
[17:16]
ricks99Trying to add permission to a wiki page? This may help: http://twbasics.keycontent.org/Adding+Permissions+to+Pages [17:20]
kerryricks ive been trying for a month.. i have permissions set up, EXCEPT the homepage
only admins can see it
[17:20]
ricks99Is it in a category? [17:21]
kerryno.. but when i click on object permissions its in a category called special [17:21]
ricks99remove it from the category [17:22]
kerryhow? [17:22]
ricks991. Edit the page
2. In the edit window, click the CATEGORY tab
3. Un-select any/all categories
4. Save the page
[17:22]
kerrythere's no edit page button
oh!
is it the html thing
[17:23]
ricks99This is a *wiki* page, right? not HTML?
OK, your home page is an HTML page?
[17:23]
kerryits a combination of a bunch of stuff
like recent posts
and a welcome post
[17:24]
ricks99right, but is it a *wiki* page?
when you are logged in as the Admin, you should have buttons at top/bottom
[17:25]
kerryi believe so [17:25]
ricks991 of them should say "EDIT" [17:25]
kerrywell im not logged in as admin.. but i have admin permissions
is that different?
[17:25]
ricks99yes
(maybe)
depends on which admin permissions you have
[17:25]
kerryok so im on my homepage and clicked edit
but its not... liek a big edit for the whole page.. just for the text part
[17:26]
ricks99ok. on the edit page, do you see a CATEGORY tab? [17:26]
kerrynope, just tools and properties [17:27]
ricks99do u use categories on the site?
is the category feature enabled?
[17:27]
kerrywhen i click on object permissions there are categories and yes its enabled.. but i dont think anyone ever set up our own [17:28]
ricks99"object permissions"? you mean clicking the PERMISSION button on a wiki page? [17:29]
***TFabricius has left [17:29]
kerryno.. when you click on groups.. then manage permissions.. then object permissions.. thats the place where it says that the homepage is in the "special" category [17:29]
xavioups, got distracted for a while. back [17:31]
kerryrick has been kindly trying to help my uselessness [17:32]
xavigreat, ricks99 is helping you kerry [17:32]
kerryi went to the object permissions thing you showed me.. and there isnt a one for homepage
but homepage is in one called special
[17:32]
xavikerry, can you write the url of your page, please (remove the domain, if you wish)
so that we may know what type of homepage is
[17:32]
kerryhttp://hslwiki.hsclib.sunysb.edu
you can have the log in.. i dont care
theres nothing in it
http://hslwiki.hsclib.sunysb.edu/tiki-index.php
[17:32]
xaviYes, I meant that. so that it's a wiki page
then, do you have a full admin acount there¿
?
[17:33]
kerryi think so [17:34]
xavithe account "admin" [17:34]
kerryi didnt set it up
yeah
no
[17:34]
xavican you log in with this account, please? [17:34]
kerryim just in the group admin [17:34]
xaviit may not be the same
you need to have the tiki_p_admin
regardless of the name of the group you are at
[17:34]
kerrywhere can i see that [17:34]
xavinope. Please, can you log in as "admin"?
that will be easier
[17:35]
kerryim calling the guy with the password [17:35]
***Louis-Martin has quit IRC (Quit: Page closed) [17:35]
xaviand this way, if you have any problem again, you can log in as (full) admin to see what happened, and fix it if needed
until you master tiki permissions. then you can use whatever username provided that it's in a group with the permissions you need, etc.
[17:36]
kerryugh. he set it up and was like.. figure this out and gave me my own username [17:37]
xavibtw, you need to request to have GD installed in the server
ask your sys admin about it
[17:38]
kerrywhats gd [17:38]
xaviand in the mean time, can you set your homepage as another page? [17:38]
kerryugh he isnt picking up.. sure..how do you do that? [17:38]
xaviit's a package in the server to produce graphics
ok, kerry, can you go to tiki-admingroups.php yourself wity your username?
[17:39]
kerryoh hey! [17:40]
xavikerry? [17:40]
kerryok he called
and im in as admin
[17:40]
xavigo to your wiki homepage, and click on the "permissions" or "perms" button
at the bottom of the page
for later: until you don't have
GD installed
[17:41]
kerryok [17:41]
xaviremove teh "Anti-Bot verification code" setting
otherwise, no user will be able to register
[17:41]
kerryok
so im @ the perms thing
[17:42]
xaviok, I think I got an idea of what can be wrong, looking at (what I can see from) your site [17:44]
Tikiwiki|botNew Forum Posts: File Gallery not displaying sub folders/gallery - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37347 [17:44]
xavihold on.... [17:44]
kerryOH EM GEE
xavi u fixed it
i would give u the biggest kiss ever right now if i could
[17:44]
xavidid I? [17:45]
kerryYES
oh thank goodness
ugh
[17:45]
xavitelepathy work or what? [17:45]
kerryyou are a genius [17:45]
xavixavi confused... there must be another xavi in your university campus [17:46]
luciash:D [17:46]
kerrylol [17:46]
xavianyway, I was going to say (I hope I don't break it now :-) ): check here: tiki-admin.php?page=wiki
and ensure that you have set some Wiki page as homepage
and check here: tiki-admin.php?page=general#content3 that you have Wiki set as homepage
in the drop down
[17:47]
kerrywhere do i do that [17:48]
xavifoloow the relative url's I gave you a moment ago, kerry
and remove the permission to edit pages from anonymous, that seems to be granted as global perm
even if the page doesn't open for editting (endless loop)
[17:49]
kerryooh ok [17:50]
xaviI would recommend that you ask your sysadmin to review that server.
and keery, I would recommend you to have a local copy of your site with your own testing environment, so that you can split server problems in your univ. server, from tiki config problems.
[17:50]
kerrylol good idea [17:52]
xaviok, enough for me for now. I need to disconnect for a while, and do some other stuff. Good luck, kerry [17:52]
kerrythank you thank you! [17:52]
Tikiwiki|botNew Forum Posts: only admin can see an image on a wiki page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37348 [17:54]
***kerry has quit IRC (Quit: Page closed) [17:56]
xaviluciash: in case you know how to fix. there is a display problem in tw.o with the search bar on the black top bar below the header. the drop down to select where to search for is unclickable....
it shouldn't be shown, or it should be shown somewhere else to allow users to drop down the list
[17:57]
***FrankP_away has joined #tikiwiki [17:59]
changichangi if you have time : http://www.koreus.com/video/iron-baby.html [18:02]
CIA-61tikiwiki: 03xavidp * r27476 10/branches/5.x/installer/tiki-installer.php: [FIX]Last reference to old log updated to new logo [18:10]
luciashchangi: already seen that, tnx :) [18:12]
***ClaraM has quit IRC (Ping timeout: 248 seconds) [18:24]
sylviegluciash: do you remember a ciommit you did - sorry october 2006
http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/lib/tikilib.php?r1=6903&r2=6904
I have problem with it ... I have some <ul></ul> in the code and after the <br /> are ingored...
[18:38]
luciashsylvieg: sorry, i have to look at it
sylvieg: just a moment
[18:40]
sylviegI suppose 2006...
the turn around I found is to put the <ul>.. into {HTML}
[18:40]
luciashooh, almost 4 years... i really don't recall
what was the commit message ?
[18:43]
sylvieg[FIX] manual rollback of the TOC back to ul list based [18:44]
luciashah, i see "[FIX] manual rollback of the TOC back to ul list based [18:44]
sylviegthe problem is that the </ul are count even if it is a /ul of an ul that has no class=toc
I can fix tath
[18:45]
luciashso it was basically rollback of something i didn't like :-p maybe some <br /> stuff instead of using more semantic list
if you can fix that, you are welcome
[18:45]
sylviegbut I am wondering how in a toc you can generate a br [18:46]
luciashonly inside <li>
is allowed
in ul/ol
but i am not sure what you need/want
[18:47]
sylviegI have a FANCYTABLE and there is <ul><li>... in one column because it is the 'only' except HTML way to do a list in a table
but after the facytable... the <p> are no more added because the inTOC =-1
sylvieg wishing to have the example that needing the fix
s/needs
[18:50]
because if I do !xxx%%%yyy - I generate a br [18:59]
xavimmm, usability bug, I presume: tiki_p_edit_categories in 4.2, it's described as "Can edit items in categories", but I presume it should be described as "Can edit categorization of items"
sylvieg and luciash ? any hint?
[19:02]
sylviegfor me it is the same - not an English speaker [19:03]
xavimy students noticed that: they have "Can add objects in the category (tiki_p_add_object)" and "Can remove objects from the category (tiki_p_remove_object)"
so that they can create new pages and categorize them
but when they make a mistkae, they can't edit the categorization of that page
I confirmed it right now
the checkboxes of category selection are greyed out
ok, don't worry, I'll find out if I'm right or not... trial and error <5 min, and I'll know
[19:03]
brrr, there is some bug somewhere.... my students can't change the category of a page.... (Tiki 4.2)... I'll dive in the code... (I hope I don't sink in this jquery thing) [19:10]
***FrankP_away has quit IRC (Ping timeout: 245 seconds) [19:12]
CIA-61tikiwiki: 03sylvieg * r27477 10/branches/5.x/lib/tikilib.php: [FIX]parsing: After a FANCYTABLE with a cell containing <ul><li> the paragraph <p> are no more generated because the inTOC is decremented as tehrhe is a </ul. Solution : mark the closing ul of a toc [19:15]
xavilet me see....line 67 in categorize.php: (proposals/4.x):
$categories[$iCat]['canchange'] = ($can && $catperms->remove_object) || isset($cat_object_exists) && ! $cat_object_exists;
what does it mean in "human" words?
the user can change the category if $can (?) and if it has the permission to remove objects (my users have that perm), OR
the object is categorized and the category exists????
[19:16]
***pikytcus has quit IRC (Ping timeout: 245 seconds) [19:25]
xavi^ sylvieg ? [19:26]
sylviegcanchange is set to true if you can modify the category of the object and the category can be removed - or object has no categories
this makes no sense for me
svn blame
ce commit was done lph 8/2009 [MOD] Add support for dynamic group names from profiles and multiple fixes
and I did on sept 2009 notice: please verif
[19:33]
CIA-61tikiwiki: 03changi67 * r27478 10/branches/5.x/lang/fr/language.php: [FIX] spelling mistake [19:38]
xavioh well, sylvieg, I presume that there is sometrhing wrong with it.... since users with the perm to add, edit and remove, can NOT modify categorization of pages [19:38]
sylviegbefore commit 20616 - it makes more sense - you can change a categ if you can modify the categs of an object and you can remove remove objects from this categories [19:39]
xavican you ping lph (as Quality Team) to check it, or so?
or what is the suggested procedure?
[19:40]
sylviegno real procedure [19:40]
xaviI can provide a testing ground for him if needed, where he can reproduce it [19:40]
sylviegcvs list + copy lph and me [19:41]
xavimmm, are all dev supposed to me subscribed to the cvs list?
xavi is not
s/to me/to be
[19:41]
***Sug4r has quit IRC (Remote host closed the connection) [19:44]
sylviegall the dev are supposed - but lph is a known exception [19:44]
***Sug4r has joined #tikiwiki [19:45]
xavibut how many emails do you get per day on that list?
I fear that extra email load on my email box...
[19:48]
sylvieg= number of commits + 1% additional [19:50]
***pikytcus has joined #tikiwiki [19:52]
changixavi: not a lot
xavi: depends if we are in a release process :)
xavi: or a QT validation period (like now)
[19:52]
xaviok, ok....I?ll subscribe [19:53]
***ClaraM has joined #tikiwiki [20:00]
xavisubscription request sent
and email sent from that email
I hope it's queued until someone approves my subscription request
anyway, sylvieg and lph in cc
[20:07]
changixavi: welcome on board :) [20:12]
xaviwell, not yet (I hope my request is lost somewhere in the internet and thus, I avoid getting more email load :-) ) [20:12]
argh... I can't change from wysiwyg editor to text editor any more... (in the same Tiki 4.2 with my students...)
xavi regrets of ever enabling the wysiwyg editor.... it's a mess when they paste from wikipedia or word documents still...
[20:23]
sylviegyou can switch back.... perhaps missing settings [20:24]
***changi is now known as changi|afk
rockroach has joined #tikiwiki
[20:25]
xavibut many pages already with wysiwyg content... I fear things getting worse (Murphy's law)
I'll do a quick change
xavi fears because there are up to 400 pages from students...
[20:27]
sylviegdid you enable htmlpurifier [20:28]
xaviyes, it's been enabled since the early days... I wonder what have happened without it... :-/
what might have happenned
[20:29]
rockroachHi, I'm desperate. Can someone please look at http://imagebin.ca/view/UonHuq.html and http://smradius.org/tiki-index.php. I just upgrade and now the site looks bad. Theme is the standard tikineat.css.
Suggestions on what went wrong are appreciated.
[20:29]
xavirockroach: tikineat.css is no more standard
read the documentation pages for whatever version you are using
http://doc.tikiwiki.org/Tiki3 - http://doc.tikiwiki.org/Tiki4 or http://doc.tikiwiki.org/Tiki5
and of course, http://doc.tikiwiki.org/Upgrade
[20:30]
rockroachxavi: I compared the my backup to the the new tiki tarball and it's still there. [20:32]
xavisylvieg: no luck, I fuly disabled wysiwyg editor, but pages (that were created with wysiwyg editor) are edited in palin text, fine, but with all html tags in it :-/
rockroach: which version are you using? old and new?
[20:32]
sylviegneed to swith the page to allow html [20:32]
rockroachxavi: Upgraded to 3.5. [20:33]
xavirockroach: did you cleared your browser cache? (just checking)
and see whatevernotes you can find in http://doc.tikiwiki.org/Tiki3 , http://doc.tikiwiki.org/Upgrade and http://themes.tikiwiki.org about changes in default themes when upgrading to tiki3
hth
sylvieg: the page is showing all right. It's at edition time, they see all the html tags
So I can't disale wysiwyg editor, I guess. I wish I could convert it to wiki syntax.... but the button stopped working
the only thing between yesteerday and today is language.php updated (as the one in proposals/4.x/lang/ca/language.php ), but new strings are fine, afaik, and eveything displays ok, afaik
I doubt there is a problem in my catalan translation... quick test: I'll test with english interface and clearing caches, etc
just in case
[20:34]
rockroachxavi: I read the Upgrade doc's before upgrading and followed it diligently. A quick look through Tiki3 themes section hasn't enlightened me. [20:38]
xavibtw,m this is one of the (400) pages being edited by students with wysiwyg and lots of html grabage inside): http://sima.pangea.org/tiki-index.php?page=Composici%C3%B3+de+l'aire
rockroach: "quick look" seem it's not enough. follow my tips, please. Or first, change them to thenews.css, to see if the display is alright (and clear tiki caches, and your browser caches)
s/change them/change theme
[20:38]
rockroachxavi: I have tried to repeatedly refresh my browser and tried different things over the last 2 hours. Still no improvement. [20:39]
xavi"refresh" is not "clear browser cache". Do you understand the difrerence? [20:40]
rockroachxavi: I forgot about the cache's, will try that now and new theme too.
xavi: Yes I do.
[20:40]
xavirockroach: another tip: ensure that you upgrade on a new folder in your disk, and not just ocpying new files over the old ones
at least, while you don't master the theme files (you might have interference of old tpl's, at leat, in the new installation)
[20:42]
rockroachxavi: Upgrade doc's said copy over, so I did. When that didn't work I backup and tried new install. That looked even worse. Something is seriously weird here, but I haven't been able to figure out what.
xavi: Present site is return to that backup.
[20:44]
xavi"copy over": bad instructions.... I can tell you. Someone refactored documentation, and forgot that case when old tpl files are in place, and new themes don't expect them (old) in place from older installaation of the same theme
rockroach: did you test with thenews.css?
[20:45]
rockroachxavi: Busy clearing cache. Will try new theme shortly. [20:46]
xaviargh, bloddy language change, it's an issue with my last language changes! [20:48]
rockroachxavi: thenews.css puts everything where it's supposed to be, so that's working. [20:51]
xaviwhat I presumed
so that, easy fix for you:
go to your ./templates/ and remove everything
(keep the ones in your backup)
and put there just the new ones from the 3.5 installation
mmmm, and just in case, do the same with your ./styles/ folder (delete everything inside, and copy from the 3.5 installation package)
thjen you should have your tikine*.css theme working
hth
[20:51]
rockroachxavi: Will do. [20:53]
xaviand if that works, please improve the docs about Upgrade [20:53]
ametteis there any suggested way of migrating images from image galleries to file galleries? Didn't find anything on the web or in doc/devtools or so. [20:54]
xaviwiki documentation has this risk: someones oversimplifies documentation, forgeting those cases that were described before
amette: welcome to the vaporware world! :-)
[20:54]
amette*Didn't find
xavi: ah, I feared so - thanks ;)
[20:54]
xaviif you find anything, please tell me! :-) [20:55]
ametteok, I will :)
Well, at last, when image galleries get [KIL]-ed, there must be developed some script or such... ;)
[20:55]
xavi=> I hope image galleries don't get killed soon, at least, not before vaporware vanishes and real code bug-free shows up [20:57]
amettedo you think file galleries are not yet good enough?
I would like to move over and am just playing around and testing out.
[20:58]
xavisylvieg, again your expertise: my change was related to some single quote (apostrophe in Catalan, as in French), but the translation and php syntax of that file is correct: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/4.x/lang/ca/language.php?r1=25955&r2=27426 [20:59]
ametteI think it is basically a very smart move :) [20:59]
xaviamette: yes, in theory, yes. But in the last 6 months I had to use image galleries in two sites for production (using 4.x) because of issues with file gals
sylvieg: line 4132:  // "Switch Editor (wiki or WYSIWYG)" => "Switch Editor (wiki or WYSIWYG)",  "Switch Editor (wiki or WYSIWYG)" => "Canvia d'Editor (wiki o WYSIWYG)",
so, I presume some single quote somewhere in tiki 4.x code (at least), I'll check around...
[20:59]
amettexavi: ah, damn, that's a pity! But thanks for the info, I keep testing around! :) [21:01]
xaviI got it, I think!
line 1464 in toolbarslib.php (proposals/4x):
$this->setLabel( tra('Switch Editor (wiki or WYSIWYG)') )
so I guess I can change it for "":
$this->setLabel( tra("Switch Editor (wiki or WYSIWYG)") )
[21:03]
rockroachxavi: Deleting templates/* had unintended side effect. Custom Paypal module went bye-bye. It was in templates/modules/. Thank goodness for backups. :-) [21:12]
xavi"custom" code, has to be re-added, of course
that's why backups are for
but this way, you only add what you need, and not the old tpl files which are breaking your display
[21:12]
rockroachxavi: You where right about tikineat.css. It isn't in new tarball. No idea how I saw it there earlier. [21:13]
xavitikinewt.css maybe?
slight difference in name , but different them
it should be described in the doc pages at themes.tw.o
but also, it *should* in doc.tw.o/upgrade* pages
[21:13]
rockroachxavi: Will look. Thank you very much for your help, it is most appreciated. I was about ready to pull my hair out. :-P [21:16]
xavi:-)
I know that feeling
you are welcome
and please, consider helping the community by improving the docs upon your experience
[21:16]
rockroachxavi: I will. The doc's as they stand will bite some users in the butt. I need to get sleep now and will see what I can do tomorrow. [21:19]
xavithanks heaps, rockroach :-) g'night [21:19]
rockroachPleasure, xavi. Goodnight. :-) [21:20]
***rockroach has quit IRC (Quit: ChatZilla 0.9.86 [SeaMonkey 2.0.4/20100317113855]) [21:20]
xavimm, I can't fix the problem with switching wysiwyg editor to normal if langue is catalan [21:27]
luciashre [21:27]
xaviI've changed all single quotes in tra('') calls, for tra("") calls, but no way, ... [21:27]
luciashcan i help somehow ? [21:27]
xaviI presume that there is some problem here:
return $this->getSelfLink('switchEditor('wysiwyg', $jq(this).parents('form')[0]);',
htmlentities($this->label, ENT_QUOTES, 'UTF-8'), 'qt-switcheditor');
^line 1475 in toolbarslib.php (in proposals/4x)
yes, luciash, right in time, if you have a quick tip for me
xavi is getting out of time for today
[21:27]
luciashdoes it depend on catalan language ? english or other lang works ? [21:29]
xaviin the mean while, I'll revert changes to the catalan file in my production site
yes, english works
see lines above: I presume it's a single quote in my translation , but the code for toolbars to switch lang, seems not ready for single quotes in labels
[21:29]
luciashi don't get it, switch lang or switch wysiwyg ?
i don't see in the line 1475 any tra()
[21:30]
xaviyes, 1464 has tra() [21:33]
luciashwhere's the file toolbarslib.php ? in lib/... ? [21:33]
xaviand 1475 might be using it
yes, in /lib/toolbars
[21:33]
luciashi see
it is stupid to tra() the path imho
1465
but it's probably not relevant
[21:34]
xaviok, I quit it,. walk dog time. I can't fix it [21:41]
luciashok, c u later
i will try if it works with czech
[21:43]
.... (idle for 17mn)
is Dreamhost good for Tiki ?
seems they offer a lot of extra stuff for those $8.95 bucks
[22:00]
xavioh qwell, reverting these changes, the switch editor button works again: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/4.x/lang/ca/language.php?r1=25955&r2=27426
so I reverted in my production site, but I don't in proposals... some more care is needed to allow single quotes in labels
[22:08]
luciashxavi: it works for me [22:09]
xaviyes, it works unless there are some single quotes in your transaltion for some labels [22:10]
luciashxavi: i don't know what were wrong for you but i have switched to Catalan and the wiki/wysiwyg switching works in my localhost branch4proposed [22:10]
xaviyes :-) because language changs go (and went) to 4x :-) that's why [22:11]
luciashbut you told me to try proposed, nope ? [22:11]
xaviget ./lang/ca/language.php from 4x and put it in your proposals...
oh well, I?m testing in proposals....
since the fix, if any, will go to proposals...
that's the tricky part with fixes related to languages....
[22:12]
luciash→ 23:33 < xavi> ^line 1475 in toolbarslib.php (in proposals/4x)
:-p
so it works in proposals 4x because the translation is different there ?
what is different there ?
maybe you just need escape it in your translation (the apostrophe)
[22:12]
***Cain has joined #tikiwiki [22:16]
CIA-61tikiwiki: 03xavidp * r27479 10/branches/proposals/4.x/lib/toolbars/toolbarslib.php:
tikiwiki: [FIX]Allow single quotes in labels. However, it's still not fully fixed for
tikiwiki: languages with single quotes (Catalan, FRench, ...), when some single quotes are
tikiwiki: added to strings that need to be translated to those languages for button labels
tikiwiki: (see r27426 in lang/ca/language.php file from 4x in subversion)
[22:16]
xavinever mind, too late for me for more trials. beyond my skills [22:16]
luciashyou did that in trunk first ? [22:16]
xaviargh.... you are right... my fault... [22:17]
luciashi think that's the rule
:)
[22:17]
xaviyes, yes... (tired) [22:17]
luciashnp [22:17]
xaviin "trunk".. you mean in 5x, isn't it? [22:18]
luciashnope, in trunk
actually
[22:18]
xaviso, are they in backporting mode from trunk to 5.x? [22:18]
luciashnope, but you have to do it in trunk always, then the proposed branches if any
5x proposed branch will come later
[22:18]
xaviI mean /branches/5.x/ [22:19]
luciashwell, i am not sure now if we can touch 5.x much before release and if there will be many merges yet to trunk
so i propose trunk
[22:20]
xaviok, I commmit to trunk then (I don't want to break anything as delicate as such in 5x before release) [22:20]
luciashor is the problem in 5.x too ? (because of the language) [22:20]
xavinever mind, I don't know (didn't have time to test) [22:21]
luciashi see :) [22:21]
xavitrunk, and bed [22:21]
sylviegxavi: I do not understand what is the problem
I will -1 this commit'
[22:21]
luciashsylvieg: the problem is if the translation of the icon label is "Foo's Bar" it probably breaks the javascript to switch the wysiwyg/wiki mode [22:22]
xaviget a tiki with svn 4x. set interface to Catalan. edit a wiki page with wysiwyug, and attempt to switch editor to wiki: you can't [22:22]
sylviegbut the fix is somewhere else [22:23]
xaviclicking in the button does nothing.
thanks luciash for the explanation
[22:23]
sylviegsylvieg needs to remember teh good fix [22:23]
luciashsylvieg: maybe it needs different function than the current htmlentities() used there [22:24]
xaviok, so please, -1 that commit
If I knew how to revert, I would do
[22:24]
sylviegno no it is something lese [22:24]
xavi(too late, probably)
so I don't commit that to trunk
[22:24]
sylviegI do -1 and nyloth team wil reverse [22:25]
xaviok, thanks, and sorry for extra work
I thought that this change frmo ' to " was needed anyway
but it seems not
[22:25]
sylviegI fixed about 50 templates but did not have to finish ... [22:25]
luciashxavi: have a good and refreshing night :) [22:25]
xaviyes, I need such night :-) [22:26]
sylviegI think it is this [22:26]
xavixavi washing teeth already [22:26]
luciashLOL [22:27]
sylviegwhen using for instance alt='{tr}vvv{/tr}'
it does not work it must be alt="{tr}xxx{tr}"
[22:27]
luciashsylvieg: why it doesn't work ? you mean the JS ? bad dode ?
s/dode/code
[22:28]
CIA-61tikiwiki: 03sept_7 * r27480 10/trunk/lib/payment/behavior/execute_datachannel.php: [FIX] Fix svn:keywords "Id" [22:31]
sylviegmy son looking for a screen capture - what are you using [22:34]
luciashshutter [22:34]
xavi+1 for shutter
maybe the problem is here instead?: line 196 in lib/smarty_tiki/block_textarea.php:
return '".tra('You are about to leave this page. Changes since your last save will be lost. Are you sure you want to exit this page?')."';
[22:35]
sylviegsylvieg trying to convince him to help me with tiki this summer [22:36]
xavithat's another line that I changed in that edit of language.php, and the translation includes single quotes [22:36]
luciashxavi: that's wrong, isn't it ? [22:37]
xavino idea [22:37]
luciashsylvieg: would be cool :)
the quotes of return do not make sense to me
why not just: return tra('You are about to leave this page. Changes since your last save will be lost. Are you sure you want to exit this page?');
[22:37]
sylviegsylvieg has brain freeze .. needs to remember [22:39]
luciashso is Dreamhost good option for Tiki ?
http://www.dreamhost.com/hosting.html
[22:41]
sylviegI think it is in marc list - you know when he said you need serious hosting in devel list
yes I did a fake example - as I do not remember
{xxx param='{tr}yyy{/tr}'}
can not work
must be replaced with {xxx param="{tr}yyy{/tr}"}
[22:44]
luciashah, u mean in smarty [22:47]
sylviegyes [22:47]
luciashi am not sre it is the same problem xavi talked about, it was in toolbarlib.php
s/sre/sure
[22:48]
sylviegbecause tr result can always have ' [22:48]
luciashi see
but in theory in language.php any translated content should have apostrophes escaped with '
[22:49]
sylviegnot sure it works
and translators are not ready to antislash stuff
[22:50]
luciashor the result of them generated via the tr smarty block nd tra() function
s/nd/and
err s/block/prefilter/
or whatever it is :-)
yep, it should be job of the tr/tra result
to escape
[22:50]
sylviegI found one comit 26334 : [FIX]smarty: all the params that contains {tr} must be enclosed with double quotes in case the translation contains a single quote [22:52]
luciashbut as you say, it is not sure what would be the result in every circumstances
because returning &apos; in every case might not work probably
[22:52]
sylviegI did that because it was the only way I found out to fix the problem
and I do not want the translator to be overwhelming
but I wnat the tpl writer to be overwhelming
[22:54]
luciash:D
yep, must be in best practices
[22:55]
sylviegoops missed up with screen capture and how do you say that ... capture of screen to do a video not a jpg.. [23:02]
luciashgtk-recordMyDesktop
or xvidcap
[23:03]
sylviegthx luciash [23:04]
xaviand further edition with kdenlive [23:04]
luciash:) [23:04]
xaviand kdenlive can use recordmydesktop also [23:04]
luciashPiTiVi is my favorite now, xavi ;)
ah, nice
[23:04]
xavi:-) [23:05]
luciashxavi: weren't you on your way to bed ? ;) [23:05]
xaviyes, I am :-) [23:05]
sylviegCatalan guy - never sleeps [23:06]
xavi:-) [23:07]
luciashwhen his wife is not at home ;) [23:07]
xavior she is watching tv :-) [23:08]
luciashmany greetings :) [23:08]
xaviI will [23:08]
sylviegxavi did you see the woody allen movy about this artist and the 2 american gilrs [23:09]
xavinope
you did?
[23:09]
sylvieghttp://www.imdb.com/title/tt0497465/ not he best link - but
it is very nice a lot of Barcolona feeling and amrican culture
[23:10]
xaviah, nice :-)
do they ever sleep in the film?
[23:11]
sylviegyou should look at this [23:11]
xaviwe will watch it [23:11]
sylviegsleep with each other - or sleep in a time frame ;-) [23:12]
xavisleep in a time frame :-)
since you said that Catalan people never sleep :-P
ok, finally , subscribed to tw-cvs list
and eough is enough for today.
g'night
[23:12]
sylvieggood night [23:13]
luciashnite xavi [23:14]
xaviI'll keep the irc open, in case anybody gets enlightened aobut the single quote issue... or even better, the PluginR & pretty tracklers issue :-)
so tomorrow I'll read it :-)
[23:14]
.... (idle for 16mn)
***ClaraM has quit IRC (Ping timeout: 248 seconds) [23:30]
Tikiwiki|botNew Forum Posts: SERIOUS ISSUE: Upgrade gives "Unknown column 'version_minor' in 'field list'" error - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37355 [23:43]

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