CVS messages for Historic Monument Display
August 3, 2007
-
Added capability to show number of associated images in monument_listbytitle
July 30, 2007
-
Historic Monument Display: /modules/monument/monument.module 1.13
Historic Monument Display: /modules/monument/monument_image.module 1.15This commit fixes cascade deletion of related data in monument_image table. If a monument or an image with related monument_image data is deleted, then the extra data in monument_image table now gets deleted. If an image is de-associated with a monument then extra monument_image data gets deleted.
-
Historic Monument Display: /modules/monument/monument.module 1.12
Historic Monument Display: /modules/monument/monument_image.module 1.14Fixing up code to handle access and permissions Fixing up deletion of nodes via both _delete and _nodeapi hooks
July 26, 2007
-
Corrected introduced typo in hook_nodeapi, case 'update', $node-> was missing the -
July 20, 2007
-
Really fix the bug whereby monument_image data was being recorded erroneously. Problem was also in nodeapi (case 'insert')
-
Fixes a bug whereby a monument_image could not be designated as a key_image. This was due to an incorrect query and incorrect handling of the result of the query
-
Fix a bug evident when image upload module being used Because during bulk upload of images, users cannot intervene to specify that an image is or is not a monument image, via state '-8', bulk uploaded images were being put into database table monument_image with mid=0 and monument status -9. To correct this, I have disposed of '-9' and instead, if the user does not stipulate whether the image is related to a monument or not, the module now automatically assumes that it is NOT.
July 17, 2007
-
Moved 'Monuments by title' code from hook_block to _get_monument_letter_links_by_title() - this is easier to re-use from various places.
July 8, 2007
March 19, 2007
-
Added $base_url to fix problem with compass rose display + clean URLs
