[xwiki-users] Help for XWiki - User Login Counter
Hi, Please help me out, Help for XWiki - User Login Counter ([email protected]) Hi All, I want to be creating the XWiki - User / Admin Login Counter. - (Page visited for intranet through respective Login). Please help me, how to do that? If anyone has xwiki code, please send to me. I am new to XWiki. Regards, Prabhakar Gopalsamy ______________________________ Wipro Technologies -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Friday, November 02, 2007 11:53 AM To: [email protected] Subject: users Digest, Vol 4, Issue 3 Send users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.xwiki.org/mailman/listinfo/users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..." Today's Topics: 1. Re: Page not loading (Esbach, Brandon) 2. Re: Page not loading (goldring, richard) 3. Closed JIRA issue 744 seems still to cause problems: getRenderedContent does not set the proper document in the context (developers Massol/Dumitru/Dubost) (Andreas) 4. Re: Adding a document in XWiki.org (Your XEN ICT Team - Ricardo Rodriguez) 5. Porblem Installing w/Oracle (Fye Kan) 6. Re: users Digest, Vol 3, Issue 69 ([email protected]) ---------------------------------------------------------------------- Message: 1 Date: Thu, 1 Nov 2007 15:37:41 -0000 From: "Esbach, Brandon" <[email protected]> Subject: Re: [xwiki-users] Page not loading To: "XWiki Users" <[email protected]> Message-ID: <A259A3D352E3904F8D83CC44E3BE10670233E95B@gbd04mx02.tycoelectronics.net> Content-Type: text/plain; charset="us-ascii" Add "?viewer=history" (naturally without the "") to the end of the page name to access the history. This interrupts the page and gives you the history layout where you can rollback as needed. If it won't even show you the menu (where the history is usually accessed), it's possible that you've got another supporting page broken. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of goldring, richard Sent: 01 November 2007 15:27 To: 'XWiki Users' Subject: Re: [xwiki-users] Page not loading Er .. no ... the page won't load so I can't access the history view!!! -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Esbach, Brandon Sent: 01 November 2007 15:29 To: XWiki Users Subject: Re: [xwiki-users] Page not loading You can go to the history view.. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of goldring, richard Sent: 01 November 2007 15:08 To: 'XWiki Users' Subject: [xwiki-users] Page not loading Anyone, My page (WebHome) is not loading - possibly because of some doddgy code on it. Is there anyway to revert it back to a previous working version of the page using some magic code executed on another page? Regards, Richard -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Vitantonio Messa Sent: 31 October 2007 07:03 To: XWiki Users Subject: Re: [xwiki-users] Adding a document in XWiki.org Hi, if you take a look at the API, there are all the information you need. It is possible to create and save a document, through the function Xwiki.createDocument() and Document.Save(), of course this functions will work only if you have editing rights (but if you're able to already edit documents, you have those rights). Vito V. Harikrishnan Nair wrote:
Hello...
I've been able to read and enter data into my personal MySQL database (after a very long night, finally!) and I think this should be added into the documentation for XWiki.org but first, I want to get
data from a textbox into the database...
Because the first thing that newbies like me wanted to do was to communicate with a personal database (especially through the use of forms), I believe this is important.
How can I add a document in XWiki.org ? Do I have editing rights ?
Harikrishnan
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users ------------------------------ Message: 2 Date: Thu, 1 Nov 2007 15:36:42 -0000 From: "goldring, richard" <[email protected]> Subject: Re: [xwiki-users] Page not loading To: "'XWiki Users'" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain Brandon, Thanks - that worked! - my code must have gone into an endless loop or something. Regards, Richard -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Esbach, Brandon Sent: 01 November 2007 15:38 To: XWiki Users Subject: Re: [xwiki-users] Page not loading Add "?viewer=history" (naturally without the "") to the end of the page name to access the history. This interrupts the page and gives you the history layout where you can rollback as needed. If it won't even show you the menu (where the history is usually accessed), it's possible that you've got another supporting page broken. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of goldring, richard Sent: 01 November 2007 15:27 To: 'XWiki Users' Subject: Re: [xwiki-users] Page not loading Er .. no ... the page won't load so I can't access the history view!!! -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Esbach, Brandon Sent: 01 November 2007 15:29 To: XWiki Users Subject: Re: [xwiki-users] Page not loading You can go to the history view.. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of goldring, richard Sent: 01 November 2007 15:08 To: 'XWiki Users' Subject: [xwiki-users] Page not loading Anyone, My page (WebHome) is not loading - possibly because of some doddgy code on it. Is there anyway to revert it back to a previous working version of the page using some magic code executed on another page? Regards, Richard -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Vitantonio Messa Sent: 31 October 2007 07:03 To: XWiki Users Subject: Re: [xwiki-users] Adding a document in XWiki.org Hi, if you take a look at the API, there are all the information you need. It is possible to create and save a document, through the function Xwiki.createDocument() and Document.Save(), of course this functions will work only if you have editing rights (but if you're able to already edit documents, you have those rights). Vito V. Harikrishnan Nair wrote:
Hello...
I've been able to read and enter data into my personal MySQL database (after a very long night, finally!) and I think this should be added into the documentation for XWiki.org but first, I want to get
data from a textbox into the database...
Because the first thing that newbies like me wanted to do was to communicate with a personal database (especially through the use of forms), I believe this is important.
How can I add a document in XWiki.org ? Do I have editing rights ?
Harikrishnan
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. We may monitor all e-mail communications through our networks. If you have received this e-mail in error, please inform us immediately on +44 (0) 1749 672081 and delete it and all copies from your system. We accept no responsibility for changes to any e-mail which occur after it has been sent. Attachments to this e-mail may contain software viruses which could damage your system. We therefore recommend you virus-check all attachments before opening. A business of Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No. 868273 ------------------------------ Message: 3 Date: Thu, 1 Nov 2007 11:45:10 -0700 From: Andreas <[email protected]> Subject: [xwiki-users] Closed JIRA issue 744 seems still to cause problems: getRenderedContent does not set the proper document in the context (developers Massol/Dumitru/Dubost) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hello, I believe my yesterday's question to this list refers to the problem described in http://jira.xwiki.org/jira/browse/XWIKI-744 Anybody got similar issues? Any quick fix in sight? Thanks, Andreas ------------------------------ Message: 4 Date: Thu, 01 Nov 2007 20:14:46 +0100 From: Your XEN ICT Team - Ricardo Rodriguez <[email protected]> Subject: Re: [xwiki-users] Adding a document in XWiki.org To: XWiki Users <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Esbach, Brandon wrote:
Xwiki.org sandbox: you don't normally get programming rights (admin rights don't guarantee programming rights on the .org sites). Someone on the xwiki team will have to open and save the page for you in order to test it.
Thanks for the information. I didn't realize about the required programming rights. It is perfectly reasonable that this rights must be given by an administrator. But the site is not accessible yet. This link http://sandbox.xwiki.org/xwiki/bin/view/Main/WebHome keeps generating an exception while reading document XWiki.XWikiPreferences. In any case, it there were a problem with programming rights, I understand that no script will be executed. In this case, scripts recovering a single record work fine or printing simple lines by using println work fine.
If it's a local xwiki instance that's also causing the problem, I'm not sure. Accessing mysql databases seems to work fine for me for my own local databases.
Could you be so kind as to trying the following script in your xwiki installation to see if it is my server the only one that is having problems while printing iterations? Thanks! <% import groovy.sql.Sql; println "This is a sample to access epec in *mire*" def sendSQL = Sql.newInstance("jdbc:mysql://mire.environmentalchange.net/epec","epec_R eadOnly", "epec_ReadOnly", "com.mysql.jdbc.Driver") sendSQL.eachRow("SELECT * FROM epec.spot s") {row ->println "${row.code}"} %> I've run it in three boxes all of them running 1.2-milestone-1.5235 and always get the same result. Please, could anybody else try this? Thank you so much. Best, -- Ricardo Rodr?guez Your XEN ICT Team
participants (1)
-
prabhakar.gopalsamy@wipro.com