Hi Paul, Compared to the stable branch, the default branch is using a new backend framework (TurboGears2 instead of Pylons), new frontend framework (Bootstrap), a new database migration tool (Alembic), and a new test framework (pytest instead of nose/unittest) Besides these big changes there have also been other improvements to the code base and bug fixes.
If you already have a repository, you can switch to the default branch using 'hg update default'. Then follow the instructions at https://kallithea.readthedocs.io/en/default/upgrade.html. Let us know if something is unclear. /Thomas El jue., 6 sept. 2018 a las 22:47, Paul Borel (<[email protected]>) escribió: > > I using to install this : > > hg clone https://kallithea-scm.org/repos/kallithea -u stable > > > Le jeu. 6 sept. 2018 à 22:45, Paul Borel <[email protected]> a écrit : >> >> Thanks. >> >> Into defautl and stable branch more changes ? functions ? >> >> thanks >> >> Le jeu. 6 sept. 2018 à 22:20, Thomas De Schampheleire >> <[email protected]> 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 <[email protected]> wrote: >>>> >>>> Hello, >>>> >>>> And it is simple to swith into default ? >>>> >>>> Thanks >>>> >>>> Le jeu. 6 sept. 2018 à 22:14, Thomas De Schampheleire >>>> <[email protected]> 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 <[email protected]> wrote: >>>>>> >>>>>> Hello, >>>>>> >>>>>> I prefer that be stable. that mean using branch stable ? >>>>>> >>>>>> >>>>>> Le jeu. 6 sept. 2018 à 21:44, Mads Kiilerich <[email protected]> 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 >>>>>> [email protected] >>>>>> https://lists.sfconservancy.org/mailman/listinfo/kallithea-general >>>> >>>> >>>> >>>> -- >>>> Paul >> >> >> >> -- >> Paul > > > > -- > Paul _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
