Skip to content

Commit

Permalink
Merge branch 'video-support' into group-merge
Browse files Browse the repository at this point in the history
Conflicts:
	src/html/assets/themes/fabrizio1.0/config/settings.ini
	src/html/assets/themes/fabrizio1.0/javascripts/fabrizio.js
	src/html/assets/themes/fabrizio1.0/javascripts/op/Lightbox.js
	src/html/assets/themes/fabrizio1.0/stylesheets/less/components/lightbox.less
	src/html/assets/themes/fabrizio1.0/templates/partials/underscore.php
  • Loading branch information
jmathai committed Sep 24, 2013
2 parents 4ae7fe6 + d7d156c commit e8a1359
Show file tree
Hide file tree
Showing 1,912 changed files with 218,661 additions and 505 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ src/html/assets/cache
src/plugins/*
src/libraries/plugins/*
src/userdata/**/*
composer.phar
!default

5 changes: 5 additions & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"aws/aws-sdk-php": "2.*"
}
}
237 changes: 237 additions & 0 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/configs/template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ templates="{templates}"
themes="{themes}"
temp="{temp}"
userdata="{userdata}"
vendor="{vendor}"

[plugins]
activePlugins=""
Expand Down
Binary file added src/html/assets/images/video-placeholder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/html/assets/javascripts/openphoto-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OPU = (function() {
var uploaderEl = $("#uploader");
if(uploaderEl.length === 0)
return;

if(typeof(uploaderEl.pluploadQueue) == 'undefined') {
$("#uploader .insufficient").show();
return;
Expand All @@ -26,18 +26,19 @@ OPU = (function() {
uploaderEl.pluploadQueue({
// General settings
runtimes : 'html5',
url : '/photo/upload.json', // omit 409 since it's somewhat idempotent
url : '/media/upload.json', // omit 409 since it's somewhat idempotent
max_file_size : '32mb',
file_data_name : 'photo',
//chunk_size : '1mb',
unique_names : true,
keep_droptext : true,

// Specify what files to browse for
filters : [
{title : "Photos", extensions : "jpg,jpeg,gif,png"}
{title : "Photos", extensions : "jpg,jpeg,gif,png"},
{title : "Videos", extensions : "mov,mp4,webm,ogg"}
],

// Flash settings
flash_swf_url : 'plupload.flash.swf',
multipart_params:{
Expand Down Expand Up @@ -108,7 +109,7 @@ OPU = (function() {
groups = '';
else if(groups !== null)
groups = groups.join(',');

uploader.settings.multipart_params.license = license;
uploader.settings.multipart_params.tags = tags;
uploader.settings.multipart_params.permission = permission;
Expand Down
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
1 change: 1 addition & 0 deletions src/html/assets/themes/fabrizio1.0/javascripts/fabrizio.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
running: false,
init: function() {
var options, _pages = TBX.init.pages, _this = _pages.photos, batchModel = _pages.photos.batchModel, $batchEl = $('.batch-meta');

$(window).scroll(function() { util.scrollCb(_this); });
_this.load();
(new op.data.view.BatchIndicator({model:batchModel, el: $batchEl})).render();
Expand Down
Loading

0 comments on commit e8a1359

Please sign in to comment.