The simplest, most intuitive way to host your photos on your website.
Forked from gallery/gallery3 Wed May 27 14:50:59 -0700 2009
Last updated Mon Aug 10 23:41:28 -0700 2009
Vendor repository for 3rd Party scripts used in Gallery 3
Forked from gallery/gallery3-vendor Wed May 27 19:34:57 -0700 2009
Last updated Wed May 27 19:41:18 -0700 2009
2 commits »
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Use url::base() instead of item::root()->url because we can't be sure
Convert a database call.
Remove some unused references to Database::instance()
3 commits »
Database::escape_str() is now Database::escape().
Convert a database query.
Convert html::specialchars() to html::chars()
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Convert some database queries.
Convert some more database queries.
Update all database queries such that we can run "php index.php
Simplify add_table_prefixes. In Kohana 2.4, it returns the bare table
Improve the exception error message.
Adjust for the fact that movies have JPG thumbnails. Fixes ticket
Show the right edit form for movies.
Convert some database calls.
Tighten-up white space for error message/icon on forms. Fix icon/white-space on g2_import messages, fixes #765.
Log the entire stack trace when we catch an exception.
Remove the hidden form variable _method which was used in the no longer rest controllers.
9 commits »
Update database queries.
Update database query.
Updated for K2.4. This is a fork from the main-line, but we're going to replace this with Formio anyway.
Further simplifications to viewable(). Stop trying to optimize for
Get rid of unused _method param in the item edit form.
Add the current file/line at the top of the trace.
Overload Kohana_Exception::text() to dump out the complete stack trace
Fix a few more database queries
Fix some database calls.
Update more database calls.
Oops, removed the overload for query() before, we need this back so
7 commits »
Merge branch 'master' of git@github.com:gallery/gallery3
Add a slightly different background for input fields that have attribute 'readonly'
Use NULL instead of actual values in the vars table, so that var tweaks result in smaller diffs.
Use NULL instead of actual values in the vars table, so that var
Update the gallery module to version 21 in the installer.
Fix whitespace.
11 commits »
Revert "Correct inconsistent capitalization on "Server Add""
Change the default image to be the full size so that the slideshow shows the big one.
Correct inconsistent capitalization on "Server Add"
Make the rendering of the Theme Options page consistent between the first request and any errors
Reload relevant models after acquiring a lock so that we don't make
Rename the "upload_limit" variable to "simultaneous_upload_limit" for
Allow users to override the number of simulatenous uploads. This setting won't appear until after they have attempted to upload at least once and have issues.
Extend the background of the status message across the entire status row.
Grey Dragon Theme - version 1.5.8
Update a couple more queries.
Use:
Use select() instead of select("*")
Fix a bunch of places where we were using "= null" instead of "IS NULL".
Convert more database calls over to the new format
8 commits »
Beter fix for #925.
Use the real mime type for movies when we're requesting the full movie
Fix a typo that was breaking the home page (doh!)
Clean up item routing a bit.
Don't allow the extra "/?" sequence (ie: "/index.php/?kohana_uri=...") in the generated .htaccess files.
Don't use PathInfo based urls to reroute access protection. Fixes
Publish theme_edit_form and theme_edit_form_completed events so that themes can piggyback on the regular Admin > Appearance > Theme Options page.