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

WhoWhatWhen
Tikiwiki|botRecent Bug: Tracker item: #3022 - - tiki_p_configure_modules (MyTiki Modules) - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3022 [00:17]
***GillesM has joined #tikiwiki
GillesM has quit IRC (Remote host closed the connection)
[00:17]
yohomerthat's mine [00:21]
***olinuxx has quit IRC (Quit: Ex-Chat) [00:22]
coaboa_ has joined #tikiwiki
dcedilotte has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 252 seconds)
[00:27]
dcedilotte!help [00:37]
Tikiwiki|botYou can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [00:37]
.... (idle for 16mn)
***ricks99 has joined #tikiwiki [00:53]
ricks99ricks99 needs help with exporting a tracker...
getting 500: internal server error when trying to export a ~500 item tracker
no error log is being generated
memory_limit is 64m
max_execution_time is 400
max_input_time is 240
anyone have an idea what the issue may be?
running tiki 3.3
[00:54]
***deo has left
dcedilotte has quit IRC (Quit: time to go home.)
[00:58]
.... (idle for 19mn)
ricks99tracker xport issue ^^^ continued....
i did a mysql dump and restored to my local pc.
was able to export the tracker just fine
but using host (shred host - hostgator) i get 500 server error
any recommendations as to what i should check?
[01:19]
luciashwhere does it export ?
500 error is usually caused by wrong perms on the dir
[01:23]
ricks99when i run it local, i get a save file dialog and i can specify where to save the csv file [01:24]
luciashah, i suppose it uses some tmp dir... does it look fine ? [01:25]
ricks99the csv generated from my local tiki is fine [01:26]
luciashor maybe 64m is not enough ? [01:26]
***chealer__ is now known as chealer [01:26]
ricks99hm....
let me try to increase....
tracker cotains 11 fields, 548 items
is that considered "big"?
[01:26]
luciashsorry, ricks, just wildguessing :) [01:27]
ricks99thats ok. a luciash guess is better than most.
pushed memory_limit to 128M....
clicking EXPORT button....
waiting....
waiting....
waiting....
ohh!!! Save dialog came up
[01:28]
luciash*g* [01:31]
ricks99now saving [01:31]
luciash:D [01:31]
ricks99luciash -- ur awesome
bad tiki -- needs 128M to dump a ~500 item tracker :(
[01:32]
***kiilo has quit IRC (Quit: Leaving.) [01:33]
ricks99man... if i get too many more users signed up on the site, i'll need 500M or more!
tx again luciash
[01:34]
luciashwell it is 6028 fields and it checks them all for some 33 types i guess :-/
np :)
[01:36]
ricks99thats a major performance issue though, no?
i guess it is basically the same problem we have when using a trackerllist for a large tracker?
[01:37]
Tikiwiki|botNew Forum Posts: Trying post and getting this... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=36218 [01:41]
luciashyes, hopefully it will be better in Tiki 5 [01:42]
ricks99backport for 3.x LTS ? [01:42]
***btiffin has joined #tikiwiki [01:46]
Caarrie|away is now known as Caarrie [02:00]
...... (idle for 26mn)
Cain has joined #tikiwiki [02:26]
CainHi,
!help
[02:27]
Tikiwiki|botYou can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [02:27]
***gerbert has joined #tikiwiki [02:40]
gerberthow can i increase the max number of characters for wiki page name?
also, how do i make wiki quick edit module's input field longer? thanks
[02:41]
ricks99@gerbert: to increase the max page name, need to change the tiki_pages db table
currently, pageName is varchar(160).
would need to increase max size as needed
for the quickedit module, use the size=### parameter when u assign the module
[02:44]
gerbertthanks a lot ricks99 [02:50]
ricks99ur welcom [02:51]
***rmcc4444 has joined #tikiwiki [02:53]
rmcc4444I turned on SSL for my site and now i can't login in. I have SSH access to the server so can i change this back in a .conf file somewhere? v4.1.. thanks [02:53]
ricks99@rmcc4444: do u have access to the database? [02:55]
rmcc4444ricks99: yes..
via phpadmin
[02:55]
gerbertricks99: can i make quick edit module's input field multiline as well? [02:56]
ricks99edit the tiki_preferences table
u can turn off the *_ssl feature
[02:56]
rmcc4444let me get there and see if i can figure out what you are referring to, ricks99 .. one sec [02:56]
ricks99acutally, i think ur looking for "https_login"
change it back to "disabled"
@rmcc4444: no. page names cannot be multiple lines
[02:56]
rmcc4444ricks99: im opening up phpadmin now [02:57]
ricks99oops that should be @gerbert: 01no. page names cannot be multiple lines
ricks99 so much help... so little time :-)
[02:58]
gerbertagree [02:58]
rmcc4444ricks99: Ok, Im on the Structure tab [02:58]
ricks99@rmcc4444: you'll want to BROWSE the tiki_preferences table [02:59]
rmcc4444ricks99: I dont ssee a browse option. I can ssh into the box or there is another GUI tool I could try if that helps.? What I see is a list of a bunch of tables.. most start with tiki_ [03:01]
ricks99using phpmyadmin? [03:01]
rmcc4444I found the browse
:)
[03:01]
ricks99in the list of tables, click tiki-preferences
the right column should now show you the STRUCTURE of the tiki_prefernces table.
[03:01]
rmcc4444ricks99: ahhhhhhhhhh. cool. so most of tikiwiki settigns are stored in db, not in conf files? [03:02]
ricks99correct [03:02]
rmcc4444Ok, I found it . its set to required.. [03:02]
ricks99change to "disabled"
should b able to now login using regular http
[03:03]
***gerbert has quit IRC (Ping timeout: 248 seconds) [03:03]
rmcc4444disabled.. ahhhh
That worked like a charm. thank you
[03:03]
ricks99np [03:04]
rmcc4444Is it because I dont have ssl cert created on my server? [03:05]
ricks99did u have the correct https port? [03:05]
rmcc4444I thought so.. 443.. thats what nmap had it running on as well
oh well. ill deal with it later.. im still learning..
[03:06]
ricks99instead of "require" can use "allow" (will give u the choice at login) [03:06]
rmcc4444also, i notice the login box at the top right in FF doesnt display as nice as it does in chrome and IE. is this a known issue? [03:07]
ricks99this way you can still have it "on" for testing, but can use regular http as a fallback [03:07]
rmcc4444ahh. good point. will do that [03:07]
ricks99depends on the theme [03:07]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[03:07]
rmcc4444its currently on coelesce
is there one that is known to be best for cross brwoser compatibility?
[03:08]
ricks99i think tikinewt is the most basic one ... but quite ugly [03:09]
rmcc4444lemme look [03:09]
ricks99but works weel for ie6-8, ff 3.x-3.6
if u find a theme issue, post it (with screen shot) in forums are
*area
[03:09]
rmcc4444bug or fourm post?
btw, tikinewt looks ok to me
[03:10]
ricks99do both: bug & forum :) [03:15]
rmcc4444ok. doing now
thx
[03:16]
ricks99np [03:16]
rmcc4444why isnt tikiwiki more used? [03:17]
ricks99? [03:17]
rmcc4444or maybe it is and i'm new to the party.. it seesm joomla, drupal, etc. are much more popular.. is that an incorrect assumption?
i know they serve different functions
but.. i always hear about JOOMLA JOOMLA JOOMLA... but never really tikiwiki
[03:18]
marclaportetiki is a secret
http://tikiwiki.org/Model
[03:18]
ricks99imho, it is because (until renctly) tiki was very de-centralized -- no overriding foundation or commerical backing [03:19]
luciashheheh [03:19]
ricks99-what marc said [03:19]
luciashrmcc4444: you can help spread the word ;) [03:19]
marclaporteI have a different angle, it's because Tiki has always been centralized.
All info in one place
[03:19]
rmcc4444all.. [03:20]
marclaportewhen you have hundreds of modules on hundreds of sites, you get lots of backlinks [03:20]
rmcc4444ahhh, rather [03:20]
marclaporteand a lot of Google Searches [03:20]
ricks99ricks99 sees things 180 degrees different than marc. must be a canadian thing [03:20]
rmcc4444so that is all changing? [03:20]
marclaporteBut what Rick is saying about commercial backing: I agree as well [03:21]
ricks99sometimes beauracracy is good. look a sumo as a prime example [03:21]
rmcc4444Is there nwo commercial backing? [03:21]
marclaporteJoomla, very early, with Mambo put emphasis on look & feel
surely because of commercial backing
[03:21]
ricks99when i say commerical backing i mean like confluence with atlassia [03:22]
marclaporteah, yes. Well, use it's decentralized commercial backing :-) as you explained above
use -> us
[03:23]
rmcc4444well, im an anarchist so im all for de-centralization of authority
aka: privatize everything
[03:23]
ricks99then tiki is perfect for u [03:23]
rmcc4444but thats another IRC channel i suppose [03:23]
ricks99anyone who wants to add anything can (as long as it is optional) :-) [03:24]
rmcc4444ya.. ive been in open source for quite some time.. but mainly just in the big boys.. linux, apache, bind, dhcpd, etc [03:24]
marclaportefyi: http://www.wikimatrix.org/statistic/Consultants Tiki near the top here [03:24]
ricks99again, all have formal foundations or commerical backing
with very strong beauracracy
[03:24]
marclaportermcc4444 : do you code? [03:25]
***PrezKennedy has joined #tikiwiki [03:26]
rmcc4444marclaporte: Not much moer than bash scripting.. Everytime I start to get into coding I get off on something else then end up doiing the hello world script again the following year
Im more of an Architect guy
www.cajunbrain.com
[03:26]
marclaportermcc4444 : can you access http://www.computer.org/portal/web/csdl/abs/html/mags/so/2009/06/mso2009060004.htm ?
this and http://tikiwiki.org/Model should give you great overview
[03:28]
rmcc4444marclaporte: yes. wiill read now. thx
I am printing out the Model doc as we speak
are you guys regular contributors?
of code that is
[03:28]
marclaporteand if you can travel: http://tikiwiki.org/TikiFestConfoo2010
yes, we are
Rick is UI wizard
bedtime for me...
zzzzz
[03:30]
rmcc4444From what Im reading, your philosophy of software development aligns with personal views.. decentralize to the extreme.. nice [03:31]
ricks99rick?
wizard?
[03:31]
rmcc4444nite [03:31]
ricks99g'nite [03:31]
rmcc4444can u see this?
http://i.imagehost.org/0558/RUR_screenshot.png
my comp is acting odd
[03:37]
ricks99rise up radio [03:38]
rmcc4444cool. thx
we currently use ruleoflawradio but their website SUCSK
Heres my post on the issue..
http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=36219&forumId=4
[03:39]
ricks99what's the alignment issue? [03:41]
***AL^3QRAB has joined #tikiwiki [03:42]
AL^3QRAB1,1.15,1I14,1m  15,1 U14s15i14n15G1,1. 15,1H414cK15eR14z15E [03:42]
ricks99make the logo narrower or expand the screen width [03:42]
***blyd956 has joined #tikiwiki
nvpz205 has joined #tikiwiki
sgga360 has joined #tikiwiki
xhyi238 has joined #tikiwiki
tzll181 has joined #tikiwiki
tprt195 has joined #tikiwiki
htjs842 has joined #tikiwiki
qscd249 has joined #tikiwiki
zgor568 has joined #tikiwiki
iktt824 has joined #tikiwiki
rloo892 has joined #tikiwiki
qafn121 has joined #tikiwiki
exlr18 has joined #tikiwiki
szkk983 has joined #tikiwiki
waga288 has joined #tikiwiki
xopz273 has joined #tikiwiki
dvgk871 has joined #tikiwiki
krjd138 has joined #tikiwiki
dvrn404 has joined #tikiwiki
qunr511 has joined #tikiwiki
ihgh516 has joined #tikiwiki
oqlb230 has joined #tikiwiki
kipi116 has joined #tikiwiki
pfeh903 has joined #tikiwiki
pgoe759 has joined #tikiwiki
yzmf706 has joined #tikiwiki
lmqf206 has joined #tikiwiki
jnqu920 has joined #tikiwiki
ezvx938 has joined #tikiwiki
kami222 has joined #tikiwiki
ylgg98 has joined #tikiwiki
lgfx246 has joined #tikiwiki
txis757 has joined #tikiwiki
uemn369 has joined #tikiwiki
pelt175 has joined #tikiwiki
zkzf720 has joined #tikiwiki
vgbc788 has joined #tikiwiki
zshd409 has joined #tikiwiki
djbd993 has joined #tikiwiki
fqym971 has joined #tikiwiki
pgoe759 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
ylgg98 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
qunr511 has left
qunr511 has joined #tikiwiki
qunr511 has left
yzmf706 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
xopz273 has left
xopz273 has joined #tikiwiki
xopz273 has left
exlr18 has left
exlr18 has joined #tikiwiki
exlr18 has left
rloo892 has left
rloo892 has joined #tikiwiki
rloo892 has left
krjd138 has left
krjd138 has joined #tikiwiki
krjd138 has left
qscd249 has left
qscd249 has joined #tikiwiki
qscd249 has left
xhyi238 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
zgor568 has left
zgor568 has joined #tikiwiki
zgor568 has left
sgga360 has left
sgga360 has joined #tikiwiki
sgga360 has left
pfeh903 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
kipi116 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvrn404 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
dvgk871 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
djbd993 has left
djbd993 has joined #tikiwiki
djbd993 has left
lmqf206 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
jnqu920 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
qafn121 has left
qafn121 has joined #tikiwiki
qafn121 has left
iktt824 has left
iktt824 has joined #tikiwiki
iktt824 has left
htjs842 has left
htjs842 has joined #tikiwiki
htjs842 has left
tzll181 has left
tzll181 has joined #tikiwiki
tzll181 has left
zshd409 has left
zshd409 has joined #tikiwiki
zshd409 has left
uemn369 has left
uemn369 has joined #tikiwiki
uemn369 has left
ihgh516 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
zkzf720 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
lgfx246 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
tprt195 has left
tprt195 has joined #tikiwiki
tprt195 has left
vgbc788 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
txis757 has left
txis757 has joined #tikiwiki
txis757 has left
waga288 has left
waga288 has joined #tikiwiki
waga288 has left
pelt175 has left
pelt175 has joined #tikiwiki
pelt175 has left
oqlb230 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
ezvx938 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
kami222 has left
kami222 has joined #tikiwiki
kami222 has left
szkk983 has left
szkk983 has joined #tikiwiki
szkk983 has left
szkk983 has joined #tikiwiki
szkk983 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
waga288 has joined #tikiwiki
waga288 has left
fqym971 has left
fqym971 has joined #tikiwiki
fqym971 has left
fqym971 has joined #tikiwiki
fqym971 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has joined #tikiwiki
sgga360 has left
djbd993 has joined #tikiwiki
djbd993 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
qunr511 has joined #tikiwiki
qunr511 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
exlr18 has joined #tikiwiki
exlr18 has left
iktt824 has joined #tikiwiki
iktt824 has left
rloo892 has joined #tikiwiki
rloo892 has left
krjd138 has joined #tikiwiki
krjd138 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
qscd249 has joined #tikiwiki
qscd249 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
zgor568 has joined #tikiwiki
zgor568 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
htjs842 has joined #tikiwiki
htjs842 has left
tzll181 has joined #tikiwiki
tzll181 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
tprt195 has joined #tikiwiki
tprt195 has left
qafn121 has joined #tikiwiki
qafn121 has left
zshd409 has joined #tikiwiki
zshd409 has left
kami222 has joined #tikiwiki
kami222 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
uemn369 has joined #tikiwiki
uemn369 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
htjs842 has joined #tikiwiki
htjs842 has left
sgga360 has joined #tikiwiki
sgga360 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
djbd993 has joined #tikiwiki
djbd993 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
qafn121 has joined #tikiwiki
qafn121 has left
tzll181 has joined #tikiwiki
tzll181 has left
iktt824 has joined #tikiwiki
iktt824 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
uemn369 has joined #tikiwiki
uemn369 has left
zshd409 has joined #tikiwiki
zshd409 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
pelt175 has joined #tikiwiki
pelt175 has left
pelt175 has joined #tikiwiki
pelt175 has left
pelt175 has joined #tikiwiki
txis757 has joined #tikiwiki
txis757 has left
txis757 has joined #tikiwiki
txis757 has left
txis757 has joined #tikiwiki
tprt195 has joined #tikiwiki
tprt195 has left
tprt195 has joined #tikiwiki
vgbc788 has joined #tikiwiki
vgbc788 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
waga288 has joined #tikiwiki
waga288 has left
waga288 has joined #tikiwiki
waga288 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
pelt175 has left
txis757 has left
tprt195 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
iktt824 has joined #tikiwiki
iktt824 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
kami222 has joined #tikiwiki
kami222 has left
kami222 has joined #tikiwiki
kami222 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
uemn369 has joined #tikiwiki
uemn369 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
szkk983 has joined #tikiwiki
szkk983 has left
szkk983 has joined #tikiwiki
szkk983 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
fqym971 has joined #tikiwiki
fqym971 has left
fqym971 has joined #tikiwiki
fqym971 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has joined #tikiwiki
sgga360 has left
blyd956 has left
blyd956 has joined #tikiwiki
blyd956 has left
blyd956 has joined #tikiwiki
blyd956 has left
djbd993 has joined #tikiwiki
djbd993 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
qunr511 has joined #tikiwiki
qunr511 has left
qunr511 has joined #tikiwiki
qunr511 has left
blyd956 has joined #tikiwiki
blyd956 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
exlr18 has joined #tikiwiki
exlr18 has left
exlr18 has joined #tikiwiki
exlr18 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
xhyi238 has joined #tikiwiki
qscd249 has joined #tikiwiki
qscd249 has left
qscd249 has joined #tikiwiki
qscd249 has left
qscd249 has joined #tikiwiki
zgor568 has joined #tikiwiki
zgor568 has left
zgor568 has joined #tikiwiki
zgor568 has left
zgor568 has joined #tikiwiki
rloo892 has joined #tikiwiki
rloo892 has left
rloo892 has joined #tikiwiki
rloo892 has left
rloo892 has joined #tikiwiki
krjd138 has joined #tikiwiki
krjd138 has left
krjd138 has joined #tikiwiki
krjd138 has left
krjd138 has joined #tikiwiki
iktt824 has joined #tikiwiki
iktt824 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
kipi116 has joined #tikiwiki
kipi116 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
krjd138 has left
xhyi238 has left
qscd249 has left
zgor568 has left
rloo892 has left
blyd956 has joined #tikiwiki
blyd956 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
htjs842 has joined #tikiwiki
htjs842 has left
htjs842 has joined #tikiwiki
htjs842 has left
tzll181 has joined #tikiwiki
tzll181 has left
tzll181 has joined #tikiwiki
tzll181 has left
qafn121 has joined #tikiwiki
qafn121 has left
qafn121 has joined #tikiwiki
qafn121 has left
tprt195 has joined #tikiwiki
tprt195 has left
zshd409 has joined #tikiwiki
zshd409 has left
zshd409 has joined #tikiwiki
zshd409 has left
kami222 has joined #tikiwiki
kami222 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
uemn369 has joined #tikiwiki
uemn369 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
szkk983 has joined #tikiwiki
szkk983 has left
waga288 has joined #tikiwiki
waga288 has left
fqym971 has joined #tikiwiki
fqym971 has left
sgga360 has joined #tikiwiki
sgga360 has left
djbd993 has joined #tikiwiki
djbd993 has left
djbd993 has joined #tikiwiki
djbd993 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
qafn121 has joined #tikiwiki
tzll181 has joined #tikiwiki
iktt824 has joined #tikiwiki
iktt824 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
uemn369 has joined #tikiwiki
uemn369 has left
qafn121 has left
tzll181 has left
zshd409 has joined #tikiwiki
zshd409 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
xopz273 has joined #tikiwiki
xopz273 has left
xopz273 has joined #tikiwiki
xopz273 has left
xopz273 has joined #tikiwiki
txis757 has joined #tikiwiki
txis757 has left
txis757 has joined #tikiwiki
txis757 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
pelt175 has joined #tikiwiki
pelt175 has left
pelt175 has joined #tikiwiki
pelt175 has left
tprt195 has joined #tikiwiki
tprt195 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
waga288 has joined #tikiwiki
waga288 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
kami222 has joined #tikiwiki
kami222 has left
szkk983 has joined #tikiwiki
szkk983 has left
fqym971 has joined #tikiwiki
fqym971 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has joined #tikiwiki
sgga360 has left
blyd956 has joined #tikiwiki
blyd956 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
xopz273 has left
xopz273 has joined #tikiwiki
blyd956 has joined #tikiwiki
blyd956 has left
qunr511 has joined #tikiwiki
qunr511 has left
qunr511 has joined #tikiwiki
qunr511 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
exlr18 has joined #tikiwiki
exlr18 has left
exlr18 has joined #tikiwiki
exlr18 has left
qscd249 has joined #tikiwiki
qscd249 has left
zgor568 has joined #tikiwiki
zgor568 has left
rloo892 has joined #tikiwiki
rloo892 has left
krjd138 has joined #tikiwiki
krjd138 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
htjs842 has joined #tikiwiki
htjs842 has left
tzll181 has joined #tikiwiki
iktt824 has joined #tikiwiki
ihgh516 has joined #tikiwiki
qafn121 has joined #tikiwiki
jnqu920 has joined #tikiwiki
lgfx246 has joined #tikiwiki
uemn369 has joined #tikiwiki
lmqf206 has joined #tikiwiki
ezvx938 has joined #tikiwiki
zshd409 has joined #tikiwiki
djbd993 has joined #tikiwiki
txis757 has joined #tikiwiki
txis757 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
lgfx246 has left
waga288 has joined #tikiwiki
waga288 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
pelt175 has joined #tikiwiki
pelt175 has left
tprt195 has joined #tikiwiki
tprt195 has left
xopz273 has left
xopz273 has joined #tikiwiki
pfeh903 has joined #tikiwiki
pfeh903 has left
kami222 has joined #tikiwiki
kami222 has left
blyd956 has joined #tikiwiki
blyd956 has left
szkk983 has joined #tikiwiki
szkk983 has left
fqym971 has joined #tikiwiki
fqym971 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has joined #tikiwiki
sgga360 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
qunr511 has joined #tikiwiki
qunr511 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
exlr18 has joined #tikiwiki
exlr18 has left
qscd249 has joined #tikiwiki
qscd249 has left
zgor568 has joined #tikiwiki
zgor568 has left
rloo892 has joined #tikiwiki
rloo892 has left
krjd138 has joined #tikiwiki
krjd138 has left
kipi116 has joined #tikiwiki
kipi116 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
htjs842 has joined #tikiwiki
htjs842 has left
ihgh516 has left
djbd993 has left
ezvx938 has left
tzll181 has left
lmqf206 has left
qafn121 has left
iktt824 has left
jnqu920 has left
uemn369 has left
xopz273 has left
xopz273 has joined #tikiwiki
zshd409 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
xopz273 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
nvpz205 has joined #tikiwiki
tzll181 has joined #tikiwiki
blyd956 has joined #tikiwiki
sgga360 has joined #tikiwiki
tprt195 has joined #tikiwiki
xhyi238 has joined #tikiwiki
htjs842 has joined #tikiwiki
iktt824 has joined #tikiwiki
zgor568 has joined #tikiwiki
qscd249 has joined #tikiwiki
qafn121 has joined #tikiwiki
rloo892 has joined #tikiwiki
szkk983 has joined #tikiwiki
exlr18 has joined #tikiwiki
xopz273 has joined #tikiwiki
waga288 has joined #tikiwiki
dvgk871 has joined #tikiwiki
qunr511 has joined #tikiwiki
ihgh516 has joined #tikiwiki
dvrn404 has joined #tikiwiki
krjd138 has joined #tikiwiki
kipi116 has joined #tikiwiki
oqlb230 has joined #tikiwiki
pgoe759 has joined #tikiwiki
pfeh903 has joined #tikiwiki
lmqf206 has joined #tikiwiki
ezvx938 has joined #tikiwiki
yzmf706 has joined #tikiwiki
jnqu920 has joined #tikiwiki
ylgg98 has joined #tikiwiki
kami222 has joined #tikiwiki
lgfx246 has joined #tikiwiki
pelt175 has joined #tikiwiki
uemn369 has joined #tikiwiki
zshd409 has joined #tikiwiki
txis757 has joined #tikiwiki
vgbc788 has joined #tikiwiki
zkzf720 has joined #tikiwiki
djbd993 has joined #tikiwiki
fqym971 has joined #tikiwiki
nvpz205 has left
blyd956 has left
sgga360 has left
tzll181 has left
tprt195 has left
xhyi238 has left
zgor568 has left
szkk983 has left
qscd249 has left
htjs842 has left
iktt824 has left
waga288 has left
rloo892 has left
qafn121 has left
exlr18 has left
xopz273 has left
ihgh516 has left
qunr511 has left
dvgk871 has left
krjd138 has left
oqlb230 has left
dvrn404 has left
pgoe759 has left
pfeh903 has left
lgfx246 has left
lmqf206 has left
yzmf706 has left
ezvx938 has left
kami222 has left
ylgg98 has left
jnqu920 has left
uemn369 has left
zshd409 has left
pelt175 has left
txis757 has left
zkzf720 has left
vgbc788 has left
fqym971 has left
djbd993 has left
nvpz205 has joined #tikiwiki
tzll181 has joined #tikiwiki
sgga360 has joined #tikiwiki
blyd956 has joined #tikiwiki
xhyi238 has joined #tikiwiki
xhyi238 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
tprt195 has joined #tikiwiki
tprt195 has left
djbd993 has joined #tikiwiki
djbd993 has left
fqym971 has joined #tikiwiki
fqym971 has left
zgor568 has joined #tikiwiki
zgor568 has left
szkk983 has joined #tikiwiki
szkk983 has left
qscd249 has joined #tikiwiki
qscd249 has left
htjs842 has joined #tikiwiki
htjs842 has left
iktt824 has joined #tikiwiki
iktt824 has left
waga288 has joined #tikiwiki
waga288 has left
rloo892 has joined #tikiwiki
rloo892 has left
qafn121 has joined #tikiwiki
qafn121 has left
exlr18 has joined #tikiwiki
exlr18 has left
xopz273 has joined #tikiwiki
xopz273 has left
qunr511 has joined #tikiwiki
qunr511 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
krjd138 has joined #tikiwiki
krjd138 has left
krjd138 has joined #tikiwiki
krjd138 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
kami222 has joined #tikiwiki
kami222 has left
kami222 has joined #tikiwiki
kami222 has left
uemn369 has joined #tikiwiki
uemn369 has left
uemn369 has joined #tikiwiki
uemn369 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
zshd409 has joined #tikiwiki
zshd409 has left
zshd409 has joined #tikiwiki
zshd409 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
pelt175 has joined #tikiwiki
pelt175 has left
pelt175 has joined #tikiwiki
pelt175 has left
txis757 has joined #tikiwiki
txis757 has left
txis757 has joined #tikiwiki
txis757 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
fqym971 has joined #tikiwiki
fqym971 has left
blyd956 has left
blyd956 has joined #tikiwiki
blyd956 has left
blyd956 has joined #tikiwiki
blyd956 has left
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has left
sgga360 has joined #tikiwiki
sgga360 has left
sgga360 has joined #tikiwiki
sgga360 has left
tzll181 has left
tzll181 has joined #tikiwiki
tzll181 has left
tzll181 has joined #tikiwiki
tzll181 has left
djbd993 has joined #tikiwiki
djbd993 has left
djbd993 has joined #tikiwiki
djbd993 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
tprt195 has joined #tikiwiki
tprt195 has left
tprt195 has joined #tikiwiki
tprt195 has left
fqym971 has joined #tikiwiki
fqym971 has left
zgor568 has joined #tikiwiki
zgor568 has left
zgor568 has joined #tikiwiki
zgor568 has left
szkk983 has joined #tikiwiki
szkk983 has left
szkk983 has joined #tikiwiki
szkk983 has left
qscd249 has joined #tikiwiki
qscd249 has left
qscd249 has joined #tikiwiki
qscd249 has left
htjs842 has joined #tikiwiki
htjs842 has left
htjs842 has joined #tikiwiki
htjs842 has left
iktt824 has joined #tikiwiki
iktt824 has left
iktt824 has joined #tikiwiki
iktt824 has left
waga288 has joined #tikiwiki
waga288 has left
waga288 has joined #tikiwiki
waga288 has left
rloo892 has joined #tikiwiki
rloo892 has left
rloo892 has joined #tikiwiki
rloo892 has left
qafn121 has joined #tikiwiki
qafn121 has left
qafn121 has joined #tikiwiki
qafn121 has left
exlr18 has joined #tikiwiki
exlr18 has left
exlr18 has joined #tikiwiki
exlr18 has left
xopz273 has joined #tikiwiki
xopz273 has left
xopz273 has joined #tikiwiki
xopz273 has left
qunr511 has joined #tikiwiki
qunr511 has left
qunr511 has joined #tikiwiki
qunr511 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
krjd138 has joined #tikiwiki
krjd138 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
pfeh903 has joined #tikiwiki
lgfx246 has joined #tikiwiki
lmqf206 has joined #tikiwiki
lmqf206 has left
lmqf206 has joined #tikiwiki
yzmf706 has joined #tikiwiki
yzmf706 has left
yzmf706 has joined #tikiwiki
ezvx938 has joined #tikiwiki
ezvx938 has left
ezvx938 has joined #tikiwiki
kami222 has joined #tikiwiki
kami222 has left
kami222 has joined #tikiwiki
uemn369 has joined #tikiwiki
uemn369 has left
uemn369 has joined #tikiwiki
nvpz205 has joined #tikiwiki
sgga360 has joined #tikiwiki
tzll181 has joined #tikiwiki
blyd956 has joined #tikiwiki
ylgg98 has joined #tikiwiki
ylgg98 has left
ylgg98 has joined #tikiwiki
zshd409 has joined #tikiwiki
zshd409 has left
zshd409 has joined #tikiwiki
jnqu920 has joined #tikiwiki
jnqu920 has left
jnqu920 has joined #tikiwiki
pelt175 has joined #tikiwiki
pelt175 has left
pelt175 has joined #tikiwiki
txis757 has joined #tikiwiki
txis757 has left
txis757 has joined #tikiwiki
zkzf720 has joined #tikiwiki
vgbc788 has joined #tikiwiki
vgbc788 has left
vgbc788 has joined #tikiwiki
fqym971 has joined #tikiwiki
djbd993 has joined #tikiwiki
xhyi238 has joined #tikiwiki
tprt195 has joined #tikiwiki
szkk983 has joined #tikiwiki
zgor568 has joined #tikiwiki
qscd249 has joined #tikiwiki
kipi116 has left
kipi116 has joined #tikiwiki
kipi116 has left
kipi116 has joined #tikiwiki
kipi116 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
ihgh516 has joined #tikiwiki
htjs842 has joined #tikiwiki
iktt824 has joined #tikiwiki
waga288 has joined #tikiwiki
rloo892 has joined #tikiwiki
qafn121 has joined #tikiwiki
exlr18 has joined #tikiwiki
ihgh516 has left
kipi116 has joined #tikiwiki
kipi116 has left
xopz273 has joined #tikiwiki
qunr511 has joined #tikiwiki
dvgk871 has joined #tikiwiki
krjd138 has joined #tikiwiki
oqlb230 has joined #tikiwiki
dvrn404 has joined #tikiwiki
pgoe759 has joined #tikiwiki
ihgh516 has joined #tikiwiki
kipi116 has joined #tikiwiki
htjs842 has left
iktt824 has left
qscd249 has left
qafn121 has left
zgor568 has left
rloo892 has left
szkk983 has left
exlr18 has left
xopz273 has left
waga288 has left
dvrn404 has left
dvrn404 has joined #tikiwiki
dvrn404 has left
dvgk871 has left
dvgk871 has joined #tikiwiki
dvgk871 has left
krjd138 has left
krjd138 has joined #tikiwiki
krjd138 has left
qunr511 has left
qunr511 has joined #tikiwiki
qunr511 has left
oqlb230 has left
oqlb230 has joined #tikiwiki
oqlb230 has left
pgoe759 has left
pgoe759 has joined #tikiwiki
pgoe759 has left
pfeh903 has left
pfeh903 has joined #tikiwiki
pfeh903 has left
lgfx246 has left
lgfx246 has joined #tikiwiki
lgfx246 has left
lmqf206 has left
lmqf206 has joined #tikiwiki
lmqf206 has left
yzmf706 has left
yzmf706 has joined #tikiwiki
yzmf706 has left
kipi116 has left
ezvx938 has left
ezvx938 has joined #tikiwiki
ezvx938 has left
kami222 has left
kami222 has joined #tikiwiki
kami222 has left
uemn369 has left
uemn369 has joined #tikiwiki
uemn369 has left
nvpz205 has left
nvpz205 has joined #tikiwiki
nvpz205 has left
sgga360 has left
sgga360 has joined #tikiwiki
sgga360 has left
tzll181 has left
tzll181 has joined #tikiwiki
tzll181 has left
blyd956 has left
blyd956 has joined #tikiwiki
blyd956 has left
ylgg98 has left
ylgg98 has joined #tikiwiki
ylgg98 has left
zshd409 has left
zshd409 has joined #tikiwiki
zshd409 has left
pelt175 has left
pelt175 has joined #tikiwiki
pelt175 has left
txis757 has left
txis757 has joined #tikiwiki
txis757 has left
zkzf720 has left
zkzf720 has joined #tikiwiki
zkzf720 has left
vgbc788 has left
vgbc788 has joined #tikiwiki
vgbc788 has left
fqym971 has left
fqym971 has joined #tikiwiki
fqym971 has left
djbd993 has left
djbd993 has joined #tikiwiki
djbd993 has left
xhyi238 has left
xhyi238 has joined #tikiwiki
xhyi238 has left
tprt195 has left
tprt195 has joined #tikiwiki
tprt195 has left
szkk983 has joined #tikiwiki
szkk983 has left
waga288 has joined #tikiwiki
waga288 has left
exlr18 has joined #tikiwiki
exlr18 has left
rloo892 has joined #tikiwiki
rloo892 has left
qscd249 has joined #tikiwiki
qscd249 has left
kipi116 has joined #tikiwiki
kipi116 has left
zgor568 has joined #tikiwiki
zgor568 has left
iktt824 has joined #tikiwiki
iktt824 has left
htjs842 has joined #tikiwiki
htjs842 has left
qafn121 has joined #tikiwiki
qafn121 has left
xopz273 has joined #tikiwiki
xopz273 has left
ihgh516 has left
ihgh516 has joined #tikiwiki
ihgh516 has left
jnqu920 has left
jnqu920 has joined #tikiwiki
jnqu920 has left
AL^3QRAB has left
ricks99 has left
[03:42]
rmcc4444heres the bug report..
http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3023&watch=add
hey.
ill change back to the theme and see what it looks like for you
[03:47]
***ricks99 has joined #tikiwiki [03:49]
Tikiwiki|botRecent Bug: Tracker item: #3023 - - Login prompt alignment issues with coelesce theme in Firefox - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3023
New Forum Posts: Login prompt not aligned properly - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36219
[03:49]
rmcc4444now im confused
check this out
http://riseupradioshow.fythmf.com/
btw, it will eventually be riseupradioshow.com.. its just being staged
[03:49]
ricks99looks good on my screen [03:50]
rmcc4444ok.. u on linux?
and what browser(s) did u try it with?
brb
[03:50]
ricks99ff 3.5 [03:51]
rmcc4444ok.. wouldnt it still be a bug if it works for one theme and not another ony my screen? seems that the layout is hardcoded in some way [03:53]
ricks99as a test, using ff on ur pc, reduce the font/image size [03:54]
rmcc4444k. one sec [03:54]
ricks99Ctrl -
[ctrl]+[minus]
[03:54]
rmcc4444went from 16 to 12 and it looks great [03:55]
ricks99y. need to either:
1. use a narrower logo
[03:55]
rmcc4444there is no need for the logo to be that big. i could reduce it 25% [03:56]
ricks992. dont float the image/use fixed with div
cool
[03:56]
rmcc4444well i dont know how to float things, so ill go w/ option 1.. :
:)
[03:56]
ricks99lol [03:56]
***Caarrie is now known as Caarrie|sleeping [03:56]
rmcc4444im assuming that would be a css modification, eh? [03:56]
ricks99prob should still test on mobile devices (iphone, etc)
y, or customize the heading
[03:56]
rmcc4444true. lemme reduce it and upload new image
btw, where do you live?
[03:57]
ricks99nc, usa [03:58]
rmcc4444cool.. louisiana here.. moved from boston about 5 years ago
hows this lookon your end? http://riseupradioshow.fythmf.com/
[03:59]
ricks99looks good 2 me [04:00]
rmcc4444k. cool. thx [04:00]
ricks99np [04:01]
yohomernc has the weather lately, eh [04:01]
rmcc4444u ever use chrome? i actually just got around to it for the first time a couple weeks ago due to FF issues.. its damn fast.. i hate that its big brother google tho [04:01]
luciashrmcc4444: u can try it's open source sibling chromium instead [04:02]
ricks99still digging out of the blizzard
like chrome a lot, even more now that greasemonkey is native
[04:02]
rmcc4444luciash: Didnt even know it existed. will get now. thx [04:03]
luciashrmcc4444: it's basically my default browser now
rmcc4444: it's mostly the same serving as development base for Chrome, just different name ;)
[04:03]
rmcc4444i dont see using apt-get
hmm
[04:04]
luciashu have to add their daily snapshots repository [04:04]
rmcc4444check for it now
do the addons work?
[04:05]
luciashyep
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu
[04:05]
rmcc4444you dudes have all the answers. thx [04:06]
***ricks99 is now known as ricks99|away [04:09]
luciashhttps://launchpad.net/~chromium-daily/+archive/ppa
better ;)
[04:10]
rmcc4444jsut came back and saw this
:
[04:16]
installing now. did you say the addons work? [04:26]
luciashyes [04:27]
rmcc4444nice [04:27]
luciashany idea why this command gets stuck ? → svn export https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk tiki5.xsvntrunkexp [04:29]
rmcc4444i have no idea.. hmm. it wont launch [04:30]
luciashit worked some time ago for me [04:30]
rmcc4444says opening but never opens [04:30]
luciashwhat, chromium ? [04:31]
rmcc4444woops.. it was hidden behidn another window. i have to close FF
brb
[04:31]
***rmcc4444 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534])
nkoth has quit IRC (Quit: nkoth)
rmcc4444 has joined #tikiwiki
[04:31]
rmcc4444looks slick
doesnt appear to be an IRC addon yet
[04:34]
***MartinCleaver has quit IRC (Quit: MartinCleaver) [04:38]
rmcc4444 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534]) [04:46]
...................... (idle for 1h45mn)
chealer has quit IRC (Ping timeout: 245 seconds) [06:31]
......... (idle for 42mn)
Lucymoz has quit IRC (Ping timeout: 245 seconds) [07:13]
.......... (idle for 47mn)
btiffin has quit IRC (Remote host closed the connection) [08:00]
...... (idle for 26mn)
Wilkins has joined #tikiwiki
Tobbi has joined #tikiwiki
[08:26]
....... (idle for 31mn)
CIA-64tikiwiki: 03sept_7 * r24789 10/trunk/lib/prefslib.php: [FIX] unserialize expect a string so ttest for string before trying unserialize [08:58]
***Cain` has joined #tikiwiki
Cain` has quit IRC (Changing host)
Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 258 seconds)
Cain` is now known as Cain
[09:05]
.......... (idle for 47mn)
coaboa_ has quit IRC (Remote host closed the connection) [09:54]
luminoso has quit IRC (Quit: Leaving) [10:01]
marclaportepolom [10:06]
***luminoso has joined #tikiwiki [10:07]
coaboa has joined #tikiwiki [10:19]
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[10:24]
chibaguypolom [10:24]
coaboaHello [10:29]
........ (idle for 38mn)
***ricks99 has joined #tikiwiki [11:07]
ricks99|away has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [11:15]
....... (idle for 31mn)
ricks99 has quit IRC (Remote host closed the connection)
MartinCleaver has joined #tikiwiki
[11:46]
.... (idle for 16mn)
CIA-64tikiwiki: 03eromneg * r24790 10/trunk/lib/phplayers_tiki/tiki-phplayers.php: [MOD]remove the strtolower function so that phplayer menu links can have Title tags with capitals and the behaviour is the same as with css menus [12:03]
sylviegdo we have a carousel on images that simulate aa animate gif? [12:05]
***Caarrie|sleeping is now known as Caarrie [12:05]
chibaguysylvieg, there was a jquery cycle script and now in trunk there is jquery infinite carousel, but these are more complicated to set up than a simple animated gif. You need to put js initializing in the L&F head custom content, and use some specific css in a wiki page, to get the cycling. [12:11]
sylvieg:-( A stupid customer who wants to do animated banners with only simple image [12:13]
chibaguyIs it possible to just use an animated gif? [12:14]
sylviegThey even do not know how to do an animated gif [12:15]
chibaguyHmm [12:17]
***ricks99 has joined #tikiwiki [12:20]
frank_____ has joined #tikiwiki
ricks99 has quit IRC (Remote host closed the connection)
[12:26]
frank_____hi @ all
i have a litle problem with the ~pp~ tag in article. In the preview it works but after i saved it the text between will be parsed again
[12:26]
........ (idle for 36mn)
***skbohra has joined #tikiwiki [13:04]
luciashfrank_____: why not ~np~...~/np~ ?
~pp~ is for preformatted paragraph or omething (generates <pre>)
bbl
[13:06]
frank_____i tried ~np~ also
with the same effect
[13:08]
***skbohra has quit IRC (Remote host closed the connection) [13:10]
ihsan_ has joined #tikiwiki [13:15]
ihsan_hi. I want to hide table borders in wiki syntex. How can I do this?
for example, i use the following syntex to create table..
||row1col1 | row1col2 ||
but how can I hide borders in table?
[13:15]
***ricks99 has joined #tikiwiki [13:18]
CIA-64tikiwiki: 03sept_7 * r24791 10/branches/experimental/tiki-log-merge/ (67 files in 21 dirs): [MRG] Automatic merge, trunk 24733 to 24790 [13:19]
***ihsan_ has quit IRC (Quit: Page closed) [13:23]
.... (idle for 16mn)
RavenC has joined #tikiwiki [13:39]
RavenChi all [13:39]
coaboaihsan_: Use Plugin SPLIT instead [13:40]
***ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [13:47]
coaboaishan_: or PluginFancyTable see doc.tikiwiki.org for usage [13:51]
***ricks99 has joined #tikiwiki [13:58]
Caarrie is now known as Caarrie|away [14:04]
CIA-64tikiwiki: 03sylvieg * r24792 10/trunk/installer/schema/20060116_showlastDownLoad_tiki.sql: missing commit to 24687 [14:07]
frank_____someone an idea about my article problem above?
are article and wiki get parsed in a different way?
[14:09]
ricks99@frank_____ should work the same. what is your tiki version? [14:11]
frank_____i tried it in an older 3.x and in 4.1 [14:12]
ricks99~np~ foo ~/np~ works on my 3.x and 4.x sites [14:13]
frank_____the thing is, that it workes fine in the preview but not in the saved version
strange
[14:13]
ricks99not sure. :-(
r u using HTML in the article? is the "allow html" option enabled?
[14:14]
frank_____no, i don't use it [14:15]
ricks99if so, try turning it off
instead of using ~np~ you can try using the {CODE()}......{CODE} plugin
[14:15]
frank_____turnig html off dose not work
and i think CODE will not work for me, because is use a latex foruma in that line with two "^" and need the ~np~ just to turn of the wiki parsig, because the ^ produce a box
[14:18]
RavenCI need some help. Still trying to get a "webmail" account selector without having to go to the webmail/settings page. I have two group email accounts and I'm trying to replicate the "activate" feature there. In my menu, i have the url for email one as tiki-webmail.php?locSection=settings&current=1 . It changes the group email to that, but it takes me to that page. Is there a sytax that I can use so that it keeps me on the
i should say, it changes the webmail inbox to that group email account
[14:27]
sylviegdo we have a random fileId - to do the same than the module random_images but for fgal? [14:32]
RavenCIf I am on the webmail page, ?locSection=settings&current=1 works, but not from other pages [14:33]
sylviegsorry I did not use webmail since 2 or 3 years [14:33]
RavenCnp... I was just hopeful there was some kind of "self page" or something in the wiki syntax that I was overlooking [14:34]
***FrankP_german has joined #tikiwiki
Tobbi has quit IRC (Ping timeout: 248 seconds)
[14:39]
CIA-64tikiwiki: 03sept_7 * r24793 10/trunk/templates/tiki.tpl: [FIX/ENH] put JS script and JS files at the end of the page [14:45]
***marclaporte has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) [14:53]
frank_____ has quit IRC (Ping timeout: 248 seconds)
ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[15:04]
ibrrorg has joined #tikiwiki
ricks99 has joined #tikiwiki
[15:09]
ibrrorgim setting some permissions---i have some pretty trackers that i want some groups to have access to and not have access to---when i set the permissions for a group there is a box to check that says admin wiki, does this refer to the ENTIRE wiki or only the part that they are cleared for? thanx and tiki 4.0 [15:11]
ricks99entire wiki [15:12]
***chibaguy has quit IRC (Read error: Connection reset by peer) [15:12]
luciashit means admin whole wiki
the perm you are looking for is probably tiki_p_view...
[15:12]
ibrrorgah, thanx---i went in and removed that option so i just wanted to be sure [15:14]
ricks99note that wiki is just for the *wiki* feature. *tracker* perms are different [15:14]
ibrrorgyeah, i created a test account and am playing w/it. my site has some 'interesting' applications of information so i am kinda pushing the limits right now [15:15]
luciashif you want to disallow access to the wiki page containing the pretty tracker and want to be sure they cannot see the tracker using the standard tracker listing, you have to limit the access for the tracker too [15:17]
ibrrorgis my theory correct: take a group and assign it 'x' permissions and thus you can allow/limit access by simply assigning the group in the perms for page-by-page access? see, what throws me is when i assign the group it kicks me to a screen and then brings up a whole slew of options again [15:17]
luciashe.g. by creating a category with the specific object permissions and assigning both (wiki and tracker) to this category [15:18]
ibrrorgah, ok --- well'p let me head back over and keep tweaking on it --- hope allz well w/everyone! [15:19]
.... (idle for 18mn)
CIA-64tikiwiki: 03sept_7 * r24794 10/trunk/templates/ (49 files):
tikiwiki: [ENH] try to put javascript inside {jq} bloc to put them at the end of the page
tikiwiki: Please test to see if something breaks...
[15:37]
.... (idle for 18mn)
***Caarrie has joined #tikiwiki
Caarrie has quit IRC (Changing host)
Caarrie has joined #tikiwiki
Caarrie|away has quit IRC (Killed (NickServ (GHOST command used by Caarrie)))
Caarrie is now known as Caarrie|away
gozer has joined #tikiwiki
Tobbi has joined #tikiwiki
[15:55]
tricia has joined #tikiwiki
tricia has quit IRC (Changing host)
tricia has joined #tikiwiki
[16:08]
CIA-64tikiwiki: 03sept_7 * r24795 10/branches/experimental/tiki-log-merge/ (52 files in 3 dirs): [MRG] Automatic merge, trunk 24790 to 24794 [16:12]
triciahi all, using TRACKERFILTER, select on user filters=206 works gives text box but filters=206/d gives cryptic error: tracker field type not processed yet u any ideas ??
also want to propagate the selected user to automagically filter other trackers on the same pages is this possible ??
[16:19]
..... (idle for 22mn)
***RabidDog has joined #tikiwiki [16:45]
nkoth has joined #tikiwiki [16:55]
wggley has joined #tikiwiki [17:03]
wggleyHi guys
it's me Wallace from Brazil
I'm trying to do the things right to bring some ppl over here for a TikiFest
If Marc pass over here, plz tell him that I wanna talk to him
[17:03]
nkothwggley: sure. stay in the channel. late July TikiFestBraizl? [17:05]
wggleynope
September
[17:05]
nkothk [17:05]
wggleytell him 'cause FISL is something different
FISL is doing from ppl over another state and I don't have contacts over there for FISL
but we can sediate TikiFest over Rio de Janeiro on september
I gotta go now, cause my wife is calling me
[17:05]
nkothk, I ut my name as interested on http://tikiwiki.org/TikiFestBrazil, if dates are more or less set should up date the page... [17:07]
wggleyI do prefer Marc doing that
I gotta go now
cya
[17:07]
***wggley has quit IRC (Quit: Quick! Kill your client! Bersirc 2.2 is here! [ http://www.bersirc.org/ - Open Source IRC ]) [17:08]
chealer has joined #tikiwiki
ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[17:22]
triciaany TRACKERFILTER experts on irc ? [17:25]
luciashhi tricia, wassup ? [17:25]
triciahi luci getting error "tracker field type not processed yet u" for filters=206/d but filters=206 works, 206 is a user field anywhere I can look for this ? [17:26]
***Wilkins has quit IRC (Ping timeout: 240 seconds) [17:27]
luciashwhat is 206/d ? [17:27]
tricia206 is field # for a user field in the tracker 206/d is supposed to give a dropdown list [17:27]
luciashwhat gives 206 only ? [17:29]
triciafilters=206 that works fine [17:29]
luciashif it is documented like that and it doesn't work then it is probably a bug (regression)
if it gives dropdown
[17:29]
CIA-64tikiwiki: 03sylvieg * r24796 10/trunk/ (3 files in 3 dirs): [NEW]img: new param randomGalleryId to be able to pick a random file in a fgal [17:29]
luciashthen you don't need /d [17:29]
triciai'm using v3.3 will play around & report if it's a bug, I want the d so that the operator can see the list of possible users ...
thanks
[17:30]
luciashand 206 gives what ? no dropdown ? [17:30]
triciajust a text box [17:32]
luciashah, ok
seems a bug to me
[17:32]
tricianever used it before so wasn't sure ! [17:32]
luciashcheck out wikiplugin_trackerfilter.php
what is there for the filters param as filter ?
it should allow "/"
[17:32]
triciaI don't understand the question ? [17:35]
***luminoso has quit IRC (Quit: Leaving) [17:35]
tricialuci: found the problem code check for cap D not lowercase d ! strange ... [17:36]
luciashok, good catch
(sorry, was afk for a little while)
[17:39]
***ibrrorg has quit IRC (Quit: Page closed) [17:39]
triciait's more than, that found both but strange switch will take a further look no worries thanks ! [17:39]
.... (idle for 19mn)
***luminoso has joined #tikiwiki [17:58]
Tikiwiki|botNew Forum Posts: Unable to migrate TikiWiki 4.1 on IIS 6 Win 2003 server - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=36223 [18:05]
***ricks99 has joined #tikiwiki
grobda24 has joined #tikiwiki
RabidDog has quit IRC (Ping timeout: 265 seconds)
[18:08]
sylviegsomebody changes the menu behavior they are closed each time [18:19]
***RabidDog has joined #tikiwiki [18:22]
tricia has quit IRC (Quit: Page closed) [18:28]
CIA-64tikiwiki: 03sylvieg * r24797 10/trunk/templates/tiki-searchresults.tpl: [MOD]search: compact language search part
tikiwiki: 03sylvieg * r24798 10/trunk/lib/prefs/search.php: [MOD] better string
[18:29]
***timotiCK has joined #tikiwiki
timotiCK has left
[18:30]
sylviegdammit trunk is broken... [18:31]
.... (idle for 19mn)
***ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [18:50]
ricks99 has joined #tikiwiki
rmcc316 has joined #tikiwiki
[19:02]
rmcc316hello. just finished the "Model" doc. it sounds a lot like my personal philosophy on life
That part about people asking for an API was quite comical
[19:03]
CIA-64tikiwiki: 03sylvieg * r24799 10/trunk/lib/filegals/filegallib.php: missing to 24687 [19:10]
rmcc316I set shoutbox to appear to the right and set it to anynmous but it doesnt appear.. http://riseupradioshow.fythmf.com/tiki-index.php .. it looks like space was made for i can see it. any ideas? [19:11]
sylviegneed a perm tiki_p_shout... [19:12]
ricks99did u give anonymous perm to use the shoutbox? [19:12]
rmcc316oddly enough i see it was admin
ricks99: hmmm.
[19:13]
ricks99u see it as admin, because admin has all perms [19:13]
rmcc316rigth. where would i start to do this? modules?
when i created the modile i selected ANONYMOUS if thats what you mean. do i need to do it somehwere else/
[19:13]
***RabidDog has quit IRC (Read error: Connection reset by peer)
RabidDog has joined #tikiwiki
[19:15]
rmcc316the only speical thing i did was assign flip=y ..
id be happy to give you an admin account if you want to look at it
[19:16]
sylviegit is again minify css that kills my trunk [19:19]
rmcc316If I dont select SHOUTBOX in the Features section, will it not work when I create it as a module?
I have it selected in Features, but just curious how all of this ties together.
[19:20]
chealerrmcc316: it wouldn't show, indeed [19:22]
rmcc316thx chealer . I now have an issue where I created it and set so anonymous could see it but it doesnt show.. however, it shows for admins
http://riseupradioshow.fythmf.com/tiki-index.php

on the right
you can see where it looks like it allocated "space" for it but it just doesnt appear
[19:23]
ricks99for the anony group u need to add the perm [19:24]
rmcc316I found it. I ALSO have to add the permission for the group
i see what you mean ricks99 .. ok.. another piece of the puzzle solved in my brain
[19:24]
RavenCrmcc316: /tiki-assignpermission.php?group=Anonymous add permission
oh, you got it... :)
[19:25]
ricks99it isnt enough to simply turn the feature on. u need to explicity allow groups to use it [19:25]
rmcc316Ya.. Its making more and more sense each day
I see
Can I turn captcha off for just the shoutbox?
[19:25]
CIA-64tikiwiki: 03jonnybradley * r24800 10/trunk/lib/smarty_tiki/function.listfilter.php:
tikiwiki: [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page.
tikiwiki: Also change keyup to keypress to eliminate spurious warnings.
[19:26]
ricks99good primer on anonymous permissions: http://bit.ly/aaHrSZ [19:27]
CIA-64tikiwiki: 03jonnybradley * r24801 10/trunk/lib/smarty_tiki/function.debugger.php: [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page. [19:27]
ricks99<shameless plug> [19:27]
rmcc316Did you write smarties? I've read that. Going throughit again as we speak
Great resource for TW n00bs like myself
[19:29]
ricks99only one ricks99. (thank goodness) [19:29]
rmcc316Awsome man.. I [19:29]
ricks99tx [19:31]
rmcc316you should make that into a book ...
stay true to your anarchist roots and create common license it though. ;)
[19:31]
ricks99it is. [19:32]
rmcc316but sell it on amazon, etc [19:32]
ricks99u can download it as a pdf from scribd
it is redistriutable via cc-sa license
[19:32]
rmcc316i know. i did. but i mean actually publish and sell it on amazon, etc
help raise money for the project
[19:33]
Tikiwiki|botWelcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . [19:33]
ricks99paper is a poor medium for an always-moving product [19:33]
rmcc316I was thinking more along the lines of just bringing more exposure to the product [19:34]
ricks99a wiki is the perfect vehcile (imho) [19:34]
rmcc316I agree technically, just not from a PR perspective [19:34]
ricks99that was my original goal, but folks like packt (and most publishers) do not accept non-solicted manuscripts
looked at using blurb, lulu, etc. but too hard to make it look really nice. didnt want to have to re-layout the doc each time
[19:34]
rmcc316wouldnt someone like lulu do it?
ahh
ok
[19:35]
ricks99scribd is nice and easy. takes me 5 min to dump the wiki structure into a pdf. [19:35]
rmcc316ya.. its an excellent doc
Ive read it all and going through it a 2nd time things are making more and more sense.
im just now realizing that the module link from the left menu is different from the modules link from the admin gui. ;)
[19:35]
ricks99ty. please feel free to edit/update/review as u see fit [19:36]
rmcc316and module permissions kinda get lost .. seems they would stand well as a stand alone piece of the admin panel [19:37]
Tikiwiki|botNew Forum Posts: Error when accessing wiki preferences / get_tags() - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36224 [19:48]
***rmcc316 has quit IRC (Remote host closed the connection)
PrezKennedy has quit IRC (Quit: IRC is just multiplayer notepad)
chealer has quit IRC (Remote host closed the connection)
franck has joined #tikiwiki
[19:55]
chealer has joined #tikiwiki [20:03]
kiilo has joined #tikiwiki [20:09]
...... (idle for 29mn)
rmcc316 has joined #tikiwiki [20:38]
Lucymoz has joined #tikiwiki [20:51]
luciashupgrade to Tiki5 fails at installer :(
Warning: Invalid argument supplied for foreach() in installer/installlib.php on line 229
[20:56]
***SEWilco2 has joined #tikiwiki [20:57]
luciashFatal error: Call to a member function get_included_groups() on a non-object in lib/tikilib.php on line 1463
:(
[20:57]
***ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [20:59]
RabidDog has quit IRC (Remote host closed the connection) [21:06]
CIA-64tikiwiki: 03sylvieg * r24802 10/trunk/ (2 files in 2 dirs): [NEW]trackerlist: option showrss [21:07]
luciashminify css is still broken
minify javascript causes tabs and menu toggles unfunctional
so no minify for me in Tiki5 still :-p
[21:08]
***nkoth has quit IRC (Quit: nkoth)
FrankP_german has quit IRC (Quit: Nettalk6 - www.ntalk.de)
coaboa has quit IRC (Remote host closed the connection)
[21:12]
grobda24 has quit IRC (Remote host closed the connection) [21:24]
luciashany idea how to avoid this PHP error ? → PHP (5.2.9) ERROR (E_WARNING): File: lib/smarty/libs/internals/core.get_include_path.php Line: 34 Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/share/pear/lib/smarty_tiki//compiler.sefurl.php) is not within the allowed path(s)
i have no possibility to change the allowed paths on shared hosting ftp only
[21:31]
sylviegconfirm minify broken for me too [21:35]
luciashanyone successfully upgraded to trunk using the installer recently ? [21:36]
sylviegdid fresh install this week end with no problem [21:37]
luciashfresh install seems no problem, but upgrade ?
see the error above i get at upgrade step
21:58 <@luciash> Fatal error: Call to a member function get_included_groups() on a non-object in lib/tikilib.php on line 1463
[21:39]
at the installer i also get "Warning: Invalid argument supplied for foreach() in installer/installlib.php on line 229"
it refers to some glob() function trying to get dirname + script
[21:51]
CIA-64tikiwiki: 03sylvieg * r24803 10/trunk/installer/installlib.php: notice [21:57]
***gozer has quit IRC (Quit: gozer)
RavenC has left
[22:00]
luciashsylvieg: thanks
now i am stuck on the error after hitting the upgrade button
[22:06]
sylviegthe other one ... need to find time to upgrade
you can in the tilib.php - try to do an include_once('lib/userslib.php')
[22:07]
luciashyes, nm, thank you
ok
[22:08]
sylviegif it is ok - it menas that installe.. does not include userlib and we are in a big mess.. I suppose
so an include (userlib.php must be included in the isntaller
if it changes nothing mena s that installer use include(userlib) without doing a global userlib
to trace this put a debug_print_backtrace in userlib.php
[22:08]
luciashfunction ? [22:10]
sylviegthe function in line lib/tikilib.php on line 1463 [22:10]
luciashyes, i am asking if debug_print_backtrace()
is function
[22:13]
sylvieghttp://us3.php.net/manual/en/function.debug-print-backtrace.php
puit the call on the first line of userslib.php
[22:13]
luciashok, thx [22:14]
***Kimberlee has joined #tikiwiki [22:17]
Kimberleehello all. [22:17]
luciashsylvieg: doesn't seem to be called
or yes, it is called
[22:18]
sylviegit will a little messy [22:18]
luciashsorry
it prints the backtrace
hello Kimberlee
sylvieg:
[22:18]
sylviegso check if in the first call to the include global $userlib is there [22:22]
luciashhttp://paste-it.net/public/ca377ec/
when i have the debug in lib/userslib.php
[22:23]
sylvieg(changi runs his source formatter and all my job to put global and include on the same line to do an easy check was lost - I gave up) [22:24]
rmcc316If Im creating a site for a radio station is there a need to use articles AND wiki pages? they seem a bit redundant?? [22:24]
luciashsylvieg: huh ?
rmcc316: if you want nice rss, yes
rmcc316: wiki can do only diff rss so far
[22:24]
rmcc316luciash: So articles appear cleaner? [22:25]
luciashyes
sylvieg: changi runs source fomatter ?
[22:25]
rmcc316I see.. thanks luciash [22:25]
sylviegluciash: try in tiki-setup_base to change require_once ('lib/userslib.php'); to global$userlib; require_once ('lib/userslib.php'); [22:26]
chealerluciash: upgrade from 4 to trunk fails due to 20100118_image_plugins_kill_tiki [22:26]
luciashrmcc316: well, if you don't need keep history of changes for something or do branstorming wiki pages, you can switch wiki off [22:27]
chealerwait, it doesn't [22:27]
luciashchealer: seems so :(
oh
sylvieg: will try
[22:27]
chealerluciash: that just gives some huge warnings [22:28]
rmcc316luciash: not for this site. It will strictly be an intro page, a listing of upcoming shows and guests, a chat room, links for advertisers, a embedde media player to listen to the show and thats about it
luciash: should I keep the wiki component installed just for the home page and build off of it?
[22:28]
luciashyes, you can include articles wikiplugin in it
to display your articles
sylvieg: seems it helped to run the upgrade
[22:31]
rmcc316I think that is what makes the most sense in my brain right now. Keep the intiial welcome page as a wiki page but that will be the only wiki page. [22:32]
luciashsylvieg: there are still some warnings but the upgrade ran succesfully 20 sql queries
sylvieg: i have on line 138 of tiki-setup_base.php now : require_once ('lib/userslib.php'); global $userlib;
[22:33]
sylviegyes good commit - telling needed for installer [22:34]
chealersylvieg: the installer whines about a failed query from 20091118_sefurl_tiki.sql, the second one, for file galleries
sylvieg: when upgrading from 4, since 4 already has that
[22:35]
sylviegno iea why the first one is ok and not the 2 one [22:36]
***PrezKennedy has joined #tikiwiki
MartinCleaver has quit IRC (Quit: MartinCleaver)
[22:37]
rmcc316can i embed modules in articles just as i do wiki pages? [22:38]
chealersylvieg: the first isn't a duplicate - it doesn't take a trackerId parameter, unlike the existing one [22:39]
luciashrmcc316: yes [22:39]
rmcc316nice [22:40]
luciashalmost all textareas in tiki can use wiki syntax and wikiplugins
sylvieg: thanks for your help, i will commit that
[22:40]
sylviegI need to have the forum description parsed - am I obliged to do a setting (because some people will have use the missing |escape..) [22:42]
CIA-64tikiwiki: 03luciash * r24804 10/trunk/tiki-setup_base.php: [FIX] installer: global needed in tiki-setup_base.php for upgrades via installer (thx sylvie) [22:44]
chealersylvieg: the description is already escaped - at least in trunk [22:49]
luciashis there some trick how to avoid "open_basedir restriction in effect" ? [22:54]
sylviegthx chealer [22:54]
luciashthese E_WARNINGs annoy me in php error reporting [22:54]
sylviegso I will parse and basta
luciash: I do not think so
it is a security styuff
[22:54]
luciashi wonder tiki still seems to work on that site despite these warnings [22:55]
CIA-64tikiwiki: 03luciash * r24805 10/trunk/tiki-download_file.php: [FIX] file galleries: php notices borked image file intended to display [22:59]
***rmcc316 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.0.11/2009060200]) [23:03]
sylviegsnif luciash
why did you take away randomGalleryId in tiki-download_file.php
it is a nice new feature - random img form fgal
[23:12]
***Tobbi has quit IRC (Ping timeout: 240 seconds) [23:13]
luciashsylvieg: oh, did i ? i didn't know about it... must be by accident
sylvieg: i am sorry, i will rollback
[23:14]
sylviegnot a roolback - because your notices fixes are ok
{img randomGalleryId=1} is nice
[23:14]
luciashit must happen that my svn export wasn't in sync and i copied to trunk, sorry
yes, sure
[23:15]
sylviegcopy must be forbidden in svn.. [23:15]
luciashheh
but how do i fix on test site and then put in svn ?
but sure it was my fault i didn't do sync first
[23:15]
sylviegare you test site on svn? [23:19]
luciashnope, it is ftp only [23:20]
sylviegI hjave all me test stitre on svn
a test site per ... ideas...
[23:20]
luciashusually i have too, this one was exception :-p [23:21]
sylviegok [23:21]
CIA-64tikiwiki: 03luciash * r24806 10/trunk/tiki-download_file.php: oops, accidental removal... sorry sylvie [23:26]
luciashsylvieg: haven't u commited the mod to allow no links in trackerlist ? [23:28]
sylviegshowlinks=n
?
[23:28]
luciashyes, this one... got back broken links after the upgrade :-p
i fixed it on the site but forgot to backup :-p
will have to re-do :)
[23:29]
Tikiwiki|botNew Forum Posts: Search Engine - search non tiki pages? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36227 [23:33]
luciashcool, we have Disable javascript preference in Tiki 5 ! [23:37]
sylvieg:-)I was so upset of javascript bug - it is VERY convenient
I am using it all the time now
[23:39]
luciashhaha :) [23:40]
***MartinCleaver has joined #tikiwiki [23:45]
luciashsylvieg: ah, you rolled it back in 24527
sylvieg: you say there's now new option
[23:53]
sylviegah yeh.. [23:54]
luciashsylvieg: in tracker fields admin ? [23:54]
sylviegit is at the filed definitiopn
there are 2 types of links in tracker
links to item
and links to other stuf
[23:54]
luciashthis one was page selector [23:54]
sylvieglinks to item are controlled with showlinks [23:54]
luciashok [23:54]
sylviegso showlink is only for link to item
and .. I think - tell me if not I added all needed in setting to controlled the other liks
[23:55]
luciashbut what if i wanted to keep it in tracker view but change it in trackerlist plugin view only ? [23:55]
sylviegi suppose it need an additional setiing [23:56]
luciashnew param for trackerlist plugin only ? [23:57]
sylviegdid I sent you a mail when I committed [23:58]
luciashi don't think so [23:59]

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