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

WhoWhatWhen
***franck has joined #tikiwiki [00:05]
..... (idle for 21mn)
CIA-56tikiwiki: 03luciash * r27092 10/branches/5.x/templates/styles/fivealive/tiki-bot_bar.tpl: [FIX] Fivealive theme: change of "Tikiwiki" to "Tiki" in the theme specific tpl + official project name should not be translatable
tikiwiki: 03luciash * r27093 10/branches/5.x/lang/cs/language.php: czech language: some more translated
[00:26]
........ (idle for 38mn)
***timotiCK has joined #tikiwiki
timotiCK has left
Louis-Martin has joined #tikiwiki
[01:04]
franck has quit IRC (Read error: Connection reset by peer)
franck has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping
[01:12]
.... (idle for 15mn)
goj|ghost has joined #tikiwiki [01:29]
CIA-56tikiwiki: 03luciash * r27094 10/branches/5.x/templates/tiki-listpages.tpl: [FIX] wiki list pages: better XHTML [01:30]
***goj has quit IRC (Ping timeout: 248 seconds)
goj|ghost is now known as goj
[01:33]
..... (idle for 20mn)
CIA-56tikiwiki: 03luciash * r27095 10/branches/5.x/db/tiki.sql: [ENH] main application menu: give the menu modern and nicer look using the vert type CSS menus by default for fresh installs (feel free to rollback if you will find it problematic) [01:53]
***ccxx has joined #tikiwiki [02:01]
ccxxI upgraded tikiwiki from 1.9 to 3.5. I know the themes in 1.9 are now not compatible. do I just delete the theme folders? I downloaded a new theme 'tikipedia' where do I uncompress it?
i.e. delete templates/styles/geo
[02:03]
luciashyep [02:04]
ccxxluciash, thanks. [02:04]
luciashif the package contains structure like templates/styles/tikipedia and styles/tikipedia.css, you uncompress it in your tiki installation root dir [02:05]
ccxxluciash, thanks!
er if it is tikipedia_tiki_3/styles/tikipedia?
[02:06]
when I try to apply a new theme (tikipedia for instance) I get "Sea Surfing (CSRF) detected. Operation blocked" What does this mean? [02:12]
luciashwhen it is like that, you have to unpack it somewhere else and then move only contents of tikipedia_tiki_3/ [02:14]
ccxxah.. ok. [02:18]
that worked.. I needed to disable the "Require confirmation if possible CSRF detected" because it would not allow the admin to change the theme. is this a known issue? [02:27]
......... (idle for 42mn)
***Louis-Martin has quit IRC (Quit: Page closed) [03:09]
.......... (idle for 48mn)
chealerluciash: the rationale for Pages is that it offers more than a list of pages, it's an administrative interface allowing people with the required privileges to create, delete, edit, etc. pages.
except it's not Admin Pages, because plain users can access it too.
it's a mix between, say List Quizzes and Admin Quizzes
[03:57]
................ (idle for 1h18mn)
franckmarclaporte: Hi [05:16]
***ccxx has quit IRC (Quit: Leaving) [05:16]
......... (idle for 43mn)
goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 276 seconds)
goj|ghost is now known as goj
[05:59]
........ (idle for 35mn)
Ma has joined #tikiwiki [06:37]
...... (idle for 27mn)
coaboa has joined #tikiwiki [07:04]
yonixxx has joined #tikiwiki [07:17]
yonixxxmorning [07:17]
***Wilkins has joined #tikiwiki [07:25]
marclaportepolom [07:34]
...... (idle for 26mn)
coaboagood morning [08:00]
....... (idle for 32mn)
CIA-56tikiwiki: 03marclaporte * r27096 10/branches/5.x/lib/setup/prefs.php: [MOD] change a few defaults a) minify css is reported to cause issues on some installs so better let people activate it. b) New logo [08:32]
luciashchealer: i understand but "Wiki" > "Pages" sounded dull and didn't give a clue what is behind and that you can quickly create a new wiki page there
polom everybody
[08:34]
marclaportepolom luci
marclaporte smells Tiki5rc
luciash : any quick ideas for logos for the new features in admin panel? (payment, advanced rating, etc?)
everytime I try to figure out logos, it takes me an eternity!
:-)
[08:37]
luciashpayment: striked through "c" vertically maybe ?
advanced rating: no idea
:)
[08:39]
marclaportehehe [08:41]
luciashmarclaporte: but i wonder if it should go to the Admin panel, if it is not tiki-admin.php?page=payment
shouldn't it be in the menu only ?
[08:41]
marclaporteyes, it is that URL [08:41]
luciashah, i thought one of them you sent me were not [08:42]
marclaporteperhaps
the logo doesn't have enough space in the top. How do I move the curvey line a few pixels to the right?
they should all be findable from tiki-admin.php
I know the bottom on tiki-admin.php is ugly
[08:42]
luciashsee how i did it on profiles.tw.o in Admin > L&F > Misc > CSS Code [08:43]
marclaportebut I prefer that the 42 menu has the strict basics (menu, groups, users) and most features be in tiki-admin.php
awesome thanks!
[08:44]
luciash"Need icon for Tiki Payment to appear in tiki-admin.php and link to tiki-payment.php"
so i thought it is not tiki-admin.php?page=payment
[08:47]
marclaportediv#sitelogo img { margin-top: 24px;} [08:47]
luciashsorry [08:48]
marclaporteis what is there now. I add or replace with margin-left: -24px ?
marclaporte is like a kid in school with a chemistry set!
[08:48]
luciashyes, in fivealive you can remove that and add margin-left: -24px for the "talkative" Tiki logo
i didn't tested in IE browsers though, it was a "quick fix" on profiles.tw.o
maybe it would be better if the "curvy line" of the header edge was 24px more to the right
dunno how the designer did it that the logo doesn't fit in
[08:49]
marclaportehow do I move the curvy line to the right? [08:54]
luciashno idea :) maybe it is background image and needs to be modified [08:55]
marclaporteugh [08:55]
luciashor give it position, something like background: white url('somepathtothebgimage') 24px 0 no-repeat;
in CSS
i can check
[08:57]
CIA-56tikiwiki: 03marclaporte * r27097 10/branches/5.x/styles/fivealive.css: [FIX] quick hack so logo doesn't overlap with header. background image needs adjusting. [08:59]
marclaportethanks, I just committed a quick fix [08:59]
luciashit seems to be set for the #header [08:59]
***Wilkins_ has joined #tikiwiki [09:00]
luciashon profiles it's minified so i don't see exactly where, i will check in my local copy
i see, line 346
instead of -375px, -350px should help
[09:01]
***Wilkins has quit IRC (Ping timeout: 258 seconds) [09:04]
marclaportetks [09:05]
luciashgotta go for now, bbl
marclaporte: btw, installer has still the older logo
[09:06]
marclaporteok, tks [09:08]
Tikiwiki|botNew Forum Posts: Linkverzeichnis, Berechtigungen - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=37172 [09:14]
marclaporteargh, now, I need gif logos for IE6 [09:17]
yonixxxhi marc how can i help ? [09:23]
marclaportedo you have IE6? [09:29]
CIA-56tikiwiki: 03marclaporte * r27098 10/branches/5.x/ (3 files in 3 dirs): [MOD] changing to new logo, better fix for more space in top section
tikiwiki: 03marclaporte * r27099 10/branches/5.x/tiki-install.php: [MOD] new name & logo in installer
[09:36]
marclaporteyonixxx: : can you help make Tiki5 work with new logo and name? [09:37]
yonixxxok sorry here...
you need IE6 ? where i'm right now i should find a computer with IE6... what you want me to check ?
[09:38]
marclaportenever mind IE6 [09:44]
yonixxxok, then ? [09:44]
marclaportecan you get branches/5.x
and run the installer
[09:44]
yonixxxMmm yes i should be able to do so [09:45]
marclaportethe top of the installer needs to look like the rest [09:45]
yonixxxfrom link dload on tw or svn ? [09:45]
changichangi Preparing RC :) [09:46]
marclaportesvn
yay changi!
[09:53]
yonixxx:) installing right now a brand new branches/5.x from svn [09:53]
changichangi dev/doc/tv/themes are up2date [09:57]
marclaportechangi: can I have one last commit? [09:57]
changiyes you have time, i've to sync my local repos first
and i have 500 commit to pass :)
[09:58]
marclaportehehe [09:58]
changiand for me it's lunch time :) [09:58]
CIA-56tikiwiki: 03marclaporte * r27100 10/branches/5.x/styles/fivealive/options/ (6 files): [FIX] make top big enough for new logo [09:58]
marclaportesites will look better now [09:59]
***jonnyb has joined #tikiwiki [10:06]
marclaportehi jonnyb [10:06]
jonnybmorning marclaporte
early or late?
[10:07]
marclaporteboth
:-)
I'll sleep more when I am dead
[10:07]
jonnybi think we should make you your own timezone in tiki :) [10:08]
marclaportebut for now, lots to do!
Tiki_tz
[10:08]
jonnybi was thinking i need (once 5.0 is really out) to go back to your long list of a while ago and recap [10:10]
marclaporteyes, I just got great news today [10:15]
jonnyboh? [10:15]
marclaporteA large company picking Tiki for main Intranet
4000 employees
[10:15]
jonnyb:O [10:16]
yonixxxMarc it is slow... still uploading files... [10:16]
marclaportemarclaporte is going to need more great jQuery juice for spreadsheets, e-learning [10:16]
yonixxxHey congrat Marc i happy you get it ! [10:16]
jonnybi'll go and start milking the jCow [10:17]
marclaporteLOL
tks yonixxx
[10:17]
CIA-56tikiwiki: 03marclaporte * r27101 10/branches/5.x/styles/fivealive/options/ (6 files): [FIX] harmonizing fivealive options with the main one [10:17]
marclaportethe funny thing is that they didn't see BBB and Kaltura and still said yes [10:18]
jonnybon another topic... i've just removed the ugly, stupid default blog heading from a site again (client request) and i think we should remove some of it from the default on 5.0 - shall i? [10:18]
marclaporteyes, on 5.0 plz [10:23]
***Caarrie|sleeping is now known as Caarrie [10:23]
marclaporteit was horrible
what a relic
[10:23]
jonnybor (better i think) hide it from anyone who can't post there?
as it has number of posts, hits etc in
[10:23]
marclaportehaving a box there is fine, but it should be empty
if you want, put the smarty code in the template as an example
so new admins can see what Smarty is and how they could make their header nicer and with dynamic stats
as you wish
just as long as default installs are clean :-)
[10:24]
jonnybmaybe in a comment... ok [10:25]
marclaportehttp://demo.tikiwiki.org/5x/ if I try a wrong password (just to test), I get Fatal error: Class 'TikiLib' not found in /home/demotw/3.0/5x/lib/logs/logslib.php on line 14 instead of database-connection-error.tpl (which I am trying to test) [10:28]
CIA-56tikiwiki: 03marclaporte * r27102 10/branches/5.x/templates/database-connection-error.tpl: [MOD] name & logo change
tikiwiki: 03jonnybradley * r27103 10/branches/5.x/templates/blog-heading.tpl: [MOD] Put ancient, ugly "bloginfo" default blog header code in a comment so it doesn't show on blogs, but is there as an example if needed.
[10:30]
yonixxxyonixxx still waiting the install to complete... [10:30]
jonnybi get the error just clicking on the link
svn conflict?
[10:30]
marclaporteyes, because I faked a bad password [10:31]
jonnyboh right - in local.db you mean [10:31]
marclaportey
i think it may be due to a recent enhancement
[10:31]
CIA-56tikiwiki: 03sept_7 * r27104 10/trunk/ (15 files in 9 dirs):
tikiwiki: [ENH] Introduce the WYWIWYG in Wiki syntax. Allow to edit wiki page in WYSIWYG
tikiwiki: mode but keeping the wiki syntax. This should work for basic pages, there is
tikiwiki: still pb with smiley, wikiplugin can not be edited in WYSIWYG mode, etc...
tikiwiki: To activate go in the WYSIWYG admin panel et check the "Use Wiki syntax in
tikiwiki: WYSIWYG" checkbox, of course you need ajax...
[10:31]
jonnybon it locally
cooo, interesting commit... sept_7 finally got his wysiwyg thing working?
[10:32]
marclaporteawsome
the holy grail!
I can just see Geoff jumping around in joy
[10:33]
jonnybi wonder if he's using ckeditor - or will we have to do it all again...
hope so!
[10:34]
marclaportehehe [10:36]
jonnybhmmm, the db error - logslib needs tikilib...
which needs prefs etc
which if the database is broken isn't going to happen necessarily
[10:36]
marclaportehow was it before? no logging of error? [10:37]
jonnybno idea - i do history [10:37]
sylviegI adde log on error recently [10:38]
jonnybnope - sylvieg added that last month
rollback? (i can't work out a proper fix)
r26892
[10:38]
marclaportegood morning Sylvie! [10:40]
jonnyb:) [10:40]
sylviegwhen exactly is it happening [10:40]
marclaportesylvieg & jonnyb: I hope you two will be in NY in October for TikiFest6! [10:41]
sylviegbecause logging the error is nice [10:41]
jonnyblogslib is far too heavy for use there - you could probably write out a simple text file in temp if needed [10:41]
sylvieg- perhaps I can do a simplify add_log [10:41]
marclaportesylvieg: just simulate a wrong password in db/local.php [10:41]
jonnybit depends on user and prefs
i don't think (especially for 5.0) you should re-engineer logslib just for this one error
and if the database isn't there how can you log anything in it?
[10:41]
sylviegrollback- I will do a simple query for the case - but now breakfast [10:42]
jonnybok, will do [10:43]
sylviegin any case there is a lot of messy stuff when you are not able to connect to db [10:43]
jonnybthat commit hit three files - just checking the others now [10:43]
CIA-56tikiwiki: 03jonnybradley * r27105 10/branches/5.x/db/ (tiki-db-adodb.php tiki-db-pdo.php tiki-db.php): [FIX] Rollback r26892 : Don't try to log database errors in the database that has the error. [10:56]
yonixxxyonixxx still download files... [10:56]
marclaporteyuk, check the error page! http://demo.tikiwiki.org/5x/tiki-index.php [11:01]
jonnybmmm - tasty!
which template makes that?
(sorry, just had the file open, didn't i!)
[11:02]
marclaportedatabase-connection-error.tpl [11:04]
jonnybfound it - need more coffee... [11:04]
***Louis-Martin has joined #tikiwiki [11:10]
jonnybtry that, marclaporte [11:11]
CIA-56tikiwiki: 03jonnybradley * r27106 10/branches/5.x/ (2 files in 2 dirs): [FIX] Cosmetics for error page [11:12]
jonnybby the way, setting tiki 5 to use a tiki 3 database is a really good way to get an interesting error message! :) [11:12]
marclaporteLOL
marclaporte wonders if we want to advertise Tiki when there is an error
maybe nuke top logo altogether?
mine just says System error.
An error occured while performing the request.
no Things to check: Is your database up and running?, etc
[11:13]
jonnybhmmm, the file will be called tiki-index.php of something, so you can't hide it [11:17]
sylviegshowing an helpful message is far more important than a pretty message [11:17]
jonnybbut both is best, no?
i think Marc's thinking about branding more thanelegance, y?
[11:18]
marclaportewell, it says twice on the page that it's Tiki (3 with the URL)
but yes, main thing is helpful message to resolve
[11:25]
jonnybi also i think failing gracefully is a civilised way of doing software - it's rude to make a mess! [11:26]
marclaporteor let's just make Tiki fail proof! :-) [11:28]
jonnyb9.9 [11:28]
***ricks99 has joined #tikiwiki [11:34]
jonnyboh dear - i seem to have slipped into a bit of kaltura testing (was supposed to be doing TikiKart!!)
a couple more commits on their way
[11:35]
CIA-56tikiwiki: 03sylvieg * r27107 10/branches/5.x/ (db/tiki-db-adodb.php templates/database-connection-error.tpl): [FIX]error: use a different error message when enable to connect to db in non verbose mode [11:38]
ricks99ping jonnyb [11:43]
jonnybpong ricks99 [11:43]
ricks99tx for your work on the colorbox for info.tw.o...
1 questions...
[11:44]
CIA-56tikiwiki: 03marclaporte * r27108 10/branches/5.x/templates/tiki-admin-include-features.tpl: [MOD] moving features around in admin panel [11:44]
jonnybhmm? [11:44]
ricks99it does not seem to respect the showtitle=y [11:44]
CIA-56tikiwiki: 03jonnybradley * r27109 10/branches/5.x/templates/tiki-kaltura_video.tpl: [FIX] Kaltura: Move rogue hidden input into the nearest form [11:46]
jonnyboh? [11:46]
***verschdl has left "Fleisch & http://quassel-irc.org" [11:46]
ricks99y. using as code ::{colorbox fgalId="4" thumb="y" sort_mode="random" showtitle="y" showfilename="n" showallthumbs="n"}:: [11:47]
jonnybit does for me [11:47]
ricks99hm....
maybe need to re-svn up
will get back 2 u then.
and tx
[11:47]
jonnybmight be to do with the gallery prefs?
*gallery display prefs
[11:48]
ricks99when i bbrowse the gallery, the title does appear
http://info.tikiwiki.org/file4
[11:48]
jonnybthis in info.two?
ta
[11:49]
ricks99y
crap. i cleared cache and now the colorbox is no longer being used for the pop up :(
wtf
[11:49]
jonnybi just got that - lib not loaded yet i think
it works for me now - but i'm getting the title twice...
[11:50]
ricks99arg. u see the image title in the module left column?
ricks99 restarts his browser
[11:51]
changichangi lets start [11:53]
***Rockj has quit IRC (*.net *.split) [11:53]
ricks99wtf. ie, ff, and chrome. I do *not* see the image title below the thumbnail in the "featured tiki" module :-(
and clicking simply opens a new window -- not the colorbox popup
[11:54]
marclaportefivealive.css has a weird character at .calbuttonBox?@a:hover, [11:54]
jonnybseems ok for me ricks99 (in firefox & safari) [11:54]
ricks99ok. i see the issue...
the {COLORBOX} does not accpe thte alt="foo" paramter
i removed it and now working
[11:55]
CIA-56tikiwiki: 03marclaporte * r27110 10/branches/5.x/styles/fivealive.css: [FIX] delete rogue character in css [11:56]
ricks99(pop up anyway) but still do not see title :(
i see the title in the popupl -- but it is not shown in the actual module
[11:56]
CIA-56tikiwiki: 03changi67 * r27111 10/branches/5.x/lib/setup/twversion.class.php: [REL] Add new version for release [11:56]
ricks99(and yes, I see it twice in the popup)
no alt for colorbox will break xhtml validation
[11:56]
marclaportecan someone help with the installer, the top is weird, and I am not sure how to fix
changi is making rc!!
changi :
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/demotw/3.0/5x/lib/setup/twversion.class.php on line 119
[11:58]
jonnybseems broken - yes, i get the same [11:59]
CIA-56tikiwiki: 03changi67 * r27112 10/branches/5.x/lib/setup/twversion.class.php: [REL] oups
tikiwiki: 03marclaporte * r27113 10/branches/5.x/lib/setup/prefs.php: [FIX] action log can't be experimental and on by default
[12:00]
changioups
in installer, logo is a too much on the right, groupware is cut
[12:01]
marclaporteyes changi, I don't know how to fix there [12:02]
***Rockj has joined #tikiwiki [12:02]
marclaportethe curve needs to move to the right and push the text [12:02]
jonnybchangi: i think you missed a comma on line 119 of twversion.class.php [12:02]
changijonnyb: it's fix with my oups commit
n27112
[12:03]
jonnybi re-up [12:03]
changimarclaporte, it's strenge because on the final website it's ok [12:04]
jonnybshall i try and shift the logo? [12:04]
marclaporteyes, plz [12:05]
changiyes i think too
changi checking db difference between fresh and upgrade
[12:05]
CIA-56tikiwiki: 03marclaporte * r27114 10/branches/5.x/templates/tiki-register_site.tpl: [MOD] one more logo change [12:09]
***Louis-Martin has quit IRC (Quit: Page closed) [12:11]
CIA-56tikiwiki: 03jonnybradley * r27115 10/branches/5.x/templates/tiki-install.tpl: [FIX] Installer: Quick fix for logo in fivealive theme installer [12:11]
***yonixxx has quit IRC (Quit: yonixxx) [12:11]
marclaportechangi: svn up sur dev? [12:12]
changimarclaporte: thereis a sql script to update logo from Tiki3 to Tiki4
did you made one for TIki5 ?
[12:13]
marclaporteno [12:13]
changiinstaller/schema/20090921_logo_tiki.sql [12:13]
marclaporteI am not sure we should [12:13]
changidev up2date [12:14]
marclaporteyes, but now, we have reset to default in admin panel
and users are not really supposed to keep the tiki logo for their site
I don't object but wonder if it's worth the time
[12:14]
changiok [12:16]
marclaportejonnyb: installer is good now [12:16]
changithx jonny [12:18]
jonnyb:) [12:18]
changiwe have a db difference between fresh install and upgrade
in table tiki_modules
position and ord are force to be not null on upgrade and not on fresh
is that a proble ?
m
[12:19]
CIA-56tikiwiki: 03marclaporte * r27116 10/branches/5.x/lang/fr/language.php: [FIX] typo [12:21]
jonnybwas that one of mine changi ? [12:22]
changidon't know [12:22]
jonnybjust checking
hmmm - lots of hits on that table - hard to tell...
[12:22]
***MartinCleaver has joined #tikiwiki [12:24]
luciashre-polom [12:25]
jonnybchangi: looks like those changes are in tiki_1.9to2.0.sql [12:25]
marclaportecss question: a:visited@{color: #114499; text-decoration: none;} [12:25]
jonnybhi luciash [12:26]
marclaporteis @ something valid in the line above? or just a rogue char? [12:26]
jonnybwhich file marclaporte [12:26]
changithat one : 20100409_bigger_module_params_tiki.sql [12:26]
luciashmarclaporte: now the logo on profiles.tw.o is way too low again and the first menu item on top is unreadable :-/ [12:26]
marclaportestyles/arcturus/options/geo.css [12:26]
changiit's because we add a index on it [12:27]
luciashmarclaporte: the @ seems like an error to me [12:27]
marclaporteI fixed one already: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/5.x/styles/fivealive.css?r1=27110&r2=27109&pathrev=27110 but I see others [12:27]
jonnyboh right... but they had indexes on those cols before, so i guess tiki.sql should be changed to be the same... [12:28]
luciashthe @ is only valid when pointing to media or import [12:28]
changiyou do or i do ? [12:28]
jonnybagreed - looks like charset corruption
changi: can you pls?
[12:28]
changiyes [12:29]
jonnybta
marclaporte: i only see those in geo.cs - are you fixing it? or shall i?
[12:29]
marclaporteI will fix, but there are some in mods [12:30]
CIA-56tikiwiki: 03marclaporte * r27117 10/branches/5.x/styles/arcturus/options/geo.css: [FIX] rogue characters [12:31]
marclaportehow to grep mods for this? [12:32]
***danielgauthier has joined #tikiwiki [12:32]
marclaportehi danielgauthier [12:33]
***Louis-Martin has joined #tikiwiki [12:35]
danielgauthierHello all! [12:35]
CIA-56tikiwiki: 03changi67 * r27118 10/branches/5.x/db/tiki.sql: [FIX] Difference between upgrade and fresh [12:36]
***RavenC has joined #tikiwiki [12:38]
RavenCmorning all [12:38]
***uSlacker has quit IRC (Ping timeout: 240 seconds) [12:40]
changichangi db is now ok [12:40]
jonnybnice one changi [12:40]
marclaporteRavenC: you up to test Tiki5 RC on Windows?
changi is packaging as we speak
[12:41]
RavenCsure! [12:42]
luciashmarclaporte: db needs update on profiles [12:45]
marclaporteyes, but the message won't go away [12:45]
luciasha pity we can't have a cookie remember for closed remarksboxes
in the RC
[12:45]
marclaporteI guess I need to use the new feature sylvieg made to ignore db updates [12:46]
luciashdidn't have time to sneak it in [12:46]
jonnybsadly luciash it would need several hours of creating, but i was thinking the same the other day... [12:46]
luciashcan we have stripped down versions of the language files ?
like removing all untranslated strings ?
those starting with //
marclaporte: why the message won't go away ?
also i wanted to remove the temporary "Quick Admin: ..."
[12:46]
marclaporteI think they'll disappear when packaging (extra lines in lang) [12:48]
luciashit's not styled nicely
ah, that would be cool marc
[12:48]
jonnybalso "quick admin" breaks some pages... i forget which ones now, something to do with the mysterious ticketlib [12:49]
CIA-56tikiwiki: 03sylvieg * r27119 10/branches/5.x/db/tiki-db.php: [FIX]log: log database error only when connection done(26892, 27105) +rollback 26545 (error are log now) [12:50]
changichangi is it possible to stop commit during packaging :) [12:51]
marclaportehahahahahha
ok, we freeze for RC?
[12:51]
luciashchangi: why ? just package revision you choose ? or isn't it possible with the script ? [12:52]
sylviegare you packaging? [12:52]
changi@sylvieg : yes [12:52]
sylviegoh sorry [12:52]
changino problem
it's just to update readme copyright and etc :)
[12:52]
luciashi need to fix the fivealive header for the logo still, marc's fix is not optimal [12:53]
sylviegsylvieg going to work in trunk [12:53]
changi@luciash: i don't think so [12:53]
***uSlacker has joined #tikiwiki [12:53]
changi@luciash: how much time do you need
?
[12:53]
marclaportethanks for making is better luci [12:54]
ricks99@changi (or anyone): is it possible to generate some basic stats for 5.0? such as # of commits, # of contributors, etc? [12:54]
changihttp://stats.tikiwiki.org/branches/5.x/ [12:55]
luciashchangi: 10 mins [12:55]
changi@luciash: no problem [12:55]
danielgauthierMarc, can I trouble you to change de the-director address of: kaltura@tikiwiki.org on my side for my personal address. I'm not receiving the emails on my side. [12:55]
luciashmarclaporte: it needs to be fixed in the theme options too or just the default one fivealive.css ? [12:56]
ricks99@changi: is that only for 5.0 or overall? [12:56]
changionly 5.0 [12:56]
ricks99perfect. tx [12:56]
changiyou're welcome [12:57]
marclaportetheme options if we want all the sites to be nice [12:57]
ricks99734 commits and 23 coontributs for 5.0! kudos all [12:57]
marclaportemore than that
that is perhaps since we branched
but trunk commits since 4.x branch must count as well
[12:58]
ricks99@marclaporte: am i reading the stats wrong? [12:58]
CIA-56tikiwiki: 03luciash * r27120 10/branches/5.x/styles/fivealive.css: fivealive theme: better fix to accomodate the new TWCG logo [12:58]
ricks99Author Count : 23
^^^ isn't that the number of contribuors for this release?
[12:59]
changimarc is right: it is since we branch [12:59]
luciashmarclaporte: r u going to update the new favicon and buttons too ? [12:59]
marclaporteoh
I have to go for a meeting
if you could do, I'd appreciate
[12:59]
changiluciash: nice job [13:00]
***boss2real has joined #tikiwiki [13:01]
boss2realhello
how can help me with tiki mail for admin configuration?
[13:01]
changichangi i think i will wait til tomorrow to make the RC1 :) [13:02]
luciashluciash wonders why the logo in installer is positioned differently than in security precaution page and in tiki itself [13:02]
changiluciash: me too :) [13:02]
luciashchangi: maybe it is wise choice :) [13:03]
boss2realcan anyone help me? [13:03]
changiboss2real: what's your problem ? [13:03]
ricks99@changi: is there a way to change the date range on the stat page? currently only shows march - may [13:03]
changiricks99: no it's based on svn commit in this folder [13:04]
boss2reali activated mail for the confirmation email when register ok tiki [13:04]
marclaportegreat work everyone! Tiki5 rocks Back in 7-8 hours [13:04]
boss2reali made the configs but it does not work [13:04]
***marclaporte has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) [13:04]
ricks99@boss2real: by default, tiki uses php sendmail. check ur mail configs in your php.ini file [13:05]
***jonnyb has quit IRC (Quit: nite nite) [13:05]
changichangi ricks99 is faster than lucky luke [13:05]
ricks99lol
easy questions are my specialty :)
[13:06]
boss2realok, i go there now [13:06]
ricks99thats why *YOU* are in charge of packinging -- not me :) [13:06]
changiricks99: lol [13:06]
***jonnyb has joined #tikiwiki [13:07]
ricks99@changi: any way to change stat date range. i want to find out totals between 4.2 and 5.0 [13:08]
luciashah i see, it is because on profiles.tw.o there is the special top bar menu, so it needs to be shifted 24px actually from top by default, but -24px in sites using that top menu
so my mistake, sorry
[13:09]
***jonnyb has quit IRC (Client Quit) [13:10]
Tikiwiki|botNew Forum Posts: Where do I remove the "strong" tags which affect page titles? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=37175 [13:10]
CIA-56tikiwiki: 03luciash * r27121 10/branches/5.x/styles/fivealive.css: fivealive theme: oops, sitelogo is dependent on topmost menu bar on or off [13:13]
changiricks99: no easally
oups not easally
[13:13]
ricks99:-( [13:14]
luciasheverybody gets 1px vertical space under tabs in fivealive theme too ?
i get it in Ubuntu Chrome and Gecko browsers
[13:16]
changii just need to have the 1 commit and the last, and i can create a quick script to count the number of contrib [13:17]
luciashi just need to know if i can adjust it [13:18]
ricks99ricks99 knows very little about how/where to find first/last commit :( [13:18]
changiricks99: you want to know the number of contrib since the fork in branch 5 ? [13:19]
ricks99i want to be able to say that XXX contributors created YYY commits for Tiki 5
XXX = contributors, YYY = transactions
[13:20]
changiricks99 since when ? [13:20]
ricks99the last release 4.2 [13:21]
changiso i think that the information i gave you on the website are pretty good
because it take the first commit and the last since we branch on Tiki5
[13:22]
luciashnevermind, i commit :) [13:22]
changiluciash: sorry, yes you can [13:22]
ricks99hm... ok what if i wanted to see from 4.0 - 5.0 [13:23]
CIA-56tikiwiki: 03luciash * r27122 10/branches/5.x/styles/fivealive.css: [FIX] fivealive theme: better tabs position - no 1px space under them [13:23]
ricks99from nov 2009 - may 2010 [13:24]
changifor that i need to make it by hand [13:25]
boss2realcan i put here mai mail config to give me an opinion??? [13:25]
***jonnyb has joined #tikiwiki [13:25]
changiricks99: i just update the stat on the website [13:26]
boss2realcan i put here mai mail config to give me an opinion???
pls
[13:26]
changiboss2real: by mail at changi_at_tikiwiki.org
ricks99: i get 57 contributors
ricks99: correction only 40 contributors
boss2real: are you on Windows ?
[13:28]
boss2realyes [13:31]
changiboss2real: for this time i can help
oups can't
[13:34]
boss2realbut why?
who can help me on windows?
[13:36]
changiricks99: ?? [13:38]
boss2realricks99...
can you help me please
[13:40]
ricks99y. what is issue [13:48]
***nkoth has joined #tikiwiki [13:50]
changiricks99: it's about a php.ini config on a windows [13:53]
CIA-56tikiwiki: 03luciash * r27123 10/branches/5.x/styles/fivealive.css: [FIX] fivealive theme: some styling for db/tiki.sqlquickadmin [13:53]
changichangi have to go
changi will start RC1 tomorrow afternoon
[13:54]
boss2realproblem solved
i think that "Validate user's email server." has a bug
[14:00]
ricks99are you on a sharedserver boss2real?
many shared hosts disable dns lookup functionality
see docs for details http://doc.tikiwiki.org/Login+Config
[14:03]
CIA-56tikiwiki: 03luciash * r27124 10/branches/5.x/styles/fivealive.css: [ENH] fivealive theme: some space around icons is good [14:04]
***FrankP_german has joined #tikiwiki [14:11]
boss2real has quit IRC (Quit: Page closed)
Caarrie is now known as Caarrie|away
Louis-Martin has quit IRC (Ping timeout: 252 seconds)
[14:16]
changiluciash: the info link desapeared behind the logo :) on profiles for eg [14:28]
luciashchangi: marc's fault ;)
changi: did u update the site right now ?
[14:28]
changion going on dev/doc
have not access to profiles
but on dev/doc it's ths logo that desapear
luciash: another thing, on doc the update item on the menu goes on a new line.( in french )
[14:30]
luciashupdate item ? [14:33]
.... (idle for 17mn)
***Ma has left
RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
[14:50]
changiluciash: Mise à jour in the menu [15:06]
Tikiwiki|botRecent Bug: Tracker item: #3178 - - Multiple IE fixes for tiki-js.js and tiki-jquery.js TikiWiki V4.2 - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3178 [15:15]
chealerluciash: I agree that "Pages" doesn't sound good
luciash: but I disagree that "List pages" gives more clue than "Pages" that you can create a page there.
luciash: and I don't think "List pages" gives a better idea of what is behind than "Pages"
[15:23]
luciashchealer: that is why there is "Create a Wiki Page" now
chealer: and "List Pages" gives me clue there is a list of pages behind it instead of Pages giving me only a question "what pages... for what is this menu item when there is already Wiki item ?"
and it respects the environment, when there are other features having "List something" too
you would need to rebuild the whole menu from scratch to make this change a sense
[15:25]
chealerluciash: "List pages" also doesn't say what pages are listed [15:30]
luciashi think "Create a Wiki Page" for fresh installs is far better than what there was before
Wiki > List Pages gives perfect sense to me
[15:30]
nkothhi, can someone explain to me what is the best way to insert js at various locations? I mean: in the head, or at the top of body, or at the bottom of body.
I could manually insert in templates but was hoping for a more consistent way like the stuff in headerlib but that seems to insert only in the head?
[15:31]
chealerluciash: sure, I just disagree that the possibility of page creation being non-obvious in "Pages" is an argument to have "List pages" instead.
hi nkoth
luciash: I don't think so. as I wrote, for example, Quizzes work differently, it's normal that they use List Quizzes
[15:32]
luciashchealer: it was mainly rollback of the previous not that much better change to "Pages" [15:33]
chealernkoth: there's a field to enter JavaScript. it insert it at the end.
the field inserts the JavaScript at the end.
[15:34]
luciashit's just a list of pages anyway with only now new glued tab of possibility to create a wiki page, nothing more [15:34]
chealerluciash: yes, but I disagree with the rollback [15:35]
nkothI'm trying to add facebook integration stufff and the js tht comes with it is very fussy as to where it goes to
I'm trying to make this a feature
[15:35]
luciashchealer: you are alone still :)
chealer: so far
:)
[15:35]
chealerluciash: it *is* more. as I wrote, for admins, it's pretty much an Admin pages. it allows page creation, deletion, modification, etc. [15:36]
luciashi disagree, it has nothing to do with admin [15:36]
chealerluciash: well, I'm not really alone, Pascal St-Jean obviously agreed with the change. [15:36]
luciashother lists allow the same in Action column
but he didn't disagree with the rollback (yet)
[15:36]
chealerluciash: so how are other Admin screens different from "Pages"? [15:37]
luciashand sylvie is with me so it is still 2:1 ;) [15:37]
chealerluciash: well, did you talk with Pascal? [15:37]
luciashwhat "Pages" ? :-p [15:37]
chealerluciash: "Pages" -> tiki-list_pages.php [15:38]
luciashadmin screens you mean like Admin > Banners or Admin > Profiles ? [15:39]
chealerluciash: the similar admin screens for objects, say "Admin Quizzes", "Admin Surveys", etc. [15:40]
luciashchealer: if you argue that "Wiki" > "Pages" is better, then please change all the others to "File Galleries" > "Galleries", "Blogs" > "Blogs", "Quizzes" > "Quizzes", etc.
thank you
[15:41]
chealerluciash: sorry, so how are other Admin screens different from "Pages", for admins?
luciash: as I wrote, the situation for most features is different, they have both a "plain user/list" interface and an administrative interface.
luciash: anyway, if you didn't talk with Pascal, I would assume it's 2:2
[15:41]
luciashor why don't you move the "Pages" under "Admin" and name it "Admin Wiki Pages"... i don't see "most" have it... there's no Admin Blogs under Admin, etc.
only some old outdated features have the special "lists" under Admin
[15:43]
chealerluciash: Admin is for global feature management, not per-object management. [15:45]
CIA-56tikiwiki: 03sept_7 * r27125 10/trunk/tiki-send_newsletters.php: [FIX] Newsletter : more fix for correct CSS and <base> [15:46]
chealerluciash: I think Blogs is broken. It has "Create/Edit Blog", but you can't edit a blog there AFAICS.
luciash: well maybe not for the list you expanded, but if you look at the "etc.", I think in general we have List and Admin pages.
[15:46]
luciashchealer: ok, just talked to pascal and he told me that he would actually prefer that what i did, so... ;) [15:52]
Tikiwiki|botNew Forum Posts: Visible Message Notification - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37176 [15:55]
***Louis-martin has joined #tikiwiki [15:56]
luciashand yes, Admin screens are different from "Pages", and you can't edit the whole Wiki there either, only the pages objects
as in any other "List *"
i really don't see a reason why this list is so special as you say
nevermind, it's getting nowhere, you can disagree on the list and if there will be more people having major disagreement with what i did, feel free to rollback but i think it's not worth of so much hassle
luciash puts a disclaimer: no translation strings were harmed during the commit ;)
[15:57]
***danielgauthier has quit IRC (Quit: Page closed)
ricks99 has left
danielgauthier has joined #tikiwiki
[16:05]
chealerluciash: you talked to Pascal and what?
luciash: what do you mean? which part can't you edit?
[16:15]
luciashchealer: sorry ? he said he is not against the change i made
chealer: i don't understand what you mean with the editing
[16:18]
CIA-56tikiwiki: 03sylvieg * r27126 10/branches/4.x/templates/edit_file_gallery.tpl: [bp/r 24242][fix] when editing file galeries, the list of possible parent galeries did not display the names of the galeries in the drop down list. (thx: gadget+misnyo) [16:19]
sylviegdammit I commit in 4 not proposed [16:20]
chealerluciash: OK. I didn't understand what you meant by "he would actually prefer that what i did"
luciash: that was in reply to "and yes, Admin screens are different from "Pages", and you can't edit the whole Wiki there either, only the pages objects"
so which part of the Wiki can't be edited?
[16:21]
luciashi mean like the admin part [16:23]
***franck has quit IRC (Quit: franck) [16:24]
chealerluciash: the admin part can't be edited? [16:24]
***xavi has joined #tikiwiki
Wilkins_ has quit IRC (Ping timeout: 276 seconds)
[16:25]
CIA-56tikiwiki: 03sylvieg * r27127 10/branches/4.x/templates/edit_file_gallery.tpl: [ROLLBACK] 27126 - not the right branch
tikiwiki: 03sylvieg * r27128 10/branches/proposals/4.x/templates/edit_file_gallery.tpl: [bp/r 24242][fix] when editing file galeries, the list of possible parent galeries did not display the names of the galeries in the drop down list. (thx: gadget+misnyo)
[16:27]
luciashsetting which wiki page should be default, tiles on or off, perms, structures, ... it's the same list type page as tiki-galleries.php, tiki-list_blogs.php, tiki-sheets.php or tiki-list_articles.php
chealer: nothing special or admin special for the tiki-listpages.php
[16:31]
chealerluciash: all of that (except perhaps structures) is stuff you'd expect to do in the admin panel, it's the same thing for other features. [16:33]
luciashso i don't understand why it should deserve removing the "List" part from "List Pages"
yes, ok, so why you think it should confuse with different item name in the menu, when it's the same thing ?
well, whatever you reply, i don't have time to continue this valuable discussion now :) gotta do something else yet... ;) bbl
[16:33]
***yoni has joined #tikiwiki [16:47]
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 245 seconds)
[16:56]
chealerluciash: I'm not really arguing it should keep different names. it already had a different name. [17:00]
CIA-56tikiwiki: 03jonnybradley * r27129 10/branches/5.x/ (6 files in 2 dirs): [FIX] Kaltura: Numerous small fixes - better exception handling, jquery notonready settings, JS validation for remix/delete buttons & other small improvements [17:02]
.... (idle for 15mn)
chealerluciash: there's perhaps no untranslated strings, but it's IMO worst to have different names on old and new installs. [17:17]
***franck has joined #tikiwiki [17:23]
luciashchealer: you can stay happy then, it was the same name in 4.x
iirc
[17:24]
chealerluciash: yes, but upgraders will get "Pages" [17:35]
CIA-56tikiwiki: 03jonnybradley * r27130 10/branches/5.x/ (3 files in 2 dirs): [FIX] Kaltura: More exception handling & button label text change [17:40]
.... (idle for 15mn)
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[17:55]
Cain has quit IRC (Quit: Sayaunara ^_^) [18:07]
sylviegmerge are hard now :-( [18:10]
***Cain` has joined #tikiwiki [18:14]
yoniif it interest someone got error on db update while installing a 5x from scratch "Warning: Invalid argument supplied for foreach() in /var/www/sites/dtc/shocksite.com/subdomains/www/5.x/lib/tikilib.php on line 5381
Warning: Invalid argument supplied for foreach() in /var/www/sites/dtc/shocksite.com/subdomains/www/5.x/lib/tikilib.php on line 5381
Warning: Invalid argument supplied for foreach() in /var/www/sites/dtc/shocksite.com/subdomains/www/5.x/lib/tikilib.php on line 5381"
[18:15]
jonnybsounds familiar yoni, i fixed something like that recently
no - it was a different one
have you flushed your cache?
[18:16]
yonii have svn a new 5.x and even done a svn update, it was 1mn ago :) [18:17]
***Cain` is now known as Cain [18:17]
yonithe url was new too [18:17]
jonnybit's in plugin_alias_store - are you using plugin aliases? [18:17]
xavisylvieg, did you remember the print indexed feature? [18:18]
yoniMmm... not that i know the db is from a 5beta downloaded from tw and i don;t recall activating something like that... by default ? [18:19]
xaviI?m using 4.2 (the production site with my students), aiming to export their whole work in one single html, with legal numbering [18:19]
yonithe db is 4/6 days old [18:19]
sylviegbbl school pickup [18:19]
xaviWhen I enable print indexed, the titles of pages get a correlative numbering (great!). [18:20]
CIA-56tikiwiki: 03sylvieg * r27131 10/trunk/ (39 files in 14 dirs): [MRG] Automatic merge, branches/5.x 27081 to 27130 [18:20]
xaviok, see you [18:20]
sylvieg^^ please check tiki-list_kaltura_entries.php templates/tiki-admin-include-features.tpl after this merge [18:20]
xavianyway, I was half way the description of the issue.... I finish here for completeness... [18:21]
jonnybthanks sylvieg [18:21]
xavisubtitles of pages had numbering inside, but those numbers didn't get the prefix of the correlative number at the page name
whenever we want to produce a new .odt / odf out of doc.tw.o/Documentation , we would need something like this to avoid redoing the numbering in the 2000 pages by hand....
This time, I only have 100 pages with my students work, but I noticed that this part of the re-numbering either doesn't work, or it's not coded.
[18:22]
***amette has quit IRC (Ping timeout: 276 seconds) [18:24]
xaviAnd the other oddity I noticed related to printing structures (in the same site with 4.2) is related to the output from trackerlist in pages when printed within a whole structure. [18:25]
marclaporteI took profiles.tikiwiki.org offline for 30 min [18:25]
coaboa_Hi Xavi. I have a pdf (1650 Pages) which only contains the documentation content. till some work to do with formatting etc but available and up to date [18:26]
xaviIf you print the structure in a single go as a whole, trackerlist bits are empty. Instead, if you select the whole set of pages from the structure, and print them all (using the other tab from multiple print), then the content from trackerlist sections in pages is full with the content they should have
:-) hi coaboa_ , you've done hard work, then!
what did you do with the numbering?
Correlative legal Numbering of headings, I mean
[18:26]
luciashchealer: whoever put it in the upgrade script, it wasn't good idea [18:27]
xavicoaboa_: "only contains documentation" ?
what do you mean by "only"?
[18:28]
coaboa_the numbering I hvae to ad still but thats not too bad... The index is functional and you can jump towards the content.
No haeder footer etc...
[18:28]
xaviok :-) [18:28]
***coaboa_ is now known as coaboa
coaboa is now known as coaboa_
coaboa_ is now known as coaboa
[18:28]
xaviyou can get the previous odt as template (header, footer, jump back to initial toc, etc.)
plus keyword index at the end
[18:29]
luciashchealer: can it be safely deleted (the upgrade sql file) from schemas ? [18:30]
chealerluciash: it's always best to keep old and new installs as identical as possible [18:31]
luciashsure [18:31]
chealerluciash: yes, the sql file was not release yet
luciash: yes, the sql file was not released yet
[18:32]
luciashokay, thanks for pointing it out [18:32]
coaboayou can take a look here: http://aevermann.com/files/TikiDoc_as_of_May_12th.pdf - Still some days of additional work to go. [18:35]
CIA-56tikiwiki: 03luciash * r27132 10/branches/5.x/installer/schema/20100115_main_menu_wiki_listpages_name_change_tiki.sql: remove reverted unreleased change from upgrades [18:37]
coaboaxavi: so question is what to do with tabed version specific content (now I only display the latest) and should i strip stub pagess? [18:37]
xavicoaboa: that's one of "THE" questions (version specific content) [18:40]
coaboaand where can i get a list of page (lets say next month) of content changed between 12th of May to eg. 12.th of June 2010 [18:40]
xaviricks99 (not here right now) and me would like that users have the ability to chose which version to show at printing time (one version, or all, for instance)
but we can't code that ourselves
coaboa: you could use the tiki calendar, and list changes (page names) by dates
of using action log...
[18:40]
coaboaoki [18:42]
sylviegback [18:42]
xavisylvieg, I wrote the issue above (related to print indexed and trackerlist content + correlative legal numbering inside pages)
s/of using/or using
or coaboa, maybe using Wiki rss (I think it lists changes specifically)
however, imho, the best is to produce some output at a given date, and that's it: format it as an odt document, and pdf then, for that date (before a major release, etc.)
and coaboa, about stub pages: I don't have "the" answer, but I would suggest to keep them as they are, so that the reader realizes that the documentation is not finished, and he/she can contribute to those pages also if he/she knows about that feature, etc
but of course, personal opinion
[18:42]
coaboaodt don't work. OO Crashed while importing. So I set it up as HTML single pages and converted them to pdf using InDesign [18:46]
xavimmm, interesting.... [18:47]
***uSlacker has quit IRC (Remote host closed the connection) [18:47]
xavioh, I see, Adobe InDesign..
I wish there was some free software tool to do the job...
[18:47]
***uSlacker has joined #tikiwiki [18:48]
coaboaUnfortunetaly I had to use it as scribus does not import multipage pdf conviniently [18:48]
xavimmmm, I see. A pity OOo crasehs so much with real documents (200 pages or so) [18:49]
coaboayes. it not that common to work in that scale [18:49]
luciashhmm, flushing cache takes weirdly long now :-/ [18:50]
xavitiki5 indigestion ? [18:50]
sylviegxavi: whjat do you mean ? if you have a structure 1.a 1.1a 2.b you do not have 1.1 in the print? [18:50]
xavisylvieg, mmm. If you have page 1, with several numbered headings inside (from 1 to 5), and page 2, with several numbered headings inside (from 1 to 5).... I expected the print indexed to produce 1.1, 1.2. 1.3, 1.4. 1.5, and 2.1, 2.2, 2.3, 2.4. 2.5.
Does it make sense for you?
and the print indexed doesn't work at all (it seems) when you select pages from structure (2nd tab), instead of whole structure (1st tab) at multiple print.
in Tiki4.2 at least
[18:52]
sylviegthe code to re-number is not in' [18:55]
***amette has joined #tikiwiki [18:56]
xaviok
coaboa, nice, and you updated the Tiki5 page recently! :-) (and 24Mb+ already!)
What I see so far with something like this (without legal numbering in headings) is what I felt in 2007 when I did the former document: without the legal numbering throught the whole pdf, you get lost very quickly and you don't know what you are reading.... after passing a few tens of pages...
[18:56]
CIA-56tikiwiki: 03luciash * r27133 10/branches/5.x/lang/cs/language.php: czech language: some more translated [18:58]
xavithat's why correlative legal numbering is so important, imho, even if might be ugly to see so many numbers in all headings [18:59]
coaboayes. I'm on that. Will take some days as I only can use spare time ;-) Will spend a cover etc too... [18:59]
xaviwe need some clear structure for such a huge handbook, and some easy way to navigate back and forward
brave guy, taking such a task...
[19:00]
sylviegmaketoc works only for non mumber headers :-( [19:01]
xaviI still remember those days of "go, turtle go"
sylvieg: does it?
xavi checks at his production site
[19:01]
sylviegno only for ! not # [19:01]
***marclaporte has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) [19:02]
coaboaI'll have pdf bookmarks with page titles (chapters & Numbers to come) for navigating too. After adding the Keywords it should "navigable" enough [19:03]
xavisylvieg, maketoc works for ! and !# type of headings: http://iesbarcelona.org/esso350/tiki-index.php?page=Coffee+Community+Project&structure=2010a+Spring+Actions
and toc also: http://iesbarcelona.org/esso350/2010%20Spring
coaboa, great!
[19:03]
luciashdo we remove or keep "Development Notice" in admin pages before release ? [19:05]
xaviluciash, there is a setting for that, isn't it? Then I would say to disable the box [19:05]
luciashsylvieg: i found problem with trackerlist &tr_user param in URL, it used to display the value in page when reffered as {$tr_user} in template but now returns "Array" instead... any idea what changed ?
xavi: i am not sure where
[19:06]
xaviI've seen it somewhere...
xavi checks in a tiki something site
[19:06]
luciashsylvieg: also when i have trackerlist and tracker plugin on the same page now no matter if i have param view=user or not, it displays last submitted tracker item in the form then and changing it changes the item in the trackerlist instead of adding a new one... any idea what is necessary now to put as param in the tracker plugin ?
xavi: :)
[19:08]
sylviegxavi: trackerlist in multi print is ok for me [19:09]
luciashxavi: it's that "This search feature and the perspectives GUI need http://dev.tikiwiki.org/Dynamic+Preferences. If you search for something and it's not appearing, please help improve keywords/descriptions. " for fresh install it is still there [19:09]
xaviluci: yes, I think so
sylvieg: there are two way of printing a structure from tiki-print_pages.php
(1) tiki-print_pages.php#content1 : print whole structure. doesn't include trackerlist to me in 4.2 ( http://iesbarcelona.org/esso350/tiki-print_pages.php#content1 )
(2) tiki-print_pages.php#content2 : select individual pages or in sets (they can also be all pages from a structure): this way the trackerlist content gests included to me in 4.2 ( http://iesbarcelona.org/esso350/tiki-print_pages.php#content2 )
and legal numbering for page titles works in (1) but not in (2) to me
unless I did something wring at some point...
[19:10]
sylvieg(2) is normal there is no numbering [19:13]
xavis/wring/wrong
(2) Yes, I didn't expect it there either, but since it was the only way for me to get the trackerlist content.... I throught, "maybe I'm wrong and I get the numbering there too" :-)
[19:13]
***danielgauthier has quit IRC (Quit: Page closed) [19:14]
sylviegthere is a problem somewhere else [19:15]
xaviok [19:15]
sylviegwhich structure ion ies [19:15]
xavi"2010a Spring Actions" [19:15]
sylviegperhaps it is a perm problem [19:15]
CIA-56tikiwiki: 03jonnybradley * r27134 10/branches/5.x/tiki-list_kaltura_entries.php: [FIX] Kaltura: Use the for loop var (you were right sept7) [19:17]
***jonnyb has quit IRC (Quit: nite nite) [19:20]
sylviegxavi - if you can send me a ies database I can not reproduce [19:24]
xaviok, I will, thanks
that will help whenever we want to make further html's out of doc.tw.o/Documentation in the future
[19:25]
sylviegsylvieg gives up with the multiprint of doc .. the code needs a complete rewrite to fit in memory - will be bettre to have a ptach for that [19:27]
xavimmm, I can sponsor some money from my pocket, you know, sylvieg, for the brave coder who takes the initiative to make this rewrite to fit in memory...
I guess that if others can sponsor some other amount of money, we could even pay a portion for the professional time invested in such rewrite
[19:32]
...... (idle for 26mn)
***amette has quit IRC (Quit: Lost terminal)
amette has joined #tikiwiki
amette_ has joined #tikiwiki
amette_ has quit IRC (Client Quit)
[19:59]
sylviegxavi: Soory I did not get the connection esso =ies [20:00]
xavi?
"connection"?
[20:01]
sylviegI did not remember esso is the name of the database [20:01]
xaviah, yes :-)
Anyway, the new db dump is already sent
[20:02]
***yonixxx has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
yoni has quit IRC (Ping timeout: 276 seconds)
[20:08]
sylviegxavi: I found out the trackerlist problem
your trackerlists have a filter on {{page}} but in print_structure {{page}} is not valued
[20:15]
***FrankP_german has quit IRC (Quit: Nettalk6 - www.ntalk.de) [20:25]
CIA-56tikiwiki: 03sylvieg * r27135 10/branches/5.x/lib/tikilib.php: [FIX]muti print: must setup option page too for TRACKERLIST(filter={{page}})
tikiwiki: 03sylvieg * r27136 10/branches/proposals/4.x/tiki-print_multi_pages.php: [bp/r 27135][FIX]muti print: must setup option page too for TRACKERLIST(filter={{page}})
[20:28]
.... (idle for 17mn)
xaviok, well done, sylvieg!
g'night
[20:49]
***xavi has left [20:49]
coaboagn [20:51]
***coaboa has quit IRC (Remote host closed the connection) [20:52]
.... (idle for 16mn)
Cain` has joined #tikiwiki
Cain has quit IRC (Ping timeout: 268 seconds)
Cain` is now known as Cain
[21:08]
.... (idle for 18mn)
sylviegDid we stop to support phplayers in 5?
the javascript is not loaded..
oops sorry javascript are here
[21:27]
marclaporteI hope we nuke it for 6
let's ripi it out of trunk and see where people scream :-)
[21:41]
***marclaporte has quit IRC (Read error: Connection reset by peer) [21:46]
CIA-56tikiwiki: 03sylvieg * r27137 10/branches/5.x/ (db/tiki-db-pdo.php templates/database-connection-error.tpl): [FIX]forgotten file for 27107 [21:48]
..... (idle for 24mn)
***yohomer has quit IRC (Ping timeout: 265 seconds)
fsAC3 has joined #tikiwiki
[22:12]
yohomer has joined #tikiwiki [22:23]
sylviegsorry guys seems it is a style pb - with default css plm works fine [22:28]
***MartinCleaver has quit IRC (Quit: MartinCleaver) [22:40]
.... (idle for 17mn)
franck has quit IRC (Quit: franck) [22:57]
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
yonixxx has quit IRC (Quit: yonixxx)
[23:06]
rick_webmaster has joined #tikiwiki
rick_webmaster has left
ricks99 has joined #tikiwiki
[23:19]
..... (idle for 21mn)
ricks99info.tw.o down?
WSOD
[23:42]
marclaporteoh
tks, will check now
[23:54]

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