Manifest checksum

titop33

Joined: 2006-04-21
Posts: 6
Posted: Wed, 2006-05-31 05:32

Hello,
I developed a small module.
Now I want to install Gallery2 with this modules and a few hacks in core module.
What is the method to update MANIFEST files?
Thanks

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2006-06-05 07:00

@updates of core files:
a) you shouldn't change any core files. the whole point of modules is that you don't have to hack existing files. you extend the features by installing modules.
if you need to change core files to plug-in somewhere new features somehow, let's discuss this and see if we can include those changes in the next release of G2.

b) to generate MANIFEST files, use lib/tools/bin/makeManifest.pl from the command line. which requires perl. lib/tools/ is only present if you have the development package of g2.