[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gallery-checkins
Subject:    [Gallery-checkins] CVS: gallery2/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platf
From:       Bharat Mediratta <bharat () users ! sourceforge ! net>
Date:       2002-10-28 18:51:35
[Download RAW message or body]

Update of /cvsroot/gallery/gallery2/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql
 In directory usw-pr-cvs1:/tmp/cvs-serv28256/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql


Modified Files:
	GalleryComment.sql 
Log Message:

* Added support for module item details (eg, comments, ratings, anything
  that a module manages).  Now when you add a comment you'll see it appear
  when viewing the item.  The comment module still needs some work on
  displaying this (like it should only display the first few comments and
  then provide a link) but the framework is in.

* Updated all translations (we've only got Spanish, and we haven't translated
  most of it yet, but it's a good placeholder).

* Did some minor cosmetic tweaks to the classic layout; mainly I just turned
  off borders for now and put a frame around the whole thing.  It's still
  very unpolished (but that's ok)

* Added the {galleryDate} template callback to format date strings.

* Added {galleryHighlight1}, {galleryHighlight2} template styles, that
  drive to GalleryTheme::highlight1(), GalleryTheme::highlight1() methods.
  Updated classic style to support these.

* {galleryLightFrame} now takes a width



Index: GalleryComment.sql
===================================================================
RCS file: /cvsroot/gallery/gallery2/modules/comment/classes/GalleryStorage/DatabaseStorage/schema/platform/mysql/GalleryComment.sql,v
 retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GalleryComment.sql	11 Sep 2002 05:41:01 -0000	1.1
+++ GalleryComment.sql	28 Oct 2002 18:51:03 -0000	1.2
@@ -11,40 +11,37 @@
     
     NOT NULL
   
-    ,
-  COLUMN_PREFIXcommenterId
+      ,
+    COLUMN_PREFIXcommenterId
       int(11)
     
-    ,
-  COLUMN_PREFIXhost
+      ,
+    COLUMN_PREFIXhost
       varchar(
       
           128
         
       )
     
-    ,
-  COLUMN_PREFIXcomment
+      ,
+    COLUMN_PREFIXcomment
       text
     
-    ,
-  COLUMN_PREFIXdate
+      ,
+    COLUMN_PREFIXdate
       datetime
     
     , 
   
-    INDEX (
-    COLUMN_PREFIXid
-    )
+    INDEX (COLUMN_PREFIXid)
     
       ,
     
-    INDEX (
-    COLUMN_PREFIXcomment
+    INDEX (COLUMN_PREFIXcomment
           (255)
-          
-    )
+          )
     
+
     ) TYPE=MyISAM;
 
     INSERT INTO TABLE_PREFIXSchema (



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
__[ g a l l e r y - c h e c k i n s ]_________________________

[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic