Jonathan Ernst
ac0994cc53
- use htmlarea when submitting a new version or application
...
- use htmlarea when reviewing a new version or application
- don't let admin try to add keywords or webpage to an application version
- improved templates and stylesheet to don't break appdb layout
2005-02-02 04:11:41 +00:00
Jonathan Ernst
863467667d
Don't use appId in for objects related to appVersion, appVersion implies an
...
appId
2005-02-02 02:39:40 +00:00
Jonathan Ernst
2083bf521b
- OO version of user class
...
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +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
aba584ff93
fix a typo (mesage -> message)
2005-01-19 04:58:12 +00:00
Jonathan Ernst
caf91fded2
remove all mysql_error() instances as errors are handled by query_appdb()
2005-01-14 05:34:25 +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
Tony Lambregts
0bf5729a88
Security fix in adminAppQueue.php
2005-01-10 22:10:41 +00:00
Eric Blade
ffeeaef807
Clean up HTML and PHP, remove extranious checks for loggedin()
2004-12-29 20:21:31 +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
Jonathan Ernst
b070dfd1aa
Typo, Veiw->View. Fix <? to <?php
2004-12-11 19:41:51 +00:00
Jonathan Ernst
bd91db228c
- access most globals by their $_XYZ['varname'] name
...
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Tony Lambregts
39a1a8c0d2
Fix spelling of appview.php in notify emails.
2004-12-08 03:03:05 +00:00
Tony Lambregts
a57c6ecd48
- Send email to Maintainers/Administrators when app added to database.
...
- Send email to submitter when app is rejected (delete).
- Moved delete to where we view the app
- Added email text to allow administrators to add comment to submitter email
- Show the Application Queue after adding/deleting Application.
2004-11-17 23:04:43 +00:00
Tony Lambregts
d3803fa29c
Allow people to choose the type when submitting app.
2004-11-09 22:34:49 +00:00
Tony Lambregts
da68923dad
* add category to app submission page. code cleanup and formatting fixes
2004-10-12 21:11:59 +00:00
Chris Morgan
981b904e71
It would be nice to know when entries to the appdb were submitted.
2004-04-20 16:19:48 +00:00
Chris Morgan
c2a45094e2
Add a dropdown list of vendors to the app submit page. Automatch the dropdown
...
vendor selection on the admin side of there is an exact or partial name match.
Clear out the vendor field if a match is found.
Display username when logging in to the db.
2004-04-06 21:26:10 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00