[xwiki-users] Changing border-top color of basic tables

2016-06-13 Thread Andrew Kuang
Hi, 

I was looking into a way to modify the border-top color of tables in XWiki
(defined in table.less) such that all basic tables have a solid 1px black
top border (instead of the current solid 1px #ddd definition). I've been
having trouble with finding a proper way to apply the style only to basic
tables. Here are a few approaches I have taken:

*Approach 1.* Override the tables.less file in our own tables_overrides.less
and make all tables have a black 1px border. 
*Problem:* This selector is too general, and adds a black border to all
tables on the page (History pane, Format guide, etc)
 
*Approach 2.* Narrow the selector down to #xwikicontent (only the user’s
content). #xwikicontent .table
*Problem:* Now all tables in the xwikicontent div have borders and nowhere
outside; however, other tables (such as those used by live tables) are also
selected, making the LiveTables look wrong.
 
*Approach 3.* Modify only the source where the border-color is defined
(because table styles simply use @table-border-color variable to define the
default border-top style
*Problem:* XWiki uses tables throughout (i.e. History pane) and these tables
also use @table-border-color, making their border-top black as well.
 
*Approach 4.* Create a new table class (i.e. class=“bordered”) so that we
can specifically select tables defined by CKEditor and nothing else. Hook
into CKEditor table dialog and set Stylesheet Classes to “bordered” by
default
*Problem:* Users creating tables via source editor will have no context of
adding borders to their table and their tables will not have proper borders
by default
 
As of now, there does not seem to be any clear cut way of selecting only the
basic tables (because so many other parts of XWiki use that basic table). I
was wondering if anyone has any insight on a possible solution to this
issue. Thanks!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Changing-border-top-color-of-basic-tables-tp7599949.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] [ANN] Contrib Parent 7.4-3 has been releases

2016-06-13 Thread Thomas Mortagne
I just released a new version of the Contrib parent poms which add
support for automatic close and release on Nexus repository.

See https://github.com/xwiki-contrib/parent.

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


Re: [xwiki-users] RSS Feed

2016-06-13 Thread Mahomed Hussein
I've never really used the RSS feed or the blog, but sounds like you have a 
permissions issue.

Have you given "Unregistered Users" view permission and unticked "Prevent 
unregistered users from viewing pages, regardless of the page or space rights" 
in Administration > Rights?

Apart from that, you may want to post more details with links to the plugin, 
screenshots and a copy of the error message.


Kind regards,



Mahomed Hussein
Custodian Data Centre
Email: maho...@custodiandc.com
http://www.CustodianDC.com

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Paul Pinkerton (ACLCO)
Sent: 10 June 2016 15:57
To: 'XWiki Users' 
Subject: Re: [xwiki-users] RSS Feed

Sorry to bump this up again to try and get some help here, but I kind of need 
to solve this a bit urgently...  if possible... Anyone have ideas on this?

Paul Pinkerton
ACLCO/ KnowledgeNow



From: Paul Pinkerton  (ACLCO)
Sent: June 9, 2016 11:06 AM
To: 'XWiki Users'
Subject: RSS Feed

Having trouble with the RSS Macro. Gives me a failed to execute the RSS macro 
error.  I am trying to display the RSS from a blog post (xwiki blog 
application).  It seems to work with an external (public) RSS, but an RSS feed 
from the internal blog (requires users to login) doesn't seem to work.

Any thoughts?

Paul Pinkerton
KnowledgeNow Project/ ACLCO

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Bruno
Sent: June-09-16 10:49 AM
To: users@xwiki.org
Subject: Re: [xwiki-users] Sorting pages in a tree macro


Le 08/06/2016 18:51, Marius Dumitru Florea a écrit :
> On Tue, Jun 7, 2016 at 5:29 PM, Bruno  wrote:
>
>> Hello,
>>
>>
>> In XWiki Enterprise 7.4.2., is it possible to sort girls pages in a
>> tree macro ?
>>
> I suppose you are referring to the document tree macro
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro .
> The child pages are already sorted by their (technical) name. There is
> an open issue http://jira.xwiki.org/browse/XWIKI-12832 to sort by page title.
> What do you want to sort by?
>
I am referring to the gadget "Page tree" which allows to sort the pages by drag 
and drop. However, he does not preserve the imposed order (on my wiki).
I would like to be able to sort manually, to give the order I want to my pages 
(as with "Page tree" but with order preserved).
Is it possible or must I do it by creating my summary manually ?

>> For example, if I create a page for each chapter of a documentation,
>> and I want the parent page to contain the list, should I do the summary by 
>> hand ?
>>
>> Thanks.
>>
>> _
>>
>> Bruno Joffredo
>>
>> Ecole Centrale de Nantes
>>
>> Centre de Ressources Informatiques - Bur. D019
>>
>> 1 rue de la Noë
>>
>> BP 92101
>>
>> F-44321 Nantes cedex 3
>>
>> Tél. 02.40.37.68.06
>> Mail : bruno.joffr...@ec-nantes.fr
>> 
>> _
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr 
_



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


Re: [xwiki-users] Unsubscribe from the group

2016-06-13 Thread Vincent Massol

> On 11 Jun 2016, at 15:55, Mohit Gupta  wrote:
> 
> Hi All,
> 
> I want to unsubscribe from this group. I have tried below link, entered my
> email id and click unsubscribe, But i never got  confirmation email for
> unsubscription,
> 
> http://lists.xwiki.org/mailman/options/users
> 
> Can admin unsubscribe me from this group.

Done.

-Vincent

> Thanks

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