Hi everyone,
I would like to retrieve the complete sources files of Xwiki, version 1.3.1.
Unfortunately, I can't get it from the SVN repository... I can't find the
files that I need.
Where could I find all the sources files of the 1.3.1 version?
Can anyone upload it anywhere or send it to me?
Thanks !
Philippe
--
View this message in context: http://www.nabble.com/Get-sources-of-Xwiki----tp16559146p16559146.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWikiers,
I've been trying to understand how RSS aggregation does work without
much success :-(
As far as I can see, the entries shown under Recent Changes in the
default XWiki main page when the *.xar is imported depend on the logged
user. This is great: users only see entries they have access to.
But what I am not able to get working is a RSS reader like NetNewsWire
accessing this thread with basic authentication. I get the same results
with and without basic authentication.
Please, could you tell me if this is the expected behavior? Or, where am
I wrong? Thanks!
Cheers,
Ricardo
--
Ricardo RodrÃguez
Your EPEC Network ICT Team
hi,
We have installed XE 1.2.1, and we are trying to develop an intranet in
our XWiki. Now a problem is occuring when login and the message showing
is:
"A problem occured while trying to service your request. Please contact
the support if this happens again."
What will be the reason for it?
regards,
project trainees.
Harjeet Wrote
>
>
>> Hello,
>> Can the applications for Xwiki Enterprise be added to the Xwiki
>> Workspaces. On the XWiki Workspaces main page it mentions that -
>> "Of course, under the hood Workspaces is based on Enterprise, and
>> with
>> some work you can get the same extensibility, but this is not the
>> goal
>> of this product."
>>
>> Should I even try extending the XWiki Workspaces the way it is
>> possible with Xwiki Enterprise, since I am fairly new to XWiki. There
>> is this concept of User spaces which is very appealing in the
>> Workspaces which I really require. What are the limitations which I
>> would be working against, so that I do not try to solve a problem
>> which cannot be solved or atleast with decent effort.
>
> If you are new to XWiki, my best advice would be that you first get
> experienced with its platform and development practices in XWiki
> Enterprise before trying to extend XWiki Workspaces. Then, if you
> really
> are willing to develop/integrate new application inside Workspaces,
> the
> best way to start is to look how its current application are built.
> For
> example, for the Wiki application, you can look at the code under the
> XWSWiki/ space and the application descriptor in XWSApps/WikiApp.
> Hope this helps, Regards,
> Jerome.
>>
Thanks Jerome, I have already started on that. What I would like to
know is it is possible. In making the Workspace easier and more
straighforward to use, has some functionalities ( jars, templates,
rights etc) been taken out from the XWiki Enterprise. Do I still have
all the functionalities of Enterprise under the hood?
Regards,
Harjeet.
I’m trying to find a way to manage the LDAP authentication issue with group.
My LDAP configuration has a group like this
OU=developers,DC=company,DC=local where under that there is the CN with the
list of users but the login name is not CN it is sAMAccountName so I don’t
understand how to configure the proprieties in XWIKI.cfg with the LDAP tree
is like this
DC=company,DC=local
|
OU=developers
|
CN=user1
|
sAMAccountName=usernameuser1
CN=user2
|
sAMAccountName=usernameuser2
Does anyone know how to configure wiki.authentication.ldap.user_group?
The others parameters are
#-# base DN for searches
xwiki.authentication.ldap.base_DN=DC= company,DC=local
#-# specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=sAMAccountName
TIA
MDT
--
View this message in context: http://www.nabble.com/Request-for-help-LDAP-workaround-tp16548787p16548787.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
Please has any body know hot to center <div id="xwikimaincontainer">? I
am working with a customized network based on toucan. XE 1.3. And I am
not able to figure out how to do that. Thanks!
Ricardo
--
Ricardo RodrÃguez
Your EPEC Network ICT Team
XWiki Watch 1.0 Milestone 4 Released
The XWiki development team is pleased to announce the release of XWiki
Watch 1.0 Milestone 4.
You can go grab it at
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiWatch.
This release include both bug fixes and new features, among which you can
find:
* Upgraded to GWT 1.4 which improves performance and brings new features
* Added autosuggest for article tags
* Added delete and edit actions to groups and keywords as well as a
mechanism to delete fetched articles upon deleting a feed
* Various bugfixes and improvements
Check the full release notes at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch10M4 and the
installation guide at
http://code.xwiki.org/xwiki/bin/view/Applications/WatchApplication for
more details.
Have fun!
The XWiki Watch development team
Hello,
Can the applications for Xwiki Enterprise be added to the Xwiki
Workspaces. On the XWiki Workspaces main page it mentions that -
"Of course, under the hood Workspaces is based on Enterprise, and with
some work you can get the same extensibility, but this is not the goal
of this product."
Should I even try extending the XWiki Workspaces the way it is
possible with Xwiki Enterprise, since I am fairly new to XWiki. There
is this concept of User spaces which is very appealing in the
Workspaces which I really require. What are the limitations which I
would be working against, so that I do not try to solve a problem
which cannot be solved or atleast with decent effort.
An example of what I would like to try is bring in the application of
forums besides others
Thanks in advance,
Harjeet.