Update of /cvs/scoop/scoop/struct/patch-files/current In directory lithium.sabren.com:/tmp/cvs-serv1516/struct/patch-files/current Modified Files: README Added Files: patch-20-StoryPosting.sql Log Message: Hulver's fixes for bugs 24, 77, 86, 160, 176, and 185 -janra Index: README =================================================================== RCS file: /cvs/scoop/scoop/struct/patch-files/current/README,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** README 26 May 2005 11:02:21 -0000 1.110 --- README 28 May 2005 01:56:29 -0000 1.111 *************** *** 95,98 **** --- 95,101 ---- Move the story vote messages from code into blocks. + May 27 6:45 patch-20-StoryPosting.sql + Updates the story post messages and the story post form action + Any problems, email scoop-help at lists.kuro5hin.org (don't forget to join!) join here: http://lists.kuro5hin.org/mailman/listinfo/scoop-help --- NEW FILE: patch-20-StoryPosting.sql --- UPDATE blocks SET bid = 'diary_post_message' WHERE bid = 'diary_submission_message'; INSERT INTO blocks VALUES ('post_message','<P><FONT SIZE=\"+1\">Your entry has been automatically posted</FONT></P>','1','<P>This block is displayed below the story body when it has been auto-posted. It should be self-contained HTML.</P>','Stories','default','en'); UPDATE blocks SET block=REPLACE(block,'ACTION=\"/\"','ACTION=\"%%rootdir%%/\"') WHERE bid='edit_story_form';