[Koha-devel] Database updates

2012-12-27 Thread Jared Camins-Esakov
Hello. I just pushed bug 7167, which changes the way database updates work. I wrote up instructions for database updates at http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure Please be sure to read those instructions and follow them in the future. Regards, Jared

Re: [Koha-devel] Database updates

2012-12-27 Thread Jared Camins-Esakov
> I just pushed bug 7167, which changes the way database updates work. I > wrote up instructions for database updates at > http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure > > Please be sure to read those instructions and follow them in the future. > Additionally

Re: [Koha-devel] Database updates

2012-12-28 Thread Jonathan Druart
> Hello. > > I just pushed bug 7167, which changes the way database updates work. I > wrote up instructions for database updates at > http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure > > Please be sure to read those instructions and follow them in the future. > >

Re: [Koha-devel] Database updates

2013-01-02 Thread Paul Poulain
Le 27/12/2012 18:01, Jared Camins-Esakov a écrit : > Hello. > > I just pushed bug 7167, which changes the way database updates work. I > wrote up instructions for database updates > at > http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure > > Please be sure to rea

Re: [Koha-devel] Database updates

2013-01-02 Thread Chris Cormack
The patches were reverted (it broke installing) so no change yet I don't think . Also I will not be pushing it to 3.10.x so if anything is for 3.10.x and needs a db change, when this patch is pushed, we will need 2 sets of db changes. Chris On Jan 2, 2013 11:31 PM, "Paul Poulain" wrote: > Le 2

Re: [Koha-devel] Database updates

2013-01-02 Thread Jared Camins-Esakov
Paul, > I just pushed bug 7167, which changes the way database updates work. I > > wrote up instructions for database updates > > at > http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure > > > > Please be sure to read those instructions and follow them in the future

Re: [Koha-devel] Database updates

2013-01-02 Thread Paul Poulain
Le 02/01/2013 15:15, Jared Camins-Esakov a écrit : > > Also, I have a correction to Chris's response: we will not need two > separate sets of DB changes because I will be copying every non-linear > update into updatedatabase.pl . That was the > reason for the CheckVersion

Re: [Koha-devel] Database updates

2013-01-02 Thread Chris Cormack
On Jan 3, 2013 3:15 AM, "Jared Camins-Esakov" wrote: > > Paul, > >> > I just pushed bug 7167, which changes the way database updates work. I >> > wrote up instructions for database updates >> > at http://wiki.koha-community.org/wiki/Database_updates#Using_the_new_update_procedure >> > >> > Please

Re: [Koha-devel] Database updates

2013-01-02 Thread Jared Camins-Esakov
Chris, > Also, I have a correction to Chris's response: we will not need two > separate sets of DB changes because I will be copying every non-linear > update into updatedatabase.pl. That was the reason for the CheckVersion() > routine. > > > > Hi > > While that is a good idea, and will mean the p

Re: [Koha-devel] Database updates

2013-01-02 Thread Chris Cormack
Nope, that file won't exist in stable, and every patch that references it will fail to apply. I repeat I am not pushing anything to do with 7167 to stable . Including a file that we ignore. Chris Jared Camins-Esakov wrote: >Chris, > >> Also, I have a correction to Chris's response: we will

[Koha-devel] Database updates on master [IMPORTANT]

2012-01-06 Thread Paul Poulain
Hello, a very important information: After a long discussion with chris_c and chris_n, it seems I made a mistake and have found a hidden problem. * the hidden problem (that was hidden for me, and probably for most of you. both chris where aware) : in 3.4 and 3.6, when a patch with a updatedatabas