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

WhoWhatWhen
***Tikiwiki|bot has quit IRC (Ping timeout: 252 seconds) [00:09]
Tikiwiki|bot has joined #tikiwiki [00:17]
............. (idle for 1h4mn)
fabricius|away has joined #tikiwiki
Caarrie|away is now known as Caarrie|sleeping
fabricius|away is now known as fabricius
[01:21]
fabriciusHi
I am again trying to get tiki5 running - just took a dump from another server, where I have a 5 to anotherone
some tiki is working now, but I forgot what version I did install in that folder - 3.6, 5.0 or 5.1
any idea, where I can check the version?
I know, mostlikely kind of a silly question
:-D
ahhhh sorry - please forget it -> I just found it
uhhh sry sry
[01:22]
CIA-65tikiwiki: 03marclaporte * r28759 10/trunk/templates/tiki-edit_help.tpl: [DOC] having a space in tables is generally better, so updating inline help [01:31]
.... (idle for 18mn)
***goj|ghost has joined #tikiwiki
goj|afk has joined #tikiwiki
goj has quit IRC (Ping timeout: 276 seconds)
goj|afk is now known as goj
goj|ghost has quit IRC (Ping timeout: 246 seconds)
[01:49]
............... (idle for 1h14mn)
fabricius is now known as fabricius|away [03:08]
fabricius|away has quit IRC (Ping timeout: 265 seconds) [03:15]
................ (idle for 1h19mn)
CIA-65tikiwiki: 03chealer * r28760 10/trunk/templates/tiki-site_header_login_popup.tpl: Fivealive: avoid redirect to login screen [04:34]
.......... (idle for 48mn)
***nitrox_john has joined #tikiwiki [05:22]
nitrox_johnhi! new here. need a simple question answered...
Question is: if I want to include a reference to a Linux folder (e.g. /etc) in a wiki page, how to do it.
This is just a text reference - no link required.
At present whenever this is placed in an article, and the folder exists on the tikiwiki server (as in /etc), it produces a page error.
Looked in documentation, can't find answer...
[05:24]
chealernitrox_john: what error? [05:28]
nitrox_johnHi chealer, let me give you exact. One moment...
Forbidden You don't have permission to access /wiki/tiki-editpage.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
The line in question is as follows
-+printcap name = /etc/printcap+-
remove the leading '/' on /etc, and it
it's all good...
Or reference anything not a real directory, such as /not/etc/printcap
no parse tags don't help - the error occurs regardless
chealer, you still there?
[05:30]
chealernitrox_john: on what machine is Tiki installed? [05:39]
nitrox_johnOur ISP's machine. I believe located in Atlanta
Can get more details if required.
[05:40]
chealernitrox_john: can you show the site? [05:41]
nitrox_johnNo, I can't, sorry. It's secured by our admins.
What do you need to know - I should be able to supply most info
[05:41]
chealernitrox_john: I just wanted to see the problem, but if it's what you seem to say it is, that is you're being denied permission to access a URL to which you were previously given permission to access, that doesn't make sense.
nitrox_john: it sounds like some black pseudo-security measure
[05:50]
nitrox_johnno, no that simple
the problem is that the parsing system is reading anything starting with a '/' as a potential folder name.
It is then searching for that folder name, regardless of any surrounding tags (such as ~np~)
If it FINDS that directory, it appears to attempt to load a page from it, and then fails (as it always should with '/etc' on a Linux box)
If it does NOT find the directory, it treats it as ordinary text.
This is clearly not required behaviour.
[05:51]
chealernitrox_john: that's not what the errors sounds like. "You don't have permission to access /wiki/tiki-editpage.php on this server." => that doesn't talk about etc. [05:53]
nitrox_johnOr, there has to be a way to escape it.
I see your point.
[05:53]
chealers/errors/error/ [05:54]
nitrox_johnHowever, that is merely the next page it would have displayed in the sequence. [05:54]
CIA-65tikiwiki: 03marclaporte * r28761 10/trunk/lib/prefs/tiki.php: [DOC] link to doc [05:55]
nitrox_johnI am doing either a preview (which gave the above error - i.e. it is returning to the edit page) or a save (same result)
the error appears to occur on displaying this (normal) tikiwiki page, which in turn us trying to reference something forbidden to it (i.e. /etc)
Makes sense?
CIA-65: was that in reference to my problem? If so, can you explain?
[05:56]
chealernitrox_john: I understand, but PHP getting a permission denied will not result in Apache saying "You don't have permission to access foo on this server."
nitrox_john: the HTTP status code may clarify
nitrox_john: CIA-* is a bot (no)
[05:58]
nitrox_johnTa - new here...
Why then does this only occur when there is this exact piece of text present?
It only occurs when the /text refers to a folder that actually exists on the tikiwiki server.
Is there any escape character for forward slash that will stop it being interpreted?
Oh, and sorry, yes, the actual page status code was in the header. 403 Forbidden.
So 403 Forbidden and 404 Forbidden.
the latter on looking up the error page, of course.
[05:58]
chealernitrox_john: 404 Forbidden? 404 is Not Found [06:02]
nitrox_johnSorry - too much pace, not enough care. You are quite correct. Apologies.
403 first, then 404 on looking up error page.
[06:03]
chealernitrox_john: as I wrote, my guess is some pseudo-security measure is throwing an error, because it thinks your server is being attacked
nitrox_john: which wouldn't be surprising on a commercial server with a broken setup
[06:04]
nitrox_johnApologies if I appear stubborn - I really appreciate your help. However that is very unlikely.
I say so for two reasons.
One is that this is a hosting company with impeccable sysadmin credentials.
We're an IT firm, and use them for all our clients - have done for years. These guys are some of the best in the world (no exaggeration).
Second, the error is too precise to be a flakey setup
It appears to be exactly related to parsing a root-based folder that is present on the server in the tikiwiki text.
Let me try an experiment with, say, /boot. BRB
yep - exactly the same behaviour
with /boot (anywhere) in the text, it breaks. with /xboot in the text it displays as normal text.
[06:06]
chealernitrox_john: I don't think the error is precise. you think it talks about permissions on /etc, but I think that's just a coincidence. I've already seen this kind of message from mod_security, IIRC.
nitrox_john: you may want to look in Apache error logs.
[06:10]
nitrox_johnI'll ask our admins to do that.
Why then does it also occur on /boot? (or /bin or /var, etc)?
But not on any folder that is NOT present in /
[06:11]
***chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[06:12]
nitrox_johnThis clearly shows it is parsing what ought to be plain text and attempting to look up the folder [06:12]
chibaguynitrox_john: Do you mean any time a string like /etc is in wiki text, it causes an error? [06:13]
nitrox_johnYes, that is what is occurring. [06:14]
chibaguyI don't experience that (just tried a test). [06:14]
nitrox_johnI am still conducting further experiments. [06:14]
chibaguywhat tiki version? [06:14]
nitrox_johnIt appears to require a trailing / as well. [06:14]
chibaguyand is this using the standard wiki editor, or the wysiwyg editor? [06:14]
nitrox_johnFor example, I am getting it on the line: -+printcap name = /etc/printcap+-
If I substitute any folder NOT present in / for /etc, the page displays normally
[06:15]
chibaguyyeah, that's the line I tested with: http://zukakakina.com/Slash+in+text&no_bl=y [06:15]
nitrox_johnIf I substitute any folder that IS in / it gives 403 (Forbidden) and then 404 (Not found) for the error page.
So -+printcap name = /xetc/printcap+- displays as plain text.
Remove the 'x' from /xetc/ and it breaks.
Or put /bin instead of /etc and the error occurs.
[06:16]
chibaguyWell, we write directory path all the time in our docs and so on, and I haven't seen this error before, so it's quite strange. [06:18]
chealernitrox_john: I don't know what software the server could be using. the server may have a predefined list of FHS directories and only act on these. [06:18]
nitrox_johnGood point.
The tikiwiki instal was standard via Fantastico.
Over a year ago...
So, no other ideas, folks?
Server software is new build about a month ago - CentOS 5.4, I believe, plus latest cPanel.
TikiWiki itself is probably an older version from a year ago.
Since the update, Fantastico is no longer showing current version no.
Is there a way to tell from within?
[06:18]
chibaguyOn tiki-admin.php?page=general [06:25]
chealernitrox_john: Fantastico, CentOS, cPanel... that all sounds so guilty. Make sure Tiki is up-to-date in any case, then check Apache logs, ask your ISP if it uses "security" software. [06:25]
nitrox_johnOK, will do. Thanks for the tips. Appreciate your time and effort. [06:25]
chealernot guilty, actually, but it sounds like cheap hosting [06:25]
nitrox_johnDon't want to sound defensive, but I know cheap hosting. this is absolutely first class, especially in terms of syadmin competence. And as CEO of an IT infrastructure company, I think I know sys admin quality. [06:27]
chibaguynitrox_john: can you say what company it is?
(i mean the hosting company)
[06:27]
nitrox_johnWe use an external WHP, rather than do it ourselves precisely because they are much more competent at this than we can be.
Company is called White Dog Green Frog http://www.whitedoggreenfrog.com/
Small, focused, very good at what they do.
[06:28]
chibaguychibaguy had a little problem over the weekend and is looking for another company... ;-) [06:29]
nitrox_johnThese guys are Australian based, but have servers in farms in Atlanta and Canberra
If they suit you, I can recommend whole-heartedly.
OK, well thanks again fro your help. I'll go tackle the WHP next.
[06:29]
chibaguyok
seems to me it has to be an environment difference, since we don't see that problem in other installations (thinking back to tiki 4x also).
white dog green frog is a little tight with the disk space and databases, etc.
(I'm looking for cheap, quality, and quantity. ;-) )
[06:32]
..... (idle for 21mn)
***redflo has joined #tikiwiki [07:00]
chibaguy has quit IRC (Ping timeout: 252 seconds) [07:08]
....... (idle for 30mn)
chealer has quit IRC (Remote host closed the connection) [07:38]
nitrox_john has quit IRC (Quit: Page closed) [07:49]
...... (idle for 25mn)
Tikiwiki|bot has quit IRC (Ping timeout: 260 seconds)
Tikiwiki|bot has joined #tikiwiki
[08:14]
chealer has joined #tikiwiki
coaboa has joined #tikiwiki
[08:24]
coaboahello tikiverse [08:25]
***yonixxx has joined #tikiwiki [08:38]
............... (idle for 1h12mn)
luciash has quit IRC (Ping timeout: 272 seconds)
Sug4r has quit IRC (Ping timeout: 265 seconds)
[09:50]
......... (idle for 40mn)
Caarrie|sleeping is now known as Caarrie|away [10:32]
luciash has joined #tikiwiki
luciash has quit IRC (Changing host)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
Sug4r has joined #tikiwiki
[10:45]
.... (idle for 15mn)
CIA-65tikiwiki: 03jonnybradley * r28762 10/trunk/ (5 files in 2 dirs):
tikiwiki: [FIX] user_selector: Deploy user_selector smarty object in sheet and filegals edit pages. Should some prevent out of memory errors on huge user lists (e.g. *.tw.o).
tikiwiki: Still TODO in a couple of plugins (mail and topfriends) if/when necessary.
[11:03]
tikiwiki: 03sylvieg * r28763 10/trunk/tiki-view_tracker.php: notice [11:09]
***ricks99 has joined #tikiwiki [11:20]
ricks99_ has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 265 seconds)
[11:33]
coaboahello try to add some special chars through editors "Special Chars" tool (trunk)-> preview ok, but on save they got displayed as q-marks. also tried "π" the same preview ok, but after saving it scrambled. [11:40]
..... (idle for 20mn)
***ricks99_ is now known as ricks99 [12:00]
Tikiwiki|botInfo: TikiFest New York: Countdown to Tiki 6 - http://info.tikiwiki.org/article108-TikiFest-New-York-Countdown-to-Tiki-6 [12:12]
CIA-65tikiwiki: 03sylvieg * r28764 10/trunk/lib/prefslib.php: notice [12:18]
***RobertPlummrt has joined #tikiwiki [12:22]
.... (idle for 16mn)
ricks99_ has joined #tikiwiki
HideMe has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 265 seconds)
[12:38]
HideMeI'm having an issue with the Tiki mailer. Setup test mail was sent/received.... but the 'forgot password' feature isn't sending mail. Any ideas why? [12:42]
..... (idle for 21mn)
***coaboa_ has joined #tikiwiki
coaboa_ has quit IRC (Remote host closed the connection)
qoumaq has joined #tikiwiki
[13:03]
CIA-65tikiwiki: 03sylvieg * r28765 10/trunk/lib/smarty_tiki/function.user_selector.php: syntax error [13:17]
sylviegthe add file in upload file is broken in trunk ..... trunk is really broken [13:18]
CIA-65tikiwiki: 03sylvieg * r28766 10/trunk/lib/filegals/max_upload_size.php: notice [13:22]
RobertPlummrtHey Guys, this is Robert Plummer, the author of the new sheet plugin. I'm getting ready to add a style attribut for cell width, height, and colors, what do you think would be the best way to add this to the current database? [13:26]
sylviegDo you mean in the css files? [13:33]
RobertPlummrtNo,
I need to actually add a couple columns to tiki_sheet_values and want to make it backward compatible.
I've never modded database stuff.
[13:35]
sylviegok
so you change db/tiki.sql
and you do an upgrade script
[13:36]
RobertPlummrtok [13:36]
sylviegpick one in installer/schema
the script must begins with teh date and finish with _tiki.sql
begin
[13:36]
RobertPlummrtlike 8-30-10_tiki.sql? [13:37]
sylviegno
20100813_sheet_tiki.sql
[13:37]
RobertPlummrtnice [13:38]
sylviegs/13/31/
or 30 or ..
not sure the date is important...
but _tiki is important
[13:38]
RobertPlummrtWon't the drop table kill all the important information? [13:39]
sylvieg??? usually we do not drop commands in these scripts
the script will be run only one time if no error
[13:40]
RobertPlummrtthey all start out with "DROP TABLE IF EXISTS"
That scares me.
[13:42]
sylvieg???? in tiki.sql yes - but not in installer/schema [13:43]
RobertPlummrtWhere is the installer/schema located? [13:44]
sylviegit is a directory under the tiki root [13:44]
RobertPlummrtWhat file should I look for in /installer ?
got it
So if I create a file in there, it is automatically referenced in the installer?
[13:45]
sylviegyou create a file - because the file does not exist in tiki_schema table, it will be interpreted
if no error - will be logged in tiki_schema and that's it
if new install - everything must be in tiki.sql
[13:48]
RobertPlummrtYou are blowing my mind right now.
So, lets say I need to add a couple of columns, I just put "ALTER TABLE tiki_sheet_values ADD style VARCHAR(255);" in a file called "20100813_sheet_tiki.sql" and tiki will do the rest?
And make sure it is in tiki.sql as well in the table declaration.
yes? no?
[13:50]
sylviegyes [13:56]
RobertPlummrtI am reading: http://dev.tikiwiki.org/tiki-index.php?page=Database+Schema+Upgrade
Thank you so much for your hellp!
[13:57]
coaboahow would I fetch the pagename within a wikipage and display it? Need this as pluginrandominclude does not dispaly the pagetitle. [14:06]
Tikiwiki|botRecent Bug: Tracker item: #3535 - - calendar - update end date of event after start date exceeds it - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3535 [14:17]
***xavi has joined #tikiwiki [14:20]
RobertPlummrtsylvieg I just added the sql and it passed with flying colors!
Hey Xavi!
[14:21]
xavihi RobertPlummrt [14:21]
RobertPlummrtI miss-spelled my name when I logged in.. I feel stupid. [14:22]
xaviI was wondering about that :-) [14:22]
RobertPlummrtxavi, I'm adding sheet styles and width/height today
to trunk
I've fixed the 1x1 issue as well earlier.
This is to sheet,
[14:22]
xaviI think that you can rename your nickname on irc... there are some useful commands described in http://tiki.org/Irc [14:23]
***qoumaq has quit IRC (Ping timeout: 252 seconds) [14:23]
xaviadding sheet styles and width/height: nice [14:23]
RobertPlummrtYea, it is something we've wanted for a long time, and it is important to Marc. [14:24]
***david-w has joined #tikiwiki [14:38]
david-whi gus
guys
[14:40]
xavihi david-w [14:41]
RobertPlummrtHey david-w [14:42]
***david-w has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) [14:52]
chealerpolom [14:57]
xavihi Philippe [14:58]
Tikiwiki|botNew Forum Posts: External links, menu, new window - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38327 [15:06]
***xavi has quit IRC (Ping timeout: 240 seconds)
xavi has joined #tikiwiki
[15:07]
redflo has left [15:21]
.... (idle for 15mn)
FrankP has joined #tikiwiki [15:36]
CIA-65tikiwiki: 03jonnybradley * r28767 10/trunk/lib/setup/prefs.php: [FIX] prefs: As feature_wiki_paragraph_formatting now defaults to on then so should feature_wiki_paragraph_formatting_add_br (thanks Sylvie) [15:43]
.... (idle for 16mn)
tikiwiki: 03jonnybradley * r28768 10/trunk/lib/smarty_tiki/block.textarea.php:
tikiwiki: [FIX] wysiwyg: Use ckeditor default skin (kama) if wysiwyg_toolbar_skin is still set to fckeditor's default (default) - thanks again Sylvie ;)
tikiwiki: Also cleaned up some dead code and added remaining language prefs - please test.
[15:59]
.... (idle for 18mn)
tikiwiki: 03jonnybradley * r28769 10/trunk/lib/tikilib.php: [FIX] wysiwyg: Plugins span body arg needs to be not parsed (for valid html) [16:17]
RobertPlummrtHey jonnybradley, I got a question for you.
oops, he isn't here
[16:28]
***RobertPlummrt has left
robertplummer has joined #tikiwiki
[16:35]
CIA-65tikiwiki: 03jonnybradley * r28770 10/trunk/lib/ (smarty_tiki/block.textarea.php toolbars/toolbarslib.php): [FIX] wysiwyg: Enable wysiwyg versions of Find and Replace tools and remove commented code. [16:38]
***jonnyb has joined #tikiwiki [16:39]
robertplummerhey jonnyb, I hope you are not busy, if you are I can get with you later. [16:39]
jonnybhi robertplummer - how's things?
polom all
[16:39]
xavipolom jonnyb [16:40]
robertplummerThey are fine, today I'm working on styles and classes for sheet, and I've added the information to the database, and as well to (from what I can tell) grid.php. The problem is that when I go to save the sheet, it doesn't look as though the php is finding my attributes.
cellInfo isn't being set.
or, well it is being set, but for some reason it's not adding array values "style" and "class". Is there another place I should look for where I should set these?
I guess I could go ahead and post what I have to trunk, so you can take a look, what do you think?
[16:41]
jonnybhmm, sounds tricky... you added new fields to the database? [16:43]
robertplummerYes
2, style and class
to tiki_sheet_values
[16:43]
jonnybdoes it break what's already there? [16:43]
robertplummerNo [16:43]
jonnybok, sounds safe to commit, then i can see what you're up to [16:44]
robertplummer:)
committing
[16:44]
done [16:50]
CIA-65tikiwiki: 03robertplummer * r28771 10/trunk/ (4 files in 4 dirs):
tikiwiki: [MOD] Added the columns style and class to table tiki_sheet_values and the modification on how to handle it.
tikiwiki: [MOD] Added 20100830_sheet_add_styles_and_classes.sql to take care of updates.
tikiwiki: [MOD] Added most of the needed modifications to grid.php to handle style and class and a bit of js to tiki-jquery.js to send the information to the php handler.
[16:51]
robertplummerBe easy on me, I'm still learning jonnyb.
by the way, polom
[16:51]
jonnyb:) [16:52]
CIA-65tikiwiki: 03robertplummer * r28772 10/trunk/installer/schema/ (2 files): [MOD] renamed 20100830_sheet_add_styles_and_classes.sql to 20100830_sheet_add_styles_and_classes_tiki.sql [16:55]
robertplummerooops :)
What do you think jonnyb?
[16:56]
jonnybsorry, in somewhere else at the moment - gimme 10 mins [16:58]
robertplummerok [16:58]
CIA-65tikiwiki: 03robertplummer * r28773 10/trunk/lib/sheet/grid.php: [MOD] Added the ability to view style and class for a td object displayed from the database [17:03]
robertplummerNearly there, I have it now coming from the database to the table, now need to get the other way working. [17:04]
jonnybgo robertplummer, go! :) [17:05]
robertplummerlol [17:05]
jonnyball looking good from just reading it so far [17:10]
robertplummeryea, [17:10]
jonnybonly thing i'd suggest is in grid.php setStyle and setClass you could declare the param as optional e.g. function setStyle( $style = '' ) { and save a bit of typing! :D [17:11]
robertplummerok [17:11]
jonnybnext time, not worth changing now imho [17:12]
robertplummerSorry, already changed
:)
[17:13]
jonnyb:)
(it was the only thing i could suggest so far!)
[17:13]
robertplummerSo on the ajax callback, I guess that stl and cl aren't being captured.
stl = style and cl = class
[17:13]
jonnybsvn up'ing [17:14]
robertplummerok
I really have to get aptana debugger working, I still have yet to....
[17:14]
jonnybhmmm, our version of your menu doesn't have the styles bit on it...
a missed commit?
[17:18]
robertplummerI'm not sure.
I was going to look at that after I get it working from the database.
[17:18]
jonnybyes, xdebug is crucial, i think [17:18]
robertplummer:) [17:19]
jonnyboh right, i'll hack mine for now too
i didn't see any mods to the bit that renders out the table...
that'll be it
[17:19]
robertplummerI just added that
tikiwiki: robertplummer * r28773 /trunk/lib/sheet/grid.php: [MOD] Added the ability to view style and class for a td object displayed from the database
[17:20]
jonnybi up [17:20]
robertplummerIs that right? Or am I misled? [17:21]
jonnybchecking...
yes, that looks right
[17:22]
robertplummertiki-jquery.js is sending the data, perhaps the use of the variable names 'cl' and 'stl' are not linked correctly on postback? [17:23]
jonnybworks for me [17:24]
robertplummeron user side the variables are cl and stl, and on postback they are class and style [17:24]
jonnyb(set style to "color:red;" on a cell, and it went red) [17:24]
robertplummer:)
told you
(I had tested it myself prior)
[17:24]
jonnyboh, ok - it didn't save
:(
[17:25]
robertplummeryes, that is the problem is isn't saving it to cellInfo from the database or saving it to cellInfo. [17:26]
jonnybdebugging... [17:26]
robertplummeryou are the nam
man
I know when I see it I will be like "WHAT!!!!!!, it was sooo simple!"
[17:26]
jonnybyou'll hate this then! :)
grid.php lines 2048 and 2054
i read your comment in the Js about IE not liking vars called "style" and "class"...
so you're using "stl" and "cl", but there you're checking for "style" and "class"
aptana/eclipse/xdebug saves the day :)
[17:29]
***fabricius|away has joined #tikiwiki [17:32]
jonnybbrb [17:32]
robertplummerlol
thanks jonny
Shall I fix it or have you already?
I fixed it, also removed the funky stylen modding there.
[17:32]
jonnybrobertplummer: back - no, i've not fixed it here, but could do easy
super
[17:37]
robertplummerI'll have another commit soon, have a couple more bugs I'm taking care of. [17:39]
jonnybcoolio
stuff going on here so i'll be back and forth...
[17:39]
robertplummerok
Committed
[17:40]
CIA-65tikiwiki: 03robertplummer * r28774 10/trunk/lib/sheet/grid.php: [FIX] Fixed some reference issues for stl (style on server-side) and cl (class on server-side) for setting cell styles [17:43]
robertplummer(I don't know why I announce that, it does it automatically)
Next I'm going to attempt to parse the css value for height/width, and set the tr from the td on the user side.
Thus preserving column height and column width.
[17:43]
jonnybyay! style now getting and setting [17:47]
robertplummerWithout having to re-write the whole thing. [17:47]
jonnybnice - good luck!
the tiki sheets do have a concept for "width" and "height" but afaik they are really col and row span
[17:47]
robertplummeryea
I saw that
[17:48]
jonnybcurrently also not being saved from what i can remember [17:48]
robertplummerHey did you see my mod for the 1x1 fix? [17:49]
coaboahave a problem: site broke through custom centetcolumn code I put in, editet the sql and athe local server [17:49]
jonnybrobertplummer: i saw it worked, not quite how [17:49]
robertplummerminSize [17:49]
coaboaeverithing is ok, but importing this sql back has no effect. [17:50]
robertplummercoaboa should we be concerned? [17:50]
coaboais there a cache dir that I can delete
nope its not about your commits
just need to know if I can clear tiki cach even when I only can see the very top of the logo
[17:50]
xavicoaboa, did you try deleting the tiki cache files manually on the server? [17:57]
chealercoaboa: yes ( temp/cache/ ) [17:58]
coaboafound the file to delete ;-) its nicly named
deleted in templates_c
[17:58]
xavi:-) in case of doubt, delete all temp/cache, templates_c and modules/cache [17:59]
coaboaready to stop sweeting ;-)
thx
after three round of redisigning everithing we have our final presentation before frankfurt bookfair and hope to go online (beta) within the next 2-3 days and that's on trunk ;-)
so every little error makes me sweat
[17:59]
***fabricius|away has quit IRC (Ping timeout: 264 seconds) [18:07]
coaboaif enabling "simple wiki rating" is there a stats page for the results? [18:13]
xavicoaboa: no idea [18:14]
CIA-65tikiwiki: 03jonnybradley * r28775 10/trunk/lib/wiki/editlib.php: [FIX] wysiwyg: htmltowiki parse heading tags with centre alignment properly (but parse_data doesn't re-create them in html properly at the moment - TODO?) [18:21]
jonnybbye all - visitors here, more tomorrow [18:21]
***jonnyb has quit IRC (Quit: jonnyb) [18:21]
CIA-65tikiwiki: 03xavidp * r28776 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [FIX]XML processing fixed by parsing xml file into R memory and not just leaving it as temp file on disk [18:23]
***joel_ has joined #tikiwiki [18:32]
joel_Is it safe to have hyphens in group names? I've upgraded 3.2->5.1, and enabled LDAP, renamed my username, but now it's no longer clickable (e.g. shoutbox, wiki pages) but is for "logged in as ...". Or is it something else that's changed? I've checked, any my info is set as public. Thanks!
Oh, I've just had a thought. I changed the username in the database, instead of via admin - does that make a difference?
[18:34]
xavijoel_: no idea. changing username is very risky (and even more if you do at the db directly). I wouldn't expect good results [18:36]
joel_Oops!
Hmm, any idea for a better tactic? I need to migrate lots of users to LDAP, I was using tiki auth only before.
[18:36]
sylviegthere is a regexp for valid user name somewhere... [18:37]
joel_Basically, for users with user@domain, the username needs to be "user" [18:37]
xaviok, no idea myself, sorry. follow sylvieg advice [18:37]
ricks99_*Lots* f catgory and perm changes from 3.x -> 5.x see release notes for full details [18:38]
***fabricius|away has joined #tikiwiki [18:38]
joel_Thanks, I'm checking the docs now. [18:39]
***redflo has joined #tikiwiki [18:43]
fabricius|awayhello - short question: does anybody knows, who of the devs is into the database stuff?
I will write into the mailinglist anyway, but just to ask ;-)
[18:45]
joel_Looks like my problem may be related to duplicate preferences in the tiki_user_preferences table - I've deleted the ones for the "new" username, and reset to the old username in users_users. Then I'll rename the user using the admin GUI and see if that works.
I've renamed users in the past and not had problems, but that was 3.x - it seems to be fixed now!
[18:58]
CIA-65tikiwiki: 03robertplummer * r28777 10/trunk/lib/sheet/grid.php:
tikiwiki: [NEW] Added a function called "getAttrFromCssString" to bottom of grid.php that filters out a css value from a css string
tikiwiki: [NEW] Used getAttrFromCssString to set the tr height for sheet row objects (tr)
tikiwiki: 03robertplummer * r28778 10/trunk/lib/sheet/grid.php: [FIX] removed some debug script
[19:01]
joel_Anyone know if it's possible to batch rename users? Something like where email = *@domain, set username = XYZ from X.Y.Z@domain/XYZ@domain
e.g. emails absurname@domain, a.n.other@domain would give usernames of absurname and another respectively
I don't fancy going through ~200 users via the GUI....
[19:05]
CIA-65tikiwiki: 03sylvieg * r28779 10/trunk/templates/tiki-view_tracker.tpl: trace [19:10]
Tikiwiki|botNew Forum Posts: Menu 'Position' Switches to Alphabetical - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38329 [19:10]
CIA-65tikiwiki: 03xavidp * r28780 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [MOD]Renamed to more intuitive var name (data_tmp to data_file) [19:11]
***fabricius|away has quit IRC (Ping timeout: 272 seconds) [19:17]
CIA-65tikiwiki: 03xavidp * r28781 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_r.php: [ENH]Wrap param added (default to 1) [19:29]
tikiwiki: 03nyloth * r28782 10/branches/experimental/coe_fgal_relook2/lib/ (filegals/file_gallery.js toolbars/toolbarslib.php): [FIX] remove hardcoded urls [19:34]
tikiwiki: 03sylvieg * r28783 10/trunk/tiki-admin_trackers.php: notice [19:39]
***qoumaq has joined #tikiwiki [19:45]
CIA-65tikiwiki: 03sylvieg * r28784 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]TRACKERLIST: add also the popup fields to the list of fields to be fetched
tikiwiki: 03sylvieg * r28785 10/branches/proposals/5.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [bp 28784] [FIX]TRACKERLIST: add also the popup fields to the list of fields to be fetched
[19:46]
joel_(It's not quite so bad - only 79 users didn't have the "correct" username... manually renaming via tiki_adminusers.php (images + javascript turned off for speed....!) [19:51]
***redflo has left [20:03]
Ludo has quit IRC (Disconnected by services) [20:09]
CIA-65tikiwiki: 03nyloth * r28786 10/branches/experimental/coe_fgal_relook2/ (339 files in 66 dirs): [MRG] Automatic merge, trunk 28683 to 28783 [20:12]
tikiwiki: 03xavidp * r28787 10/mods/trunk/Packages/wikiplugins-r.info.txt: [MOD]Updated to reflect latest changes to plugin r [20:17]
***FrankP has quit IRC (Read error: Connection reset by peer) [20:23]
joel_79 users didn't take as long as I expected :D [20:28]
CIA-65tikiwiki: 03pkdille * r28788 10/trunk/ (3 files in 3 dirs): [ENH] admin newsletter subscriptions: add checkbox for mass subscription deletion [20:33]
tikiwiki: 03pkdille * r28789 10/branches/proposals/5.x/ (3 files in 3 dirs): [bp/r27815] [MOD] module since last visit new : Give the possibility to print last login date not as a link even if calendar is activated. Also give the possibility to have all sections folded by default [20:38]
***yonixxx has quit IRC (Quit: yonixxx)
rodrigo_sampaio has joined #tikiwiki
[20:49]
CIA-65tikiwiki: 03sylvieg * r28790 10/trunk/templates/wiki-plugins/wikiplugin_trackerlist.tpl: [FIX]TRACKERLIST: do not show in the popup fields with empty value [20:52]
tikiwiki: 03nyloth * r28791 10/branches/experimental/coe_fgal_relook2/ (4 files in 3 dirs):
tikiwiki: [FIX] increase popup z-index from 400 to 1500 to be displayed above the filegal
tikiwiki: manager + use tiki-list_file_gallery2.php until the work is merged back into the
tikiwiki: main php script + remove call to overlib.js that has been deleted + set the main
tikiwiki: filegal manager as a modal dialog
tikiwiki: 03cdrwhite * r28792 10/trunk/styles/ (15 files in 4 dirs): Updating CSS to give share this the same appearance as "tell a friend"
[21:05]
***fabricius|away has joined #tikiwiki [21:09]
CIA-65tikiwiki: 03pkdille * r28793 10/trunk/templates/tiki-share.tpl: [MOD] tiki-share: no changes - code indenting [21:11]
..... (idle for 22mn)
tikiwiki: 03pkdille * r28794 10/trunk/templates/tiki-share.tpl: [MOD] tiki-share: remove some useless css classs on td and tr tags in formcolor tables [21:33]
***fabricius|away has quit IRC (Ping timeout: 240 seconds)
david-w has joined #tikiwiki
qoumaq has quit IRC (Ping timeout: 252 seconds)
[21:42]
joel_ has quit IRC (Ping timeout: 252 seconds) [22:03]
Sap has joined #tikiwiki [22:12]
CIA-65tikiwiki: 03pkdille * r28795 10/trunk/templates/ (8 files): [MOD] remove some useless css classs on td and tr tags in formcolor tables [22:12]
SapHello all, need some assistance regarding tikiwiki 3.6 configuration [22:12]
coaboadoes one know how I make the wikipluginRANDOMINCLUDE fetching the pagetitle from the included page? Currently it always displays "Random" as pagetitle? [22:12]
xavihi Sap. ask [22:12]
SapMy server is not configured to access the internet, therefore I cannot retrieve the profile list and install the community/collab profile, is there any way I can install this manually [22:12]
xavicoaboa: no idea, sorry
Sap: you can install locally in your machine, adn then, export the database, and import in your server
[22:12]
SapIs there any documentation on how to do this? [22:14]
xavitry: http://doc.tiki.org/Export
and http://doc.tiki.org/Import
I would say
or similar, under manual installation, etc. see the table of contents from http://doc.tiki.org/Documentation
[22:14]
luciashpolom polom [22:15]
coaboahi luciash [22:15]
luciashhi coaboa [22:16]
xaviSap: sorry, that page has nothing related to export and import databases... hold on, I'll write something
hi luciash
[22:16]
luciashhi xavi :) [22:16]
coaboaSap: are you fimilar with mysql & mysqldump from shell? [22:16]
Sapmoderately [22:18]
luciashSap: do you need profile repository on your localhost / intranet ? [22:18]
SapIf possible, I really just need to install the collab/community profile, it would be a one time thing [22:18]
luciashSap: maybe fastest way then is copy and paste the collab profile code in your Tiki > Admin > Profiles > second tab textarea and apply one by one [22:19]
Sapokay let me load that up [22:19]
luciashyou just need to see carefully what all pages does the profile consist on profiles.tw.o [22:20]
SapUsing this code?: http://profiles.tikiwiki.org/Collaborative_Community [22:21]
luciashit is intended to test smaller chunks of the YAML code but it should work theoretically [22:21]
SapOkay I am at the profile admin page [22:22]
luciashhmm, but references will not work, you will need them to change manually to local pages links [22:22]
SapOh
Hmm
[22:22]
xaviSap: wrote some quick description on using mysql and mysqldump from the commabnd line....
here: http://doc.tiki.org/Import & http://doc.tiki.org/Export
well, the page is still saving...
[22:23]
Sapokay cool, thanks [22:23]
xavitaking ages to save... (dev.tw.o might be experiencing difficulties)
s/dev.tw.o/doc.tw.o
[22:24]
luciashwell, you would need to copy the collaborative profiles pages source code and create local copies of the wiki pages, but then if they contain some absolute references (like $profiles.tikiwiki.org:...) you would need to remove them
it seems not too trivial
[22:24]
SapDo you think the way xavi is suggesting is easier? [22:25]
luciashyou can still play with the test profile code thing though (backup your db of course before)
Sap: i think... i am not sure what xavi suggest would apply the whole profile as you need so far as i understand
xavi: doesn't Import/Export just work with wiki pages ?
[22:25]
Sapokay, and under what box am i entering this source code into? [22:27]
luciashor is it something new ?
Sap: Tiki 5.1 ?
[22:27]
Saptiki 3.6 stable [22:28]
xaviSap: http://doc.tiki.org/Import-Export#Databases [22:28]
Sapthanks xavi [22:29]
luciashah, xavi, you mean to apply that profile to somewhere else where there Sap has access to internet and then just export/import the whole database to the one, where he doesn't ? [22:29]
SapYes, I think that is what he means [22:29]
xaviyes, that's it.
faster, probably
[22:29]
coaboa;-) [22:30]
SapI think I will try your way first luciash, the broken links don't bother me [22:30]
xaviand in the meantime, he learns about many useful things :-)
that he'll apply when upgrading to Tiki6 LTS :-)
[22:30]
luciashSap: yeah, that could work, sure, sorry, misunderstood
xavi: ^
:)
[22:30]
xavig'night all [22:31]
***xavi has left [22:31]
luciashSap: but i fear Tiki 3.6 has not very good profiles support yet
Sap: so i am not sure the test code tab is there even
Sap: so maybe what xavi suggested is really safer way
faster
[22:31]
coaboathink so too [22:32]
***david-w has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) [22:33]
Sapare you referring to tikitests option
I just enabled it in settings, it was disabled
nevermind, thats something different
[22:38]
***rodrigo_sampaio has quit IRC (Quit: rodrigo_sampaio) [22:41]
luciashSap: nope, it should be on tiki-admin.php?page=profiles
Sap: but you will really waste yor time with that i think
in Tiki 5.1 it's under the Advanced tab > Profile tester
[22:42]
CIA-65tikiwiki: 03nyloth * r28796 10/branches/experimental/coe_fgal_relook2/lib/jquery_tiki/tiki-jquery.js: [FIX] first try to change links of the filegal manager - can't find (yet) why removing the alert call makes the code below not working... [22:50]
tikiwiki: 03pkdille * r28797 10/trunk/templates/ (11 files): [MOD] remove some useless css classs on td and tr tags in formcolor tables [22:58]
SapThanks for all of the help guys
bye
[22:58]
***Sap has quit IRC (Quit: Page closed) [22:59]
fabricius|away has joined #tikiwiki [23:08]
.... (idle for 19mn)
coaboagood night [23:27]
***coaboa has quit IRC (Remote host closed the connection) [23:27]
.... (idle for 19mn)
fabricius|away has quit IRC (Ping timeout: 265 seconds)
robertplummer has quit IRC (Quit: Page closed)
[23:46]
fabricius|away has joined #tikiwiki [23:58]

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