Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Removed articles component, moved logic to journal component.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Nov 27, 2010
1 parent 5357b76 commit 229c177
Show file tree
Hide file tree
Showing 15 changed files with 153 additions and 304 deletions.
4 changes: 3 additions & 1 deletion _release/update-0.7.9.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ alter table `#__NotificationsIncoming` add Title char(255);
drop table `#__journalPrivacy`;
drop table `#__journalPost`;

create table `#__JournalEntries` ( `Entry_FK` int(11) NOT NULL AUTO_INCREMENT, `Owner_FK` int(11) DEFAULT NULL, `Title` char(200) DEFAULT NULL, `Body` text, `Identifier` char(32) DEFAULT NULL, `Created` datetime DEFAULT NULL, `Updated` datetime DEFAULT NULL, PRIMARY KEY (`Entry_FK`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
create table `#__JournalEntries` ( `Entry_FK` int(11) NOT NULL AUTO_INCREMENT, `Owner_FK` int(11) DEFAULT NULL, `Title` char(200) DEFAULT NULL, `Body` text, `Identifier` char(32) DEFAULT NULL, `Created` datetime DEFAULT NULL, `Updated` datetime DEFAULT NULL, PRIMARY KEY (`Entry_FK`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

drop table `#__contentArticles`;
3 changes: 0 additions & 3 deletions components/articles/articles.conf

This file was deleted.

32 changes: 0 additions & 32 deletions components/articles/articles.php

This file was deleted.

Empty file.
117 changes: 0 additions & 117 deletions components/articles/controllers/summaries.php

This file was deleted.

63 changes: 0 additions & 63 deletions components/articles/controllers/tabs.php

This file was deleted.

1 change: 0 additions & 1 deletion components/articles/languages/en-US/articles.lang

This file was deleted.

48 changes: 0 additions & 48 deletions components/articles/models/articles.php

This file was deleted.

26 changes: 0 additions & 26 deletions components/articles/views/summaries.php

This file was deleted.

5 changes: 0 additions & 5 deletions components/articles/views/tabs.admin.php

This file was deleted.

5 changes: 0 additions & 5 deletions components/articles/views/tabs.current.php

This file was deleted.

3 changes: 0 additions & 3 deletions components/articles/views/tabs.php

This file was deleted.

0 comments on commit 229c177

Please sign in to comment.