| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | vars.  We'll eventually turn this into a registry where you can edit
settings directly (at your own risk). | 
|  | when adding photos/movies/albums | 
|  |  | 
|  | Clean some HTML out of a translated string. | 
|  |  | 
|  |  | 
|  | collapse multiple spaces, drop the extension.  Fixes ticket #237 | 
|  |  | 
|  | so that we have some clue as to what went wrong | 
|  |  | 
|  |  | 
|  | Fixes ticket #282 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | other tests don't fail unexpectedly | 
|  | calling ORM just to get paths.  This is a 10x performance increase. | 
|  | thanks jstricker! | 
|  |  | 
|  | uploader | 
|  |  | 
|  |  | 
|  |  | 
|  | if the page type is album.
Leave a todo if we ever set up a theme default API | 
|  |  | 
|  | 2nd iteration | 
|  |  | 
|  | error if we can't find one-- just assume its a photo). | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | - Add a "captured" column to the items table.
- Pull the DateTime EXIF field and put it into the captured column
- Pull the Caption EXIF & IPTC fields and put them into the description
  field if there was not already a value there | 
|  | writable. | 
|  |  | 
|  |  | 
|  | toolkits | 
|  | album | 
|  |  | 
|  |  | 
|  | g2_import since it uses the Gallery2 embed interface which loads up G2's Gallery class as well.  Grumble. | 
|  | app-wide helper.  'core' doesn't make as much sense | 
|  | make_album_cover() functions into it. | 
|  | into the core helper.  Clean up interactions so that when we remove an
album cover we pick a new one, or clean out the old album cover if
there are no other choices. | 
|  | feature its provided for. | 
|  |  | 
|  | make_album_cover and remove_album_cover methods in Item_Model.
Usage: $photo->make_album_cover()  $album->remove_album_cover() |