I would like to raise a concern...I recently noticed that my "hidden" email
address is completely visible in the "pipermail"
For example, open this link and look at the top, you can clearly see my
email address.
http://lists.xwiki.org/pipermail/devs/2012-June/051428.html
I can see the email address from everybody, and I think this is not the way
this is supposed to work.
How can I make my email address truely hidden? (also in the "pipermail"?)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Email-address-visible-in-pipermail-tp7585…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
i have here v4.4.1 and i will upgrade to v5.0.6.
But what is here the recommended upgrade way ?
I get a lot of "import document" questions from the installer, a never
ending mouse clicking storry here with the Enterprise-UI installer.
Thanks for any help here.
Stefan
Hi Everyone,
In the user profile Now there are only three items.
1.Personal Information
2.Contact Information
3.External links
I want to add Official contact as fourth option. for that I used
*Administration-UserProfile
*
I added new section ID: OfficialContact(without space)
section name
:$services.localization.render('platform.core.profile.section.OfficialContact')
but I am unable to see the fourth option Official Contact in the user
profile section. Any suggestions?. Thanks in advance
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hello Community,
Just asking for some advice here ...
I have an application in which I want to show a timeline (simile).
Originally, it was getting its source from XML generated by some velocity
in a dedicated page.
Then, I reworked it so the XML would be pre-computed (to a file on server
FS) and fed to the timeline, to improve performances. I supposed it could
also be a macro encapsulated in {{cache}}.
(note: that XML contains some inline HTML also, in some specific tags).
Now, the application is being moved to real Java components.
I first blindly converted my online velocity scripts, into a
TimelineGenerator component.
But producing XML/HTML from Java is not that clean ... and I'm not sure of
what else to do. The original page with velocity seemed almost cleaner than
that.
To me it's not a Renderer use-case, as it doesn't really renders some
syntax ...
My current work is in [1], but is pretty much not tested and not working
(dummy translation from velocity to java for now...).
What would you kindly recommend ?
Note: I admit this is not really related to xwiki apart from the fact that
it's an xwiki based application, but I suppose this use-case is not new for
you :)
Thanks,
Jeremie
[1] -
https://github.com/xwiki-contrib/xwiki-application-mailarchive/blob/master/…
I wannt to display all the below mentioned user information on the user
profile. how do i do that?
e.g
XWiki User Class
Class properties
- First Name (first_name: String)
- Last Name (last_name: String)
- e-Mail (email: String)
- Password (password: Password)
- Validation Key (validkey: Password)
- Active (active: Boolean)
- Default Language (default_language: String)
- Company (company: String)
- Blog (blog: String)
- Blog Feed (blogfeed: String)
- Comment (comment: TextArea)
- IM Type (imtype: Static List)
- imaccount (imaccount: String)
- Default Editor (editor: Static List)
- User type (usertype: Static List)
- Enable extra accessibility features (accessibility: Boolean)
- Display Hidden Documents (displayHiddenDocuments: Boolean)
- Timezone (timezone: String)
- skin (skin: String)
- Avatar (avatar: String)
- Phone (phone: String)
- Address (address: TextArea)
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
Hi Devs and Users
I would like to ask an important question for me, it's about storing data
on activity stream table when editing , updating and deleting (mean crud
operations ) , this result a big amount of data stored on activity stream
table.
My question is how to disable storing user activity history on activity
stream , if there is a way, will this prevent Activity stream plug-in to
continue working .
I hope some one can share his experience with me on that topic
Thanks so much
Hi Everyone,
I would like to display my Manager name on the xwiki user profile. Can I do
that? If so, how do I edit Xwiki userClass?
I tried to add the below property in Xwikiuserclass. But it did not work.
Manager Name (manager_name: String)
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
We don't do this very often, so I don't know when it broke, but now when any
admin clicks on edit for a User or a Group, we get a blank screen and
nothing happens. We've restarted Apache Tomcat (Windows Server 2008 R2 x64),
but it still does not work. I have no idea what else to do, except to rip
the Wiki out and start over, restoring backups.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unable-To-Edit-Users-Groups-tp7585850.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Eveyone,
I tried to upload a document it gave the
"Error: Could not parse xhtml office content.".
I searched in the jira also I couldnt find out the solution but issue is
listed. Im using Xwiki 5.0.3. could you please tell me what is the issue
and solution also?. Any help would be gratly appreciated.
--
*Regards*
*M.GANESAN*
*E-Mai*l :mganeshanece@gmail.com
**
I did set mail setting for sending the mails as per
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration. Then i
icreated the page
with mailTestingUtility given at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Test+Mail. But i get
below error message
A problem occurred while sending the mail.
2013-06-19 16:30:21,730 ERROR [
http://ing-wikvp001:8080/testEmail/bin/view/testWiki/test1]
c.x.x.p.m.MailSenderPluginApi [MailSenderPluginApi.java:173] Failed to send
email [From [no-reply(a)xwiki.com], To [scottmiles(a)Fiserv.com], Subject
[TestMail], Text [Please get it]]
javax.mail.MessagingException: Could not connect to SMTP host:
smtp.gmail.com, port: 587
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
~[mail-1.4.jar:1.4]
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:275) ~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:156) ~[mail-1.4.jar:1.4]
at javax.mail.Service.connect(Service.java:176) ~[mail-1.4.jar:1.4]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMails(MailSenderPlugin.java:712)
~[xwiki-platform-mailsender-3.5.jar:na]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:664)
~[xwiki-platform-mailsender-3.5.jar:na]
at
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:650)
~[xwiki-platform-mailsender-3.5.jar:na]
details i used for gmail server are:-
SMTP SERVER = smtp.gmail.com
PORT = 587
SMTP SERVER USERNAME (OPTIONAL) mine gmail address
password:- mine password
ADDITIONAL JAVAMAIL PROPERTIES=
mail.smtp.starttls.enable=true
i am on xwiki 3.5