3 | element('header-main'); ?>
4 | element('header-icons'); ?>
5 | element('header-home'); ?>
6 | element('header-end'); ?>
7 |
12 |
13 |
14 | element('footer'); ?>
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/views/layouts/home.ctp~:
--------------------------------------------------------------------------------
1 | element('page-init', array('title_for_layout'=>$title_for_layout,'HTTP_BASE'=>HTTP_BASE)); ?>
2 |
3 | element('header-main'); ?>
4 | element('header-icons'); ?>
5 | element('header-home'); ?>
6 | element('header-end'); ?>
7 |
8 | flash(); ?>
9 |
10 |
11 |
12 |
13 |
14 | element('footer'); ?>
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/views/layouts/js/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/views/layouts/js/empty
--------------------------------------------------------------------------------
/app/views/layouts/messages/error.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/app/views/layouts/messages/success.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/app/views/layouts/rss/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/views/layouts/rss/empty
--------------------------------------------------------------------------------
/app/views/layouts/stripped.ctp:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/views/layouts/xml/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/views/layouts/xml/empty
--------------------------------------------------------------------------------
/app/views/pages/about-how.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element('pages/about-header')?>
3 |
4 |
How it Works
5 |
6 |
Eureka Fund lets you directly support groundbreaking research. A few steps make this possible:
7 |
8 |
1. Scientists submit grant proposals to EurekaFund.org.
9 |
2. All proposals go through a peer-review merit evaluation by other scientists.
10 |
3. Eureka Fund posts select proposals online, where the public can make tax-deductible donations directly to the projects they're most interested in.
11 |
4. Donations are aggregated until the funding goal is met.
12 |
5. Grants are made from Eureka Fund to the institution where the project is being conducted.
13 |
6. Scientists undertake the project, providing updates back to the Eureka Fund community.
14 |
7. New projects are posted on EurekaFund.org for people to learn details of the groundbreaking work that needs their support.
15 |
--------------------------------------------------------------------------------
/app/views/pages/about-what.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element('pages/about-header')?>
3 |
4 |
What We Do
5 |
6 |
Eureka Fund was founded around a simple yet troubling question: what happens when the next generation of scientific discoveries never happen?
7 |
8 |
This possibility is becoming reality as loads of high-quality, groundbreaking projects struggle to find funding from federal dollars. When these projects die, the promise of their innovation dies with them.
9 |
10 |
Eureka Fund allows the public to do something about this, by involving you directly in one of the critical challenges of our time. We are the world's first platform for people to learn about, and directly fund, the energy and environment research they are most interested in. Browse a range of real-time projects submitted from independent research institutions, and explore details about how the science works, what it will accomplish, and how your tax-deductible donations will be used.
11 |
12 |
When you find a project that inspires, get directly involved. With each donation you'll be taken behind-the-scenes to become part of the research team: blog posts, photos and videos, live lectures and announcements make each donation a real-time research and educational collaboration.
13 |
14 |
The projects presented on EurekaFund.org are real projects run by real scientists with real promise, and they need your support. Check out our current projects, and get involved!
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/app/views/pages/about.ctp:
--------------------------------------------------------------------------------
1 | about-what.ctp
--------------------------------------------------------------------------------
/app/views/pages/help-contact.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element('pages/help-header')?>
3 |
Contact Us
4 |
5 |
To contact us by snail mail, you may write or send a donation to:
6 |
7 |
8 | Eureka Fund, Inc.
9 | 335 Chestnut St.
10 | San Francisco, CA, 94133
11 |
12 |
13 |
14 | To send an email to Eureka Fund, please write to: contact@eurekafund.org
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app/views/pages/help-internships.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element('pages/help-header')?>
3 |
Internships
4 |
5 | Eureka Fund has tons of exciting opportunities available for people interested in getting involved in our operations. Interested? Drop us a line with a quick blurb about what you're good at and what you'd like to do: internships@eurekafund.org
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/views/pages/help-media.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element('pages/help-header')?>
3 |
Media Contact
4 |
Please email your press related query to: media@eurekafund.org
5 |
If you would like to invite a Eureka Fund spokesperson to speak at your event, please contact us .
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app/views/pages/help.ctp:
--------------------------------------------------------------------------------
1 | ./help-faq.ctp
--------------------------------------------------------------------------------
/app/views/pages/home.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/app/views/pages/login.ctp:
--------------------------------------------------------------------------------
1 | renderElement('header-simple'); ?>
2 | renderElement('header-end'); ?>
3 |
4 |
24 |
--------------------------------------------------------------------------------
/app/views/pages/register.ctp:
--------------------------------------------------------------------------------
1 |
38 |
--------------------------------------------------------------------------------
/app/views/pages/test.ctp:
--------------------------------------------------------------------------------
1 | testing!
2 |
--------------------------------------------------------------------------------
/app/views/projects/add.ctp:
--------------------------------------------------------------------------------
1 |
2 |
26 |
--------------------------------------------------------------------------------
/app/views/projects/admin_donations.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element( 'admin-nav' )?>
3 |
Donation Admin
4 |
5 |
6 |
7 |
8 | Projects
9 | Donors
10 | Progress
11 | EurekaFund Donations
12 | Totals
13 |
14 |
15 | foreach ($projects as $project) {
16 | $project_amt=0;
17 | $ef_amt=0;
18 | $donor_count=0;
19 | ?>
20 |
21 |
22 | = $project['Project']['title'] ?>
23 |
24 |
25 | foreach ($project['Donation'] as $donation) {
26 | $donor_count++;
27 | $project_amt+=$donation['project_donation_amt'];
28 | $ef_amt+=$donation['eureka_donation_amt'];
29 | }
30 | ?>
31 | = ($donor_count ? "$donor_count " : $donor_count) ?>
32 |
33 |
34 |
35 | = '$'.$project_amt ?>
36 |
37 |
38 |
39 | = '$'.$ef_amt ?>
40 |
41 |
42 |
43 | = '$'.($project_amt+$ef_amt) ?>
44 |
45 |
46 |
47 | } ?>
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/app/views/projects/admin_donations.ctp~:
--------------------------------------------------------------------------------
1 | pr($projects); ?>
--------------------------------------------------------------------------------
/app/views/projects/admin_donors.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element( 'admin-nav' )?>
3 |
Donations Admin
4 |
5 |
6 | Name
7 | Email
8 | Project Donation
9 | EurekaFund Donation
10 | Flexible
11 |
12 |
13 | foreach ($donors as $donor) {
14 | $donor=$donor['Donation'];
15 | ?>
16 |
17 |
18 |
19 |
20 | = ($donor['user_id'] ? "" : '') ?>
21 | = $donor['fname'].' '.$donor['lname'] ?>
22 | = ($donor['user_id'] ? " " : '') ?>
23 |
24 | = $donor['email'] ?>
25 | = $donor['project_donation_amt'] ?>
26 | = $donor['eureka_donation_amt'] ?>
27 | = ($donor['flexible_donation'] ? 'Yes' : 'No') ?>
28 |
29 |
30 | } ?>
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/app/views/projects/admin_donors.ctp~:
--------------------------------------------------------------------------------
1 | pr ($donors); ?>
2 |
3 |
4 | Name
5 | Email
6 | Project Donation
7 | EurekaFund Donation
8 | Flexible
9 |
10 |
11 | foreach ($donors as $donor) {
12 | $donor=$donor['Donation'];
13 | ?>
14 |
15 |
16 |
17 |
18 | = ($donor['user_id'] ? "" : '') ?>
19 | = $donor['fname'].' '.$donor['lname'] ?>
20 | = ($donor['user_id'] ? " " : '') ?>
21 |
22 | = $donor['email'] ?>
23 | = $donor['project_donation_amt'] ?>
24 | = $donor['eureka_donation_amt'] ?>
25 | = ($donor['flexible_donation'] ? 'Yes' : 'No') ?>
26 |
27 |
28 | } ?>
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/app/views/projects/admin_feature.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element( 'admin-nav' )?>
3 |
4 |
5 |
Feature Admin
6 |
7 | = $form->create('Project', array( 'action' => 'admin_feature' )); ?>
8 |
9 | Featured Projects:
10 | = $form->select( 'Project.id', $projects, $project_featured) ?>
11 |
12 |
13 |
14 | Featured Scientists:
15 | = $form->select( 'User.id', $scientists, $scientist_featured); ?>
16 |
17 |
18 | = $form->end( 'Submit' ) ?>
19 |
20 |
--------------------------------------------------------------------------------
/app/views/projects/admin_index.ctp:
--------------------------------------------------------------------------------
1 |
2 | = $this->element( 'admin-nav' )?>
3 |
Project Admin
4 | = $form->create( 'Project', array( 'action' => 'bulk_update' ) ); ?>
5 | = $this->element( '/projects/table-list',
6 | array( 'projects' => $new_projects,
7 | 'projects_type' => "Incomplete Projects" ) ); ?>
8 |
9 | = $this->element( '/projects/table-list',
10 | array( 'projects' => $pending_projects,
11 | 'projects_type' => "Pending Projects" ) ); ?>
12 |
13 | = $this->element( '/projects/table-list',
14 | array( 'projects' => $approved_projects,
15 | 'projects_type' => "Approved Projects" ) ); ?>
16 |
17 | = $this->element( '/projects/table-list',
18 | array( 'projects' => $inactive_projects,
19 | 'projects_type' => "Inactive Projects" ) ); ?>
20 |
21 |
22 | = $form->end( 'Update All Project Statuses' ) ?>
23 |
24 |
--------------------------------------------------------------------------------
/app/views/projects/category.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Current Proposals
4 |
5 |
6 | filter proposals by:
7 |
8 | $i=0; ?>
9 |
10 | foreach ($projectCategories as $catId=>$category): ?>
11 | if ($i != (count($projectCategories)-1)): ?>
12 | =$category?> |
13 | else: ?>
14 | =$category?>
15 | endif; ?>
16 | $i++; ?>
17 | endforeach; ?>
18 |
19 |
20 |
21 |
22 |
23 | foreach ($projects as $project) { ?>
24 |
25 | element('projects/search-item', array('project'=>$project)); ?>
26 |
27 | } ?>
28 |
29 |
30 |
31 | element('projects/paginator'); ?>
32 |
33 |
34 |
--------------------------------------------------------------------------------
/app/views/projects/donation_complete.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
12 |
13 |
14 |
15 | $change = array("\r\n" => " ");
16 | $abstract = addslashes(trim(strtr($project['abstract'], $change))); ?>
17 |
18 |
19 | //don't bother trying to get the project image for now... ?>
20 | //$img = (!empty($images)) ? IMG_UPLOAD_THUMBS_DIR.$images[0]['thumb_path'] : ''; ?>
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
Return to Project
30 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/app/views/projects/financial_details.ctp:
--------------------------------------------------------------------------------
1 | =$this->element('projects/financial-details');?>
2 |
--------------------------------------------------------------------------------
/app/views/projects/home.ctp:
--------------------------------------------------------------------------------
1 |
2 |
Featured Project
3 |
4 |
5 |
6 | element('projects/search-item', array('project'=>$project)); ?>
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app/views/projects/search.ctp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/views/projects/search.ctp
--------------------------------------------------------------------------------
/app/views/scaffolds/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/views/scaffolds/empty
--------------------------------------------------------------------------------
/app/views/search/find.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Search Results if (isset($searchstr)) echo 'for "'.$searchstr.'"';?>
4 |
5 |
6 |
7 |
8 | foreach ($projects as $project) { ?>
9 |
10 | element('projects/search-item', array('project'=>$project)); ?>
11 |
12 | } ?>
13 |
14 |
15 |
16 | element('projects/paginator'); ?>
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/app/views/users/activate.ctp:
--------------------------------------------------------------------------------
1 |
2 | if ($id){ ?>
3 |
Your account has been activated!
4 |
5 |
Here are some of the exciting things you can do now:
6 |
7 | Complete your User Profile so that others can learn more about you and the research you are interested in.
8 | Browse submitted project proposals that are currently looking for funding
9 |
10 |
11 | if($scientist){ ?>
12 |
As a scientist, you can now use EurekaFund to reach out and let others know about your research and secure funding from our users.
13 |
17 | } ?>
18 | } else { ?>
19 |
Oops! It looks like the link you followed was malformed. Please chack it and try again
20 | } ?>
21 |
22 |
--------------------------------------------------------------------------------
/app/views/users/edit.ctp:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
My Profile
5 | About Me:
6 | =$html->link( "Basic Info", '/users/edit/1/'.$user_id )?>
7 | ·
8 | =$html->link( "Details", '/users/edit/2/'.$user_id )?>
9 |
10 | if ($logged_in_user['User']['type']=='scientist') : ?>
11 | About My Research:
12 | =$html->link( "Basic Info about my work", '/users/edit/3/'.$user_id )?>
13 | ·
14 | =$html->link( "Links to my work", '/users/edit/4/'.$user_id )?>
15 | ·
16 | =$html->link( "Uploaded work materials", '/users/edit/5/'.$user_id )?>
17 | endif; ?>
18 |
19 | =$this->element( 'users/edit/tab'.$tab )?>
20 |
21 | =$form->end( 'Update Profile' );?>
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/app/views/users/edit_password.ctp:
--------------------------------------------------------------------------------
1 |
17 |
--------------------------------------------------------------------------------
/app/views/users/login.ctp:
--------------------------------------------------------------------------------
1 |
32 |
--------------------------------------------------------------------------------
/app/views/users/reset_password.ctp:
--------------------------------------------------------------------------------
1 | create('Profile', array( 'url' => '/users/reset_password')); ?>
2 |
3 |
4 | Forgot your password? Enter your registered email address below and we'll reset it for you.
5 |
6 |
7 |
8 | = $form->input('User.email', array('label'=>'Email', 'value'=>'')); ?>
9 |
10 | = $form->end('Reset Password') ?>
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app/webroot/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | RewriteEngine On
3 | RewriteCond %{REQUEST_FILENAME} !-d
4 | RewriteCond %{REQUEST_FILENAME} !-f
5 | RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
6 |
--------------------------------------------------------------------------------
/app/webroot/css/fancy_closebox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_closebox.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_left.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_progress.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_right.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_e.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_e.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_n.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_n.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_ne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_ne.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_nw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_nw.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_s.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_se.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_se.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_sw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_sw.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_shadow_w.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_shadow_w.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_title_left.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_title_left.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_title_main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_title_main.png
--------------------------------------------------------------------------------
/app/webroot/css/fancy_title_right.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/fancy_title_right.png
--------------------------------------------------------------------------------
/app/webroot/css/img/ball-blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/ball-blue.png
--------------------------------------------------------------------------------
/app/webroot/css/img/ball-gray.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/ball-gray.png
--------------------------------------------------------------------------------
/app/webroot/css/img/ball-green.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/ball-green.png
--------------------------------------------------------------------------------
/app/webroot/css/img/ball-orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/ball-orange.png
--------------------------------------------------------------------------------
/app/webroot/css/img/donate-button.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/donate-button.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/drag-arrow.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/drag-arrow.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/getstarted-arrow.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/getstarted-arrow.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/hint_topborder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/hint_topborder.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/home-donate-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/home-donate-button.png
--------------------------------------------------------------------------------
/app/webroot/css/img/home-scientist-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/home-scientist-button.png
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/blank.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/blank.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/close.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/close.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/closelabel.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/closelabel.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/image-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/image-1.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/loading.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/next.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/next.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/nextlabel.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/nextlabel.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/prev.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/prev.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/prevlabel.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/prevlabel.gif
--------------------------------------------------------------------------------
/app/webroot/css/img/lightbox/thumb-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/lightbox/thumb-1.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/mid-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/mid-bg.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/mid-gradient-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/mid-gradient-bg.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/mid-piece-left.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/mid-piece-left.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/mid-piece-right.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/mid-piece-right.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/midlink-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/midlink-bg.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/search.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/search.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/tab-bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/tab-bg.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/tab-piece-left.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/tab-piece-left.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/tab-piece-right.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/tab-piece-right.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/thermometer.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/thermometer.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/top-bar-top.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/top-bar-top.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/top-link-left.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/top-link-left.jpg
--------------------------------------------------------------------------------
/app/webroot/css/img/top-link-right.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/css/img/top-link-right.jpg
--------------------------------------------------------------------------------
/app/webroot/error_log:
--------------------------------------------------------------------------------
1 | [19-Feb-2010 22:35:58] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dkexygy/public_html/eureka/app/views/users/profile.ctp on line 82
2 | [19-Feb-2010 22:36:31] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dkexygy/public_html/eureka/app/views/users/profile.ctp on line 82
3 | [19-Feb-2010 22:37:09] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dkexygy/public_html/eureka/app/views/users/profile.ctp on line 82
4 | [19-Feb-2010 22:37:34] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dkexygy/public_html/eureka/app/views/users/profile.ctp on line 82
5 |
--------------------------------------------------------------------------------
/app/webroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/favicon.ico
--------------------------------------------------------------------------------
/app/webroot/favicon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/favicon.jpg
--------------------------------------------------------------------------------
/app/webroot/fbconnect/test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app/webroot/fbconnect/xd_receiver.htm:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/app/webroot/img/border-left.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/border-left.jpg
--------------------------------------------------------------------------------
/app/webroot/img/cake.icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/cake.icon.gif
--------------------------------------------------------------------------------
/app/webroot/img/cake.power.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/cake.power.gif
--------------------------------------------------------------------------------
/app/webroot/img/facebook-f.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/facebook-f.gif
--------------------------------------------------------------------------------
/app/webroot/img/icon-1-lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-1-lite.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-1.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-2-lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-2-lite.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-2.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-3-lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-3-lite.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-3.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-4-lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-4-lite.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-4.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-5-lite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-5-lite.png
--------------------------------------------------------------------------------
/app/webroot/img/icon-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/icon-5.png
--------------------------------------------------------------------------------
/app/webroot/img/istockphoto_8478786-another-expert.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/istockphoto_8478786-another-expert.jpg
--------------------------------------------------------------------------------
/app/webroot/img/logo-big.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/logo-big.gif
--------------------------------------------------------------------------------
/app/webroot/img/logo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/logo.jpg
--------------------------------------------------------------------------------
/app/webroot/img/logo_beta.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/logo_beta.jpg
--------------------------------------------------------------------------------
/app/webroot/img/logo_beta_new.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/logo_beta_new.jpg
--------------------------------------------------------------------------------
/app/webroot/img/monkey.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/monkey.jpg
--------------------------------------------------------------------------------
/app/webroot/img/oil-barrels.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/oil-barrels.jpg
--------------------------------------------------------------------------------
/app/webroot/img/twitter-t.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/app/webroot/img/twitter-t.gif
--------------------------------------------------------------------------------
/app/webroot/js/bitly.js:
--------------------------------------------------------------------------------
1 |
2 | // wait until page is loaded to call API
3 | BitlyClient.addPageLoadEvent(function(){
4 | BitlyCB.myShortenCallback = function(data) {
5 | var result;
6 | for (var r in data.results) {
7 | result = data.results[r];
8 | result['longUrl'] = r;
9 | break;
10 | }
11 |
12 | // alert("The bit.ly URL for this page is " + result['shortUrl']);
13 | tweetthis = document.getElementById( 'tweetthis' );
14 | if ( tweetthis ) {
15 | tweetthis.href = 'http://twitter.com/home/?status=' + escape( twitterdesc + ' ' + result['shortUrl'] + ' ' + '#eurekafund' );
16 | tweetthis.innerHTML = 'Tweet This Project! »'
17 | }
18 | }
19 |
20 | //on the donation page we want to bitly the project link, rather than self.location
21 | if (typeof(projectLocation) != 'undefined') {
22 | BitlyClient.shorten(projectLocation, 'BitlyCB.myShortenCallback');
23 | } else {
24 | BitlyClient.shorten(self.location, 'BitlyCB.myShortenCallback');
25 |
26 | }
27 |
28 | });
29 |
--------------------------------------------------------------------------------
/app/webroot/js/vendors.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/webroot/xd_receiver.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
Cross-Domain Receiver Page
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/cake/LICENSE.txt:
--------------------------------------------------------------------------------
1 | The MIT License
2 |
3 | CakePHP(tm) : The Rapid Development PHP Framework (http://www.cakephp.org)
4 | Copyright 2005-2007, Cake Software Foundation, Inc.
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a
7 | copy of this software and associated documentation files (the "Software"),
8 | to deal in the Software without restriction, including without limitation
9 | the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 | and/or sell copies of the Software, and to permit persons to whom the
11 | Software is furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 | DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/cake/VERSION.txt:
--------------------------------------------------------------------------------
1 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////
2 | // +---------------------------------------------------------------------------------------------------+ //
3 | // + $Id: VERSION.txt 8284 2009-08-03 20:53:50Z gwoo $
4 | // + Last Modified: $Date: 2009-08-03 13:53:50 -0700 (Mon, 03 Aug 2009) $
5 | // + Modified By: $LastChangedBy: gwoo $
6 | // +---------------------------------------------------------------------------------------------------+ //
7 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////
8 |
9 | 1.2.4.8284
--------------------------------------------------------------------------------
/cake/bootstrap.php:
--------------------------------------------------------------------------------
1 | = 5));
29 | }
30 | /**
31 | * Configuration, directory layout and standard libraries
32 | */
33 | if (!isset($bootstrap)) {
34 | require CORE_PATH . 'cake' . DS . 'basics.php';
35 | $TIME_START = getMicrotime();
36 | require CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php';
37 | require LIBS . 'object.php';
38 | require LIBS . 'inflector.php';
39 | require LIBS . 'configure.php';
40 | }
41 | require LIBS . 'cache.php';
42 |
43 | Configure::getInstance();
44 |
45 | $url = null;
46 |
47 | App::import('Core', array('Dispatcher'));
48 | ?>
--------------------------------------------------------------------------------
/cake/config/config.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/console/cake:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | ################################################################################
3 | #
4 | # Bake is a shell script for running CakePHP bake script
5 | # PHP versions 4 and 5
6 | #
7 | # CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
8 | # Copyright 2005-2007, Cake Software Foundation, Inc.
9 | #
10 | # Licensed under The MIT License
11 | # Redistributions of files must retain the above copyright notice.
12 | #
13 | # @filesource
14 | # @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
15 | # @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
16 | # @package cake
17 | # @subpackage cake.cake.console
18 | # @since CakePHP(tm) v 1.2.0.5012
19 | # @version $Revision: 7945 $
20 | # @modifiedby $LastChangedBy: gwoo $
21 | # @lastmodified $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
22 | # @license http://www.opensource.org/licenses/mit-license.php The MIT License
23 | #
24 | ################################################################################
25 | clear
26 |
27 | LIB=${0/%cake/}
28 | APP=`pwd`
29 |
30 | exec php -q ${LIB}cake.php -working "${APP}" "$@"
31 |
32 | exit;
--------------------------------------------------------------------------------
/cake/console/cake.bat:
--------------------------------------------------------------------------------
1 | ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 | ::
3 | :: Bake is a shell script for running CakePHP bake script
4 | :: PHP versions 4 and 5
5 | ::
6 | :: CakePHP(tm) : Rapid Development Framework (http://www.cakephp.org)
7 | :: Copyright 2005-2007, Cake Software Foundation, Inc.
8 | ::
9 | :: Licensed under The MIT License
10 | :: Redistributions of files must retain the above copyright notice.
11 | ::
12 | :: @filesource
13 | :: @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
14 | :: @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
15 | :: @package cake
16 | :: @subpackage cake.cake.console
17 | :: @since CakePHP(tm) v 1.2.0.5012
18 | :: @version $Revision: 7945 $
19 | :: @modifiedby $LastChangedBy: gwoo $
20 | :: @lastmodified $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
21 | :: @license http://www.opensource.org/licenses/mit-license.php The MIT License
22 | ::
23 | ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
24 |
25 | :: In order for this script to work as intended, the cake\console\ folder must be in your PATH
26 |
27 | @echo.
28 | @echo off
29 |
30 | SET app=%0
31 | SET lib=%~dp0
32 |
33 | php -q "%lib%cake.php" -working "%CD%" %*
34 |
35 | echo.
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | RewriteEngine on
3 | RewriteRule ^$ webroot/ [L]
4 | RewriteRule (.*) webroot/$1 [L]
5 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/app_controller.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/app_helper.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/app_model.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/config/sql/db_acl.sql:
--------------------------------------------------------------------------------
1 | # $Id: db_acl.sql 7945 2008-12-19 02:16:01Z gwoo $
2 | #
3 | # Copyright 2005-2008, Cake Software Foundation, Inc.
4 | #
5 | # Licensed under The MIT License
6 | # Redistributions of files must retain the above copyright notice.
7 | # http://www.opensource.org/licenses/mit-license.php The MIT License
8 |
9 | CREATE TABLE acos (
10 | id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
11 | parent_id INTEGER(10) DEFAULT NULL,
12 | model VARCHAR(255) DEFAULT '',
13 | foreign_key INTEGER(10) UNSIGNED DEFAULT NULL,
14 | alias VARCHAR(255) DEFAULT '',
15 | lft INTEGER(10) DEFAULT NULL,
16 | rght INTEGER(10) DEFAULT NULL,
17 | PRIMARY KEY (id)
18 | );
19 |
20 | CREATE TABLE aros_acos (
21 | id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
22 | aro_id INTEGER(10) UNSIGNED NOT NULL,
23 | aco_id INTEGER(10) UNSIGNED NOT NULL,
24 | _create CHAR(2) NOT NULL DEFAULT 0,
25 | _read CHAR(2) NOT NULL DEFAULT 0,
26 | _update CHAR(2) NOT NULL DEFAULT 0,
27 | _delete CHAR(2) NOT NULL DEFAULT 0,
28 | PRIMARY KEY(id)
29 | );
30 |
31 | CREATE TABLE aros (
32 | id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,
33 | parent_id INTEGER(10) DEFAULT NULL,
34 | model VARCHAR(255) DEFAULT '',
35 | foreign_key INTEGER(10) UNSIGNED DEFAULT NULL,
36 | alias VARCHAR(255) DEFAULT '',
37 | lft INTEGER(10) DEFAULT NULL,
38 | rght INTEGER(10) DEFAULT NULL,
39 | PRIMARY KEY (id)
40 | );
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/config/sql/i18n.sql:
--------------------------------------------------------------------------------
1 | # $Id: i18n.sql 7945 2008-12-19 02:16:01Z gwoo $
2 | #
3 | # Copyright 2005-2008, Cake Software Foundation, Inc.
4 | #
5 | # Licensed under The MIT License
6 | # Redistributions of files must retain the above copyright notice.
7 | # http://www.opensource.org/licenses/mit-license.php The MIT License
8 |
9 | CREATE TABLE i18n (
10 | id int(10) NOT NULL auto_increment,
11 | locale varchar(6) NOT NULL,
12 | model varchar(255) NOT NULL,
13 | foreign_key int(10) NOT NULL,
14 | field varchar(255) NOT NULL,
15 | content mediumtext,
16 | PRIMARY KEY (id),
17 | # UNIQUE INDEX I18N_LOCALE_FIELD(locale, model, foreign_key, field),
18 | # INDEX I18N_LOCALE_ROW(locale, model, foreign_key),
19 | # INDEX I18N_LOCALE_MODEL(locale, model),
20 | # INDEX I18N_FIELD(model, foreign_key, field),
21 | # INDEX I18N_ROW(model, foreign_key),
22 | INDEX locale (locale),
23 | INDEX model (model),
24 | INDEX row_id (foreign_key),
25 | INDEX field (field)
26 | );
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/config/sql/sessions.sql:
--------------------------------------------------------------------------------
1 | # $Id: sessions.sql 7118 2008-06-04 20:49:29Z gwoo $
2 | #
3 | # Copyright 2005-2008, Cake Software Foundation, Inc.
4 | # 1785 E. Sahara Avenue, Suite 490-204
5 | # Las Vegas, Nevada 89104
6 | #
7 | # Licensed under The MIT License
8 | # Redistributions of files must retain the above copyright notice.
9 | # http://www.opensource.org/licenses/mit-license.php The MIT License
10 |
11 | CREATE TABLE cake_sessions (
12 | id varchar(255) NOT NULL default '',
13 | data text,
14 | expires int(11) default NULL,
15 | PRIMARY KEY (id)
16 | );
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/controllers/components/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/controllers/components/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/locale/eng/LC_MESSAGES/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/locale/eng/LC_MESSAGES/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/models/behaviors/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/models/behaviors/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/models/datasources/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/models/datasources/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/plugins/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/plugins/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/cases/behaviors/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/cases/behaviors/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/cases/components/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/cases/components/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/cases/controllers/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/cases/controllers/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/cases/helpers/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/cases/helpers/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/cases/models/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/cases/models/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/fixtures/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/fixtures/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tests/groups/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tests/groups/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/cache/models/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/cache/models/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/cache/persistent/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/cache/persistent/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/cache/views/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/cache/views/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/logs/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/logs/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/sessions/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/sessions/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/tmp/tests/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/tmp/tests/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/vendors/shells/tasks/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/vendors/shells/tasks/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/vendors/shells/templates/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/vendors/shells/templates/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/elements/email/html/default.ctp:
--------------------------------------------------------------------------------
1 |
25 | ' . $line . '';
30 | endforeach;
31 | ?>
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/elements/email/text/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/elements/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/views/elements/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/errors/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/views/errors/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/helpers/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/views/helpers/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/ajax.ctp:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/email/html/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
This email was sent using the CakePHP Framework
36 |
37 |
38 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/email/text/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 |
28 | This email was sent using the CakePHP Framework, http://cakephp.org.
29 |
30 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/js/default.ctp:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/rss/default.ctp:
--------------------------------------------------------------------------------
1 | header();
3 |
4 | if (!isset($channel)) {
5 | $channel = array();
6 | }
7 | if (!isset($channel['title'])) {
8 | $channel['title'] = $title_for_layout;
9 | }
10 |
11 | echo $rss->document(
12 | $rss->channel(
13 | array(), $channel, $content_for_layout
14 | )
15 | );
16 |
17 | ?>
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/layouts/xml/default.ctp:
--------------------------------------------------------------------------------
1 | header()); ?>
2 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/pages/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/views/pages/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/views/scaffolds/empty:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/views/scaffolds/empty
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/webroot/.htaccess:
--------------------------------------------------------------------------------
1 |
2 | RewriteEngine On
3 | RewriteCond %{REQUEST_FILENAME} !-d
4 | RewriteCond %{REQUEST_FILENAME} !-f
5 | RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
6 |
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/webroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/webroot/favicon.ico
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/webroot/img/cake.icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/webroot/img/cake.icon.gif
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/webroot/img/cake.power.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Exygy/CrowdFund/78a0126dc871c20d0e889b94ab66db0e3e771438/cake/console/libs/templates/skel/webroot/img/cake.power.gif
--------------------------------------------------------------------------------
/cake/console/libs/templates/skel/webroot/js/vendors.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/libs/controller/app_controller.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/libs/model/app_model.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/libs/overloadable.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/libs/view/elements/dump.ctp:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/cake/libs/view/elements/email/html/default.ctp:
--------------------------------------------------------------------------------
1 |
25 | ' . $line . '';
30 | endforeach;
31 | ?>
--------------------------------------------------------------------------------
/cake/libs/view/elements/email/text/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/error404.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 | '{$message}'")?>
29 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/missing_connection.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 |
29 |
30 |
31 | :
32 |
33 |
34 |
35 | :
36 |
37 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/missing_layout.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 | " . $file . "");?>
29 |
30 |
31 | :
32 | " . $file . "");?>
33 |
34 |
35 | :
36 |
37 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/missing_scaffolddb.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 |
29 |
30 |
31 | :
32 |
33 |
34 |
35 | :
36 |
37 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/missing_table.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 | " . $table . "", "" . $model . " ");?>
29 |
30 |
31 | :
32 |
33 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/missing_view.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 | " . $controller . "Controller::", "". $action . "() ");?>
29 |
30 |
31 | :
32 |
33 |
34 |
35 | :
36 |
37 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/private_action.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 | " . $controller . "::", "" . $action . "() ");?>
29 |
30 |
31 | :
32 |
33 |
--------------------------------------------------------------------------------
/cake/libs/view/errors/scaffold_error.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | :
28 |
29 |
30 |
31 | :
32 |
33 |
34 |
35 | <?php
36 | function _scaffoldError() {
37 |
38 | }
39 | ?>
40 |
--------------------------------------------------------------------------------
/cake/libs/view/helpers/app_helper.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/cake/libs/view/layouts/ajax.ctp:
--------------------------------------------------------------------------------
1 |
25 |
--------------------------------------------------------------------------------
/cake/libs/view/layouts/email/html/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
This email was sent using the CakePHP Framework
34 |
35 |
--------------------------------------------------------------------------------
/cake/libs/view/layouts/email/text/default.ctp:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 | This email was sent using the CakePHP Framework, http://cakephp.org.
28 |
29 |
--------------------------------------------------------------------------------
/cake/libs/view/layouts/js/default.ctp:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/cake/libs/view/layouts/rss/default.ctp:
--------------------------------------------------------------------------------
1 | header();
3 |
4 | if (!isset($channel)) {
5 | $channel = array();
6 | }
7 | if (!isset($channel['title'])) {
8 | $channel['title'] = $title_for_layout;
9 | }
10 |
11 | echo $rss->document(
12 | $rss->channel(
13 | array(), $channel, $content_for_layout
14 | )
15 | );
16 | ?>
--------------------------------------------------------------------------------
/cake/libs/view/layouts/xml/default.ctp:
--------------------------------------------------------------------------------
1 | header(); ?>
2 |
--------------------------------------------------------------------------------
/cake/tests/lib/cake_test_model.php:
--------------------------------------------------------------------------------
1 |
11 | * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
12 | *
13 | * Licensed under The Open Group Test Suite License
14 | * Redistributions of files must retain the above copyright notice.
15 | *
16 | * @filesource
17 | * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
18 | * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
19 | * @package cake
20 | * @subpackage cake.cake.tests.libs
21 | * @since CakePHP(tm) v 1.2.0.4667
22 | * @version $Revision: 7945 $
23 | * @modifiedby $LastChangedBy: gwoo $
24 | * @lastmodified $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
25 | * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
26 | */
27 | require_once LIBS.'model'.DS.'model.php';
28 | /**
29 | * Short description for class.
30 | *
31 | * @package cake
32 | * @subpackage cake.cake.tests.lib
33 | */
34 | class CakeTestModel extends Model {
35 | var $useDbConfig = 'test_suite';
36 | var $cacheSources = false;
37 | }
38 | ?>
--------------------------------------------------------------------------------
/cake/tests/lib/cake_web_test_case.php:
--------------------------------------------------------------------------------
1 |
9 | * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
10 | *
11 | * Licensed under The Open Group Test Suite License
12 | * Redistributions of files must retain the above copyright notice.
13 | *
14 | * @filesource
15 | * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
16 | * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
17 | * @package cake
18 | * @subpackage cake.cake.tests.lib
19 | * @since CakePHP(tm) v 1.2.0.4433
20 | * @version $Revision: 8283 $
21 | * @modifiedby $LastChangedBy: gwoo $
22 | * @lastmodified $Date: 2009-08-03 13:49:17 -0700 (Mon, 03 Aug 2009) $
23 | * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
24 | */
25 | /**
26 | * Ignore base class.
27 | */
28 | SimpleTest::ignore('CakeWebTestCase');
29 | /**
30 | * Simple wrapper for the WebTestCase provided by SimpleTest
31 | *
32 | * @package cake
33 | * @subpackage cake.cake.tests.lib
34 | */
35 | class CakeWebTestCase extends WebTestCase {
36 | }
37 | ?>
--------------------------------------------------------------------------------
/cake/tests/lib/footer.php:
--------------------------------------------------------------------------------
1 |
11 | * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
12 | *
13 | * Licensed under The Open Group Test Suite License
14 | * Redistributions of files must retain the above copyright notice.
15 | *
16 | * @filesource
17 | * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
18 | * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
19 | * @package cake
20 | * @subpackage cake.cake.tests.lib
21 | * @since CakePHP(tm) v 1.2.0.4433
22 | * @version $Revision: 7945 $
23 | * @modifiedby $LastChangedBy: gwoo $
24 | * @lastmodified $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
25 | * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
26 | */
27 | ?>