11 Commits

Author SHA1 Message Date
Chris Morgan
b2ed10c433 Clarify README to specify that you must update APPDB_ROOT to point to your own address. Update
the config.php.sample to not refer to the actuall appdb site. Users may forget to update this
field and end up on the live site without realizing it and do some unintended damage.
2007-05-26 16:32:45 +00:00
Chris Morgan
1f0b58fa25 Improve setup instructions to remind the user about mysql user and permissions that must be set
so the appdb works properly
2007-01-18 02:25:14 +00:00
Francois Gouget
41fce37200 Assorted spelling fixes 2006-12-31 19:39:41 +00:00
Jonathan Ernst
d9826427da This patch make email address the user's username as requested in the TODO.
query_users.php is modified even if we will drop it in the future to be sure it works everywhere.
2005-01-10 22:54:04 +00:00
Paul van Schayck
91f46ae2f0 -Advise users to allow .htaccess overides.
-Show correct php settings to set
2005-01-10 22:17:01 +00:00
Francois Gouget
8fab7880b4 Assorted spelling fixes.
Small wording tweaks.
Capitalize Wine when referring to the project.
2005-01-10 22:15:44 +00:00
Stefan Pflüger
ddc6f0e109 Mention default admin account information in README 2004-12-25 19:50:57 +00:00
Tony Lambregts
dca5a408cb Integrate APPDB with Bugzilla to use the versions table from Bugzilla. 2004-12-13 03:50:11 +00:00
Jeremy Newman
5e67d638fc * Things inside php.ini
stuff added by newman
* added the additional contributors
* tweaked the look
2004-03-25 16:29:47 +00:00
Chris Morgan
89e7284f34 Add appdb/tables/create_tables script to run the sql necessary to create and
setup appdb tables.  Add app_category.sql and session_list.sql from Jeremy,
without these the database wasn't handling logins correctly and had no
categories.  README now has some instructions on how to setup a local appdb.
Modified config.php.sample to point to apidb to match what is in the sql in
appdb/tables.  Sql for table creation to use "if exists" to prevent data
base errors on trying to drop tables that don't exist.
2004-03-24 15:51:49 +00:00
Jeremy Newman
8f28ae10c4 Initial revision 2004-03-15 16:22:00 +00:00