Log of /contributions/modules/monument/monument_image.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 30 23:55:56 2007 UTC
(2 years, 3 months ago)
by
grunthus
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.14: +32 -40 lines
Diff to
previous 1.14
This 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.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 30 01:56:29 2007 UTC
(2 years, 3 months ago)
by
grunthus
Branch:
MAIN
Changes since
1.13: +283 -396 lines
Diff to
previous 1.13
Fixing up code to handle access and permissions
Fixing up deletion of nodes via both _delete and _nodeapi hooks
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 20 21:49:35 2007 UTC
(2 years, 4 months ago)
by
grunthus
Branch:
MAIN
Changes since
1.11: +7 -20 lines
Diff to
previous 1.11
Really fix the bug whereby monument_image data was being recorded
erroneously.
Problem was also in nodeapi (case 'insert')
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 20 17:38:21 2007 UTC
(2 years, 4 months ago)
by
grunthus
Branch:
MAIN
Changes since
1.10: +6 -4 lines
Diff to
previous 1.10
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
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 20 16:29:46 2007 UTC
(2 years, 4 months ago)
by
grunthus
Branch:
MAIN
Changes since
1.9: +12 -3 lines
Diff to
previous 1.9
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.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.