Re: [Hypercontent-users] Sudden - profile update error
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2007-02-26 03:46:03
|
Hi, I found the issue, We enhanced the build.xml to have the following target <target name="copyBootStrapOnly" depends="compile"> <copy todir="${repositories.base}/bootstrap" overwrite="true"> <fileset dir="repositories/bootstrap" > <include name="**/*"/> </fileset> </copy> <replace dir="${repositories.base}/bootstrap" replacefilterfile="${config}/${server}.properties"> <include name="**/*.properties" /> <include name="**/*.xml" /> </replace> </target> Reason for the this introduction 1) We keep two copies of the repositories, one sync with our Subversion copy and other copy linked to HC 2) Each time a change is done to interface screens, messages or even pipelines.xml e.g. CAS url we need to copy from the working copy to the HC enable copy We have parameterize lot of stuff and checkedn in subversion e.g CAS url, hypercontent url e.g This copying thing caused the problem, Hence I narrow down the copying things to <copy todir="${repositories.base}/bootstrap" overwrite="true"> <fileset dir="repositories/bootstrap" > <include name="**/screens/**"/> <include name="**/l10n/**"/> .... I like to know How other institutions go about doing this, e.g parameterization Also let us know if there is any impact with our approach (copying seperately to bootstrap project) Thanks, --- Adam Carl <ac...@co...> wrote: > You may be right. I tried it the other day and it > didn't work so I thought > it was an admin only feature. But now that I think > about it more I would > check the following file: /config/permissions.xml > for the user 36test. I'm > guessing that when a person first logs in the file > should get updated to > allow for them to edit the file. Maybe there was > an error or a bug that > prevented this from happening. > > > Adam > > > > > On 2/25/07 7:55 PM, "tom tom" <j_l...@ya...> > wrote: > > > Hi Adam, > > > > Yes hypercontent adminscould edit some one else > > profile, in addition indivitual users can update > their > > proile as well by clicking the right hand top > link. > > > > So that they can update their email addresses and > > fullname attributes. > > > > You dont need to be a administrator to update your > > profile, > > > > This is the functionality which I am referring to > Not > > the Adminstrator updates some one else's profile. > > > > When a individual user clicks his/her profile link > it > > says you are not authorized to ......user.xml > > > > Let me know if I am wrong. > > > > > > Thanks > > --- Adam Carl <ac...@co...> wrote: > > > >> Not sure if this helps but I thought only a > >> hypercontent admins could edit > >> user profiles. Is 36test in set up in the > >> group:admin in > >> /config/groups.xml? > >> > >> Adam > >> > >> > >> On 2/25/07 6:28 PM, "tom tom" > <j_l...@ya...> > >> wrote: > >> > >>> Hi, > >>> > >>> With no reason, when I try to update the > profile. > >> HC > >>> gives the following error > >>> > >>> You are not authorized to access > >>> > >> > > > http://localhost/hypercontent/users/3/36/36test/user.xml > >>> > >>> My userId is 36test and login is successful and > >> just > >>> that doesnt allow me to update the profile, but > it > >>> worked fine couple of days back, > >>> > >>> What could be the reason, 36test is in the group > >>> author > >>> > >>> Thanks, > >>> > >>> > >>> > >>> > >> > > > ______________________________________________________________________________ > >>> ______ > >>> Don't pick lemons. > >>> See all the new 2007 cars at Yahoo! Autos. > >>> http://autos.yahoo.com/new_cars.html > >>> > >>> > >> > > > ------------------------------------------------------------------------- > >>> Take Surveys. Earn Cash. Influence the Future of > >> IT > >>> Join SourceForge.net's Techsay panel and you'll > >> get the chance to share your > >>> opinions on IT & business topics through brief > >> surveys-and earn cash > >>> > >> > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >>> _______________________________________________ > >>> Hypercontent-users mailing list > >>> Hyp...@li... > >>> > >> > > > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > >> > >> > > > > > > > > > > > ______________________________________________________________________________ > > ______ > > Cheap talk? > > Check out Yahoo! Messenger's low PC-to-Phone call > rates. > > http://voice.yahoo.com > > ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com |