Search the web
Sign In
New User? Sign Up
umbraco
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1592 - 1621 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1592
Ok, lets see, I have the document type textpage and I create some pages with it. Then I add a new document type "plans" but I dont give a default template. I...
hohios
Offline Send Email
Oct 1, 2005
8:46 am
1593
Hi Stevie, You can do that with javascript and a cookie that holds info about which css to load. Thats without any Umbraco code. - Jesper...
Jesper
jesperordrup
Offline Send Email
Oct 1, 2005
10:29 pm
1594
Suddenly all my pages have disappeared in Umbraco under Content. All my macros, datatypes and all other stuff is there, but not my content. Strangely enough, I...
Kurt Moskjær Ande...
moskjaer2000
Offline Send Email
Oct 2, 2005
9:13 am
1595
I'm trying to list the files in my media folder in a template, using the following code, but it doesn't output anything. I guess it's just a simple error, but...
Moskj=E6r_Marketing?=
moskjaer2000
Offline Send Email
Oct 2, 2005
9:42 am
1596
It would help alot if you could describe the circumstances regarding this "disapperance" */Kasper B...
Kasper Bumbech Andersen
kasperbumbech
Offline Send Email
Oct 2, 2005
12:35 pm
1597
This happened to me.. It was an error created many revisions ago with a circular copy bug. I found the node causing the problem and manually deleted it and...
Casey Neehouse
neehouse
Online Now Send Email
Oct 2, 2005
2:27 pm
1598
Kasper, It would seem that the tree loading call is not returning anything if the content is too deep; such as a circular copy creates a deep tree. Anything...
Casey Neehouse
neehouse
Online Now Send Email
Oct 2, 2005
2:33 pm
1599
Hello, I've got a small request for a variable in the page field/variable listing for both XSLT/Macro editing and template editing. Scenario: I am on the URL...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
6:44 am
1600
Hi! Daniel and I talked this morning about security issues on the umbraco.xml file. Especially in umbraco 2.1 where you can protect pages, meaning that they...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
8:04 am
1601
... I vote for writing security guidelines instead of renaming. Although I've not been good at protecting my own xml files, I'll vote for this 'correct' way of...
Andreas Mailand
mailandandreas
Offline Send Email
Oct 3, 2005
8:11 am
1602
... Hello, Throwing a few ideas and thoughts out: One other techique that tangents on this: renaming the file with an .aspx ending (or other ASP.NET reserved...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
8:14 am
1603
Hey Actually this aint a bad idea. Since the umbraco.xml is updated on every site restart, why not just pic a random GUID and throw the file in the /data/...
Daniel Bjørnbakk
dan_bjo
Offline Send Email
Oct 3, 2005
8:20 am
1604
Because the only thing the umbraco.xml file is used for, is to load all data when the application starts. So umbraco needs to know the filename on start-up -...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
8:22 am
1605
So just go for GUID, simplest thing in the world, and very Microsoft-ish to use as well, and, they're path-safe, even better. One thought I've had regarding ...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
8:27 am
1606
Just use in your mind that many people will install umbraco in shared hosting enviroments. So the solution you may find must be combatible with that. (no IIS...
hohios
Offline Send Email
Oct 3, 2005
8:30 am
1607
Saving down an XML file with a GUID is compatible with this as long as you set the actual file save path to writable, which already is required for several of ...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
8:33 am
1608
So a solution could actually be to save the data in a folder like: /data/umbData/[GUID].xml Then umbraco would just look for a file in the umbData folder and...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
8:38 am
1609
For someone to random out the actual GUID string would take a while, and if nothing else, spam the crap out of the logs, so say a culprit actually reaches the...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
8:49 am
1610
If the file is only of temporary use ... why not delete it after use? Or even better don't put it into a file ... use some in mem static reference or service? ...
Jesper
jesperordrup
Offline Send Email
Oct 3, 2005
8:54 am
1611
I vote for that one too. I agree - but I've learned that what system administrators do, is to look for the smallest and theoretical chance of a security whole....
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
8:56 am
1612
You got my vote ... From: umbraco@yahoogroups.com [mailto:umbraco@yahoogroups.com] On Behalf Of Niels Hartvig, umbraco Sent: 3. oktober 2005 10:53 To:...
Daniel Bjørnbakk
dan_bjo
Offline Send Email
Oct 3, 2005
9:05 am
1613
... It *is* used when the application restarts to populate umbraco content into memory, instead of loading everything off the db. Very good for performance... ...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
9:06 am
1614
I would classify myself as a pretty damn paranoid system administrator when it comes down to it. Although I scream more about cleartext passwords in databases,...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
9:09 am
1615
+1 for file renaming. Thing is that I guess some people would want to host Umbraco in a shared hosting environment. It can be quite hard to get such a provider...
Boris
ffwdrew
Offline Send Email
Oct 3, 2005
10:35 am
1616
A good thing when creating open source software is multiple eyes, and so Kasper Bumbech just asked me: "Why not just create one table with one column and one...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
10:41 am
1617
What happens if the SQL server is down at the time of server restart? Possibly it will still work if rendering with the cached XML file? Or? But, I suppose ...
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
11:28 am
1618
Good point, but if the SQL Server restarts, the umbraco site won't work anyway because it ask for a lot of metadata from the sql server (templates, macros,...
Niels Hartvig, umbraco
nielshartvig
Offline Send Email
Oct 3, 2005
11:31 am
1619
True. Hmm. Well, perhaps something to consider for a future major release of Umbraco is to cache the templates and metadata to disk, might make that an option....
Torgny Bjers
torgnybjers
Offline Send Email
Oct 3, 2005
11:34 am
1620
Let's see if I understand this correctly: currently umbraco.xml is only used every time the application is reloaded? After contemplating Torgnys zen-inspired...
Toft Stade
toftstade
Offline Send Email
Oct 3, 2005
11:55 am
1621
I forgot to tell you, that I'm using Umbraco 2.0 and if I try to use your advice Casey, I get the error "Object reference not set to an instance of an object"....
Moskj=E6r_Marketing?=
moskjaer2000
Offline Send Email
Oct 3, 2005
12:26 pm
Messages 1592 - 1621 of 6106   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help