Alexander Nicolaysen Sørnes
6b7b9add74
Use separate setting for the email sender address. This allows the appdb emails to be sent
...
from a different address than the default one. Use the sender address to point email
responses to the new noreply address.
2007-05-12 16:30:32 +00:00
Alexander Nicolaysen Sørnes
fa050164f7
Add debug option to output e-mail on screen. Useful for testing that mails look correct.
2007-04-23 23:36:32 +00:00
Chris Morgan
c19a471bd5
Unit tests should disable sending email before they execute, we don't want any accidental emails sent when developers are
...
running the unit tests to verify functionality. Add commented out example code that will enable developers to disable email via
a define in include/config.php
2006-12-02 19:44:31 +00:00
Jonathan Ernst
89915be4f1
Add an option to prevent filtering of cookies in the case where multiple web apps are hosted
...
on the same virtualhost
2006-07-07 16:39:27 +00:00
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