build 200411201925 : - category icons updated
- heavy optimizations for category only made of sub categories and recent categories special page
- more than first IPTC keyword support
(needs a complete rebuild of your gallery)Offline
Among available mailing-lists, phpwebgallery-cvs gives you informations about each commit in the source code version manager. It can be very interesting to know with a great precision what will change in next build.
Offline
new build 200411242303 (see first post)
Offline
new build 200411260016 (see first post)
Offline
new build 200412040959 (see first post)
Offline
new build 200412052308 (see first post)
Offline
new build 200412190038 (see first post)
modification of type of column sessions.expiration :
alter table phpwebgallery_sessions add column expiration_temp int(11) unsigned; update phpwebgallery_sessions set expiration_temp = expiration; alter table phpwebgallery_sessions modify expiration datetime not null; update phpwebgallery_sessions set expiration = FROM_UNIXTIME(expiration_temp); alter table phpwebgallery_sessions drop column expiration_temp;
Offline
new build 200412272240 (see first post)
Offline
Whiler wrote:
Is there a migration script for SQL/PHP ?
I just download the phpwebgallery-BSF_200412272240 and saw many differences between the two database schemas...
What is the way all the people, beta-testers used it ? Is it possible to migrate ?
I saw, by example, that the table user_category has disapeared... the table config has totally changed...
If I wanna use the BSF but integrating old datas.. what are the good practice to successfully do it ?
I'm actually using PhpWebGallery 1.3.4
Whiler wrote:
Je me répète toujours beaucoup quand je parle anglais ;)
Offline
Whiler wrote:
Is there a migration script for SQL/PHP ?
migration script is not available yet. In BSF, you have sometimes to recreate all your gallery. But remember : BSF is only a test version.
Offline
new build 200412282015 (see first post)
this build corrects stupid critical bugs on synchronization process. With previous build, you can't synchronize filesystem and database categories :-/
Offline
release 1.4.0RC1 !
download on 1.4 builds
Offline
release 1.4.0RC2
Offline
release 1.4.0.RC3
Offline