Chris Morgan
96bfbb152d
Bump screenshots up to 1024x768 from 800x600 in the config.php.sample and on the live server
2005-04-23 02:24:35 +00:00
Jonathan Ernst
0a839e359a
- use mail_appdb() instead of mail() for better error handling and to avoid code duplication
...
- use \r\n as line separator in mail (RFC compliant)
2005-01-30 00:57:34 +00:00
Francois Gouget
a8f2cd5865
Assorted spelling and typo fixes
2005-01-29 00:43:41 +00:00
Jonathan Ernst
d3ad0dba41
- replaced mysql_query() with query_appdb()
...
- removed opendb()
- removed query_userdb()
- removed error handling from the code as it is done with query_appdb()
2005-01-12 16:22:55 +00:00
Jonathan Ernst
52437f5f30
- use queued screenshot directory instead of mysql to store queued data
...
- use the config file to determine thumbnail size
2004-12-23 01:13:26 +00:00
Paul van Schayck
e65f7f4c51
WIDTH should be HEIGHT
2004-12-21 01:41:24 +00:00
Jonathan Ernst
6e2f4f9047
Use constants to reduce the potential for security issues through these
...
values being changed at run-time.
2004-12-19 01:12:19 +00:00
Tony Lambregts
dca5a408cb
Integrate APPDB with Bugzilla to use the versions table from Bugzilla.
2004-12-13 03:50:11 +00:00
Jonathan Ernst
d3d9e853d9
- replaced tons of tabs with spaces
...
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +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
4fd9cea6f1
to ignore the file, it must not be in cvs.
2004-03-15 16:51:04 +00:00