The simplest, most intuitive way to host your photos on your website. https://galleryrevival.com
Go to file
2009-10-31 14:13:35 -07:00
application/config Revert "Create a modules and themes directory in the application directory. All subdirectories are ignored by git, so provides a place to put 3rd party themes and modules separate from the core release." 2009-10-04 10:12:23 -07:00
installer Update the install.sql to reflect the current version number(16) and the refactoring of the user module into an idnetity provider 2009-10-26 10:05:54 -07:00
lib Re enable the submit button if the dialog processing resends the form because of an error. 2009-10-31 09:42:09 -07:00
modules Don't specify the default identity provider in the gallery installer. Let the user module use that as a trigger to set ownership of the root album to the administrator. 2009-10-31 14:13:35 -07:00
system Apply local fix for Kohana ticket 2276. 2009-10-23 08:25:58 -07:00
themes Add type attribute to rest of our script tags. 2009-10-30 00:14:57 -06:00
.gitignore Update comments 2009-07-11 04:41:06 -07:00
.htaccess Change all booleans to use php_flag instead of php_value. And turn off 2009-09-11 11:16:52 -07:00
index.php If we fail the version check, at least show the version of PHP that the server is using. 2009-08-06 20:38:42 -07:00
LICENSE Put Gallery3 under GPLv2 2008-12-17 17:10:08 +00:00
README Updated README for beta 3 2009-09-12 22:30:05 -07:00
robots.txt For those that run gallery3 at the top level, include a robots.txt file to exlude gallery3 working directories from index by robots. Fixes #794 - thanks nigel_aves 2009-09-22 12:10:52 -07:00

ABOUT:
Gallery 3 is a web based software product that lets you manage your
photos on your own website.  You must have your own website with PHP
and database support in order to install and use it.  With Gallery you
can easily create and share albums of photos via an intuitive
interface.


SECURITY (& INTENDED AUDIENCE):
This is the third and final beta release of Gallery 3.0 and while it's
not a finished product, it's heading into the home stretch.  You can
install it on public websites, but remember that until the final
release is out, we make no guarantees that it won't do bad things.

Note:
 - We've contracted a professional security audit, received their results
   and resolved all the really dire issues they found.  There are still some
   issues, but they are more along the lines of "you should ask for the old
   password as a confirmation when you let users change their password".
   Ie, they're issues but they're not really bad.  We'll take care of them
   before the final release.
 - Most of the key features are in, but some of them (notably the "add from
   server" and "organize album" features) are probably going to be completely
   rewritten.
 - You can upgrade from beta 1, but not from alpha releases.

The intended audience of this release is folks who are willing to live
a little bit on the edge. We'll do our best to take care of your data
and your security, but we might screw it up here or there.  We welcome
theme and module developers to play with this release and start
turning out slick new designs for our happy users.

Did you find a security flaw?  Please email security@gallery.menalto.com
with the details and we'll fix it ASAP!


SUPPORTED CONFIGURATION:
 - Platform: Linux / Unix.
 - Web server: Apache 2.2 and newer.
 - PHP 5.2.3 and newer (PHP's safe_mode must be disabled and simplexml,
   filter, and json must be installed).
 - Database: MySQL 5 and newer.


INSTALLATION VIA THE WEB:
- Point your web browser at gallery3/installer/ and follow the
  instructions.


INSTALLATION FROM THE COMMAND LINE:
- php installer/index.php [-h host] [-u user] [-p pass] [-d dbname]

 Command line parameters:
 -h     Database host          (default: localhost)
 -u     Database user          (default: root)
 -p     Database user password (default: )
 -d     Database name          (default: gallery3)
 -x     Table prefix           (default: )


BUGS?
Go to http://apps.sourceforge.net/trac/gallery/ click the "login" link
and log in with your SourceForge username and password, then click the
"new ticket" button.  Mark any issues you find with the "Beta 2"
milestone and we'll try to get 'em done for the next release.


QUESTIONS, PROBLEMS:
 - Check out the gallery3 FAQ http://codex.gallery2.org/Gallery3:FAQ
 - Post to the Gallery 3 forums: http://gallery.menalto.com/forum/96
 - Email gallery-devel@lists.sourceforge.net