Navigation Menu

Skip to content

Commit

Permalink
Imported Upstream version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Fürstenberg committed Jan 8, 2013
1 parent e11e6b8 commit 07869ac
Show file tree
Hide file tree
Showing 349 changed files with 9,221 additions and 1,771 deletions.
Empty file modified application/.htaccess 100755 → 100644
Empty file.
Empty file modified application/cache/.htaccess 100755 → 100644
Empty file.
Empty file modified application/cache/index.html 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion application/config/autoload.php 100755 → 100644
Expand Up @@ -37,7 +37,7 @@
|
*/

$autoload['packages'] = array(APPPATH.'third_party');
$autoload['packages'] = array();


/*
Expand Down
Empty file modified application/config/config.php 100755 → 100644
Empty file.
Empty file modified application/config/constants.php 100755 → 100644
Empty file.
7 changes: 7 additions & 0 deletions application/config/database.php 100755 → 100644
Expand Up @@ -26,6 +26,13 @@
| ['cachedir'] The path to the folder where cache files should be stored
| ['char_set'] The character set used in communicating with the database
| ['dbcollat'] The character collation used in communicating with the database
| NOTE: For MySQL and MySQLi databases, this setting is only used
| as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7
| (and in table creation queries made with DB Forge).
| There is an incompatibility in PHP with mysql_real_escape_string() which
| can make your site vulnerable to SQL injection if you are using a
| multi-byte character set and are running versions lower than these.
| Sites using Latin-1 or UTF-8 database character set and collation are unaffected.
| ['swap_pre'] A default table prefix that should be swapped with the dbprefix
| ['autoinit'] Whether or not to automatically initialize the database.
| ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections
Expand Down
Empty file modified application/config/doctypes.php 100755 → 100644
Empty file.
Empty file modified application/config/foreign_chars.php 100755 → 100644
Empty file.
Empty file modified application/config/hooks.php 100755 → 100644
Empty file.
Empty file modified application/config/index.html 100755 → 100644
Empty file.
41 changes: 41 additions & 0 deletions application/config/migration.php
@@ -0,0 +1,41 @@
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Enable/Disable Migrations
|--------------------------------------------------------------------------
|
| Migrations are disabled by default but should be enabled
| whenever you intend to do a schema migration.
|
*/
$config['migration_enabled'] = FALSE;


/*
|--------------------------------------------------------------------------
| Migrations version
|--------------------------------------------------------------------------
|
| This is used to set migration version that the file system should be on.
| If you run $this->migration->latest() this is the version that schema will
| be upgraded / downgraded to.
|
*/
$config['migration_version'] = 0;


/*
|--------------------------------------------------------------------------
| Migrations Path
|--------------------------------------------------------------------------
|
| Path to your migrations folder.
| Typically, it will be within your application path.
| Also, writing permission is required within the migrations path.
|
*/
$config['migration_path'] = APPPATH . 'migrations/';


/* End of file migration.php */
/* Location: ./application/config/migration.php */
12 changes: 6 additions & 6 deletions application/config/mimes.php 100755 → 100644
Expand Up @@ -10,7 +10,7 @@

$mimes = array( 'hqx' => 'application/mac-binhex40',
'cpt' => 'application/mac-compactpro',
'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
'csv' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'application/x-csv', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
'bin' => 'application/macbinary',
'dms' => 'application/octet-stream',
'lha' => 'application/octet-stream',
Expand Down Expand Up @@ -65,8 +65,8 @@
'rpm' => 'audio/x-pn-realaudio-plugin',
'ra' => 'audio/x-realaudio',
'rv' => 'video/vnd.rn-realvideo',
'wav' => 'audio/x-wav',
'bmp' => 'image/bmp',
'wav' => array('audio/x-wav', 'audio/wave', 'audio/wav'),
'bmp' => array('image/bmp', 'image/x-windows-bmp'),
'gif' => 'image/gif',
'jpeg' => array('image/jpeg', 'image/pjpeg'),
'jpg' => array('image/jpeg', 'image/pjpeg'),
Expand All @@ -93,8 +93,8 @@
'avi' => 'video/x-msvideo',
'movie' => 'video/x-sgi-movie',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'docx' => array('application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/zip'),
'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),
'word' => array('application/msword', 'application/octet-stream'),
'xl' => 'application/excel',
'eml' => 'message/rfc822',
Expand All @@ -103,4 +103,4 @@


/* End of file mimes.php */
/* Location: ./application/config/mimes.php */
/* Location: ./application/config/mimes.php */
Empty file modified application/config/profiler.php 100755 → 100644
Empty file.
Empty file modified application/config/routes.php 100755 → 100644
Empty file.
Empty file modified application/config/smileys.php 100755 → 100644
Empty file.
Empty file modified application/config/user_agents.php 100755 → 100644
Empty file.
Empty file modified application/controllers/index.html 100755 → 100644
Empty file.
Empty file modified application/controllers/welcome.php 100755 → 100644
Empty file.
Empty file modified application/core/index.html 100755 → 100644
Empty file.
58 changes: 43 additions & 15 deletions application/errors/error_404.php 100755 → 100644
@@ -1,32 +1,60 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page Not Found</title>
<style type="text/css">

::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
background-color: #fff;
margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}

#content {
border: #999 1px solid;
background-color: #fff;
padding: 20px 20px 12px 20px;
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}

h1 {
font-weight: normal;
font-size: 14px;
color: #990000;
margin: 0 0 4px 0;
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}

code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}

#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}

p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="content">
<div id="container">
<h1><?php echo $heading; ?></h1>
<?php echo $message; ?>
</div>
Expand Down
58 changes: 43 additions & 15 deletions application/errors/error_db.php 100755 → 100644
@@ -1,32 +1,60 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Database Error</title>
<style type="text/css">

::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
background-color: #fff;
margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}

#content {
border: #999 1px solid;
background-color: #fff;
padding: 20px 20px 12px 20px;
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}

h1 {
font-weight: normal;
font-size: 14px;
color: #990000;
margin: 0 0 4px 0;
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}

code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}

#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}

p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="content">
<div id="container">
<h1><?php echo $heading; ?></h1>
<?php echo $message; ?>
</div>
Expand Down
58 changes: 43 additions & 15 deletions application/errors/error_general.php 100755 → 100644
@@ -1,32 +1,60 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">

::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
background-color: #fff;
margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}

#content {
border: #999 1px solid;
background-color: #fff;
padding: 20px 20px 12px 20px;
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}

h1 {
font-weight: normal;
font-size: 14px;
color: #990000;
margin: 0 0 4px 0;
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}

code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}

#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}

p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="content">
<div id="container">
<h1><?php echo $heading; ?></h1>
<?php echo $message; ?>
</div>
Expand Down
Empty file modified application/errors/error_php.php 100755 → 100644
Empty file.
Empty file modified application/errors/index.html 100755 → 100644
Empty file.
Empty file modified application/helpers/index.html 100755 → 100644
Empty file.
Empty file modified application/hooks/index.html 100755 → 100644
Empty file.
Empty file modified application/index.html 100755 → 100644
Empty file.
Empty file modified application/language/english/index.html 100755 → 100644
Empty file.
Empty file modified application/libraries/index.html 100755 → 100644
Empty file.
Empty file modified application/logs/index.html 100755 → 100644
Empty file.
Empty file modified application/models/index.html 100755 → 100644
Empty file.
Empty file modified application/third_party/index.html 100755 → 100644
Empty file.
Empty file modified application/views/index.html 100755 → 100644
Empty file.

0 comments on commit 07869ac

Please sign in to comment.