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
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
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
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
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
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
1ef090cd15
Remove second Add User button, don't need it, at least not now.
2009-02-23 01:51:18 +00:00
Jakob Hilden
7d96448ecb
added additional comment link, if no comments have been made yet.
2009-02-23 00:46:25 +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
eece67611e
Added "flv" to the list of the supported files
2009-02-22 16:14:10 +00:00
Bharat Mediratta
2505bd1579
Hardcode extensions instead of using Image::$allowed_types because we
...
don't support TIFF files. TIFF files are not viewable directly in
most browsers
2009-02-21 20:58:02 +00:00
Tim Almdal
855eadb92f
Standardize the html id of the progress bar to gProgressBar
2009-02-21 16:54:23 +00:00
Tim Almdal
b6f0d17565
Change the name of the model from exif_info to exif_record So item
...
deletes won't fail.
2009-02-21 16:41:35 +00:00
Tim Almdal
5c30510ac4
Correct the layout of the feed so that the image shows up in the body
...
of the message in the feed reader.
2009-02-21 07:04:25 +00:00
Tim Almdal
c2fa42cf6c
Implementation of local import module. Still need work on better
...
status messages.
2009-02-21 02:28:19 +00:00
Tim Almdal
af2f7f2c56
Use Image::$allowed_types instead of array(IMAGETYPE_GIF,
...
IMAGETYPE_JPEG, IMAGETYPE_PNG) as IMAGETYPE_GIF, IMAGETYPE_JPEG and
IMAGETYPE_PNG are not defined as constants
2009-02-20 19:04:58 +00:00
Chad Kieffer
5dcf2794c5
Fixes to comment admin buttons.
2009-02-20 07:10:20 +00:00
Tim Almdal
8b2c05afc0
1) Rename the module media_rss to rss
...
2) Protect the fullsize image with a permission check
3) Added a content:encoded element to each item which allows the image to show up in the body of the feed.
2009-02-19 15:24:17 +00:00
Andy Staudacher
237656f6c8
Differentiate between available and installed languages. Provide admin UI to install languages.
...
See: https://apps.sourceforge.net/trac/gallery/ticket/75 (first step for this task)
2009-02-19 08:48:14 +00:00
Bharat Mediratta
ae06ad3a41
Update to new Polar Rose API.
2009-02-17 06:03:47 +00:00
Chad Kieffer
d04dbadfa1
Apply buttons to comment moderation and action buttons, beginnings of a photo stream carousel block in admin dashboard.
2009-02-15 22:36:51 +00:00
Bharat Mediratta
0e3df4e5d2
Fix pluralized text.
2009-02-15 08:12:48 +00:00
Bharat Mediratta
590a4677f3
Tweak EXIF extraction code to be more robust.
...
* Create Exif_Record_Model to track whether we've scanned the EXIF
data for this photo or not. This allows us to track photos that
don't have EXIF data (and won't have any Exif_Keys)
* Blow away old Exif_Keys when extracting, else we hit unique
index constraints.
* exif::_get_stats() -- before it was running the task forever
2009-02-15 08:08:22 +00:00
Bharat Mediratta
410aabf124
exif_data -> exif_keys
...
This was breaking delete.
2009-02-14 22:25:36 +00:00
Tim Almdal
7ea06ccbcb
Fix error if theme item is not supplied.
2009-02-13 06:36:02 +00:00
Chad Kieffer
5dad40b1ae
Ticket #2 . Tighten up search results UI.
2009-02-13 03:21:19 +00:00
Tim Almdal
0836f507f2
Corrected indentation
2009-02-12 16:17:20 +00:00
Tim Almdal
fc08012e5d
Add a maintenace task to extract the EXIF data from images
...
Changed exif to EXIF in comments
2009-02-12 16:14:52 +00:00
Tim Almdal
2df75c11fb
Correct typo in variable name
2009-02-12 14:02:11 +00:00
Chad Kieffer
9bbe8053c7
Added a show comment form button. Add comment form is revealed when the button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page.
2009-02-12 07:07:11 +00:00
Tim Almdal
6adf661ca7
Change the size of the text and and some odd/even coloring. Hopefully
...
some one will be so disgusted with these colors, they will change them :-).
2009-02-12 01:12:33 +00:00
Tim Almdal
fbfa2336f9
Bag the whole idea of a tab widget containing summary and detail
...
information and just go straight to the detail.
2009-02-12 00:52:44 +00:00
Tim Almdal
37a1cca520
Well, exif dialog displays and will show the summary information.
...
However, The text needs to be scaled or the size of the box needs to
be managed such that there is nowrapping. The columns need to be
styled for odd and even. And I can't get tabbing to work. If you
click on details tab nothing happens and i don't know what I've done
wrong. Addition input is appreciated.
2009-02-11 17:42:05 +00:00
Chad Kieffer
d739d1ea46
Button mania continues. Make edit and delete user/group links buttons, buttons, buttons!
2009-02-11 05:35:11 +00:00
Jakob Hilden
b00bad39e6
improvements on the tag admin
2009-02-11 04:38:02 +00:00
Tim Almdal
19f29fb1d6
Exif data is now collected when an image is added.
2009-02-10 16:28:50 +00:00
Bharat Mediratta
9ad072b33f
Simplification pass that preserves almost all functionality (except
...
default_country) but removes a lot of the code.
2009-02-10 09:10:55 +00:00
Andy Staudacher
b2f20ff766
style fixes (style for method names, style for vars in locale.php)
2009-02-10 06:12:16 +00:00
Andy Staudacher
62f3724acb
Adding UI for site language selection and user language preference.
2009-02-10 05:37:42 +00:00
Bharat Mediratta
06d5e2972d
Line length fix
2009-02-10 04:56:21 +00:00
Bharat Mediratta
11226bdd3a
Simplify delete into guaranteed 3 queries.
2009-02-10 04:34:34 +00:00
Bharat Mediratta
9f76d15086
Clean up translations to use t() properly and differentiate between
...
albums and photos. We should not say the word "item" to users if we
can avoid it.
2009-02-10 03:42:25 +00:00
Bharat Mediratta
9f77ca61f8
Indentation fix.
2009-02-10 03:22:42 +00:00