Skip to content

Commit

Permalink
Add can functions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhoule committed Jun 5, 2013
1 parent 799bf8c commit 795efb9
Show file tree
Hide file tree
Showing 70 changed files with 5 additions and 5 deletions.
Empty file modified PhotoAlbum.php
100644 → 100755
Empty file.
Empty file modified PhotoGallery.php
100644 → 100755
Empty file.
10 changes: 5 additions & 5 deletions PhotoItem.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ class PhotoItem extends DataObject {
"PhotoAlbum" => "PhotoAlbum",
"Photo" => "Image"
);

function canCreate($Member = null) { return true; }
function canEdit($Member = null) { return true; }
function canView($Member = null) { return true; }
function canDelete($Member = null) { return true; }

public static $default_sort = 'SortID Asc';

Expand All @@ -28,11 +33,6 @@ public function getCMSFields() {
'CaptionExcerpt' => 'Caption',
'Thumbnail' => 'Photo'
);

function canCreate($Member = null) { return true; }
function canEdit($Member = null) { return true; }
function canView($Member = null) { return true; }
function canDelete($Member = null) { return true; }

public function Thumbnail() {
$Image = $this->Photo();
Expand Down
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified _config.php
100644 → 100755
Empty file.
Empty file modified css/photogallery.css
100644 → 100755
Empty file.
Empty file modified images/defualt-album-cover.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/photogallery-file.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified js/prettyPhoto_init.js
100644 → 100755
Empty file.
Empty file modified prettyPhoto/README
100644 → 100755
Empty file.
Empty file modified prettyPhoto/css/prettyPhoto.css
100644 → 100755
Empty file.
Empty file modified prettyPhoto/images/fullscreen/1.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/3.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/4.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/5.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/6.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/high.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/huge.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/fullscreen/wide.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_square/btnNext.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_square/contentPattern.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_square/loader.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/dark_square/sprite.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/default/default_thumb.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/default/loader.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified prettyPhoto/images/prettyPhoto/default/sprite.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/default/sprite_next.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/default/sprite_prev.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/default/sprite_x.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/default/sprite_y.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/btnNext.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/loader.gif
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/facebook/sprite.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_rounded/loader.gif
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_rounded/sprite.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_square/btnNext.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_square/loader.gif
100644 → 100755
Empty file modified prettyPhoto/images/prettyPhoto/light_square/sprite.png
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/flash-logo.png
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/quicktime-logo.gif
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/t_1.jpg
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/t_2.jpg
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/t_3.jpg
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/t_4.jpg
100644 → 100755
Empty file modified prettyPhoto/images/thumbnails/t_5.jpg
100644 → 100755
Empty file modified prettyPhoto/index.html
100644 → 100755
Empty file.
Empty file modified prettyPhoto/js/jquery.prettyPhoto.js
100644 → 100755
Empty file.
Empty file modified prettyPhoto/xhr_response.html
100644 → 100755
Empty file.
Empty file modified templates/Layout/PhotoGallery.ss
100644 → 100755
Empty file.
Empty file modified templates/Layout/PhotoGallery_album.ss
100644 → 100755
Empty file.

0 comments on commit 795efb9

Please sign in to comment.