The simplest, most intuitive way to host your photos on your website. https://galleryrevival.com
Go to file
Joe7 89737c09d5 Paginator for user manager admin view
Closes ticket #1557
Note: also optimizes the way item count is retrieved for users, saving <user_count>-1 queries when displaying this page
2011-01-09 21:05:28 +01:00
application Make maintenance mode a variable instead of a config. Then create 2010-08-01 21:00:30 -07:00
installer Some small follow on fixes for #1559 and #1568: 2011-01-03 12:25:51 -08:00
lib Add a minified version of json2.js from https://github.com/douglascrockford/JSON-js/blob/master/json2.js 2010-12-29 11:59:44 -08:00
modules Paginator for user manager admin view 2011-01-09 21:05:28 +01:00
system Fix a bug in ORM where calling reload() on an unloaded instance returns the 2010-11-18 09:48:50 -08:00
themes Identify the case where the active sidebar blocks didn't produce any 2010-12-31 22:49:57 -08:00
.gitignore Update comments 2009-07-11 04:41:06 -07:00
.htaccess Protect ".ini" files in the example security stanza. Fixes ticket 2010-09-29 21:34:31 -07:00
index.php Clean up cli default instructions. 2010-09-12 12:58:30 -07:00
LICENSE Put Gallery3 under GPLv2 2008-12-17 17:10:08 +00:00
README Updated for 3.0 release. 2010-10-05 00:10:17 -07:00
robots.txt Disallow /digibug/print_photo to avoid search engines printing stuff. 2010-06-20 12:45:36 -07:00

Gallery 3.0 (code name "Santa Fe")

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.


INTENDED AUDIENCE:
This version is intended for anybody who has a website.  We stand
ready to support the product and help you to make the most of it. We
welcome theme and module developers to play with this release and
start turning out slick new designs for our happy users.  If you have
questions or problems, you can get help in the Gallery forums:

  http://gallery.menalto.com/forum/96


SECURITY:
We've contracted a professional security audit, received their results
and resolved all the issues they found.

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.


INSTALLING AND UPGRADING INSTRUCTIONS:
For comprehensive instructions, The online User Guide is your best resource:
  http://codex.gallery2.org/Gallery3:User_guide

There are also simple instructions below.  NOTE: You can upgrade from
beta 1 and beyond, but not from alpha releases.


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 "3.1"
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