Gary Cunningham-Lee | 1 Feb 2010 06:00
Favicon
Gravatar

Re: Layout broken in trunk?

In trunk on my wamp localhost, layout breaks when I activiate "minify 
css". From the looks of what's styled and what isn't, it seems the theme 
stylesheet is ok, but the imported CSS files are missing: lite.css, 
layout.css and design.css. What I'm seeing is breakage in center column, 
left column, right column (columns are staggered with the left column 
starting at the vertical point where the center column ends, and so on) 
which means lite.css is apparently missing; "Sidebar" headings and 
horizontal rules that should be hidden are visible, indicating 
layout.css is not being used; and some default coloring, etc., is 
missing, indicating that design.css is not being used.

The broken layout and styles can be seen on all pages, not just ones 
with wiki content. De-activating "minify css" fixes all these problems.

-- Gary

Filipus Klutiero wrote:
> Le janvier 31, 2010 12:12:21 PM, Desilets, Alain a écrit :
>   
>> This AM I did a binary search and established that the bug was introduced
>>  in r24669. I I revert to r24668, everything is fine, but if I revert to
>>  r24669, the bug is back.
>>     
> Thanks. This was indeed a r24669 regression, in plugin DIV. I fixed this in 
> r24772 (though by removing a line, which should probably be replaced by a 
> different line instead).
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
(Continue reading)

Marc Laporte | 1 Feb 2010 06:33
Gravatar

jQuery 1.4.1 has been released

http://jquery14.com/day-12/jquery-141-released

Worth it?
Will our plugins be ok?

Do we go for it for Tiki5 or wait?

--

-- 
Marc Laporte

http://MarcLaporte.com
http://TikiWiki.org/MarcLaporte
http://AvanTech.net
http://OurWiki.net

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
Stephane Casset | 1 Feb 2010 07:57
Favicon

Re: Layout broken in trunk?

Le Mon, Feb 01, 2010 at 02:00:53PM +0900, Gary Cunningham-Lee écrivait :
> In trunk on my wamp localhost, layout breaks when I activiate "minify 
> css". From the looks of what's styled and what isn't, it seems the theme 
> stylesheet is ok, but the imported CSS files are missing: lite.css, 
> layout.css and design.css. What I'm seeing is breakage in center column, 
> left column, right column (columns are staggered with the left column 
> starting at the vertical point where the center column ends, and so on) 
> which means lite.css is apparently missing; "Sidebar" headings and 
> horizontal rules that should be hidden are visible, indicating 
> layout.css is not being used; and some default coloring, etc., is 
> missing, indicating that design.css is not being used.
> 
> The broken layout and styles can be seen on all pages, not just ones 
> with wiki content. De-activating "minify css" fixes all these problems.

Well We fixed this last week with LPH so which version hexibits the pb ?
You say you are on Windows ? could you debug lib/headerlib.php
specifically the minify_css() method to print the path of the files ?
What is important is what happens between line 434 and 443. 

At least on my linux we don't have this pb anymore since my last fix end
of last week... So it must be a pb with path in windows...

A+
--

-- 
Stéphane Casset            LOGIDÉE sàrl       Se faire plaisir d'apprendre
1a, rue Pasteur        Tel : +33 388 23 69 77           casset <at> logidee.com
F-67540 OSTWALD        Fax : +33 388 23 69 77           http://logidee.com

------------------------------------------------------------------------------
(Continue reading)

Jonny Bradley | 1 Feb 2010 14:02

Re: jQuery 1.4.1 has been released


Also jQuery UI 1.8 RC1 has just been released, so i guess we should give them a go... we have a month to test them.

Hope to get to that later today...

jb

On 1 Feb 2010, at 05:33, Marc Laporte wrote:

> http://jquery14.com/day-12/jquery-141-released
> 
> Worth it?
> Will our plugins be ok?
> 
> Do we go for it for Tiki5 or wait?
> 
> 
> -- 
> Marc Laporte
> 
> http://MarcLaporte.com
> http://TikiWiki.org/MarcLaporte
> http://AvanTech.net
> http://OurWiki.net
> 
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
(Continue reading)

Stephane Casset | 1 Feb 2010 13:55
Favicon

Re: jQuery 1.4.1 has been released

Le Mon, Feb 01, 2010 at 01:02:12PM +0000, Jonny Bradley écrivait :
> 
> Also jQuery UI 1.8 RC1 has just been released, so i guess we should
> give them a go... we have a month to test them.
> 
> Hope to get to that later today...

Before doing a update please put a revision on external link in branches
3 and 4, so that people using these branches will not be impacted by
this update...

A+
--

-- 
Stéphane Casset            LOGIDÉE sàrl       Se faire plaisir d'apprendre
1a, rue Pasteur        Tel : +33 388 23 69 77           casset <at> logidee.com
F-67540 OSTWALD        Fax : +33 388 23 69 77           http://logidee.com

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
Desilets, Alain | 1 Feb 2010 15:12
Picon

Re: Layout broken in trunk?

I confirm that I am on Windows, so maybe it is a problem only on that platform.

This morning, did an update again, reinstalled the DB, cleared both Tiki and Firefox caches, and still
getting the bug.

I put some traces as per your instructions. But I only see those traces on certain pages. For example, if I go
to tiki-admin, I get:

-- headerlib.minify_css: $file=string(13) "css/admin.css"
-- headerlib.minify_css: file path DOES NOT contains $tikirot. $currentdir=string(30) "C:\\wamp\\www\\tiki-trunk\\css"

The file C:\wamp\www\tiki-trunk\css\admin.css does exist. Yet, I see the layout but.

Could this have something to do with the \\?

-----Original Message-----
From: Stephane Casset [mailto:sept@...] 
Sent: Monday, February 01, 2010 1:58 AM
To: Tikiwiki developers
Subject: Re: [Tikiwiki-devel] Layout broken in trunk?

Le Mon, Feb 01, 2010 at 02:00:53PM +0900, Gary Cunningham-Lee écrivait :
> In trunk on my wamp localhost, layout breaks when I activiate "minify 
> css". From the looks of what's styled and what isn't, it seems the theme 
> stylesheet is ok, but the imported CSS files are missing: lite.css, 
> layout.css and design.css. What I'm seeing is breakage in center column, 
> left column, right column (columns are staggered with the left column 
> starting at the vertical point where the center column ends, and so on) 
> which means lite.css is apparently missing; "Sidebar" headings and 
> horizontal rules that should be hidden are visible, indicating 
(Continue reading)

Desilets, Alain | 1 Feb 2010 16:19
Picon

Re: Distributed revision control (GIT, Bazaar, Mercurial) was Re: repo.tikiwiki.org | An idea

Another requirement for me is that it needs to have an Eclipse plugin.

Alain

-----Original Message-----
From: geoff <at> enmore [mailto:geoff@...]
Sent: Sunday, January 31, 2010 4:45 AM
To: 'Tikiwiki developers'
Subject: Re: [Tikiwiki-devel] Distributed revision control (GIT, Bazaar, Mercurial) was Re:
repo.tikiwiki.org | An idea

As a 'simple' 'occasional' developer that doesn't get involved with any of
the difficult repository management stuff I'm assuming the choice won't make
that much difference to me so long as there is a Tortoise version I could
use (eg TortoiseHg, TortoiseBZR, TortoiseGit) and the repository is held on
SourceForge.

Is this a fair assumption?

Geoff

-----Original Message-----
From: Marc Laporte [mailto:marc@...]
Sent: 30 January 2010 20:12
To: Tikiwiki developers
Subject: Re: [Tikiwiki-devel] Distributed revision control (GIT,
Bazaar,Mercurial) was Re: repo.tikiwiki.org | An idea

Very interesting.

(Continue reading)

Stephane Casset | 1 Feb 2010 17:19
Favicon

Re: Layout broken in trunk?

Le Mon, Feb 01, 2010 at 09:12:54AM -0500, Desilets, Alain écrivait :
> I confirm that I am on Windows, so maybe it is a problem only on that platform.
> 
> This morning, did an update again, reinstalled the DB, cleared both Tiki and Firefox caches, and still
getting the bug.
> 
> I put some traces as per your instructions. But I only see those traces on certain pages. For example, if I go
to tiki-admin, I get:
> 
> -- headerlib.minify_css: $file=string(13) "css/admin.css"
> -- headerlib.minify_css: file path DOES NOT contains $tikirot. $currentdir=string(30) "C:\\wamp\\www\\tiki-trunk\\css"
> 
> The file C:\wamp\www\tiki-trunk\css\admin.css does exist. Yet, I see the layout but.

What value for tikiroot and tikipath ?
Where should are your files

> Could this have something to do with the \\?

Yes, well yes and no we test for / at the beginning, this will only work
on Unix :( But I don"t have a Windows system to test :(

A+
--

-- 
Stéphane Casset            LOGIDÉE sàrl       Se faire plaisir d'apprendre
1a, rue Pasteur        Tel : +33 388 23 69 77           casset <at> logidee.com
F-67540 OSTWALD        Fax : +33 388 23 69 77           http://logidee.com

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
(Continue reading)

Desilets, Alain | 1 Feb 2010 17:55
Picon

Re: Preventing refresh after back button

> first learn some PHP basics, then code... :(

For the record, I did do a google search with terms like:

http://www.daniweb.com/forums/thread100606.html#

	php preventing page refresh

And what I found was a plethora of confusing info, so I thought I would ask the people who know how it's done in
Tiki, rather than muddle through all that and risk coming up with something that is not right.

> Google is your learning friend...
> hint: header("location: ...");

OK, adding header keyword to my query was useful. Thx Luci. In particular, I found this:

http://php.net/manual/en/function.header.php

# This will tell the browser that the page will expire in one day, and the 
# cached form data will be used without prompting the user at all.

header("Cache-Control: must-revalidate");
    $offset = 60 * 60 * 24 * -1;
    $ExpStr = "Expires: " . 
		gmdate("D, d M Y H:i:s", time() + $offset) . " GMT";
    header($ExpStr);

I hardly would call this "PHP basics", btw.

Alain
(Continue reading)

luci aka luciash d' being | 1 Feb 2010 18:03
Picon
Favicon
Gravatar

Re: ?? trakerlist filterfield& filtervalue

hi tricia, yes, this should work:

{TRACKERLIST(trackerId=>30, showtitle=>n, showlinks=>y,
showdesc=>n, showinitials=>n, showstatus=>n,
filterfield=>369, exactvalue=>#user)}{TRACKERLIST}

luci

On 02/01/2010 05:07 PM, P Campbell wrote:
> Hi All,
>
> Is there any way/field/smarty ?  to pop the currently logged in user 
> into a trackerlist:
>
> {TRACKERLIST(trackerId=>30, showtitle=>n, showlinks=>y,
> showdesc=>n, showinitials=>n, showstatus=>n,
> filterfield=>369, filtervalue=>$thisUser)}{TRACKERLIST}^
>
>
> Thanks
> Tricia
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Tikiwiki-devel mailing list
(Continue reading)


Gmane