made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
This commit is contained in:
parent
cedef1c8ac
commit
7fcfb11f20
10 changed files with 248 additions and 76 deletions
|
|
@ -46,9 +46,16 @@ addAdManager();
|
|||
updateMatrix();
|
||||
updateFolder();
|
||||
addRichEditUpload();
|
||||
updateArticle();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateArticle {
|
||||
print "\tAllowing articles to have direct attachments.\n";
|
||||
$session->db->write("alter table Article add column storageId varchar(22) binary");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub addRichEditUpload {
|
||||
print "\tAdding the ability to upload from the rich editor.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue