lphuberdeau: joined #tikiwiki
ionhead: left #tikiwiki
CIA-46: tikiwiki: 03amette * r42597 10/trunk/tiki-check.php: [ENH] Better GD-check and linguistic improvements
marclaporte1: joined #tikiwiki
Tiki|bot: Recent Bug: Tracker item: #4282 - - Trackers: Address field type with province/state and Postal Code - http://dev.tiki.org/item4282
benoitg: joined #tikiwiki
goj_killedByISP: joined #tikiwiki
marclaporte: joined #tikiwiki
joined #tikiwiki
CIA-46: tikiwiki: 03chibaguy * r42598 10/trunk/css/admin.css: [FIX] Whatever the reason was/is for the 1em minimum module zone height on admin pages, it causes unwanted white space in empty module zones, so this fix limits the scope to the page data area.
tikiwiki: 03chibaguy * r42599 10/branches/9.x/css/admin.css: [FIX][bp/r42598] Whatever the reason was/is for the 1em minimum module zone height on admin pages, it causes unwanted white space in empty module zones, so this fix limits the scope to the page data area.
RobertPlummer: joined #tikiwiki
Bsfez: joined #tikiwiki
AnonVisitor: joined #tikiwiki
Hello
uses tikiwiki really 512 mbs of ram ?
Bsfez: joined #tikiwiki
marclaporte: 128 is enough
128 is the default of PHP
AnonVisitor: hm okay
makes it sense to use it without the collaborative features ?
i like the idea to have an blog - wiki - forum ... cant find another project which includes this all from the beginning
Guest27790: makes sense
g0th: marclaporte: are you here?
dennmans: left #tikiwiki
joined #tikiwiki
g0th: hmm, how do I search and replace inside a wiki page?
nm
wtf?!?
when I add a special character to a wiki page it erases it and everything after it when I click save?!?+!"?*
also the greek symbols from word (copy and paste) are not recognized :(
dennmans: weird
g0th: also: scientific formulas are almost impossible to enter
e.g. 10^4
the sub/super
dennmans: I recently added greek translations to a tiki site
g0th: if I use the plugin it is too complicated
dennmans: what encoding is your database in?
g0th: utf8
everything is utf8
dennmans: ok
g0th: how do you enter scientific expressions
like 10^4
with sup/sub
{SUP()}4{SUP} is too complicated
isn't it possible to just support 10^4
or 10_4
maybe latex style: $10^4$
that would be perfect
dennmans: I have to say that that is beyond my knowledge
vmachine: joined #tikiwiki
dennmans: I am sure it is possible, just a matter of convention
g0th: {EQUATION()} .... {EQUATION}
I guess I'll use that
{EQ()} would be nicer
how do I make a layout in wiki pages?
e.g. something like a table (but no borders)
dennmans: what do you mean? you could use the {split} syntax
that puts things into colums without making tables
http://doc.tiki.org/PluginSplit
g0th: yeah I know it
I meant more like for small things
stuff you would use "tab" for
with a mark
(in word)
dennmans: I think that only works in word, I don't know how you would do that in html
even in word lining stuff up with tabs is bad practice as when you change fonts or something that will mess up your page
There is the possibility to indent text
g0th: how?
I have e.g. a enumerated list
and I would like to add line breaks
but then the counting starts from 1 again
+ !!!!!
finally found it :)
vmachine: left #tikiwiki
g0th: hmm, search and replace doesn't work for me
which is annyoing
since there are like 200 occurances
Jyhem: g0th: look up plugin aliases. It might be possible to alias {EQ()} to {EQUATION()} (I did not try, but I believe that's what it's for)
g0th: ah!!
nice nice
thx
do you know how to get the special characters working?
if I copy something from word and paste it, it just shows one of those rectangles with strange symbols
Jyhem: if the special characters are word-specific and they have no UTF-8 encoding, I can see no solution. Normally, UTF-8 has a lot of special characters available. Can't help about word → Tiki copying
g0th: I don't think it's just word
it might be an encoding issue
maybe the character I copy from is from a different encoding or so?
<- that's one example
Jyhem: one very big issue is, if I add a special character to my wiki page and save it, it will remove the special character and all the rest of the wiki page from that part on!!
huge bug
anurag: joined #tikiwiki
Hi
g0th: also: the text replace thing is not working
hmm, I insert a special character in the wiki page, I select it and copy it and paste it, but it shows that strange box again
in short, tiki wiki seems to be very buggy in that area
hmm, oh, it's actually two characters that make up the special character, that explains it
strange
arg, it is really a bug
I can reproduce it consistently
Jyhem: Can't relate. I put special chars directly from the keyboard all the time with no problem like those:→ …↑, plus accents éàś. That's in Tiki syntax with codemirror highlighting
g0th: it even happens on demo.tiki.org
in short the "special character" thing in the toolbar should _UNDER NO CIRCUMSTANCES_ be used
because effectively it deletes everything that follows such a character
instead one should use windows special char or something like that
just don't use the tiki wiki toolbar's special character thing
Jyhem: confirmed! RobertPlummer ? I think a parser wizard needs to know about that
And now I can't reproduce it anymore ?!? http://demo.tiki.org/9x/tiki-index.php?page=Special+characters
ricks99: joined #tikiwiki
g0th: I can
I added a mu in between
and it erased everything after it
while he's at it fixing it, he should really increase the size of the special chars in the popup
it would give a much better user experience
Jyhem: Ahahh, I can only have the bug with the greek charachters. The other special chars seem to be inserted fine
g0th: strange
I should mention that it is actually two characters
the mu e.g.
maybe that's what's causing it
hmm the letters should be presented _at least_ twice as big if not something like 8 times as big
I mean scale by something like 2-3
lphuberdeau: joined #tikiwiki
g0th: btw, preview always works
CIA-46: tikiwiki: 03chibaguy * r42600 10/trunk/css/admin.css:
tikiwiki: [FIX] The 1em minimum height set for admin-modules zones causes unwanted white
tikiwiki: space in empty module zones on other admin pages also, so this fix limits the
tikiwiki: scope to div class="ui-droppable"; thanks for clarification, Jonny.
tikiwiki: 03chibaguy * r42601 10/branches/9.x/css/admin.css:
tikiwiki: [FIX][bp/r42600] The 1em minimum height set for admin-modules zones causes
tikiwiki: unwanted white space in empty module zones on other admin pages also, so this
tikiwiki: fix limits the scope to div class="ui-droppable"; thanks for clarification,
tikiwiki: Jonny.
g0th: I have an enumerated list and I would like to write a comment for the first three entries on the right side of it
how can I do that?
hmm, I guess with the div plugin?
hmm but how to align things
dennmans: fload
*float sorry
g0th: can you give an example?
for the wiki page
dennmans: {DIV(type=div, float=right)} bla bla {DIV}
g0th: ok I try it
how do I make columns for enumerated lists?
e.g. first column: description, second column the time needed
Bsfez: joined #tikiwiki
g0th: or at least: how do I add spaces
like
rodrigoprimo: joined #tikiwiki
CIA-46: tikiwiki: 03jonnybradley * r42602 10/branches/9.x/lib/wiki-plugins/wikiplugin_subscribegroup.php: [FIX] subscribegroup: Missing smarty assigns (apologies, thanks marclaporte)
g0th: Jyhem: will you work on it (the special char thing) resp. tell that other guy or write a bugreport?
radek82: joined #tikiwiki
dennmans: left #tikiwiki
dhazel: joined #tikiwiki
sandroandrade: joined #tikiwiki
benoitg: joined #tikiwiki
joined #tikiwiki
Bsfez: joined #tikiwiki
CIA-46: tikiwiki: 03chibaguy * r42603 10/branches/9.x/css/admin.css: [FIX] One more time (avoiding 1em white space in empty modules on admin pages generally). Scope limited to admin-modules with .ui-droppable.modules as suggested by Jonny.
goth: joined #tikiwiki
rodrigoprimo: joined #tikiwiki
marclaporte: changi|away: we are hoping for a 9.1 release during TikiFest
Bsfez: joined #tikiwiki
Bsfez1: joined #tikiwiki
vmachine: joined #tikiwiki
left #tikiwiki
vmachine1: joined #tikiwiki
Bsfez: joined #tikiwiki
vmachine: joined #tikiwiki
joined #tikiwiki
vmachine1: joined #tikiwiki
BobC32: joined #tikiwiki
vmachine: joined #tikiwiki
Bsfez: joined #tikiwiki
vmachine: left #tikiwiki
joined #tikiwiki