To all,
We want to replace our existing Intranet with XWiki.
Our current Intranet is a bunch (100's) of HTML pages with text and
hyperlinks.
Can we import/convert our existing Intranet pages to XWiki?
If so, which steps should we take?
Of is this impossible and should we just create XWiki pages by hand?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Convert-existing-Intranet-to-XWiki-tp7195…
Sent from the XWiki- Users mailing list archive at Nabble.com.
One of the use cases I have for my wiki is storing 'issues', where
each issue should have a serial number consisting of year + subsequent
number.
I was thinking about a script like this, but one of the problems is:
there is no 'while' function in Velocity.
How would you create a form for this? Thanks for your ideas!
Joris
#set($space="Issues"}
#set($template="AppSpace.IssueTemplate")
#set($parent=$space.WebHome)
#set($year= ${xwiki.formatDate($datetool.date, 'yyyy')})
#set($partID="0"
#set($genericID=$space"."$year)
#while($xwiki.exists($space.$issueID'')
{
#set($partID=$partID+1)
#set($issueID=$year"-"$partID)
}
#if(!$xwiki.exists($issueID) && $xwiki.hasAccessLevel('edit',
$context.user, $issueID))
$response.sendRedirect($xwiki.getURL($ID, 'inline',
"template=$template}&parent=$parent"))
## Stop processing, since we already sent a redirect.
#stop
#end
Hello xwiki community !
Since a long time, I work on a MailArchive application, and try to find time
to post it to the community ...
It's used in my team and is satisfying, but as I'm working on it currently I
think it's time to unveil what to expect from it, and have your feedbacks
before I (eventually) post a first version ...
What's implemented so far :
- "eats" mails from specified mail server / account / folder
- creates Mails and Topics pages and objects in wiki. Algorithm for topics
tries to be "hijack-proof" ;)
- Custom Livetable and timeline view for archive, table/threads/forum views
for topics
- persists main parts of mails (html content, main headers, attachments,
attached mails, images, detects encrypted mails), with a clean display
- configurable mailing-lists (independant of mail server) upon pattern
matching, with auto-tagging of created pages
- statistics page (top posters, ...)
What I would like to implement before first release :
- reply button and sheet
- configurable auto-typing of mails (for example,
Mail/Newsletter/Annoucement ...) (it already exists but it's hard-coded ...)
- test it with other server than exchange (ie gmail at least)
- configurable ldap integration : auto-creation of mail users from ldap (by
matching emails). Already implemented but not inside the app itself. It's a
very cool feature for enterprise level mailing-lists. Real users are also
automatically assigned as mails/topics authors/creators in wiki pages, as
well as mail dates.
- remove everything that's hard-coded and dependent of our usage - put more
simply, make it generic.
What I expect to add in next releases :
- multi-mail-server configuration
- improve admin pages
- ratings
- for now it dumps mails from a folder, meaning it does not act as a mail
server by itself. This means that some common features are not available
(validation of mails ...). For now it's more a simple dumped "clone" of a
mailing-list, but it does not interact with users / mails.
Some open questions / remarks:
- considering last point, I don't know how mailing-lists and mailing-lists
archives do work (ie xwiki-users and robot, nabble ...), so I don't really
know how I could implement such features inside xwiki, or even if it would
be something useful for users ... For now the whole application is a XAR and
I don't want to bring too much complexity to it. Anyway I'd like to keep
both functionality.
- for "reply" feature, I assume to use the global mail server configuration
parameters of the wiki, and the email from connected xwiki user profile
("from"). To simplify I would ask user for his password when he clicks on
"send" (and the form is valid), because depending on mail server configured,
you might need to be authentified to send a mail. There could be an option
to use or not the xwiki login for credentials. I don't know what 'd be the
better for this ... Maybe I should add specific configuration for outgoing
mail server in mail archive app ? Of course with a "real" mailing-list (with
a robot), you don't have this kind of problem as I believe it acts as a mail
server itself (kind of proxy).
Feel free to comment, manifest your enthusiasm (or your un-interest :) ) ...
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Your-feedbacks-on-a-possible-MailArchive-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Yes its strange,
This has happened since migrating from version 2.7 to 3.2. The import of the
wiki pages via
Exported xar files seemed to work ok, and the attachments are listed at the
bottom of the wiki pages, butwhen you cick on them to view the attachments
the wiki displays aa error message that the "The attachment does not exist."
Has anyone any idea what's happened and how to fix it?
Thanks.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Marius Dumitru Florea
Sent: 13 January 2012 17:32
To: XWiki Users
Subject: Re: [xwiki-users] Can't attach files to wiki
Hi Richard,
Are you talking about the standard Attachments tab at the bottom of a wiki
page? Does it happen all the time? You should get this only if the session
expires. See
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise
32#HCSRFpreventionisenabledbydefault
. In XWiki Enterprise 3.2 CSRF has been enabled by default. I haven't heard
any complains so far, at least not related to the attachments upload form.
Hope this helps,
Marius
On Fri, Jan 13, 2012 at 2:36 PM, goldring, richard
<richard.goldring(a)uk.thalesgroup.com> wrote:
> When try to attach files to a wiki page get the following warning page
....
>
>
> Warning
>
> This request contains an invalid authentication information.
>
> This might happen in the following situations:
>
> * You left the editor open in another window/tab and logged off and
> on again
> * Your authentication token exipired after a long period of
> inactivity
> * Somebody tried to perform a CSRF attack
>
> If you are sure that none of these situations apply in your case, you
> might have found a bug. We are sorry about that, please report it on
> XWiki JIRA
>
> Do you want to resend the request? If unsure, say No.
> no
>
>
> ... Anyone know what's happening and how to fix it? I'm using XWIKI
> 3.2, Tomcat 5.5 and MySQL 5.
>
> Thanks.
>
> Regards,
>
> Richard
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of goldring, richard
> Sent: 13 January 2012 09:25
> To: 'XWiki Users'
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
> Thanks Guillaume - it worked a treat - I'll setting up the my.cnf
> another time, but at least I can backup now!
>
> Does anyone know more about the recycle bin - don't seem able to
> access from the wiki, and (I guess any deleted wiki pages or
> attachments go into it?) the code snippet didn't seem to empty it from
> the database - any ideas how to empty it?
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of Guillaume Fenollar
> Sent: 13 January 2012 08:55
> To: XWiki Users
> Subject: Re: [xwiki-users] Backing up xwiki using mysql
>
> Hi Richard,
>
> Here a quickfix: use max_allow_packet directive directly into your
> dump command.
>
> mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>>
>
> If you want to understand this more, you should try to change my.cnf,
> in the section [mysqldump] (just like there is [client], you could
> create it if you
> haven't) and try the command without putting max_allowed_packet into
> the command, it should work too.
>
> Sincerely,
>
> --
> Guillaume Fenollar
> XWiki SysAdmin
> Tel : +33 (0)1.83.62.65.97
>
> 2012/1/13 goldring, richard <richard.goldring(a)uk.thalesgroup.com>
>
>> Hi All,
>>
>> Running ...
>> mysqldump nms_wiki > backup.sql
>>
>> Returns ...
>> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet'
>> bytes when dumping table `xwikiattrecyclebin` at row: 2
>>
>> I did have some rather large import attachments - which I deleted but
>> they seem to have gone into the recycle bin - so I used the code
>> snippet
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>>
>> To supposedly empty the bin, but get the same error above when I try
>> and dump the database seeming to indicate the recycle bin isn't empty.
>>
>> Tried increasing the max_allowed_packet when I run mysql, but doesn't
>> seem to have any affect - is something overriding it? We're running
>> on
> Solaris.
>>
>> Any ideas/help would be appreciated so I can backup the wiki
>> successfully on mysql!!!!
>>
>> Thanks.
>>
>> Regards,
>>
>> Richard
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi!
Thanks a lot for the new XWiki version.
As for: "New default color theme" - http://jira.xwiki.org/browse/XWIKI-6982 It's the old one, but looks actual still.
Great thanks for: "* Special characters in attachment name". I checked cyrillic names - works fine.
Also I checked an issue we couldn't reproduce earlier. It failed to work again. http://jira.xwiki.org/browse/XWIKI-7399
Kindly ask somebody to reproduce steps in this JIRA issue and prove the bug or clarify how to avoid it. Till now I failed to get it working :-(
Thanks in advance,
Dmitry
13 января 2012, 22:00 от Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>:
> The XWiki development team is proud to announce the availability of
> XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
> XWiki Enterprise Manager 3.4 Milestone 1.
>
> This is the first and only milestone of the 3.4 version. We're getting
> closer to the end of the 3.x cycle and the goal of this release (and
> the following one, which will be the last of the cycle) is to improve
> the current features. The highlights of this release are:
>
> * New default color theme
> * XWiki 2.1 is the default page syntax
> * Delete space menu
> * Simple space templates
> * Special characters in attachment name
> * Minimized action menu
> * Display macro
> * Improved Extension Manager UI
>
> See the full release notes at
> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
> for more details.
>
> Thanks
> -The XWiki dev team
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi,
This has probably been asked before, but I can't seem to find a clear
answer in the archives. Is there a way to configure the statistics
extension (or something else in xwiki) to keep track of how many times
an attachment is downloaded?
Am I stuck doing something like editing htmlheader.vm and
attachmentsinline.vm to insert Google Analytics code and keeping track
myself? Has anyone out there already done this?
Thanks,
aaron
I am out of the office until 01/16/2012.
Out on MLK Day January 16; back in the office on Tuesday, January 17.
Note: This is an automated response to your message "users Digest, Vol 54,
Issue 36" sent on 1/14/2012 7:00:02.
This is the only notification you will receive while this person is away.
Hello,
first, thanks to XWiki SAS for hosting my Wiki, it works really fine !
I wonder if it's possible to get some stats about visitors, but I came
across a page saying I need to edit "xwiki.cfg" :
http://xhe.myxwiki.org/xwiki/bin/view/Stats/WebHome
Afaik, I do no have shell/filesystem access to the server and can't do
this modification. Am I wrong ? Is there a way for myxwiki users to
modify this setting ?
Regards,
Nicolas
The XWiki development team is proud to announce the availability of
XWiki Commons, XWiki Rendering, XWiki Platform, XWiki Enterprise and
XWiki Enterprise Manager 3.4 Milestone 1.
This is the first and only milestone of the 3.4 version. We're getting
closer to the end of the 3.x cycle and the goal of this release (and
the following one, which will be the last of the cycle) is to improve
the current features. The highlights of this release are:
* New default color theme
* XWiki 2.1 is the default page syntax
* Delete space menu
* Simple space templates
* Special characters in attachment name
* Minimized action menu
* Display macro
* Improved Extension Manager UI
See the full release notes at
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
for more details.
Thanks
-The XWiki dev team
When try to attach files to a wiki page get the following warning page ....
Warning
This request contains an invalid authentication information.
This might happen in the following situations:
* You left the editor open in another window/tab and logged off and on
again
* Your authentication token exipired after a long period of inactivity
* Somebody tried to perform a CSRF attack
If you are sure that none of these situations apply in your case, you might
have found a bug. We are sorry about that, please report it on XWiki JIRA
Do you want to resend the request? If unsure, say No.
no
... Anyone know what's happening and how to fix it? I'm using XWIKI 3.2,
Tomcat 5.5 and MySQL 5.
Thanks.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
goldring, richard
Sent: 13 January 2012 09:25
To: 'XWiki Users'
Subject: Re: [xwiki-users] Backing up xwiki using mysql
Thanks Guillaume - it worked a treat - I'll setting up the my.cnf another
time, but at least I can backup now!
Does anyone know more about the recycle bin - don't seem able to access from
the wiki, and (I guess any deleted wiki pages or attachments go into it?)
the code snippet didn't seem to empty it from the database - any ideas how
to empty it?
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Guillaume Fenollar
Sent: 13 January 2012 08:55
To: XWiki Users
Subject: Re: [xwiki-users] Backing up xwiki using mysql
Hi Richard,
Here a quickfix: use max_allow_packet directive directly into your dump
command.
mysqldump --max_allowed_packet=512m nms_wiki > backup.sql
>
If you want to understand this more, you should try to change my.cnf, in the
section [mysqldump] (just like there is [client], you could create it if you
haven't) and try the command without putting max_allowed_packet into the
command, it should work too.
Sincerely,
--
Guillaume Fenollar
XWiki SysAdmin
Tel : +33 (0)1.83.62.65.97
2012/1/13 goldring, richard <richard.goldring(a)uk.thalesgroup.com>
> Hi All,
>
> Running ...
> mysqldump nms_wiki > backup.sql
>
> Returns ...
> mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet'
> bytes when dumping table `xwikiattrecyclebin` at row: 2
>
> I did have some rather large import attachments - which I deleted but
> they seem to have gone into the recycle bin - so I used the code
> snippet
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Empty+Trash+Bin
>
> To supposedly empty the bin, but get the same error above when I try
> and dump the database seeming to indicate the recycle bin isn't empty.
>
> Tried increasing the max_allowed_packet when I run mysql, but doesn't
> seem to have any affect - is something overriding it? We're running on
Solaris.
>
> Any ideas/help would be appreciated so I can backup the wiki
> successfully on mysql!!!!
>
> Thanks.
>
> Regards,
>
> Richard
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users