Re: [xwiki-users] Only Admin Users can access Main space

2008-04-10 Thread Glenn Everitt

Thanks for the link Ricardo I reviewed that again and it helped me understand
the code more clearly.  I think I may have found an issue not sure yet if it
solves my problem.  If I add a group and give is some global rights and then
delete the group the group is still in the XWikiPreferences document in a
XWiki.XWikiGlobalRights object.  It seems like when the group is deleted the
group reference in XWikiGlobalRights object should also be removed.  Can you
verify this?  I'll open a jira issue if you also believe it is a problem.
Thanks
Glenn Everitt
-- 
View this message in context: 
http://www.nabble.com/Only-Admin-Users-can-access-Main-space-tp16421644p16609883.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Only Admin Users can access Main space

2008-04-09 Thread Glenn Everitt

Ricardo:
sorry for the delay in replying.  I moved the XWiki database from an Oracle
9 instance to an Oracle 10 instance since I read that XWiki is only
supported on Oracle 10.  I wanted to try the same test on Oracle 10.  

Here is what I'm doing: 
add a new Group
add a new User
add User to Group
Give Group rights to View and Edit a specific Space

and the User just gets the message You are not allowed...

Maybe I am misunderstanding how rights work.  I am not giving the User ANY
Global Rights only rights to a couple of spaces like Main and a Space I
added.  

Can you tell me what method actually checks the authorization for a viewing
a Space?  I'll trace through the code and see if I can understand the
problem.
Thanks
Glenn Everitt


-- 
View this message in context: 
http://www.nabble.com/Only-Admin-Users-can-access-Main-space-tp16421644p16594869.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Only Admin Users can access Main space

2008-04-01 Thread Glenn Everitt

Is the Main space special?  XWiki seems to require Admin rights to view
Main.WebHome.  
I am using XWiki version 1.3.  I searched jira but couldn't find anything
that seemed relevant.

Is there some setting to change the redirect of http://localhost:8080/xwiki
from Main.WebHome to MySpace.WebHome?


Thanks
Glenn Everitt
-- 
View this message in context: 
http://www.nabble.com/Only-Admin-Users-can-access-Main-space-tp16421644p16421644.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] BulletinBoard application installation

2008-03-17 Thread Glenn Everitt

I followed the installation instructions for the BulletinBoard application
and I added the entry BBCode.Translations   in the Administration |
Preferences | Advanced | Internationalization Document Bundles text entry
but when I view ../xwiki/bin/view/BBCode/ I am seeing 

bb_bbcodespace

bb_bbcodespaceexplanation

* bb_examplebb bb_goexamplebb

bb_adminbbactions

* bb_createnewbbs bb_adminbb?
* bb_changelookbbs bb_skinbbs
* bb_changetranslationsbb bb_translationsbb?
* bb_apanelisavailable bb_bbpanel?. bb_usepanelwizard bb_gotopanelwizard
.
.
.

Which make me think the BBCode.Translations file hasn't been found.  I
looked in the BulletinBoardApplication.xar file but didn't see anything name
BBCode or Translations.  Am I suppose to get this file or bundle from
someplace else?

Thanks for any help - Glenn Everitt
-- 
View this message in context: 
http://www.nabble.com/BulletinBoard-application-installation-tp16098359p16098359.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Bulletin Board Application

2008-03-17 Thread Glenn Everitt

I don't understand the installation instructions for Bulletin Board
Application.  I followed the instruction and added BBCode.Translations to
Administration | Preferences | Advanced | Internationalization Document
Bundles.  For the  /xwiki/bin/view/BBCode/ I still get this stuff

bb_bbcodespace

bb_bbcodespaceexplanation

* bb_examplebb bb_goexamplebb

bb_adminbbactions

* bb_createnewbbs bb_adminbb?
* bb_changelookbbs bb_skinbbs
* bb_changetranslationsbb bb_translationsbb?
* bb_apanelisavailable bb_bbpanel?. bb_usepanelwizard bb_gotopanelwizard

I didn't see any file like Translations in the BulletinBoardApplication.xar
?  Do I need to create page?  I'm missing something but not sure what.  I've
seen the other postings but...I'm still missing something.

Thanks for any help...

-- 
View this message in context: 
http://www.nabble.com/Bulletin-Board-Application-tp16103385p16103385.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] BulletinBoard application installation

2008-03-17 Thread Glenn Everitt

Thanks for the quick reply - my apologies for the double post.   I've been
nabble-d.   Nabble said it wasn't posted so I deleted the post but it
didn't...I need to work on my patience.  All the ways to extend Xwiki make
it a very interesting platform - especially things like the Bulletin Board. 
It great from user perspective the user interface is consistent.  Nice from
admin viewpoint, same security / group / roles model.

Glenn Everitt



Guillaume Lerouge wrote:
 
 Hi Glenn,
 
 I followed the installation instructions for the BulletinBoard application
 and I added the entry BBCode.Translations   in the Administration |
 Preferences | Advanced | Internationalization Document Bundles text entry
 but when I view ../xwiki/bin/view/BBCode/ I am seeing

 bb_bbcodespace

 bb_bbcodespaceexplanation

 * bb_examplebb bb_goexamplebb

 bb_adminbbactions

 * bb_createnewbbs bb_adminbb?
 * bb_changelookbbs bb_skinbbs
 * bb_changetranslationsbb bb_translationsbb?
 * bb_apanelisavailable bb_bbpanel?. bb_usepanelwizard
 bb_gotopanelwizard

 Which make me think the BBCode.Translations file hasn't been found.  I
 looked in the BulletinBoardApplication.xar file but didn't see anything
 name
 BBCode or Translations.  Am I suppose to get this file or bundle from
 someplace else?

 
 I checked out the XAR and indeed, I forgot to add the page into the
 package.
 I'll post a new version soon (hopefully tonight) that corrects this
 mistake
 as well as a couple others bugs. I'll keep you informed as soon as it gets
 out. In the meanwhile you can go to the
 http://server/xwiki/bin/view/BBCode/Translations?editor=wiki page, copy
 /
 paste this into it and save it :
 
 bb_bb=Bulletin Board bb_welcomebb=Welcome to your Bulletin Board !
 bb_currently=There is currently bb_categoriessize=categorie(s) in this
 bulletin board. bb_category=Category bb_topic=Topic bb_topics=Topics
 bb_createdby=Created By bb_lastmessageon=Last Message On bb_inreplyto=In
 Reply To bb_by=By bb_actions=Actions bb_nomessageyet=No message yet.
 bb_deletecategory=Delete this Category bb_addnewcategory=Add a new
 category
 bb_nameofcategory=Name of your category bb_addcategory=Add this category
 bb_enternamecategory=Please enter a name for this category :
 bb_enterdescriptioncategory=Please enter a description for this category :
 bb_thereis=There is bb_topicsundercategory=topic(s) filed under this
 category. bb_deletethiscategory=Delete this category.
 bb_reallydeletecategory=Do you really want to delete this category ?
 bb_deletecategorydefinitely=CLICK HERE TO DELETE THIS CATEGORY DEFINITELY
 bb_deleteddocs=The following document(s) will be deleted :
 bb_adminrightsrequired=Admin rights are required to perform this action.
 bb_startedon=Started On bb_replies=Replies bb_lastauthor=Last Author
 bb_lastpost=Last Post bb_topicdelete=Delete this Topic bb_addnewtopic=Add
 a
 new topic bb_addthistopic=Add this topic bb_topictitle=Title of your topic
 bb_canceldeletion=CANCEL THE DELETION OF THIS CATEGORY bb_postforthe=Posts
 for the bb_inthe=in the bb_bbrssdescription=New posts, topics and
 categories
 from this bulletin board. bb_categoryrssdescription=This feeds lists every
 modification made to one of this category's topics.
 bb_entertopictitle=Please enter a title for this topic :
 bb_entertopicdescription=Please enter a quick description of this topic :
 bb_cannotedittopic=You cannot edit a topic once you have chosen to create
 it. bb_repliestopost=replie(s) to this post. bb_author=Author
 bb_postedon=Posted on bb_deletethistopic=delete topic
 bb_deletethismessage=delete message bb_post=Post bb_postmessage=Post a
 message : bb_postyourmessage=Post your message bb_administration=Bulletin
 Boards Administration bb_welcomeadmin=Welcome to your Bulletin Boards
 Administration Console. bb_bbsize=Bulletin Board(s) in this wiki.
 bb_creationdate=Creation Date bb_creator=Creator bb_deletebb=Delete this
 Bulletin Board bb_titleofbb=Title of your Bulletin Board bb_addnewbb=Add a
 new Bulletin Board bb_addbb=Add this Bulletin Board bb_bbs=BulletinBoard
 bb_deletethisbb=Delete this Bulletin Board bb_deletebbdefinitely=CLICK
 HERE
 TO DELETE THIS BULLETIN BOARD DEFINITELY bb_reallydeletebb=Do you really
 want to delete this bulletin board ? bb_entertitlebb=Please enter a title
 for your bulletin board : bb_enterdescriptionbb=Please enter a description
 for your bulletin board : bb_cancelbbdeletion=CANCEL THE DELETION OF THIS
 BULLETIN BOARD bb_infocreatenewbb=Your new bulletin board will be created
 in
 its own space. bb_quotemessage=quote this message bb_bbcodespace=Bulletin
 Board Application Code bb_bbcodespaceexplanation=All the code lines used
 in
 the Bulletin Board application are stored in this space. You can have
 access
 to various resources concerning your Bulletin Board application here. Be
 creful when editing those pages though :-) bb_examplebb=This Bulletin
 Board
 is included by default with the application to show how it works

Re: [xwiki-users] Xwiki RSS macro problem - newbie mistake?

2008-03-16 Thread Glenn Everitt

Great news the adding the proxy setting

-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port

on the JAVA_OPTS on tomcat's catalina.sh file now allows me to get Rss feeds
outside of my firewall it also allows me to use Swizzle ( via jirarss
example macro )  to XWiki's Jira.

Very cool stuff!  Thanks for the help.
Glenn Everitt


Sergiu Dumitriu-2 wrote:
 
 Glenn Everitt wrote:
 Using Xwiki Enterprise 1.3 I defined this in my wiki page
 
 {rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3}
 
 In my wiki page I get
 
 rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com
 
 I think this is because xwiki is behind a firewall and I need to specify
 a
 proxy but I don't know where I would specify my proxy server.  Seems like
 I
 will have the same problem with Swizzle Plugin since my Jira isn't behind
 the firewall with xwiki.  Any ideas? 
 Any help would be greatly appreciated. - Glenn Everitt
 
 In my log file I get this
 
 [snip]
 
 You can try what's on 
 http://www.nabble.com/Idea-for-improvment-of-Xwiki-Watch-tt15222539.html#a15229098
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

-- 
View this message in context: 
http://www.nabble.com/Xwiki-RSS-macro-problem---newbie-mistake--tp16072389p16082468.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] installation problems

2008-03-15 Thread Glenn Everitt

You also have to manually create the xwiki user in MySql.  Don't forget to
give the user all required permissions. - Glenn Everitt


[Ricardo Rodríguez] wrote:
 
 Hi,
 
 Yishay Mor wrote:
 Thanks Ricardo,

 My server's 8080 is behind a firewall, but I can see it and have no 
 problem running other JSP / servlets.
 
 If you can manage your network, could you try by stopping the firewall? 
 I am guessing it could be easy for you if xwiki and MySQL are running on 
 the same server and you have an administrative account there. It is 
 weird that you don't get errors if you had not hibernate.cfg.xml 
 configured and a MySQL drivers in place.
 
 Could you also take a look to your catalina.out and/or the console of 
 your server? There must be useful information there.

 thanks for reminding me about hibernate.cfg.xml
 I also realized that I hadn't installed a MySql driver in WB-INF.
 However, even though I fixed these two issues, I'm still getting a 
 blank page.

 Also, I wasn't sure with settings to use in hibernate:
 
 Use always the uncommented lines from your current release as the base 
 for your configuration. Documentation is mostly manually updated, so 
 there could be changes not reflected there. This is a wiki, so our 
 contribution will be welcome... when we know what we are doing :-)
 
 Thanks!
 
 Ricardo
 
 -- 
 Ricardo Rodríguez
 Your EPEC Network ICT Team
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 

-- 
View this message in context: 
http://www.nabble.com/installation-problems-tp15985831p16072559.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users