Re: [Radiant] This Website was done with Radiant

2009-04-22 Thread Simon Josi
you use? Just curious. > > On Apr 21, 2009, at 5:41 AM, Simon Josi wrote: > > > A while ago we released a redesign of our company's website: > > > > http://www.puzzle.ch > > > > Used Extensions: > > admin_breadcrumbs date_names ra

[Radiant] This Website was done with Radiant

2009-04-21 Thread Simon Josi
A while ago we released a redesign of our company's website: http://www.puzzle.ch Used Extensions: admin_breadcrumbs date_names ray admin_tree_structure default_page_parts search aggregation drag_order settings alias_pageheader_authorize

Re: [Radiant] Using absolute urls

2009-04-02 Thread Simon Josi
I'm still using 0.6.9, I don't know if this issue is fixed for 0.7.x. I've fixed this in my fork of the comments extensions: http://github.com/turingmachine/radiant-comments/commit/c5efa910e5c83ebd7402a7c263064c6f28741bd1 /simon On Thu, 2 Apr 2009 17:01:27 +0200 Victor Elsendoorn wrote: > Dear

Re: [Radiant] what extensions do you have installed?

2009-01-28 Thread Simon Josi
$ git-submodule | cut -d / -f 3- admin_breadcrumbs (heads/master) admin_tree_structure (heads/master) aggregation (heads/master) blog_tags (heads/master) comments (heads/master) conditional_tags (v0.4) copy_move (heads/master-1-g9f3dd2a) dashboard (heads/master) default_page_parts (heads/master) he

Re: [Radiant] tags extension

2009-01-28 Thread Simon Josi
Maybe this could work: http://github.com/Aissac/radiant-extensions-extension greets /simon On Wed, 28 Jan 2009 12:14:42 +1100 Enrico Teotti wrote: > Hi, > I need to have the tag list for each page coming out of: > > > I'd use a: > > > but since that's not allowed by radius I am now clueless

Re: [Radiant] Cache Home Page (prevent the long delay)

2009-01-22 Thread Simon Josi
You could fetch your homepage in a regular intervall via a cronjob. E.g. wget -r -nd --delete-after http://yoursite.com /simon On Thu, 22 Jan 2009 16:50:12 +0100 Ben Morrow wrote: > I run Radiant on Passenger and I was wondering if there was a way to > have the home page of a site always cach

Re: [Radiant] XSS in Comments Moderation Page

2009-01-12 Thread Simon Josi
Amendment: It's only handled correctly in the frontend if comments.filters_enabled is false. On Mon, 12 Jan 2009 11:37:42 +0100 Simon Josi wrote: > XSS ist possible in the admin part of the comments extensions. > > Reproduce: > 1. Post a Comment with say "alert("

[Radiant] XSS in Comments Moderation Page

2009-01-12 Thread Simon Josi
XSS ist possible in the admin part of the comments extensions. Reproduce: 1. Post a Comment with say "alert("oh my xss")" 2. Login as admin, goto comments tab 3. you see... In the frontend, the output is handled correctly. This gives an attacker the possibility to take over an admin account.

Re: [Radiant] Set published_at date

2009-01-06 Thread Simon Josi
Thank you! On Tue, 06 Jan 2009 18:45:37 +0800 Mohit Sindhwani wrote: > Simon Josi wrote: > > I can remember that previous version of radiant did allow to modify > > the published_at date in the edit mode of a page. Is this no longer > > possible? > &g

[Radiant] Set published_at date

2009-01-06 Thread Simon Josi
I can remember that previous version of radiant did allow to modify the published_at date in the edit mode of a page. Is this no longer possible? /simon signature.asc Description: PGP signature ___ Radiant mailing list Post: Radiant@radiantcms.org Se

Re: [Radiant] Conditions in r:children

2009-01-06 Thread Simon Josi
gt; Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant -- Simon Josi Linux System-Ingenieur Puzzle ITC GmbH www.puzzle.ch Telefon +41 31 370 22 00 Direkt +41 31 370 22 43 Mobile +41 79 732 98 35 Fax +41 31 370 22 01 Puzzle ist Mitglied

[Radiant] Tags extension: move to latest edge breaks db migration

2008-11-12 Thread Simon Josi
The task rake db:migration breaks on a file of the Tags extensions if I move to latest edge. http://pastie.org/312887 /simon signature.asc Description: PGP signature ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org

Re: [Radiant] Conditions in r:children

2008-10-27 Thread Simon Josi
Absolutel great! That's what I was looking for since quite some time. Unfortunately I didn't took the time to implement it myself. Accordinlgy I would like to see those changes to be merged and thereby available in edge. /simon On Sat, 25 Oct 2008 21:23:43 +0100 Andrew Neil <[EMAIL PROTECTED]> w

Re: [Radiant] parameterized_snippets extension

2008-10-22 Thread Simon Josi
on On Wed, 22 Oct 2008 04:44:32 +0200 "Manuel Meurer" <[EMAIL PROTECTED]> wrote: > Fixed, thanks for testing. > Please grab a fresh copy from > http://github.com/manuelmeurer/radiant-parameterized-snippets-extension/ > > Manuel > > On Tue, Oct 21, 2008 at 12:1

[Radiant] parameterized_snippets extension

2008-10-21 Thread Simon Josi
I've got a case where parameters to snippets are not availabe. It occurs when I call a snippet with parameters from another snippet: Content of page "Referenzen": The "Referenzen" page contains childs with "text", "image" and "body" parts defined. Content of snippet "list_childs_as_generic_entr

Re: [Radiant] r:children:if_first r:children:if_last

2008-07-01 Thread Simon Josi
I mostly agree with what Jim said. It'd be more natural to work with "speaking" tags like or . Radius tags are a cornerstone of radiant, and as complexity grows, more tags emerge. Sticking all functionality into one does IMHO not reduce complexity nor does the user have less to learn. Nonetheless

[Radiant] r:children:if_first r:children:if_last

2008-06-26 Thread Simon Josi
The tag r:children could provide two more tags that can be used to determine with which element we are working with in each iteration. This example implements the functionality with currently available tags: I need to assign the class "fi