[TYPO3-dev] t3skin @Steffen and Thomas

Tim fireater989 at aim.com
Wed Aug 3 14:13:14 CEST 2011


Steffen, I can't connect to either my frontend or my backend. This happened directly after I disabled t3skin, I wish I got some unstyled content, that would at least be a step forward. (http://media.paessler.com/kb/2010/11783_error.png) is what I'm getting, only with http://localhost/typo3/ . 
Thomas, extList already had the t3skin value. I deleted the cache files, but still had the same problem


Thanks, Tim




-----Original Message-----
From: typo3-dev-request <typo3-dev-request at lists.typo3.org>
To: typo3-dev <typo3-dev at lists.typo3.org>
Sent: Wed, Aug 3, 2011 1:58 am
Subject: TYPO3-dev Digest, Vol 95, Issue 5


Send TYPO3-dev mailing list submissions to
	typo3-dev at lists.typo3.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
or, via email, send a message with subject or body 'help' to
	typo3-dev-request at lists.typo3.org

You can reach the person managing the list at
	typo3-dev-owner at lists.typo3.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-dev digest..."


Today's Topics:

   1. Re: t3skin (Thomas "Thasmo" Deinhamer)
   2. Re: Caching issue (Thomas "Thasmo" Deinhamer)
   3. Re: t3skin (Steffen Gebert)
   4. Re: Any good examples of automatic/programatic page
      generation? ( Georg Sch?nweger )
   5. Re: Git / Gerrit, no more subversion, can we help?
      (Christian Weiske)
   6.  Enable be_layout to be included from file (Sebastian Fischer)
   7. Re: Enable be_layout to be included from file (Kay Strobach)
   8. Re: Enable be_layout to be included from file (Kai Vogel)


----------------------------------------------------------------------

Message: 1
Date: Tue, 02 Aug 2011 20:58:41 +0200
From: "Thomas \"Thasmo\" Deinhamer" <thasmo at gmail.com>
Subject: Re: [TYPO3-dev] t3skin
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312311601.15201.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Tim schrieb:
>   Is there any way to manually enable it or is there some random thing I'm 
overlooking?

It's the default skin in the backend.

Open the file /typo3conf/localconf.php and search
for the settings with the array key "extList"
and add "t3skin" to the list.

After that you need to delete all TEMP* files
in the directory /typo3conf/.

Then it should work again.

Regards,
Thomas


------------------------------

Message: 2
Date: Tue, 02 Aug 2011 21:01:23 +0200
From: "Thomas \"Thasmo\" Deinhamer" <thasmo at gmail.com>
Subject: Re: [TYPO3-dev] Caching issue
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312311763.15201.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

Thomas "Thasmo" Deinhamer schrieb:
> I've now used the registry to store the data.

Switched to use the caching method
instead of the registry, ofc. :D

For anyone interested, this is a
user function to be used as condition
to validate against the backend layout
applying to the current page.

https://gist.github.com/1120912

Additionally you need to add the
field "backend_layout_next_level"
to the rootline fields.

Regards,
Thomas


------------------------------

Message: 3
Date: Tue, 02 Aug 2011 23:55:30 +0200
From: Steffen Gebert <steffen.gebert at typo3.org>
Subject: Re: [TYPO3-dev] t3skin
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312322214.4835.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 02.08.11 20:51, Tim wrote:
> Hi, I just finished the installation of the source+dummy and was going through 
the backend and was looking at the extension manager. Since I am using the 
dummy, I thought I could disable t3skin because I thought it was used for the 
intro package. When I did that, it completely broke my entire installation. 
Every page except for the install tool gives me a connection error as if the 
server is down or I don't have internet. I couldn't find anything in the 
documentation about this or anything saying that it was required. Is there any 
way to manually enable it or is there some random thing I'm overlooking? Thanks, 
Tim

The skin is not required, you can also user other skins (if you build 
one..). Your backend will then be shown without any stylesheets, but 
should somehow work,

Uninstalling t3skin cannot break your database connection.

Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 v4 Core Team Member
TYPO3 Server Administration Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org


------------------------------

Message: 4
Date: Wed, 03 Aug 2011 08:44:57 +0200
From: " Georg Sch?nweger " <georg.schoenweger at gmail.com>
Subject: Re: [TYPO3-dev] Any good examples of automatic/programatic
	page	generation?
To: List for Core-/Extension development <typo3-dev at lists.typo3.org>
Message-ID: <mailman.42618.1312353986.648.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hi,

is it possible to use tcemain in FE in order to copy/create records? Or
is it more advised to do this directly with SQL?

- Georg

Am 02.08.2011 18:35, schrieb Bj?rn Pedersen:
> Am 02.08.2011 18:00, schrieb Jochen Rieger:
>> Hi Bj?rn,
>>
>>> Yes, normally the 'special' BE users starting with _cli_ are used for
>>> this purpose ( see e.g. crawler).
>> thanks for your answer... yes, that was clear already. I was just asking
>> myself if these (kind of dummy) users are enough to perform those
>> tcemain actions.
>>
>> But I guess, then you'd just have to set the rights of them
>> appropriately, right?
>>
>> Regards,
>> Jochen
> Hi,
>
> yes, that's correct.
>
> Bj?rn
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev


------------------------------

Message: 5
Date: Wed, 3 Aug 2011 08:59:03 +0200
From: Christian Weiske <christian.weiske at netresearch.de>
Subject: Re: [TYPO3-dev] Git / Gerrit, no more subversion, can we
	help?
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312354828.30172.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hello Philipp,


> >> I still see a review button here:
> >> https://review.typo3.org/#change,3054
> >> You don't have that?
> > I do have it there, but not on https://review.typo3.org/#change,3860
> Are you sure you are logged in?

I re-opened my browser today and was of course not logged in.
After I logged in, the review button in both changesets are visible.
Sorry for the trouble, I cannot explain why it's there today although
I'm very sure it wasn't there yesterday.

-- 
Viele Gr??e
Dipl.-Inf. Christian Weiske

Senior Developer
Netresearch GmbH & Co. KG



------------------------------

Message: 6
Date: Wed, 03 Aug 2011 10:52:04 +0200
From: Sebastian Fischer <typo3 at evoweb.de>
Subject: [TYPO3-dev]  Enable be_layout to be included from file
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312361610.10322.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi everybody,

would you think, that it would be a good idea to be able to load 
be_layouts from file?

If so, changing file 
typo3/sysext/cms/classes/class.tx_cms_backendlayout.php in line 140 to 
the following would to the job.

-$parser->parse($backendLayout['config']);
+$parser->parse($parser->checkIncludeLines($backendLayout['config']));

As the feature freeze for 4.6 is set, i realy would love to see this in 4.7

Greetings
Sebastian


------------------------------

Message: 7
Date: Wed, 03 Aug 2011 11:00:29 +0200
From: Kay Strobach <typo3 at kay-strobach.de>
Subject: Re: [TYPO3-dev] Enable be_layout to be included from file
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1312362116.10834.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1

Hi,

ask xavier, this could be seen as bug fix ;)

regards Kay

Am 03.08.2011 10:52, schrieb Sebastian Fischer:
> Hi everybody,
> 
> would you think, that it would be a good idea to be able to load
> be_layouts from file?
> 
> If so, changing file
> typo3/sysext/cms/classes/class.tx_cms_backendlayout.php in line 140 to
> the following would to the job.
> 
> -$parser->parse($backendLayout['config']);
> +$parser->parse($parser->checkIncludeLines($backendLayout['config']));
> 
> As the feature freeze for 4.6 is set, i realy would love to see this in 4.7
> 
> Greetings
> Sebastian


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answere was usefull: https://flattr.com/profile/kaystrobach


------------------------------

Message: 8
Date: Wed, 3 Aug 2011 11:23:28 +0200 (CEST)
From: "Kai Vogel" <kai.vogel at speedprogs.de>
Subject: Re: [TYPO3-dev] Enable be_layout to be included from file
To: "List for Core-/Extension development" <typo3-dev at lists.typo3.org>
Message-ID: <mailman.42678.1312363494.648.typo3-dev at lists.typo3.org>
Content-Type: text/plain;	charset="utf-8"

Hi Sebastian,

I like the idea, for example it allows to put the backend layouts into version 
control (Git, Subversion, ...) for projects with many (varying) developers. It 
would be cool if a user would be able to edit included layouts with the backend 
wizard, and if the changes are written back to the file after that.

Best regards

Kai


>---- Original Message ----
>From: Sebastian Fischer <typo3 at evoweb.de>
>To: typo3-dev at lists.typo3.org
>Sent: Mi, Aug 3, 2011, 10:53 AM
>Subject: [TYPO3-dev] Enable be_layout to be included from file
>
>Hi everybody,
>
>would you think, that it would be a good idea to be able to load 
>be_layouts from file?
>
>If so, changing file 
>typo3/sysext/cms/classes/class.tx_cms_backendlayout.php in line 140 to 
>the following would to the job.
>
>-$parser->parse($backendLayout['config']);
>+$parser->parse($parser->checkIncludeLines($backendLayout['config']));
>
>As the feature freeze for 4.6 is set, i realy would love to see this in 4.7
>
>Greetings
>Sebastian
>_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev



------------------------------

_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev

End of TYPO3-dev Digest, Vol 95, Issue 5
****************************************

 




More information about the TYPO3-dev mailing list