chibaguy: any example ?
chibaguy: of a site which needs CSS2 validation ?
sorry, luciash, example of what?
Oh, I mean Tiki validates CSS2 now. But these border radius rules aren't CSS2 valid.
Jqui theme is different because it has non-CSS2-valid stuff, so it should be easy to comment out or delete them.
i mean, if there is some practical reason to be CSS2 valid... i thought mostly the extra CSS3 specific enhancements are harmless and fallback nicely in browsers which do not support them
Yes, I was just thinking for any site where CSS2 validation is required (could happen, I don't know). Anyway, some bytes are saved by not repeating those properties several times in the file.
tikiwiki: 03chibaguy * r25918 10/trunk/styles/jqui.css: [FIX] rbox-title border radius was missed.
tikiwiki: 03chibaguy * r25919 10/trunk/styles/jqui/options/trontastic.css: [FIX] Contrast problem.
good job, gary, anyway
New Forum Posts: Problem using PluginTabs - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36533
tikiwiki: 03chibaguy * r25920 10/trunk/styles/jqui/options/trontastic.css: [FIX] Background image URLs.
tikiwiki: 03chibaguy * r25921 10/trunk/styles/jqui/options/excitebike.css: [FIX] Tab color in wikitext, misc. other details.
http://tikiwiki.org/stable.version could use an update for Tiki 3.5
tikiwiki: 03chealer * r25922 10/branches/proposals/3.x/tiki-searchresults.php: [bp/r20557] [FIX] check for feature_search_fulltext instead of feature_search
chibaguy: http://derivadow.com/2010/02/18/the-problem-with-breadcrumb-trails/ ;)
tikiwiki: 03chibaguy * r25923 10/trunk/styles/jqui/options/excitebike.css: [ENH] Consolidation of border radius rules, for easier comment-out for a site that needs CSS2 validation.
tikiwiki: 03chibaguy * r25924 10/trunk/styles/jqui/options/trontastic.css: [ENH] Consolidation of border radius rules, for easier comment-out for a site that needs CSS2 validation.
luciash, interesting page about breadcrumbs.
Hi
New Forum Posts: How to config tiki wiki app with php mail() - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36541
Hi @ all
hi
New Forum Posts: Manage Categories by Group - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36543
New Forum Posts: Pb Phplayer / wiki link - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36545
short question: I have 4 images and want to display them @ same position. they should be swaped when clicking on link. eg. link1-> image1 will be changed to image2 when clicking on link 2. any hint?
use the flip js (already loaded with tiki as part of tiki-js.js).
but each image in a unique
then use onclick event to flip both of them
and without js? any chance?
would have to reload the entire page each time
afaik
ok. thx. Do you knoe if the Ipad supports js, as it do not support java runtime?
*know
what is a lpad?
The apple Ipad
d'oh iPad :-)
sorry
not sure, but i would think so.
I do not know exacly what are the reqirements @ clientside are to execute js.
js is supported in a all modern browsers afaik
was'nt sure if js is a build in feature. thx
tikiwiki: 03ricks99 * r25925 10/branches/4.x/lib/wiki-plugins/wikiplugin_tracker.php: Rolling back to 25608. Wrong branch, my bad.
tikiwiki: 03ricks99 * r25926 10/branches/proposals/4.x/lib/wiki-plugins/wikiplugin_tracker.php: [ENH]Added support for RESET button to Tracker forms. Backport of 25911 from Trunk
Question: I have an arry of 3 * 5 icons. is it possible to reorder those icons automatically to eg. 5 * 3 correspinding to the window ratio and size like text would do when resizing the browser? Using split, div-align-center and mouseover on those icons.
*array
polom
poloms chibaguy and festers!
hi chibaguy
what time's the 10 o'clock meeting?
hi
hi guys, well I can tell you with confidense that it isn't at 8 am.
it's not usually at 10 either...
my internal clock is still adjusting, it seems.
yeah, I don't know. Marc didn't get much sleep the night before last so said he may sleep in some this morning.
coaboa, you could float the images to the left, then they'd arrange themselves according to the available space.
not necessarily 3 x 5 and 5 x 3 though.
tikiwiki: 03jonnybradley * r25927 10/trunk/templates/tiki-show_help.tpl: [FIX] Feature test
{DIV (float=left)}?
Are the images in divs already? If so, that syntax looks right, but I'm not really sure without checking if works.
tried it but doesnt work. the icons doesnt reorder and a bunch of lines (from SPLIT) appeared at bottom of page.
You're using something like {DIV (float=left)}{img....}{DIV} for each image?
yes because they all need an text line beneath (as mouseover doesnt work with images)
This is the syntax the wiki edit help says to use: {DIV(type="div",float="left")}{DIV}
type might be redundant, I don't know.
Each DIV should not be on a new line, but follow immediately after the preceding DIV.
To be sure break tags aren't added after each.
oki try it... thx
Similar concept: http://themes.tikiwiki.org/Floated%20box%20demo
Oh, you probably need to specify the width of the divs so they don't default to auto/100%.
cool link. wasn't aware of that. thx
this will create a loooooooooooooooong line of code ;-)
Yep. It's probably a good idea to create it in another editor with proper indenting and then remove the white space before pasting into Tiki's.
But you could/should test with just 2 or 3 images to make sure it works, first.
using n++...
can i embed a {split} img@@@subtitle{split} and have both floated together?
I don't recall what split does exactly, because i avoid using it.
{SPLIT} just builds a table for layout purposes
I don't like to use tables for layout.
is there a better was to have a subtitle tied to the icon?
*way
@coaboa: if you're using {img}, you can add desc="foo" for a subtitle
but thats only visible on mousover and the plugin mousover doesnt work then...
also, the IMAGE plugin can have a caption.
hm.. my {img desc="foo"} dont require mouseover
easiest way would be that pluginmousover supports images ;-)
ok try the description... thx thought it is like alternate text
alt="foo" for alt text, desc="foo" for description/caption
Seems like the Image plugin might work for this, without separate container divs.
can I use PluginMouseover on that description?
tried this: Div-float-left | split-align-center | Div-alig-center | Img-image&link-Img | Img | Div @@@ same but text instead of img | Split | Div.
works but caption isn't centered... :-( but was when split embedet all icons
but beside the caption text, images got floated as desired!
tikiwiki: 03jonnybradley * r25928 10/trunk/templates/advanced_search_help.tpl: [MOD] Reformat advanced search help to fit in with other help panels (and be more semantic)
ok embeding the split in a floated and in a centered div produces the desired effect...
thx for helping
glad you found a way
hi all
quick question before late lunch...
how can I justify some text in tiki 2.4?
{TAG(tag=align, style=justify)} didn't work
for me
nor {TAG(tag=p, style=align:justify)}
@xavi: {HTML()}
foo
{HTML}
tikiwiki: 03jonnybradley * r25929 10/trunk/ (6 files in 3 dirs): [ENH] Change the help popup dialog to use tabs instead of accordion (hopefully easier to use)
hi all - i've been wondering about the jquery compatibility mode - i think it was generally decided we should move out of compatibility mode, but it would mean (gradually) changing all the "$jq" references to just "$" - anyone have any thoughts on this?
jonnyb: hi. I'm not sure I understand your question. are you worried that it would cause lots of noisy changes in svn diffs or what?
yes, it would be a huge commit - most files now have a ref to $jq
maybe we leave it to after 5.0
I thought we would always leave in compatibility mode? (so people can use external stuff)
i guess - it's your S5 library that won't work without $ :D
jonnyb: can we use $ currently?
yup, which makes the compatibility thing pointless
i would say at some point (6.0?) that we should expect anyone using other libs to use the compatibility thing
jonnyb: are you worried by the risk of breakage of the huge commit?
yes, it would be a lot to check - i did a grep (for \$jq\b) and found rather a lot!
jonnyb: I am giving a talk at Confoo.ca in a few days (no pressure) :-)
so I guess we could start using $ in new code and finish the transition after Tiki 5?
Or ask jQuery s5 people to dev in compabibilty mode?
yes, mlaporte - i copied you on an initial contact mail to the guy
tikiwiki: 03jonnybradley * r25930 10/third_party/jquery/ (13 files in 4 dirs): [NEW] jQuery JQS5 - standards based slideshow plugin (experimental)
thought i'd leave specifics until we've made contact
tikiwiki: 03jonnybradley * r25931 10/trunk/templates/tiki-show_page_raw.tpl: [FIX] Obey prefs for page_bar (even in raw)
There is a typo on last link on http://70.38.78.50/tiki/tiki-index_raw.php?page=Slide+show+test#s4
Which sends us to http://70.38.78.50/tiki/tiki-index_raw_raw.php?page=Slide+show+test
jonnyb: good move! (about contact & specifics)
tikiwiki: 03jonnybradley * r25932 10/trunk/tiki-index_raw.php: [MOD] Make tiki-index_raw.php slightly less "raw" by using tiki_full.tpl which includes CSS etc in the header.
yes, there's a weird hack in index_raw that replaces any refs to tiki-index.php with one to tiki-index_raw.php
so you'll have to use the SEFRUL address to get out like that! (but not in IIS!)
LOL
tikiwiki: 03jonnybradley * r25933 10/trunk/ (5 files in 4 dirs):
tikiwiki: [NEW] JQS5 experimental feature (jQuery driven standards based slideshow).
tikiwiki: Early days...
tikiwiki: 03jonnybradley * r25934 10/third_party/jquery/ (3 files in 2 dirs): [MOD] Upgrade Cluetips to 1.0.7 (minor bug fix)
New Forum Posts: Security issue: all structure layouts visible to anyone - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36551
Tikiwiki 4.1 : unset tiki_p_view_categories - Obsolete tw>=4 (Can view categories) for group Anonymous then not show Categories bottom of wiki pages
group Registered show the Categories
Is this a update problem or a bug?
back
ricks99: thanks, I'll try with html plugin
hi mlaporte and jonnyb
hi xavi
S5 coming back to the scene ( mlaporte: you're untirable ! )
some little updates to sheet coming soon
and jquery-fied!
ah, great
I tested a few days ago and I could see the help, etc.
and move with arrows everywhere...
you are doing a great job, jonnyb!
thanks xavi :)
the guy's just added a multiple (tabbed) sheet facility
but save sheet seems to have broken :(
sound nice
oups
I see that, regarding adding rows or columns, user should be allowed to specify where to add them
like former tikisheet interface
it should add them after the row you're on
it didn't do it like this for me
using firefox
at least
like [off-topic] inserting markup from the toolbar in wiki edit mode: markup is added at the end of the edit interface, and not where the cursor is (annoying regression)
in 4.1, at least, and with firefox, at least
ricks99: tiki 2.4 doesn't have plugin html :-/
ah, ok, but in tiki 2.4 you are allowed to add html in the wiki page (provided the feature is enabled, like we have in our site) :-)
so html tags worked within the text. Issue Solved for that 2.4 site
thanks ricks99
xavi: {TAG(tag=div,style=text-align:justify)} content {TAG}
ah, good catch! I'l try that also :-)
ok
It works in trunk, I don't know about 2.4
ok
chibaguy, yes, it seems to work also on tiki 2.4! :-) thanks for tip!
I'll add a custom quicktag for that in our site
ok, good.
arghhh... I can't add that through the quicktag administration
"text" from "text-align" is parsed as the text to surround with the plugin
so the long text is going inside the param style (funny)
try caps?
{TAG(tag=div,style=Text-align:justify)} ?
or {TAG(tag=div,style=TEXT-ALIGN:justify)} ?
great workaround, jonny, it worked!
TEXT-ALIGN
solved
thanks, ricks99, chibaguy and jonnyb for feedback
tikiwiki: 03ricks99 * r25935 10/trunk/lib/prefs/ (count.php feature.php global.php pass.php site.php user.php): [ENH]Added/updated help text for several options
@xavi/jonnyb: for proper xhtml validation, all tags must be lower case
oh well, that tiki site won't validate, then
i know (but it saves me having to fix it ;) )
:-)
and don't worry, I will not commit that (with upper case) to trunk
k :-)
also, we can switch to use jquery-ui tabs for tikitabs fairly painlessly (i think)
when is branch 5 going to be created?
was it supposed to occur after feature-freeze?
(= yesterday?)
should be one along soon - but we need to branch first, surely?
wohoo, chibaguy seem to have been very busy (jqui theme style ;-) )
branching: sorry, I'm not the best one to answer
by the way, is there anybody here which masters the new webdav or ical features?
I couldn't find any documentation, or just simple tips on how to use them.... and potential documenters, like me, will need some tips on how to make them work (I couildn't figutre it out by myself in two trials I made)
jonnyb, congratulations! that's much much better
yes, wrong thing (again) for an accordion
btw, I confirm that markup is added at the end of firefox edit area, and not at cursor position
nkoth around?
yes why?
I recall reading nkoth before 4.0 release that he fixed that...
hi nelson
didn't you fix that problem with firefox in 4.0 (in theory)
which pbm?
markup is added at the end of firefox edit area, and not at cursor position
from clicking at toolbar icon, etc
in trunk
using firefox 3.6.2pre here
I remember fixing it before release of 4 yes
in Montreal - jonny was there
yes, i remember
and he said someting abt refactoring the fix coz it was in too many places
well, should I fill in a bug report about this (trunk)?
or is it something easy to fix again in trunk before tiki5 ins branched?
jonnyb and nkoth: I confirm that this is broken to me also on tiki 4.1
and not just trunk
firefox seem to keep messing with how textareas track their selections - it's very dull
cao i'm sure it was fixed in 4.x for firefox 3.5
cao/cos
ah, jonnyb, I found the issue with columns in jquery.sheet: when adding many cols or rows at once, they are added at the end.
when adding just one, it's added next to the cell with focus
in current trunk
tikiwiki: 03chealer * r25936 10/trunk/lib/setup/set_paths.php: remove lib/setup/set_paths.php, unused since r9631
tikiwiki: 03jonnybradley * r25937 10/third_party/jquery/ (5 files in 4 dirs): [MOD] Updates for jQuery.sheet continue...
jonnyb: did you notice autocomplete does not with accent...
hi sylvieg - no (don't type many accents)
ah no mal fault perhaps
ah ah .. the list_user list the real name not the login
really? that doesn't sound right - which one?
autocomplete is perfect :-)
tiki-adminusers.php should probably list the login and not the realname
indeed
tikiwiki: 03jonnybradley * r25938 10/trunk/ (4 files in 4 dirs): [FIX] Fixes for 1.0 jQuery.sheet. 0 based cells, changes to location of some functions etc
hmm - does logins for me - that's a pref isn't it?
odd - i have user_show_realnames=y but get logins on admin users
jonnyb, I see some broken layout issues + "sheetid is required" with jquery.sheet
are you aware? do you want me to report at dev.tw.o/spreadsheet, or when you finish you next round of fixes?
oh? (thought i'd got all of those)
mmm
let me clen all caches
just in case
been doing it all afternoon :(
titles of columns a nd B are shown vertically
title of col "B" is shown underneath of col A
using firefox
underneath of title "A", I mean
really - looks ok for me
ff?
can you send me a snapshot?
yes,
y, in fx 3.5.8
and just in case, I'll do that again with a new sheet
ff 3.6.2pre here, in case it matters
and I saw "A SheetId is required" when attempting to save the sheet (with a few more rows and cols, in case it matters also)
mmm, again, layout fixed if I create a new one
is layout somehow saved in tiki for each tiki sheet?
spooky...
layout?
the position of the title in column b
the greyed cell with the title, I mean
greyed cells? the bar at the top of the sheet do you mean?
A, B, C etc
yes, with col names
anyway, it works now to me
I can't find the help for the spreadsheet
where did it go?
he made _huge_ changes in the back-end - so maybe it was just caches etc being odd
working on it (another big change)
ok (caches)
ok :-) great!
and the menu
ah, ok, now I see that saving shows nothing to me
but when I click on edit, I see the sheet still with my former chagnes
step by step
did you know, saving shows as if edition was lost and no sheet shown?
tikiwiki: 03sylvieg * r25939 10/trunk/templates/tiki-adminusers.tpl: [FIX]user: show login and realname in tiki-adminusers.php is real name on
sylvieg, could you coordinate with jonnyb to have "contribution type" feature working again in sheet even when jquery.sheet is on?
I managed days ago to have the "contribution type" displayed also with jquery.sheet
sorry today will be hard
but I didn't know how to make it save to action log also the contrubtion type selected
no, no urgency
oh yes, sorry xavi - maybe mail me with these?
I mean, if possible, before tiki5 is released
if you can send me a mail not to forget ...
http://dev.tikiwiki.org/Spreadsheet#Quick_list_with_r25938
my list before tiki5 is so huge
^does it work on a wiki page?
ok, sylvieg, I'll send you an email also with that specific part
I still have to look at your problem with upload...
upload?
but I solved all my problem with ldap - I am so happy
download not for admin
great yuo solved your ldap headache!
for my point of view - yes
and I wrote some doc about all I learnt
download for anons when they don't have the perm to download attid? do you mean this one?
yes
ah, ok, thanks for looking at that at some point
luckily the file was not containing sensitive data (this time)
tikiwiki: 03jonnybradley * r25940 10/third_party/jquery/jquery.sheet/jquery.sheet.js: [FIX] openSheet from a URL
tikiwiki: 03jonnybradley * r25941 10/trunk/ (lib/jquery_tiki/jquery.sheet/menu.html tiki-setup.php): [FIX] Restore sheet menu and help
tikiwiki: 03sylvieg * r25942 10/trunk/lib/prefs/auth.php: [FIX]ldap: to have the description of openldap following the code: userattr is not used for the bind
ricks99: can you have IE7 and IE8 in the same computer at the same time?
I'm finally installing a win instance on virtualbox to test sites with IEx
and i'd like to use the same installation to test both ie7 and ie8
@xavi: I use IE8 + Developer Tools. It has a "render in IE7 mode"
ah, ok
and where do I get this developer tools?
these
are they free?
(as in free beer, at least)
y. its a browser add on (similar to firebug).
1 sec i'll give u url
d'oh i think it is included in stadnard ie8 install. press F12
ah, ok. no ie8 yet
just installed winxp right now
i'll try when I have ie8 installed
New Forum Posts: separate content on /tiki-index.php and the main home page -- possible?> - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36555
tikiwiki: 03sylvieg * r25943 10/trunk/tiki-admin_categories.php: [FIX]categories: confirm message - thx chealer
btw, jonnyb, how is the setup process for cclite at c2c?
sorry to raise all those questions this evening
but it was difficult for me to find some time on irc this week
that's ok
and in 20' I must go
"That's ok" = installed and working?
and do you know how to use it already?
we need to be able to edit the config files - mainly the cclite.cnf
I mean, in case you need me to ping vicente...
ah, ok, he offered to let us do that
no, it's ok to ask all the questions :P
can you write him with that information?
i did one in our local cgi-bin dir which might work
ok
question Tikiwiki 4.1 : Is it intended to begin the in the categories of all the words in large letters?
http://simutrans-germany.com/files/upload/Zwischenablage02.png
so, may I suggest, if you get stuck at any point, write to him (with me on cc), so that we keep the ball rolling
it doesn't look like it supports multiple domains afaics
jonnyb: no idea myself
there was also what looked like some include path issues (perl flavour errors)
ok, if you could report to vjrj to find out the best way to solve with workarounds or fixes...
will do
thks
starting the tikifest streaming at ustream.tv....
:-)
chibaguy, are you at the tikifest?
(otherwise, it might be very late for you)
yep, I'm I am.
:-)
Not too coherent, but here.
:-)
I'm sorry I'll miss that
has
his
what kind of dancing?
this time, saloon dancing (a mixture)
sounds fun.
so a little of salsa, merenge, rock, ... even a bit of tango!
yes, it's fun (when barely follow the teacher....)
and the other couples are 50 year old onwards (and probably some are 60+)
so this is a mixture of ages and skills... (not many people are able to follow th eteachers all the time)
nice caos from time to time :-)
fun for sure
sylvieg: which script do you use to merge from stable to trunk?
sylvieg: we're wondering if it would be easy to merge only language files from stable files
the script taht is in the dev.tw site svn tips???
you can not merge language file because order change
but you can concatenate them in them rerun a get_strings
sylvieg: thanks
sylvieg: what do you mean because order change?
somebody can have run the get_strings with different params...
sylvieg: what problems could that cause?
or the merge because there is no lines...
my old experience about merge in lang -was bad..
bbl
sylvieg: can we call you?
sylvieg: dring
taking a break (food) - bbl
ok back
sylvieg: cool. Marc is dicussing with Patrick, we'll tell you when we're available.
tikiwiki: 03sylvieg * r25945 10/trunk/tiki-admin_categories.php: [FIX]category: directories in admin categ
sylvieg: regarding the ticket commit/message, are you sure POST needs confirmaction? confirmaction is used only rarely. and I see code that should made it unneeded
tikiticketlib.php:64: $smarty->assign('post',$_POST);
which the confirm.tpl template presumably uses
my 2 cents will go for a confirmation js popup like in fgal .. everywhere
I added the last param for delete in admin_users
sylvig - Greg Martin here
(who can't spell)
a long time ago - perhaps somebody added in the confirm the POST
hi uSlacker
can you give me a commandline to svn up for 4.x or 5?
I'll test that fix
but I'm svn illiterate :-)
svn switch https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk
sylvieg: well, that $smarty->assign('post',$_POST); is there since ticketlib2 exists
is that for v5? I want to make sure I update the correct codebase
uSlacker: yes
thanks, I'll be back
5 is still in trunk
not yet release
sylvieg: so you see no problem if I'd remove the confirmaction param?
polom polom
and do not forget sh doc/devtools/sqlupgrade.sh
tikiwiki: 03pkdille * r25946 10/branches/proposals/4.x/ (lib/imagegals/imagegallib.php tiki-browse_gallery.php): [Technical backport from 4.x to proposal/4.x] [r/24386][FIX] Fix sql errors when using subgalleries. Fixed bugid 2892
hi luciash
chealer: ok
old stuff
hi chealer
tikiwiki: 03nyloth * r25947 10/trunk/lib/ (auth/ldap.php setup/prefs.php userslib.php): [FIX] ldap authentication : apply sept_7 patch to fix LDAP authentication (especially with anonymous bind)
sylvieg: I didn't see the fgal's js popup - sounds interesting
tikiwiki: 03sylvieg * r25948 10/trunk/tiki-download_wiki_attachment.php: [FIX]perm: not to be handle to download if view a page but not download
tikiwiki: 03nyloth * r25949 10/branches/proposals/4.x/lib/ (auth/ldap.php setup/prefs.php userslib.php): [bp/r25947][FIX] ldap authentication : apply sept_7 patch to fix LDAP authentication (especially with anonymous bind)
have to go - back 15mn
uff, that's huge read :-p
xavi: hola, you probably realized it didn't work for you because in your first example you forgot it has to be style="text-align: justify" not just the "align: justify"
>whatis S5
Error: No factoid matches that key.
anybody ?
luciash: Marc told me it is a slideshow standard/library, there is now a jQuery plugin for it
chealer: ah, tnx, never heard of it
no more streaming ?
luciash: http://en.wikipedia.org/wiki/S5_%28file_format%29
Gary said we were on ustream not long ago
last one recorded i mean
(Gary, Patrick and Marc are discussing CSS architecture)
off air currently
Gary says there's no ustream right now
interesting
yes, will there be one still tonight ?
why bbb didn't work this time ?
or what was the reason to go with ustream again ?
i guess i have to wait for gary to ask those types of questions, sure :)
tikiwiki: 03pkdille * r25950 10/branches/4.x/lib/ (auth/ldap.php setup/prefs.php userslib.php):
tikiwiki: [QT] Quality Team Backport
tikiwiki: r25949 | nyloth | 2010-03-05 21:37:29 +0100 (Fri, 05 Mar 2010) | 1 line
tikiwiki: [bp/r25947][FIX] ldap authentication : apply sept_7 patch to fix LDAP authentication (especially with anonymous bind)
tikiwiki: 03pkdille * r25951 10/branches/4.x/lib/auth/ldap.php:
tikiwiki: [QT] Quality Team Backport
tikiwiki: r25862 | sylvieg | 2010-03-02 23:17:55 +0100 (Tue, 02 Mar 2010) | 1 line
tikiwiki: [bp/r 25861][FIX]ldap: missing global - that was failing openldap auth
tikiwiki: 03pkdille * r25952 10/branches/4.x/lib/wiki-plugins/wikiplugin_tracker.php:
tikiwiki: [QT] Quality Team Backport
tikiwiki: r25926 | ricks99 | 2010-03-05 13:45:14 +0100 (Fri, 05 Mar 2010) | 1 line
tikiwiki: [ENH]Added support for RESET button to Tracker forms. Backport of 25911 from Trunk
back
CSS discussion still ongoing, Marc acting as translator
Recent Bug: Tracker item: #3064 - - Links to translation(s) in article subpages - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3064
tikiwiki: 03nyloth * r25953 10/branches/4.x/ (11 files in 3 dirs): [REL] Preparing 4.2 release
discussion over
sylvieg: can we still call you?
yes
sylvieg: won't be long
tikiwiki: 03pkdille * r25954 10/branches/4.x/README: [REL] Update README file for 4.2
tikiwiki: 03pkdille * r25955 10/branches/4.x/lang/ (36 files in 36 dirs): [REL] Update language.php files for 4.2
tikiwiki: 03pkdille * r25956 10/branches/4.x/changelog.txt: [REL] Update changelog.txt for 4.2
tikiwiki: 03pkdille * r25957 10/branches/4.x/copyright.txt: [REL] Update copyright.txt for 4.2
tikiwiki: 03pkdille * r25958 10/branches/4.x/db/tiki-secdb_4.2_mysql.sql: [REL] SecDB for 4.2
tikiwiki: 03pkdille * r25959 10/tags/4.2/: [REL] Tagging release
Ustream.tv back on.
luciash, we have a netbook and webcam that I think are supposed to be for BBB, but it didn't get set up yet, I guess.
it's Marc's good old ASUS netbook
chealer: ASUS or Acer :-p ?
bbl, shower time
perhaps one of you can help me with an SVN question. I'm trying to checkout trunk
when I do some directories fail with an error that SSL negotiations fail
and then something like Error handling externals definition for lib/smarty
re
chibaguy: so what did u talk about in the CSS discussion if not secret ? ;)
uSlacker: didi you svn co https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk my_tiki_dir
the switch did not work?
the ustream is very unstable... no fun :(
sylvieg: what is inegality ?
before a date , smaller tha a value...
you mean "before a date" ?
yes
a smaller that a value
why not to use lesser than timestamp ?
since 1970
do you imagine somebody entering the timestamp?
i thought that's general to compare date/time and then convert to date string
and back
there must be function "any date" to timestamp, nope ?
Info: Tiki Announces 3.5 and 4.2 Releases - http://info.tikiwiki.org/article86-Tiki-Announces-3-5-and-4-2-Releases
any date format
to be clean we need to offer jscalandar or smarty select date for the value
Q: on info.tw.o home page, the release number is a variable %stablereleasenumber% -- how do i change it?
... i remember usualyy I have to go to dev
to tw.org sorry
ah...
Fatal error: Allowed memory size of 44040192 bytes exhausted (tried to allocate 491520 bytes) in /var/www/tikiwiki.org/templates_c/en-us^%%85^850^850614BB%%user_watch_wiki_page_changed.tpl.php on line 122
ARGH!
@sylvieg: where would i find it? it isn't dynamic content?
no it is a file on tw.org
but I do not remember the name..
isn't it a dynamic variable ?
wherre is %stable...
%foo% usually are (in wiki syntax)
perhaps but I remember each time somebody has to go to tw..
a file or a variable
i dont see it listed http://tikiwiki.org/tiki-list_contents.php