Commit Graph

321 Commits

Author SHA1 Message Date
Jonathan Ernst
cfd1d1ac09 - renamed lookupVersionName and lookupAppName into lookup_version_name and lookup_app_name in respect to CODING_STANDARD
- removed appIdToName($appId) and versionIdToName($appId) from category.php
- replaced every occurence of appIdToName and versionIdToName with lookup_app_name and lookup_version_name
2005-02-04 02:59:05 +00:00
Jonathan Ernst
3ebdbc9af5 - no more appId in appData as appVersion implies an appId*
- screenshot class has been reworked to remove need of appId
- screenshot class has been improved to send e-mails so that email handling can be removed from other scripts
2005-02-04 02:55:50 +00:00
Jonathan Ernst
76faddeef4 Instead of issuing everytime redirect() then exit in scripts; I put exit;
in redirect function
2005-02-04 02:49:09 +00:00
Jonathan Ernst
a590018548 New note class 2005-02-03 01:27:31 +00:00
Jonathan Ernst
58b3635817 The list of maintained application was not appearing anymore 2005-02-03 00:03:46 +00:00
Jonathan Ernst
453158b3ba Fix delete application button 2005-02-02 04:42:19 +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
03c0c145c5 - new Comment class
- improved performances (much less duplicated mysql queries)
- less code and better error handling
- informs the whole thread when posting new comment
- fix various bugs
2005-02-02 03:01:29 +00:00
Jonathan Ernst
64d8f93b15 Update TODO because comment class has been made 2005-02-02 02:48:02 +00:00
Jonathan Ernst
892349536c - new note class
- improved performances (much less duplicated mysql queries)
- less code and better error handling
- fix various bugs
2005-02-02 02:43:08 +00:00
Jonathan Ernst
039fba9a6a New function to see if someone wants to receive email 2005-02-02 02:42:28 +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
f2258e7ee5 - use htmlarea for editing app description and notes
- special stylesheet for application description and notes
- function to display summary of description with html stripping
2005-02-02 02:38:20 +00:00
WineHQ
6beff0b816 Add htmlarea http://www.htmlarea.com/ tool to appdb 2005-02-02 01:11:59 +00:00
Jonathan Ernst
da42397711 - drop version specific keywords
- drop version specific url
- let user add links for versions (installation, support, whatever)
- use application description and version description to display version description
- don't provide a link in the cat_path to go in the same page we already are
- various html improvement and fixes in modified lines
2005-02-02 00:35:49 +00:00
Jonathan Ernst
d65c8138ca Update TODO 2005-02-02 00:21:25 +00:00
Jonathan Ernst
e18c28db71 Retrieve email from current user object 2005-02-02 00:18:59 +00:00
Jonathan Ernst
98cafc6dc5 Fix fatal error with php
----------------------------------------------------------------------
2005-02-02 00:17:16 +00:00
Jonathan Ernst
7ce5895681 - fix notifications
- improves notifications
2005-02-02 00:14:01 +00:00
Jonathan Ernst
0519a85604 Fix display maintainer's name in appview 2005-02-02 00:13:12 +00:00
Jonathan Ernst
f9ef6ef221 Fix enrolling to be supermaintainer 2005-02-02 00:12:35 +00:00
Jonathan Ernst
1200dca8d7 Fix sending mail to people that don't want them 2005-02-01 01:58:09 +00:00
Jonathan Ernst
f4540923ac fix appdb stats 2005-01-31 01:49:56 +00:00
Jonathan Ernst
63a6cdaddf improved the coding standards description and examples 2005-01-31 01:49:27 +00:00
Jonathan Ernst
4700b7757e limit the description of an appversion to it's first sentence instead of a fixed number of letters 2005-01-31 01:42:51 +00:00
Jonathan Ernst
c88c28d5d3 limit description of screenshot to 20 chars as we don't display more 2005-01-31 01:42:08 +00:00
Jonathan Ernst
a4af9763fc replace debugging() with new $_SESSION['current']->showDebuggingInfos() 2005-01-31 01:41:10 +00:00
Jonathan Ernst
9d3ada474c - delete unused script 2005-01-30 23:14:14 +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
Paul van Schayck
ec3f0bfe54 Move description below screenshot instead of header 2005-01-30 22:38:44 +00:00
Jonathan Ernst
b95ccd52da Make search search in app keywords and not only in app name 2005-01-30 22:20:55 +00:00
Jonathan Ernst
29f5bddee3 use APPDB_OWNER_EMAIL instead of appdb@winehq.org 2005-01-30 03:12:57 +00:00
Jonathan Ernst
758810bd5e Fixed a typo in editappversion.php 2005-01-30 02:50:46 +00:00
Jonathan Ernst
72e92ddcc3 - remove duplicated links to add a new application
- remove unused script
2005-01-30 02:44:26 +00:00
Jonathan Ernst
5561447548 Fix mail_appdb() by using comma to separate addresses 2005-01-30 02:24:54 +00:00
Jonathan Ernst
b672ab0027 Fix mail_appdb() 2005-01-30 01:46:44 +00:00
Jonathan Ernst
274a8fbff4 fix sql query on index page 2005-01-30 00:58:05 +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
Jonathan Ernst
4b279975f6 - Display only the first part of the description
- People vote for apps, not appversion so that it doesn't mean anything to display versions
2005-01-29 22:54:02 +00:00
Jonathan Ernst
e8ec89374b Remove unused tables 2005-01-29 17:19:19 +00:00
Jonathan Ernst
805dab06ac - fix version deletion
- redirect in the correct page when something is deleted
2005-01-29 17:17:32 +00:00
Jonathan Ernst
47fd3b6d86 Use actual database data to generate the gold and silver list, fixed 2005-01-29 17:16:15 +00:00
Jonathan Ernst
f4f156cd3e Update TODO 2005-01-29 17:13:15 +00:00
Jonathan Ernst
93a7937141 Use actual database data to generate the gold and silver list 2005-01-29 17:10:52 +00:00
Jonathan Ernst
b0f33ca160 Remove duplicated links to add a new version
Remove unused script
2005-01-29 17:09:27 +00:00
Jonathan Ernst
8bc52cfe63 Replace <? with <?php
Use registered global vars
2005-01-29 00:53:29 +00:00
Jonathan Ernst
8d5693fb70 Improve actions in appview.php 2005-01-29 00:52:49 +00:00
Jonathan Ernst
c87a67463e Get rid of user rating 2005-01-29 00:50:54 +00:00
Jonathan Ernst
608e172c49 Use registered globals for checking if the description was changed 2005-01-29 00:49:21 +00:00
Paul van Schayck
5929fcacc2 Use super globals, perform input checking 2005-01-29 00:47:36 +00:00