Re: Question of using bootstrap to mobile

2018-09-06 Thread Paul Borel
I using to install this :

hg clone https://kallithea-scm.org/repos/kallithea -u stable


Le jeu. 6 sept. 2018 à 22:45, Paul Borel  a écrit :

> Thanks.
>
> Into defautl and stable branch more changes ? functions ?
>
> thanks
>
> Le jeu. 6 sept. 2018 à 22:20, Thomas De Schampheleire <
> patrickdeping...@gmail.com> a écrit :
>
>> Yes, it is. If you have an existing database, you'll use alembic to
>> upgrade it to the new schema. And you'll use gearbox instead of paster.
>>
>> Manual is at
>> https://kallithea.readthedocs.io/en/default/
>>
>> On Thu, Sep 6, 2018, 22:17 Paul Borel  wrote:
>>
>>> Hello,
>>>
>>> And it is simple to swith into default ?
>>>
>>> Thanks
>>>
>>> Le jeu. 6 sept. 2018 à 22:14, Thomas De Schampheleire <
>>> patrickdeping...@gmail.com> a écrit :
>>>
 The default branch is perfectly usable in production. It is stable in
 the sense that there are no instabilities in operation.
 As it is the version under development, it could be considered
 'unstable' in the sense that things are changing.

 /Thomas

 On Thu, Sep 6, 2018, 21:47 Paul Borel  wrote:

> Hello,
>
> I prefer that be stable. that mean using branch stable ?
>
>
> Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a
> écrit :
>
>> On 09/06/2018 09:37 PM, Paul Borel wrote:
>> > Hello,
>> >
>> > Did you consider to adapt the UI to be responsive ?
>>
>> The 'default' branch is using Bootstrap, mostly contributed by
>> Dominik.
>> Thomas recently proposed a solution to the big remaining problem of a
>> good way to use Bootstrap from a GPL application. Let's hope we soon
>> will release it. But it is perfectly usable from the default branch,
>> and
>> in many ways better than the stable branch, only less "stable".
>>
>> /Mads
>>
>
>
> --
> Paul
> ___
> kallithea-general mailing list
> kallithea-general@sfconservancy.org
> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>

>>>
>>> --
>>> Paul
>>>
>>
>
> --
> Paul
>


-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Paul Borel
Thanks.

Into defautl and stable branch more changes ? functions ?

thanks

Le jeu. 6 sept. 2018 à 22:20, Thomas De Schampheleire <
patrickdeping...@gmail.com> a écrit :

> Yes, it is. If you have an existing database, you'll use alembic to
> upgrade it to the new schema. And you'll use gearbox instead of paster.
>
> Manual is at
> https://kallithea.readthedocs.io/en/default/
>
> On Thu, Sep 6, 2018, 22:17 Paul Borel  wrote:
>
>> Hello,
>>
>> And it is simple to swith into default ?
>>
>> Thanks
>>
>> Le jeu. 6 sept. 2018 à 22:14, Thomas De Schampheleire <
>> patrickdeping...@gmail.com> a écrit :
>>
>>> The default branch is perfectly usable in production. It is stable in
>>> the sense that there are no instabilities in operation.
>>> As it is the version under development, it could be considered
>>> 'unstable' in the sense that things are changing.
>>>
>>> /Thomas
>>>
>>> On Thu, Sep 6, 2018, 21:47 Paul Borel  wrote:
>>>
 Hello,

 I prefer that be stable. that mean using branch stable ?


 Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a
 écrit :

> On 09/06/2018 09:37 PM, Paul Borel wrote:
> > Hello,
> >
> > Did you consider to adapt the UI to be responsive ?
>
> The 'default' branch is using Bootstrap, mostly contributed by
> Dominik.
> Thomas recently proposed a solution to the big remaining problem of a
> good way to use Bootstrap from a GPL application. Let's hope we soon
> will release it. But it is perfectly usable from the default branch,
> and
> in many ways better than the stable branch, only less "stable".
>
> /Mads
>


 --
 Paul
 ___
 kallithea-general mailing list
 kallithea-general@sfconservancy.org
 https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

>>>
>>
>> --
>> Paul
>>
>

-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Thomas De Schampheleire
Yes, it is. If you have an existing database, you'll use alembic to upgrade
it to the new schema. And you'll use gearbox instead of paster.

Manual is at
https://kallithea.readthedocs.io/en/default/

On Thu, Sep 6, 2018, 22:17 Paul Borel  wrote:

> Hello,
>
> And it is simple to swith into default ?
>
> Thanks
>
> Le jeu. 6 sept. 2018 à 22:14, Thomas De Schampheleire <
> patrickdeping...@gmail.com> a écrit :
>
>> The default branch is perfectly usable in production. It is stable in the
>> sense that there are no instabilities in operation.
>> As it is the version under development, it could be considered 'unstable'
>> in the sense that things are changing.
>>
>> /Thomas
>>
>> On Thu, Sep 6, 2018, 21:47 Paul Borel  wrote:
>>
>>> Hello,
>>>
>>> I prefer that be stable. that mean using branch stable ?
>>>
>>>
>>> Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a
>>> écrit :
>>>
 On 09/06/2018 09:37 PM, Paul Borel wrote:
 > Hello,
 >
 > Did you consider to adapt the UI to be responsive ?

 The 'default' branch is using Bootstrap, mostly contributed by Dominik.
 Thomas recently proposed a solution to the big remaining problem of a
 good way to use Bootstrap from a GPL application. Let's hope we soon
 will release it. But it is perfectly usable from the default branch,
 and
 in many ways better than the stable branch, only less "stable".

 /Mads

>>>
>>>
>>> --
>>> Paul
>>> ___
>>> kallithea-general mailing list
>>> kallithea-general@sfconservancy.org
>>> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>>>
>>
>
> --
> Paul
>
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Paul Borel
Hello,

And it is simple to swith into default ?

Thanks

Le jeu. 6 sept. 2018 à 22:14, Thomas De Schampheleire <
patrickdeping...@gmail.com> a écrit :

> The default branch is perfectly usable in production. It is stable in the
> sense that there are no instabilities in operation.
> As it is the version under development, it could be considered 'unstable'
> in the sense that things are changing.
>
> /Thomas
>
> On Thu, Sep 6, 2018, 21:47 Paul Borel  wrote:
>
>> Hello,
>>
>> I prefer that be stable. that mean using branch stable ?
>>
>>
>> Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a
>> écrit :
>>
>>> On 09/06/2018 09:37 PM, Paul Borel wrote:
>>> > Hello,
>>> >
>>> > Did you consider to adapt the UI to be responsive ?
>>>
>>> The 'default' branch is using Bootstrap, mostly contributed by Dominik.
>>> Thomas recently proposed a solution to the big remaining problem of a
>>> good way to use Bootstrap from a GPL application. Let's hope we soon
>>> will release it. But it is perfectly usable from the default branch, and
>>> in many ways better than the stable branch, only less "stable".
>>>
>>> /Mads
>>>
>>
>>
>> --
>> Paul
>> ___
>> kallithea-general mailing list
>> kallithea-general@sfconservancy.org
>> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>>
>

-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Thomas De Schampheleire
The default branch is perfectly usable in production. It is stable in the
sense that there are no instabilities in operation.
As it is the version under development, it could be considered 'unstable'
in the sense that things are changing.

/Thomas

On Thu, Sep 6, 2018, 21:47 Paul Borel  wrote:

> Hello,
>
> I prefer that be stable. that mean using branch stable ?
>
>
> Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a
> écrit :
>
>> On 09/06/2018 09:37 PM, Paul Borel wrote:
>> > Hello,
>> >
>> > Did you consider to adapt the UI to be responsive ?
>>
>> The 'default' branch is using Bootstrap, mostly contributed by Dominik.
>> Thomas recently proposed a solution to the big remaining problem of a
>> good way to use Bootstrap from a GPL application. Let's hope we soon
>> will release it. But it is perfectly usable from the default branch, and
>> in many ways better than the stable branch, only less "stable".
>>
>> /Mads
>>
>
>
> --
> Paul
> ___
> kallithea-general mailing list
> kallithea-general@sfconservancy.org
> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
>
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Paul Borel
Hello,

I prefer that be stable. that mean using branch stable ?


Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich  a écrit :

> On 09/06/2018 09:37 PM, Paul Borel wrote:
> > Hello,
> >
> > Did you consider to adapt the UI to be responsive ?
>
> The 'default' branch is using Bootstrap, mostly contributed by Dominik.
> Thomas recently proposed a solution to the big remaining problem of a
> good way to use Bootstrap from a GPL application. Let's hope we soon
> will release it. But it is perfectly usable from the default branch, and
> in many ways better than the stable branch, only less "stable".
>
> /Mads
>


-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: Question of using bootstrap to mobile

2018-09-06 Thread Mads Kiilerich

On 09/06/2018 09:37 PM, Paul Borel wrote:

Hello,

Did you consider to adapt the UI to be responsive ?


The 'default' branch is using Bootstrap, mostly contributed by Dominik. 
Thomas recently proposed a solution to the big remaining problem of a 
good way to use Bootstrap from a GPL application. Let's hope we soon 
will release it. But it is perfectly usable from the default branch, and 
in many ways better than the stable branch, only less "stable".


/Mads
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Question of using bootstrap to mobile

2018-09-06 Thread Paul Borel
Hello,

Did you consider to adapt the UI to be responsive ?

Thanks

-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: question of configuration of repositories

2018-09-06 Thread Paul Borel
Thanks.

Le jeu. 6 sept. 2018 à 21:31, Mads Kiilerich  a écrit :

> [Please always include the mail list in replies.]
>
> Great it works for you with nginx.
>
> Apache also works fine for others, so it doesn't seem like a general
> Apache problem. Probably just something in the local configuration that got
> fixed by starting from scratch.
>
> /Mads
>
>
>
> On 09/06/2018 02:32 PM, Paul Borel wrote:
>
> Hello,
>
> Strange it seams config Apache problem ? I chance to nginx and it solve
> the problem 
>
> Thanks
>
> Le jeu. 6 sept. 2018 à 12:04, Paul Borel  a écrit :
>
>> Hello,
>>
>> The canonical_url is not set.
>>
>> I use Debian 9 with Apache.
>>
>> Thanks
>>
>> Le jeu. 6 sept. 2018 à 12:03, Mads Kiilerich  a
>> écrit :
>>
>>> On 09/06/2018 11:44 AM, Paul Borel wrote:
>>>
>>> Hello,
>>>
>>>
>>> *What Kallithea version are you using? *
>>> *0.3.5 *
>>> *Exactly where do you see the strange string you mention?*
>>>
>>>
>>>
>>> *What do you get after clicking "Show by ID" on the repo summary page? *
>>>
>>> *https://p...@git.printaplus.fr ,
>>> git.printaplus.fr/_20  *
>>>
>>>
>>> *What do you have in admin -> settings -> visual -> Clone URL?*
>>> *{scheme}://{user}@{netloc}/{repo}*
>>>
>>>
>>> *Is the "copyright" link in the footer pointing to a working
>>> "about#copyright" with an absolute URL? *
>>> https://git.printaplus.fr%2C%20git.printaplus.fr/about#copyright
>>>
>>>
>>>
>>> Do you have canonical_url set in your .ini file?
>>>
>>> If not, it must be a problem with the WSGI environment, more
>>> specifically about how it reports HTTP_HOST and SERVER_NAME to Kallithea.
>>> What WSGI server are you using and how is it set up?
>>>
>>> /Mads
>>>
>>
>>
>> --
>> Paul
>>
>
>
> --
> Paul
>
>
>

-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: question of configuration of repositories

2018-09-06 Thread Mads Kiilerich

[Please always include the mail list in replies.]

Great it works for you with nginx.

Apache also works fine for others, so it doesn't seem like a general 
Apache problem. Probably just something in the local configuration that 
got fixed by starting from scratch.


/Mads



On 09/06/2018 02:32 PM, Paul Borel wrote:

Hello,

Strange it seams config Apache problem ? I chance to nginx and it 
solve the problem 


Thanks

Le jeu. 6 sept. 2018 à 12:04, Paul Borel > a écrit :


Hello,

The canonical_url is not set.

I use Debian 9 with Apache.

Thanks

Le jeu. 6 sept. 2018 à 12:03, Mads Kiilerich mailto:m...@kiilerich.com>> a écrit :

On 09/06/2018 11:44 AM, Paul Borel wrote:

Hello,

/What Kallithea version are you using?
/*0.3.5
*
/Exactly where do you see the strange string you mention?/


/What do you get after clicking "Show by ID" on the repo
summary page?
/
*https://p...@git.printaplus.fr, git.printaplus.fr/_20

*


/What do you have in admin -> settings -> visual -> Clone URL?/
*{scheme}://{user}@{netloc}/{repo}*

/Is the "copyright" link in the footer pointing to a working
"about#copyright" with an absolute URL?
/
https://git.printaplus.fr%2C%20git.printaplus.fr/about#copyright





Do you have canonical_url set in your .ini file?

If not, it must be a problem with the WSGI environment, more
specifically about how it reports HTTP_HOST and SERVER_NAME to
Kallithea. What WSGI server are you using and how is it set up?

/Mads



-- 
Paul




--
Paul



___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: question of configuration of repositories

2018-09-06 Thread Mads Kiilerich

On 09/06/2018 11:44 AM, Paul Borel wrote:

Hello,

/What Kallithea version are you using?
/*0.3.5
*
/Exactly where do you see the strange string you mention?/


/What do you get after clicking "Show by ID" on the repo summary page?
/
*https://p...@git.printaplus.fr, git.printaplus.fr/_20 


*


/What do you have in admin -> settings -> visual -> Clone URL?/
*{scheme}://{user}@{netloc}/{repo}*

/Is the "copyright" link in the footer pointing to a working 
"about#copyright" with an absolute URL?

/
https://git.printaplus.fr%2C%20git.printaplus.fr/about#copyright 






Do you have canonical_url set in your .ini file?

If not, it must be a problem with the WSGI environment, more 
specifically about how it reports HTTP_HOST and SERVER_NAME to 
Kallithea. What WSGI server are you using and how is it set up?


/Mads
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


Re: question of configuration of repositories

2018-09-06 Thread Mads Kiilerich

On 09/06/2018 09:52 AM, Paul Borel wrote:

Hello,

In URL repository I have strange format. My doamin is : 
git.printaplus.fr  and in repso I'v got :


https://p...@git.printaplus.fr, 
git.printaplus.fr/CROUS78/sl-outils/sl-server 



for exemple.


What Kallithea version are you using?

Exactly where do you see the strange string you mention?

What do you get after clicking "Show by ID" on the repo summary page?

What do you have in admin -> settings -> visual -> Clone URL?

Is the "copyright" link in the footer pointing to a working 
"about#copyright" with an absolute URL?


/Mads
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general


question of configuration of repositories

2018-09-06 Thread Paul Borel
Hello,

In URL repository I have strange format. My doamin is : git.printaplus.fr
and in repso I'v got :

https://p...@git.printaplus.fr,
git.printaplus.fr/CROUS78/sl-outils/sl-server

for exemple.

Thanks

-- 
Paul
___
kallithea-general mailing list
kallithea-general@sfconservancy.org
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general