Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rasseljandavid committed Jul 26, 2011
2 parents 5330b5f + 9e126a9 commit bb399d2
Show file tree
Hide file tree
Showing 204 changed files with 943 additions and 1,714 deletions.
1,654 changes: 0 additions & 1,654 deletions core_rss.php

This file was deleted.

2 changes: 2 additions & 0 deletions cron/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

//define('BASE',str_ireplace('/cron','',__realpath(dirname(__FILE__))));
define("EXP_PATH", BASE);
/** @define "EXP_PATH" ".." */

//Pull in the mysqli helper class form exponet.
// Sure, we could have used mysqli directly but we have this nice friendly class so why not use it
require_once(EXP_PATH . "subsystems/database/mysqli.php");
Expand Down
1 change: 1 addition & 0 deletions datatypes/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class calendar {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/calendarmodule_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class calendarmodule_config {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/database_importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class database_importer {
function form() {
Expand Down
1 change: 1 addition & 0 deletions datatypes/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class file {
function update($name,$dest,$object,$destname = null,$force=false) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/file_collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class file_collection {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/formbuilder_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class formbuilder_form {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/formbuilder_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class formbuilder_report {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/poll_answer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#
# $Id: poll_answer.php,v 1.2 2005/04/25 19:02:17 filetreefrog Exp $
##################################################
/** @define "BASE" ".." */

class poll_answer {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/poll_question.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#
# $Id: poll_question.php,v 1.3 2005/04/25 19:02:17 filetreefrog Exp $
##################################################
/** @define "BASE" ".." */

class poll_question {
function form($object) {
Expand Down
2 changes: 2 additions & 0 deletions datatypes/rssfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ function (refreshRSS()) in a datatype ($datetype)
if (!defined('MAGPIE_OUTPUT_ENCODING')) {
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
}

/** @define "MAGPIE_DIR" "../external/magpierss/" */
require_once(MAGPIE_DIR.'rss_fetch.inc');
require_once(MAGPIE_DIR.'rss_utils.inc');
define('MAGPIE_CACHE_DIR', BASE.'tmp/rsscache');
Expand Down
1 change: 1 addition & 0 deletions datatypes/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class section {
/*
Expand Down
1 change: 1 addition & 0 deletions datatypes/section_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" ".." */

class section_template {
function form($object = null) {
Expand Down
1 change: 1 addition & 0 deletions datatypes/simplepollmodule_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#
# $Id: simplepollmodule_config.php,v 1.2 2005/04/25 19:02:17 filetreefrog Exp $
##################################################
/** @define "BASE" ".." */

class simplepollmodule_config {
function form($object) {
Expand Down
1 change: 1 addition & 0 deletions exponent.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" "." */

//Initialize exponent Framework
//include_once('exponent_common.php'); // incorporated into exponent_bootstrap.php
Expand Down
1 change: 1 addition & 0 deletions exponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" "." */

/**
* The file that initializes everything
Expand Down
3 changes: 2 additions & 1 deletion exponent_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" "." */

// Following code taken from http://us4.php.net/manual/en/function.get-magic-quotes-gpc.php
// - it allows magic_quotes to be on without screwing stuff up.
Expand Down Expand Up @@ -71,7 +72,7 @@ function __realpath($path) {
define('EXPONENT', '1');

// load the constants from the global config, theme config, and then default config settings
require_once(BASE . '/subsystems/config/load.php');
require_once(BASE . 'subsystems/config/load.php');

// define remaining constants throughout the system based on loaded configuration constants

Expand Down
17 changes: 17 additions & 0 deletions external/ExtPrograms.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Program,Version,URL,Avail version,Exponent Customization Notes:
Ckeditor,3.6.1,ckeditor.com,3.6.1,ckeditor.js - delete the '#' part
FlowPlayer,3.2.7,flowplayer.org,3.2.7,
Swift,4.0.5,swiftmailer.org,4.1.1,
ups-php,0.2,code.google.com/p/ups-php,0.2,
fedex-php,9.0.0,,,
swfobject,2.2,code.google.com/p/swfobject,2.2,
Smarty,2.6.19,smarty.net,2.6.26/3.0.8,
phpthumb,1.7.9,phpthumb.sourceforge.net,1.7.9,phpThumb.config.php - set the cache folder
minify,2.1.3,code.google.com/p/minify,2.1.3,
magpierss,0.51,magpierss.sourceforge.net,0.72,
YUI2,2.8.0r4,developer.yahoo.com/yui/2,2.9.0,
YUI3,3.3.0,developer.yahoo.com/yui/3,3.3.0,
lissa,,github.com/cauld/lissa,,
,,github.com/yui/phploader,,
recaptchalib,1.11,code.google.com/p/recaptcha,1.11,
feedcreator.class.php,1.7?,,1.80dev,
1 change: 1 addition & 0 deletions framework/core/datatypes/expFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @author Adam Kessler <adam@oicgroup.net>
* @version 2.0.0
*/
/** @define "BASE" "../../.." */

/**
* Class to handle files at the File System Level and updating
Expand Down
3 changes: 2 additions & 1 deletion framework/core/datatypes/expRss.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
* @subpackage Core-Datatypes
* @package Framework
*/

/** @define "BASE" "../../../" */

class expRss extends expRecord {
public $table = 'expRss';
protected $attachable_item_types = array(
Expand Down
3 changes: 3 additions & 0 deletions framework/core/subsystems/expJavascript.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* @author Adam Kessler <adam@oicgroup.net>
* @version 2.0.0
*/
/** @define "BASE" "../../.." */


/**
* This is the class expJavascript
*
Expand Down
3 changes: 3 additions & 0 deletions framework/core/subsystems/expLang.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* @author Phillip Ball <phillip@oicgroup.net>
* @version 2.0.0
*/
/** @define "BASE" "../../.." */


/**
* This is the class expLang
*
Expand Down
4 changes: 2 additions & 2 deletions framework/core/subsystems/expMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @version Release: @package_version@
* @link http://www.exponent-docs.org/api/package/PackageName
*/

/** @define "BASE" "../../.." */

/*
exponentMail is an integrator class, bringing the flexibility of SwiftMail into Exponent gracefully.
Expand Down Expand Up @@ -85,7 +85,7 @@ function __construct($params = array()) {
$conn = new Swift_Connection_Sendmail($params['connections']);
} else {
// Attempt to auto-detect.
$conn = new Swift_Connection_Sendmail(Swift_Conection_Sendmail::AUTO_DETECT);
$conn = new Swift_Connection_Sendmail(Swift_Connection_Sendmail::AUTO_DETECT);
}
break;
case "rotator":
Expand Down
2 changes: 2 additions & 0 deletions framework/core/subsystems/expValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* @author Adam Kessler <adam@oicgroup.net>
* @version 2.0.0
*/
/** @define "BASE" "../../.." */

/**
* This is the class expValidator
*
Expand Down
1 change: 1 addition & 0 deletions framework/datatypes/keywords.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# GPL: http://www.gnu.org/licenses/gpl.txt
#
##################################################
/** @define "BASE" "../.." */

class keywords {

Expand Down

0 comments on commit bb399d2

Please sign in to comment.