|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Wiki broken?Hi guys,
The wiki/documentation page is broken. If I go to
this page: http://docs.codehaus.org/display/GRAILS/RichUI+Plugin,
I see a lot of error messages, like "Unknown macro: {createLinkTo('dir'}", which
messes up the Grails documentation pages real good, unless you're a big fan of
pink.. (new Grails color? :-)
Erik
|
|
|
Re: Wiki broken?Confluence supports macros using a {} syntax, which conflicts with Groovy code
wrapped in ${}. The {} characters need to be escaped with backslashes to tell the rendering engine that it's code and not an unknown macro. It's better than it was though - last night the whole page was in Chinese and I needed to view a previous revision just to get some tag usage info. Burt On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: > Hi guys, > > The wiki/documentation page is broken. If I go to this page: > http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of error > messages, like "Unknown macro: {createLinkTo('dir'}", which messes up the > Grails documentation pages real good, unless you're a big fan of pink.. > (new Grails color? :-) > > Erik --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Wiki broken?Hi Burt,
Maybe it's better than before, but the at the moment, is doesn't really reflect professionalism. I cannot imagine that the average reader of the Grails documentation (for example, the RichUI plugin) will go to a previous revision of the wiki to read the code examples. For example, something like this: <richui:dateChooser name="birthday" format="dd.MM.yyyy" value="$ Unknown macro: {new Date()} " locale="de" firstDayOfWeek="Mo" /> I pretty unreadable...Since I pretend that I'm not average, I'll read on of the previous revisions, but it would be quite helpful if this could be fixed! Erik ----- Original Message ----- From: "Burt Beckwith" <burt@...> To: <dev@...> Sent: Monday, May 12, 2008 2:09 PM Subject: Re: [grails-dev] Wiki broken? > Confluence supports macros using a {} syntax, which conflicts with Groovy > code > wrapped in ${}. The {} characters need to be escaped with backslashes to > tell > the rendering engine that it's code and not an unknown macro. > > It's better than it was though - last night the whole page was in Chinese > and > I needed to view a previous revision just to get some tag usage info. > > Burt > > On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: >> Hi guys, >> >> The wiki/documentation page is broken. If I go to this page: >> http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of >> error >> messages, like "Unknown macro: {createLinkTo('dir'}", which messes up the >> Grails documentation pages real good, unless you're a big fan of pink.. >> (new Grails color? :-) >> >> Erik > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Wiki broken?PS: It also seems the images are gone. This is probably related to the other
problem, but I don't see a way to revert the RichUI pictures... Erik ----- Original Message ----- From: "Erik Pragt" <erik@...> To: <dev@...> Sent: Monday, May 12, 2008 5:12 PM Subject: Re: [grails-dev] Wiki broken? > Hi Burt, > > Maybe it's better than before, but the at the moment, is doesn't really > reflect professionalism. I cannot imagine that the average reader of the > Grails documentation (for example, the RichUI plugin) will go to a > previous revision of the wiki to read the code examples. For example, > something like this: > > <richui:dateChooser name="birthday" format="dd.MM.yyyy" value="$ > Unknown macro: {new Date()} > " locale="de" firstDayOfWeek="Mo" /> > > I pretty unreadable...Since I pretend that I'm not average, I'll read on > of the previous revisions, but it would be quite helpful if this could be > fixed! > > Erik > > > ----- Original Message ----- > From: "Burt Beckwith" <burt@...> > To: <dev@...> > Sent: Monday, May 12, 2008 2:09 PM > Subject: Re: [grails-dev] Wiki broken? > > >> Confluence supports macros using a {} syntax, which conflicts with Groovy >> code >> wrapped in ${}. The {} characters need to be escaped with backslashes to >> tell >> the rendering engine that it's code and not an unknown macro. >> >> It's better than it was though - last night the whole page was in Chinese >> and >> I needed to view a previous revision just to get some tag usage info. >> >> Burt >> >> On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: >>> Hi guys, >>> >>> The wiki/documentation page is broken. If I go to this page: >>> http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of >>> error >>> messages, like "Unknown macro: {createLinkTo('dir'}", which messes up >>> the >>> Grails documentation pages real good, unless you're a big fan of pink.. >>> (new Grails color? :-) >>> >>> Erik >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Wiki broken?Right, it's definitely a problem. User 'wushuxiao' has apparently been
translating the page into Chinese and in the process messed it up. It's an open Wiki, so stuff like this will happen. From what I can tell, http://docs.codehaus.org/pages/viewpage.action?pageId=45580348 is the original page with images, etc. and was renamed; the current page is new and is a child page of the original, but is missing the images and has the macro rendering issues. I'm not sure what the process is when someone (intentionally or accidentally) breaks a page this badly. One easy fix is to revert back to the last-known-good page (http://docs.codehaus.org/pages/viewpage.action?pageId=82116628) Burt On Monday 12 May 2008 11:16:52 am Erik Pragt wrote: > PS: It also seems the images are gone. This is probably related to the > other problem, but I don't see a way to revert the RichUI pictures... > > Erik > > ----- Original Message ----- > From: "Erik Pragt" <erik@...> > To: <dev@...> > Sent: Monday, May 12, 2008 5:12 PM > Subject: Re: [grails-dev] Wiki broken? > > > Hi Burt, > > > > Maybe it's better than before, but the at the moment, is doesn't really > > reflect professionalism. I cannot imagine that the average reader of the > > Grails documentation (for example, the RichUI plugin) will go to a > > previous revision of the wiki to read the code examples. For example, > > something like this: > > > > <richui:dateChooser name="birthday" format="dd.MM.yyyy" value="$ > > Unknown macro: {new Date()} > > " locale="de" firstDayOfWeek="Mo" /> > > > > I pretty unreadable...Since I pretend that I'm not average, I'll read on > > of the previous revisions, but it would be quite helpful if this could be > > fixed! > > > > Erik > > > > > > ----- Original Message ----- > > From: "Burt Beckwith" <burt@...> > > To: <dev@...> > > Sent: Monday, May 12, 2008 2:09 PM > > Subject: Re: [grails-dev] Wiki broken? > > > >> Confluence supports macros using a {} syntax, which conflicts with > >> Groovy code > >> wrapped in ${}. The {} characters need to be escaped with backslashes to > >> tell > >> the rendering engine that it's code and not an unknown macro. > >> > >> It's better than it was though - last night the whole page was in > >> Chinese and > >> I needed to view a previous revision just to get some tag usage info. > >> > >> Burt > >> > >> On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: > >>> Hi guys, > >>> > >>> The wiki/documentation page is broken. If I go to this page: > >>> http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of > >>> error > >>> messages, like "Unknown macro: {createLinkTo('dir'}", which messes up > >>> the > >>> Grails documentation pages real good, unless you're a big fan of pink.. > >>> (new Grails color? :-) > >>> > >>> Erik > >> > >> --------------------------------------------------------------------- > >> To unsubscribe from this list, please visit: > >> > >> http://xircles.codehaus.org/manage_email > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Wiki broken?I tried to fix the chinese character thing, but it seems I do not have
enough rights. Could someone please remove the RichUI page, revert the chinese version to version 53, and then rename the chinese version (RichUI <chinese chars>) to RichUI (so strip the chinese chars effectively). It guess that would fix the images. Erik ----- Original Message ----- From: "Burt Beckwith" <burt@...> To: <dev@...> Sent: Monday, May 12, 2008 2:09 PM Subject: Re: [grails-dev] Wiki broken? > Confluence supports macros using a {} syntax, which conflicts with Groovy > code > wrapped in ${}. The {} characters need to be escaped with backslashes to > tell > the rendering engine that it's code and not an unknown macro. > > It's better than it was though - last night the whole page was in Chinese > and > I needed to view a previous revision just to get some tag usage info. > > Burt > > On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: >> Hi guys, >> >> The wiki/documentation page is broken. If I go to this page: >> http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of >> error >> messages, like "Unknown macro: {createLinkTo('dir'}", which messes up the >> Grails documentation pages real good, unless you're a big fan of pink.. >> (new Grails color? :-) >> >> Erik > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Wiki broken?Hi Burt,
I reverted the page back after some fiddeling. There were 2 pages with the same name (except for the chinese characters), and confluence was acting a bit strangly because of that. I fixed it by renaming the broken/chinese version to 'http://docs.codehaus.org/display/GRAILS/delete_me_RichUI+Plugin_delete_me , and reverted the old one back to rev 53, and fixed the name of the page. It seems to be working now: I don't see any chinese chars anymore, and the pictures are back. Erik ----- Original Message ----- From: "Burt Beckwith" <burt@...> To: <dev@...> Sent: Monday, May 12, 2008 5:25 PM Subject: Re: [grails-dev] Wiki broken? Right, it's definitely a problem. User 'wushuxiao' has apparently been translating the page into Chinese and in the process messed it up. It's an open Wiki, so stuff like this will happen. From what I can tell, http://docs.codehaus.org/pages/viewpage.action?pageId=45580348 is the original page with images, etc. and was renamed; the current page is new and is a child page of the original, but is missing the images and has the macro rendering issues. I'm not sure what the process is when someone (intentionally or accidentally) breaks a page this badly. One easy fix is to revert back to the last-known-good page (http://docs.codehaus.org/pages/viewpage.action?pageId=82116628) Burt On Monday 12 May 2008 11:16:52 am Erik Pragt wrote: > PS: It also seems the images are gone. This is probably related to the > other problem, but I don't see a way to revert the RichUI pictures... > > Erik > > ----- Original Message ----- > From: "Erik Pragt" <erik@...> > To: <dev@...> > Sent: Monday, May 12, 2008 5:12 PM > Subject: Re: [grails-dev] Wiki broken? > > > Hi Burt, > > > > Maybe it's better than before, but the at the moment, is doesn't really > > reflect professionalism. I cannot imagine that the average reader of the > > Grails documentation (for example, the RichUI plugin) will go to a > > previous revision of the wiki to read the code examples. For example, > > something like this: > > > > <richui:dateChooser name="birthday" format="dd.MM.yyyy" value="$ > > Unknown macro: {new Date()} > > " locale="de" firstDayOfWeek="Mo" /> > > > > I pretty unreadable...Since I pretend that I'm not average, I'll read on > > of the previous revisions, but it would be quite helpful if this could > > be > > fixed! > > > > Erik > > > > > > ----- Original Message ----- > > From: "Burt Beckwith" <burt@...> > > To: <dev@...> > > Sent: Monday, May 12, 2008 2:09 PM > > Subject: Re: [grails-dev] Wiki broken? > > > >> Confluence supports macros using a {} syntax, which conflicts with > >> Groovy code > >> wrapped in ${}. The {} characters need to be escaped with backslashes > >> to > >> tell > >> the rendering engine that it's code and not an unknown macro. > >> > >> It's better than it was though - last night the whole page was in > >> Chinese and > >> I needed to view a previous revision just to get some tag usage info. > >> > >> Burt > >> > >> On Monday 12 May 2008 6:14:23 am Erik Pragt wrote: > >>> Hi guys, > >>> > >>> The wiki/documentation page is broken. If I go to this page: > >>> http://docs.codehaus.org/display/GRAILS/RichUI+Plugin, I see a lot of > >>> error > >>> messages, like "Unknown macro: {createLinkTo('dir'}", which messes up > >>> the > >>> Grails documentation pages real good, unless you're a big fan of > >>> pink.. > >>> (new Grails color? :-) > >>> > >>> Erik > >> > >> --------------------------------------------------------------------- > >> To unsubscribe from this list, please visit: > >> > >> http://xircles.codehaus.org/manage_email > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |