HomeHelpTrac

Ignore:
Timestamp:
01/05/09 22:59:11 (3 years ago)
Author:
Anton Lesnikov
Message:
  1. Chat module added, removed an old one.
  2. Removed an old modules mechanism.
  3. Request and Service classes for module engine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/v61.sql

    r8242 r8251  
    61806180 
    61816181INSERT INTO `MemActions` VALUES(1, 'send greetings', NULL); 
    6182 INSERT INTO `MemActions` VALUES(2, 'use chat', NULL); 
    61836182INSERT INTO `MemActions` VALUES(4, 'view profiles', NULL); 
    61846183INSERT INTO `MemActions` VALUES(5, 'use forum', NULL); 
     
    61896188INSERT INTO `MemActions` VALUES(10, 'use Ray instant messenger', NULL); 
    61906189INSERT INTO `MemActions` VALUES(11, 'use Ray video recorder', NULL); 
    6191 INSERT INTO `MemActions` VALUES(12, 'use Ray chat', NULL); 
    61926190INSERT INTO `MemActions` VALUES(13, 'use guestbook', NULL); 
    61936191INSERT INTO `MemActions` VALUES(14, 'view other members'' guestbooks', NULL); 
     
    84468444INSERT INTO `TopMenu` VALUES(29, 28, 'All Videos', '_All Videos', 'browseMedia.php?type=video|viewVideo.php', 0, 'non,memb', '', '', '', 1, 1, 1, 'custom', 1, 'bx_videos.png', 1, ''); 
    84478445INSERT INTO `TopMenu` VALUES(30, 28, 'Upload Video', '_Upload Video', 'uploadMedia.php?type=video', 1, 'memb', '', '', '', 1, 1, 1, 'custom', 0, 'bx_videos.png', 1, ''); 
    8448 INSERT INTO `TopMenu` VALUES(32, 0, 'Chat', '_Chat', 'chat.php', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, ''); 
    84498446INSERT INTO `TopMenu` VALUES(33, 0, 'Boards', '_Boards', 'board.php', 10, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_boards.png', 1, ''); 
    84508447INSERT INTO `TopMenu` VALUES(38, 0, 'Music', '_Music', 'browseMedia.php?type=music|viewMusic.php', 5, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_music.png', 1, ''); 
     
    85028499INSERT INTO `TopMenu` VALUES(99, 5, 'Login', '_Login', 'member.php', 2, 'non', '', 'showItemEditForm(''login_div''); $( ''#login_div'' ).show().load( ''member.php?action=show_login_form&relocate='' + encodeURIComponent( window.location )  );return false;', '', 0, 1, 1, 'custom', 0, '', 0, ''); 
    85038500INSERT INTO `TopMenu` VALUES(100, 5, 'Main', '_Main', 'index.php|', 0, 'non,memb', '', '', '', 1, 1, 1, 'custom', 1, '', 0, ''); 
    8504  
     8501INSERT INTO `TopMenu` VALUES(101, 'Chat', '_chat_top_menu_item', 'm/chat/', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, ''); 
    85058502-- -------------------------------------------------------- 
    85068503 
     
    87698766  `path` varchar(255) NOT NULL default '',   
    87708767  `uri` varchar(255) NOT NULL default '', 
     8768  `class_prefix` varchar(32) NOT NULL default '', 
    87718769  `date` int(11) unsigned NOT NULL default '0', 
    87728770  PRIMARY KEY  (`id`), 
     
    87788776-- Dumping data for table `sys_modules` 
    87798777-- 
    8780 INSERT INTO `sys_modules` (`title`, `vendor`, `path`, `uri`, `date`) VALUES ('Wall Module', 'Boonex', 'boonex/wall/', 'chat', UNIX_TIMESTAMP()); 
     8778INSERT INTO `sys_modules` (`title`, `vendor`, `path`, `uri`, `date`) VALUES ('Wall Module', 'Boonex', 'boonex/wall/', 'wall', 'BxWall', UNIX_TIMESTAMP()); 
    87818779 
    87828780-- 
Note: See TracChangeset for help on using the changeset viewer.