Commit Graph

27 Commits

Author SHA1 Message Date
Tony Lambregts
32786350ad Redisplay the input form and display the errors there instead of an error page so the user doesn't lose any of the data they've already input. 2005-06-29 03:01:08 +00:00
Chris Morgan
89112c175f Add a list of things a user should do prior to submitting an
application.  The hope is to reduce the number of duplicate, incorrect and incomplete
submissions that just end up rejected.  Change 'Add Version' to 'Submit new
version' to match the 'Submit application' link in the menu panel.
2005-05-14 00:43:33 +00:00
Jonathan Ernst
d4bde62c23 Use htmlarea when submitting a new version 2005-03-16 03:39:34 +00:00
Jonathan Ernst
3b4eb09e1f Use only one htmlarea as using two cause one of them to be sometimes readonly
under Gecko for unknown reasons.
2005-02-24 04:48:04 +00:00
Jonathan Ernst
aed4745aef Fix html issues 2005-02-23 00:15:30 +00:00
Jonathan Ernst
5e7cceeb4a - makes it possible to submit new versions again
- show the add version button when logged in
2005-02-09 02:19:24 +00:00
Jonathan Ernst
7b12f89abf - improve application and related classes
- use application/version/vendor class in scripts
- don't use a full table for queued appication but only one field in the application and version tables
- simplify the code in many places
2005-02-07 23:21:33 +00:00
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
e18c28db71 Retrieve email from current user object 2005-02-02 00:18:59 +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
29f5bddee3 use APPDB_OWNER_EMAIL instead of appdb@winehq.org 2005-01-30 03:12:57 +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
Tony Lambregts
9ee1cb968a Fix up vendor when submitting app. 2005-01-10 22:09:28 +00:00
Paul van Schayck
05ea902ad5 Use include/db.php. Variable naming. isset() 2004-12-30 16:29:27 +00:00
Eric Blade
ffeeaef807 Clean up HTML and PHP, remove extranious checks for loggedin() 2004-12-29 20:21:31 +00:00
Paul van Schayck
4e2c7b2106 Make version submit from appview parent filling work again. Remove other non used value fillers. 2004-12-28 00:03:27 +00:00
Paul van Schayck
5a27f7ba35 Array keys should be quoted 2004-12-18 01:51:56 +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
WineHQ
ac0fc5bd6d Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
- stop annoymous applications submitions
- code cleanup (more php style than c style  + correct indentation + comments + replaced globally registered vars)
2004-12-11 03:59:45 +00:00
WineHQ
98c6e6253e Allow people to submit new version from App Parent - Tony Lambregts 2004-12-06 23:12:23 +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
8eb8482819 s/winehq\.com/winehq\.org/g 2004-03-24 15:49:59 +00:00
Paul van Schayck
f274463f0e Check the submitted input. Switched to $_REQUEST. 2004-03-18 19:26:33 +00:00
Jeremy Newman
8f28ae10c4 Initial revision 2004-03-15 16:22:00 +00:00