Tim Almdal
ec2a032604
Add closing )
2009-02-25 16:17:34 +00:00
Chad Kieffer
2e06250f9a
Restore sidebar_top()
2009-02-25 06:54:41 +00:00
Bharat Mediratta
515c081f79
Add support MP4 movies also. Flowplayer supports them and can stream
...
them using the h264streaming plugin. Everything else is a fairly
minor change.
2009-02-25 05:27:29 +00:00
Tim Almdal
585ea81957
Fix for ticket #98 .
...
The problem was that item::delete was deleting the parent album
2009-02-24 19:52:01 +00:00
Tim Almdal
550d46da66
Added a block to the siebar that lists the available feeds
2009-02-24 19:19:58 +00:00
Tim Almdal
5b35490be1
Major change to local import, in that checking the high level
...
directory will process all the files underneath w/o having to expand
the tree first.
2009-02-24 16:47:45 +00:00
Andy Staudacher
2c5e06221b
Minor README update for alpha 2
2009-02-24 06:54:30 +00:00
Andy Staudacher
c5964c74cd
Fix i18n create table sql (forgot to change core_install.php)
2009-02-24 06:10:40 +00:00
Andy Staudacher
e031957354
File structure style fixes
2009-02-24 05:54:19 +00:00
Andy Staudacher
41600a982f
Fix bootstrap / installation issue for unit test framework:
...
Install user module before installing other modules. E.g. local_import's installation routine depends on the user module to be installed.
2009-02-24 05:27:07 +00:00
Tim Almdal
9bba87ddc5
remove the extension and just use the IMAGETYPE_xxx constants
2009-02-24 01:24:11 +00:00
Tim Almdal
b40f25cbed
Remove debugging information
2009-02-23 22:37:49 +00:00
Tim Almdal
4b08146c45
A couple of references to media_rss that were overlooked
2009-02-23 19:19:16 +00:00
Tim Almdal
e2f2ff4a7f
Change the way movies are presented in the feed. Couldn't figure out
...
how to embed the object in the feed, so the recieve will still have to
click on the thumbnail to see the move. Instead of actually playing
in the feed reader.
2009-02-23 18:41:22 +00:00
Tim Almdal
c0049dce03
1) Optimize the loop in graphics::generate so it uses the $ops as the
...
key and path. This way it won't try to generate a resize for movies.
2) Changed the options on the ffmpeg command in movie::extract_image
so we actually see a frame not the black one that starts the movie.
2009-02-23 17:13:58 +00:00
Tim Almdal
2ed850652b
Fix problem that movie::create was never being called. But strangely
...
enough photo::create would actually add the movie properly :-)
2009-02-23 15:06:24 +00:00
Tim Almdal
679b8c3971
Include jpg as valid graphic files
2009-02-23 14:45:09 +00:00
Andy Staudacher
8bba897a46
Changing from binary(16) to char(32) as translation message key.
...
Although less efficient as a storage / transmission / comparison format, it's friendlier on the eyes and universally supported.
2009-02-23 06:33:10 +00:00
Tim Almdal
ad7b066f48
Change the media content for video. I don't think its quite right
...
yet, but that's maybe because I'm not generating thumbnails
2009-02-23 06:00:41 +00:00
Tim Almdal
05308a94b1
Use IMAGETYPE_xxx to filter file types
2009-02-23 05:59:13 +00:00
Chad Kieffer
51591c9669
Better yet, rename gallery2.png to just gallery.png. Reference logo from scaffold too.
2009-02-23 05:55:29 +00:00
Chad Kieffer
ab041eedc5
Use local Gallery Project logo in the installer
2009-02-23 05:45:21 +00:00
Chad Kieffer
cd8d1c6582
Temp fix for photostreamin admin dashboard, other miscellaneous css fixes. Apply jQuery UI button css to submit inputs in the admin theme.
2009-02-23 05:14:05 +00:00
Bharat Mediratta
490a182f85
Move admin menu under settings
...
Don't try to show the local_import link if there's no options menu.
2009-02-23 04:54:24 +00:00
Chad Kieffer
2ab18bbd45
Restored txtright class that I'd deleted and forgotten to restore during debugging
2009-02-23 04:37:16 +00:00
Bharat Mediratta
e83c2b3f8d
Revert to using IMAGETYPE_XXX constants (at least for now)
2009-02-23 04:29:10 +00:00
Tim Almdal
3ced35929c
Fix broken slideshow
2009-02-23 04:08:26 +00:00
Chad Kieffer
1af62de44c
Partial next/last pager fix for IE 6 and 7. Button's width is still foced to 100%. Think this is a jQuery UI CSS issue and I haven't figured out an override for it yet.
2009-02-23 03:39:44 +00:00
Tim Almdal
b6e17eb139
1) Updated the media feed with new fields
...
2) Created a comments feed (/rss/comments)
3) Created a updates feed (/rss/updates)
User interface to follow
2009-02-23 02:47:29 +00:00
Chad Kieffer
3bba61b733
Removed hybrid album view link. Not used, probably won't be part of core.
2009-02-23 01:55:40 +00:00
Chad Kieffer
1ef090cd15
Remove second Add User button, don't need it, at least not now.
2009-02-23 01:51:18 +00:00
Bharat Mediratta
37d3254d8c
Remove debug code, thanks Andrew Slayman!
2009-02-23 01:36:54 +00:00
Jakob Hilden
7d96448ecb
added additional comment link, if no comments have been made yet.
2009-02-23 00:46:25 +00:00
Chad Kieffer
ecaf6bda32
Added fix i18n todo item for cancel link
2009-02-23 00:44:50 +00:00
Bharat Mediratta
ca5bba0964
Replace the word "item" in display text with photo/album/movie as
...
appropriate. We shouldn't be saying "item" to the user.
2009-02-23 00:25:51 +00:00
Bharat Mediratta
f924cd66ac
Remove the $item from the various graphics functions, that was a bad
...
idea. Instead convert movies to jpeg before doing any
transformations, which keeps the graphics functions clean and abstract
and dealing solely with image types. Lighter/simpler solution.
2009-02-22 23:55:47 +00:00
Bharat Mediratta
ffbab952c6
If the album_cover_item_id points to a missing item (unlikely but possible) just treat it like it was missing and continue
2009-02-22 23:54:48 +00:00
Bharat Mediratta
3a8439d7b5
Hardcode all movie mime types to video/x-flv cause that's all we support now anyway
2009-02-22 23:53:44 +00:00
Bharat Mediratta
f5169dd451
Leave the comments title around, but add the "Be the first to comment"
...
message below it.
2009-02-22 20:16:56 +00:00
Bharat Mediratta
a83b6e9180
Adjust the title based on whether or not there are comments.
2009-02-22 20:09:17 +00:00
Tim Almdal
95fc61c9a8
Standardize to uppercase DESC in the order by method calls
2009-02-22 17:36:58 +00:00
Tim Almdal
d61691fd95
Removed the full-size enclosure tag and fixed alignment of the content tag.
2009-02-22 16:56:37 +00:00
Tim Almdal
adf338f2c1
Added t(...) around some display strings that were overlooked.
2009-02-22 16:14:58 +00:00
Tim Almdal
eece67611e
Added "flv" to the list of the supported files
2009-02-22 16:14:10 +00:00
Chad Kieffer
1aa21cb2ab
Need to have next/previous in place in a disabled state to maintain pager layout.
2009-02-22 08:20:08 +00:00
Chad Kieffer
9b73213693
Add Cancel link next to submit buttons in dialogs. Apply button style to buttons in dialogs.
2009-02-22 08:05:15 +00:00
Chad Kieffer
9344141231
Minor fixes to gAlbumGrid and gPager
2009-02-22 07:32:38 +00:00
Bharat Mediratta
baff63b70b
Very basic movie support. You can upload a FLV file, we use ffmpeg to
...
extract a thumbnail out of it and if you click through we show it
using flowplayer.
2009-02-22 05:21:44 +00:00
Chad Kieffer
e6836d8a5e
Apply button styles to pager buttons and position in consistent locations.
2009-02-22 02:09:48 +00:00
Bharat Mediratta
e84aa77237
Fix load_themes() to actually look up the right themes to use. Thanks to Blake Turner.
2009-02-22 00:57:54 +00:00