***: Caarrie|away is now known as Caarrie|sleeping
chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 260 seconds)
redflo has left
lindonb has joined #tikiwiki
Trebly has quit IRC (Ping timeout: 240 seconds)
luciash has quit IRC (Ping timeout: 252 seconds)
luciash has joined #tikiwiki
ChanServ sets mode: +o luciash
Sug4r has quit IRC (Ping timeout: 246 seconds)
Sug4r has joined #tikiwiki CIA-126: tikiwiki: 03chealer * r34272 10/trunk/lib/webmail/example.1.php: remove unused htmlMimeMail example file
tikiwiki: 03chibaguy * r34273 10/branches/7.x/styles/ (13 files in 3 dirs): [FIX] Better vertical positioning of site titles.
tikiwiki: 03chealer * r34274 10/trunk/lib/init/initlib.php: [FIX] PHP errors report: The tt element is obsolete (HTML5 regression) ***: lindonb has quit IRC (Quit: lindonb)
coaboa|afk has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 240 seconds)
Jana_ has joined #tikiwiki
Jana_ has quit IRC (Client Quit)
chealer_ is now known as chealer
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki CIA-126: tikiwiki: 03chibaguy * r34275 10/branches/7.x/styles/layout/layout.css: [FIX] Some value for top distance is needed for quick admin link. "0" will conflict with secondary site menu, so maybe midway down or so (at right margin) is good. ***: redflo has joined #tikiwiki
Trebly has joined #tikiwiki
cromartie-x182 has joined #tikiwiki
cromartie-x182 has left
Trebly has quit IRC (Ping timeout: 240 seconds)
Trebly has joined #tikiwiki
Bernard has joined #tikiwiki
gillesMM has joined #tikiwiki
Trebly has quit IRC (Ping timeout: 240 seconds)
Trebly has joined #tikiwiki
xavi has joined #tikiwiki xavi: polom ***: jonnyb has joined #tikiwiki jonnyb: polom - long time no tiki :) ***: coaboa|afk is now known as coaboa coaboa: hi jonny and xavi jonnyb: hi coaboa coaboa: how is the ipad2? CIA-126: tikiwiki: 03chibaguy * r34276 10/users/chibaguy/trunk_themes/themes/ (6 files in 6 dirs): [FIX] Details related to site header modules. ***: chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: pooloom jonnyb: very nice thanks, but i mainly use it for watching telly on
hi chibaguy chibaguy: hi jonnyb
been working hard, or on holiday? ;-) ***: Trebly has quit IRC (Ping timeout: 240 seconds) coaboa: hello chibaguy. Jonnyb: just curious if you could get the timeline thing working @ ipads... jonnyb: hmm, ok coaboa - but struggling with a week's worth of emails - remind me in a few days :)
do oyu have a good example running somewhere? coaboa: np. not yet just tested your demo with ipad1 and as it doesn't worked I postponed the idea.
+ as i don't have a ipad2 yet I "hoped" that mabe the 2 ships with a more compatible safari
*maybe chibaguy: hi coaboa xavi: hi all (no time no tiki-irc ) jonnyb: hi xavi xavi: s/no time/long time jonnyb: how's things? xavi: hi jonnyb
busy
still
office crowded, and boss around with ongoing new tasks... jonnyb: nice xavi: it's "fun", as you say in these cases
:-) jonnyb: i just had a week on a non-tiki project (arty stuff) xavi: back to urgent tasks (but keeping irc open)
ok, nice that you can keep arty-stuff going :-) jonnyb: indeed
but trying to remember how to write java :P CIA-126: tikiwiki: 03chibaguy * r34277 10/mods/trunk/themes/andreas08_tiki_7/ (7 files in 3 dirs): [NEW] Andreas08 theme files for Tiki 7. ***: j0n3 has joined #tikiwiki j0n3: hi ***: Tiki|bot has quit IRC (Ping timeout: 240 seconds)
Caarrie|sleeping is now known as Caarrie|away
Tiki|bot has joined #tikiwiki CIA-126: tikiwiki: 03chibaguy * r34278 10/mods/trunk/themes/andreas09_tiki_7/ (16 files in 4 dirs): [NEW] Andreas09 theme files for Tiki 7.
tikiwiki: 03chibaguy * r34279 10/mods/trunk/themes/candiiclouds_tiki_7/ (7 files in 3 dirs): [NEW] Candii Clouds theme files for Tiki 7.
tikiwiki: 03chibaguy * r34280 10/mods/trunk/themes/fluidindex_tiki_7/ (. styles/fluidindex.css styles/fluidindex.css): [NEW] Fluid Index theme files for Tiki 7.
tikiwiki: 03chibaguy * r34281 10/mods/trunk/themes/kubrick_tiki_7/ (. styles/kubrick.css styles/kubrick.css): [NEW] Kubrick theme files for Tiki 7. xavi: chibaguy?
I'm trying to modify a mollio based theme without success
you know that my css skills are limited :-/
This is the page: https://ueb.ir.vhebron.net/Calendaris#Calendaris_Tiki_de_la_UEB
a few modules are shown there, but bg of the module calendar doesn't show bg color for odd and even cells
however, if I show the page with jgui.css or fivealive.css, odd and even cells get a diferent bg color (and different from white)
as I said, using mollio (6.x), I don't seem to get bg color, even if I modify the css elements:
td.calodd { background: none repeat scroll 0 0 #E2E2E2;}
and same for td.caleven, etc
I also tried with just
calodd { background: none repeat scroll 0 0 #E2E2E2;}
but no success either, it seems... CIA-126: tikiwiki: 03chibaguy * r34282 10/mods/trunk/themes/clubcard_tiki_7/ (7 files in 3 dirs): [NEW] Club Card theme files for Tiki 7. xavi: chibaguy? chibaguy: hi xavi, sorry, wasn't paying attention.
I'll check. I haven't looked at the mollio theme in a while, but need to, to update it. xavi: ok, thks
there are a few things that need to be added
I hve some of them in my local, and some other one pending to be added (like bg color for wiki diffs, etc)
it's a nice base theme that we used for my current work/research center chibaguy: From the CSS in the page source, it appears that .wikitext table td"
".wikitext table td" is overriding td.calodd and td.caleven.
.wikitext table td has color #fff (white) and apparently a white or near-white image.
xavi, maybe you need to add specificity to the odd and even selectors, like .wikitext table td.caleven and .wikitext table td.calodd, for odd and even properties to have effect.
or maybe changing .wikitext table td -> .wikitext td would correct the situation, or would .wikicell work instead of .wikitext table td? (I don't recall offhand where .wikicell is applied.)
Anyway, the problem seems to be .wikitext table td is too strong, compared to td.caleven and td.calodd.
If it can be fixed by simplifying the stronger selector rather than adding to the weaker ones, that would be better. xavi: ok, thanks chibaguy
and where should I search for that definition of ".wikitext table td"?
can it be in any tpl from modules?
or from the mollio.css? chibaguy: In mollio.css. -: xavi still css-newbie xavi: ok, thks
mmm, so far my style is importing mollio.css and changing a few elements
I can I can do so also...
I guess that I can do so also chibaguy: line 933 or so. xavi: yes, firebug just told me that also :-)
thks chibaguy: at the least, .wikitext td should work as well as .wikitext table td, to have the wanted effect for cells in wikitext...
...and maybe this would stop the interference in the calendar.
CSS specificity isn't too obvious.
(what is stronger than what)
but adding .wikitext td.calodd to the td.calodd rule should work to color the calendar cells in wikitext.
(should override the general wikitext cell rule.) xavi: ok, thanks
I'll go to improve locally in my site, then, adding that .wikitext td.calodd to the td.calodd rule, etc chibaguy: ok. ***: Bernard has quit IRC (Quit: Leaving.) xavi: bbl ***: ricks99 has joined #tikiwiki jonnyb: chibaguy: going to have another go at the module theme param - watch this space... :) CIA-126: tikiwiki: 03jonnybradley * r34283 10/branches/7.x/lib/modules/modlib.php: [FIX] modules: Correct behaviour for excluded themes again (thanks chibaguy) chibaguy: that's great, jonnyb, just after I listed every known tiki theme in my module parameters. ;-) jonnyb: :D
sorry
by the way, what would you expect to happen if you mix "show" and "exclude" themes in there? what should happen on the ones you don't specify? ***: Tiki|bot has quit IRC (Read error: Connection reset by peer) chibaguy: hmm. I guess they would be ignored. ***: Tiki|bot has joined #tikiwiki chibaguy: ....since specifying a theme to show should cause others not to. ***: radek82 has joined #tikiwiki
radek82 has quit IRC (Client Quit)
Bernard has joined #tikiwiki luciash: re sylvieg: jonnyb:
I did not check the behavior of attached files in 7
but in 6 .. a field can have n files attached - you can attach more field in the tab... n fields can have m files attached ***: ricks99 has quit IRC (Remote host closed the connection)
ricks99 has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki CIA-126: tikiwiki: 03jonnybradley * r34284 10/branches/proposals/6.x/lib/setup/twversion.class.php: [REL] update version number jonnyb: hi sylvieg - sorry, was on phone
i thought i had 7.x tracker files doing that, but it's not clear what happens if you use the "single" edit tab to change multiple files ***: xavi2 has joined #tikiwiki
xavi has quit IRC (Remote host closed the connection)
nkoth has joined #tikiwiki chibaguy: jonnyb, module parameter seems good now. :-) jonnyb: thanks chibaguy :) chibaguy: jonnyb, recently it seems like there's a change in modules, that you can only have one instance of any specific module, in each zone. I think this changed from before. ***: dcedilotte has joined #tikiwiki chibaguy: Before, I had two 'menu' modules in #top_modules, for example, but lately I can't assign the second one; after configuring and submitting, it doesn't show up in the list. dcedilotte: Polom! jonnyb: hi dcedilotte luciash: hello jonnyb: chibaguy: that's odd, hadn't noticed chibaguy: I'm not sure when it changed, in the last couple of weeks, I guess.
hi dcedilotte and luciash ***: xavi2 has quit IRC (Remote host closed the connection)
xavi has joined #tikiwiki chibaguy: ah, jonnyb, a little more detail: if I click the "Add module" button, get the form, fill it in, and save, the module doesn't get assigned. If I drag the module icon from "All modules", get the form, fill it in, and save, the module does get assigned and shows up as expected.
(...if I drag the module into a module zone, that is) jonnyb: hmm, ok - thanks (might be ok for 7.1 then)
can you add it to dev.t.o/tiki7 pls? chibaguy: yep.
I'm not sure now about not being able to have two instances of the same module; apparently it is possible after all.
It seems that it's the "Add module" button that isn't working, for any module. jonnyb: bleh - was working a while ago :( CIA-126: tikiwiki: 03jonnybradley * r34285 10/branches/7.x/lib/wiki/editlib.php: [FIX] wysiwyg: Catch preg_replace error returning null when too many plugins cause a PREG_BACKTRACK_LIMIT_ERROR resulting in empty editor (thanks Geoff)
tikiwiki: 03jonnybradley * r34286 10/branches/proposals/6.x/lib/wiki/editlib.php: [bp/r34285][FIX] wysiwyg: Catch preg_replace error returning null when too many plugins cause a PREG_BACKTRACK_LIMIT_ERROR resulting in empty editor (thanks Geoff) chibaguy: well, a workaround is to just drag the module icon into a column and then change the module zone in the form to whatever you want. But the button should probably work. :-) jonnyb: indeed luciash: do u guys remember in branch 6 was there some problem with JS toggle of the menu folders ? fixed ? jonnyb: luciash: i think sylvieg fixed it, but i haven't re-checked
brb luciash: cool, time to svn up then ;)
for the NTD Czech site ;)
cul -: sylvieg does not remember CIA-126: tikiwiki: 03sylvieg * r34287 10/branches/7.x/setup.sh: [FIX]unified: set perms for unuified too sylvieg: not sure about this last commit .. but there are some problems on some sites.... ***: RavenC has joined #tikiwiki RavenC: polom
Question: I would like to create a pretty tracker page. I don't know anything about Smarty, and was curious if that is the best means to style the page, or can it be done another way ? ***: nkoth has quit IRC (Quit: nkoth)
redflo has left ricks99: @RavenC: u can use a regular wiki page as your prettytracker template RavenC: can you imbed the tracker items, like {$f_12} into html on a wiki page ? ricks99: yup. RavenC: I've never attempted using html in a wiki page... :/ ricks99: use the HTML plugin to add HTML in a wiki page chibaguy: luciash, that's great about ntdtv.cz running on tiki :-) -: ricks99 favorite plguin is HTML plugin :)
RavenC thinks ricks is my hero (Thanks!) ***: nkoth has joined #tikiwiki -: ricks99 thinks RavenC needs better heros :) RavenC: hehehe ..... ok, one more quesiton.... how do you get the tracker status (o,p,c) to appear in a wiki page ?
since it doesn't have a field ID, I don't know how to reference it luciash: RavenC: {$f_status}
iirc ricks99: need to use smarty for that
ah... luciash beat me to it. :) luciash: chibaguy: yep, cool .)
RavenC: please not it works only for trackerlist
s/not/note/ RavenC: awesome! thanks again luciash: ricks99: still i miss the feature to omit the plugin approval for such plugins created by admins
ricks99: and saving by admins ricks99: +1 need a "automatically approve all plugins" permission luciash: approve all would be dangerous ricks99: i meant, approve when saved ***: nkoth has quit IRC (Quit: nkoth) Bernard: +1 need a "automatically approve all plugins" permission, too ***: nkoth has joined #tikiwiki Bernard: sometimes the approval things is under other elements and this is a pain ! dcedilotte: what would prevent a file that is in the file gallery from being displayed when called with it's id? (as a side note, it works on our server but not on the client's server). ***: ricks99 has quit IRC (Remote host closed the connection) dcedilotte: If I type the fileId in the URL, it works but in an img tag, it doesn't want to show up. jonnyb: dcedilotte: what url? tiki-download_file.php?fileId=42 sort of thing? dcedilotte: jonnyb: in a SEFURL: localhost/website/dl66 (dl66 being the id of the file in the filegal). jonnyb: dl is for downloading - use display66 to show it as an image
or even better try {img fileId=66} in the page dcedilotte: jonnyb: k, I'll try that. jonnyb: it's a mime-types thing, which may account for the server differences luciash: dcedilotte: also make sure the server supports .htaccess and apache rewrite mod
we use dlXXX with no prob to play flv files on ntdtv.cz
sylvieg: did u look at the {$f_status} for the tracker plugin ? CIA-126: tikiwiki: 03jonnybradley * r34288 10/branches/7.x/lib/tikilib.php: [FIX] wysiwyg: Remove ~np~ tags from around plugin result before parsing for ckeditor chealer: polom
luciash: fixed fixed the menu folders bug indeed, see r33328
luciash: sylvieg fixed the menu folders bug indeed, see r33328
chibaguy: are you aware that your "for Tiki 7" commits are on trunk? chibaguy: chealer, aren't they on mods/trunk? There aren't any branches in mods. CIA-126: tikiwiki: 03jonnybradley * r34289 10/trunk/ (19 files in 8 dirs): [MRG] Automatic merge, branches/7.x 34263 to 34288 chealer: chibaguy: oh, right, sorry -: chealer goes to get a milk glass chibaguy: chealer, that's ok. enjoy your milk. luciash: chealer: thank you :) ***: ricks99 has joined #tikiwiki
Bernard has quit IRC (Ping timeout: 240 seconds)
Bernard has joined #tikiwiki chealer: chibaguy: I found the upgrade script responsible for the module style parameters, it's installer/schema/20101230_create_top_modules_tiki.php ***: gillesMM has quit IRC (Remote host closed the connection)
Bernard has quit IRC (Client Quit) chibaguy: chealer, and that script can just be edited? -: chibaguy hasn't done any database-related commits before. chealer: chibaguy: well, ignoring those that already upgraded and ran the script, yes chibaguy: ok chealer: chibaguy: fixing those cases would be a little more complicated chibaguy: maybe we can assume that people that upgraded with the script modified their module parameters afterwards already. luciash: chibaguy: it's better if you don't ignore and copy to new one and there you fix, then you can remove the old one (bad guy) before release comes out
as it depends on date specified in the file name if it gets recognized and alerted by tiki to upgraders chealer: chibaguy: or assume they should have :-S luciash: hmm, it shouldn't modify ppl's modified positions if there will be ignore in the script ?
not sure about this case chealer: luciash: are you sure the date matters? luciash: yes, otherwise it wouldn't pop up "Your database is out of date"
i believe
it came out as i added the script in the schemas dir... but i didn't tested extensively
or why would be the date important to put there ? chibaguy: luciash, so duplicate the old script, edit it, and name it with a new date? luciash: anyway, if you just modify and not introduce new script, it will not pop out the message your db is out of date chealer: luciash: I mostly see it as a way to order patches, and it lets you see when the patch was created. luciash: chibaguy: that's what i would do chibaguy: should the old script then be removed? luciash: chealer: maybe, check with others chealer: luciash: I don't see any code that cares about the date luciash: chibaguy: i would say so... what would be a reason to release with script, which has bugs chibaguy: right ***: xavi has left chibaguy: well, time to sleep. g'night all. luciash: chealer: ok, anyway, i think better to introduce new script with the current naming pattern than modify the old and ignore ppl who already ran it
chibaguy: nite ***: chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) CIA-126: tikiwiki: 03jonnybradley * r34290 10/branches/7.x/tiki-admin_modules.php: [FIX] modules: Fix legacy "add module" form (thanks again chibaguy) luciash: jonnyb: thx jonnyb: np luciash
what's this about duplicating 20101230_create_top_modules_tiki.php? sounds dangerous...
i think it's better to correct the original script until it's been released
people that have run it during development can just remove the row from tiki_schema and re-run the installer ***: nkoth has quit IRC (Quit: nkoth) RavenC: Question: playing with Tracker as Calendar. " filterfield= " and "calendarfiled date= " I would like to have as the tracker items' creation date. How would I reference that? The tw.o.docs was sparse
" calendarfileddate= " should read " calendarfielddate= "
filterfield = ($f_created) give error Tiki|bot: Recent Bug: Tracker item: #3871 - - Second set of wiki page buttons/icons are not fully functional - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3871 ***: jonnyb has quit IRC (Quit: nite nite)
Bernard has joined #tikiwiki
Bernard has quit IRC (Client Quit)
Bernard has joined #tikiwiki Tiki|bot: New Forum Posts: theme/tracker breaking on output ? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41185 luciash: jonnyb: you mean it's their fault they upgrade often during development or how would you let them know ? lphuberdeau: it's not too hard to re-activate the patch if you want it to run again ***: rodrigo_sampaio has quit IRC (Quit: Leaving.) chealer: luciash: jonnyb left BTW luciash: chealer: uh oh, right :) ***: ricks99 has quit IRC (Quit: Now available, the first and only Tiki book. Get it at http://twessentials.keycontent.org) luciash: had that "jonnyb:" line prepared for too long before send ;) chealer: :-)
I wish IRC clients warned you when that happens :-) luciash: yep :) CIA-126: tikiwiki: 03chealer * r34291 10/trunk/lib/init/setup_inc.php: remove lib/init/setup_inc.php (unused since r3193) ***: Bernard has quit IRC (Quit: Leaving.)
Bernard has joined #tikiwiki
Bernard has quit IRC (Client Quit)
dcedilotte has quit IRC (Quit: Leaving)
RavenC has left
redflo has joined #tikiwiki
damian has joined #tikiwiki
damian has quit IRC (Changing host)
damian has joined #tikiwiki
jonnyb has joined #tikiwiki luciash: wb jonnyb jonnyb: hi luciash ***: damian has quit IRC (Remote host closed the connection)