Events
February 2007
JEvents Project Group
Copyright (C) 2006-2007 JEvents Project Group
http://www.gnu.org/copyleft/gpl.html
joomlacode.org/gf/project/jevents
1.4.2
Events, meetings and more
events.class.php
events.class.old.php
events.html.php
events.php
events.old.php
events_calendar_cell.php
events_css.css
index.html
includes/adminutils.php
includes/comutils.php
includes/index.html
includes/modutils.php
js/colorpicker.js
js/index.html
js/overlib_shadow.js
language/brazilian_portuguese.php
language/bulgarian.php
language/catalan.php
language/cymraeg.php
language/czech.php
language/danish.php
language/dutch.php
language/english.php
language/estonian.php
language/finnish.php
language/french.php
language/germanf.php
language/germani.php
language/greek.php
language/hungarian.php
language/hungariani.php
language/index.html
language/italian.php
language/lithuanian.php
language/norwegian.php
language/polish.php
language/portuguese.php
language/russian.php
language/spanish.php
language/swedish.php
language/simplified_chinese.php
language/traditional_chinese.php
libraries/commonfunctions.php
libraries/helper.php
libraries/index.html
libraries/modfunctions.php
images/arrow.png
images/cal1x.jpg
images/cal2x.jpg
images/cal3x.jpg
images/cal5x.jpg
images/cal8x.jpg
images/cal9x.jpg
images/d_blue.gif
images/d_gray.gif
images/d_green.gif
images/d_orange.gif
images/d_red.gif
images/d_yellow.gif
images/dd_blue.gif
images/dd_gray.gif
images/dd_green.gif
images/dd_orange.gif
images/dd_red.gif
images/dd_yellow.gif
images/evback.jpg
images/event.png
images/g_blue.gif
images/g_gray.gif
images/g_green.gif
images/g_orange.gif
images/g_red.gif
images/g_yellow.gif
images/gg_blue.gif
images/gg_gray.gif
images/gg_green.gif
images/gg_orange.gif
images/gg_red.gif
images/gg_yellow.gif
images/index.html
images/logo.gif
images/transp.gif
CREATE TABLE IF NOT EXISTS `#__events` (
`id` int(12) NOT NULL auto_increment,
`sid` int(11) NOT NULL default '0',
`catid` int(11) NOT NULL default '1',
`title` varchar(100) NOT NULL default '',
`content` longtext NOT NULL default '',
`adresse_info` VARCHAR(120) NOT NULL default '',
`contact_info` VARCHAR(120) NOT NULL default '',
`extra_info` VARCHAR(240) NOT NULL default '',
`color_bar` VARCHAR(8) NOT NULL default '',
`useCatColor` TINYINT(1) NOT NULL default '0',
`state` tinyint(3) NOT NULL default '0',
`mask` int(11) unsigned NOT NULL default '0',
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(11) unsigned NOT NULL default '0',
`created_by_alias` varchar(100) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(11) unsigned NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`images` text NOT NULL default '',
`reccurtype` tinyint(1) NOT NULL default '0',
`reccurday` varchar(4) NOT NULL default '',
`reccurweekdays` varchar(20) NOT NULL default '',
`reccurweeks` varchar(10) NOT NULL default '',
`approved` tinyint(1) NOT NULL default '1',
`ordering` int(11) NOT NULL default '0',
`archived` tinyint(1) NOT NULL default '0',
`access` int(11) unsigned NOT NULL default '0',
`hits` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `#__events_categories` (
`id` INT(12) NOT NULL default '0' PRIMARY KEY,
`color` VARCHAR(8) NOT NULL default''
) TYPE=MyISAM;
DELETE FROM `#__events`
DROP TABLE `#__events`
DELETE FROM `#__events_categories`
DROP TABLE `#__events_categories`
DELETE FROM `#__categories` WHERE `section` LIKE 'com_events'
install.events.php
uninstall.events.php
admin.events.categories.php
admin.events.html.php
admin.events.main.php
admin.events.php
colorMap.php
colours.html.php
default.css
events_config.ini.php
index.html
toolbar.events.php
toolbar.events.html.php
help/help.css
help/index.html
help/mod_events_calendar_help_de.html
help/mod_events_calendar_help_en.html
help/mod_events_latest_help_de.html
help/mod_events_latest_help_en.html
help/README_de.php
help/README_en.php
help/screen.jevent.edit_new_de.html
language/admin_english.php
language/admin_german.php
language/admin_finnish.php
language/admin_french.php
language/admin_hungarian.php
language/admin_hungariani.php
language/admin_spanish.php
language/index.html
lib/index.html
lib/version.php
lib/config.php
lib/checklocale.php
images/events.png
images/events_ico.png
images/index.html
images/help_ques.gif
images/help_ques_inact.gif