Commit Graph
2082 Commits
Author SHA1 Message Date
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
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
Tim Almdal 2b047aaca9 Change #Breadcrumbs to a css class. This allows the formatting to be
used multiple times on the same page. (For example in a dialog box
such as in jhilden's upload mockup)
2009-02-20 14:11:33 +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
Andy Staudacher d47e4c9b43 Adding a l10n scanner - scans for t() and t2() calls, inserts the extracted messages into incoming_translations.
See: https://apps.sourceforge.net/trac/gallery/ticket/74
2009-02-19 07:20:26 +00:00
Bharat Mediratta dcc42328b1 Fix indentation. 2009-02-19 01:50:38 +00:00
Bharat Mediratta d3752437b9 Add a 'finish' button which dismisses the dialog and refreshes the current page 2009-02-18 07:33:38 +00:00
Bharat Mediratta e24de87096 Urlencode the user agent, else it doesn't get passed through properly.
This fixes the uploader on FF/Linux (and probably other platforms).
2009-02-18 07:20:50 +00:00
Jakob Hilden 87ad71c985 added mkdir command to error message if "var" is not found, for people that don't know how to create a folder on unix 2009-02-17 21:49:57 +00:00
Bharat Mediratta 82ccbba124 Move private key generation into the installer so that we're not
generating it lazily.
2009-02-17 07:03:40 +00:00
Bharat Mediratta ae06ad3a41 Update to new Polar Rose API. 2009-02-17 06:03:47 +00:00