Jonathan Ernst
88eed1e511
Fix some code styling issues in incl.php
...
----------------------------------------------------------------------
2005-02-07 23:56:32 +00:00
Jonathan Ernst
96df720bb6
- fix isMaintainer and isSuperMaintainer
...
- make the correct button appear in appview (be a maintainer/stop to be a maintainer)
- make the list of maintained applications reappear on the left menu
2005-02-07 23:55:42 +00:00
Jonathan Ernst
5fc48e8106
- use vendor class in vendor admin
...
- improve existing vendor admin
- fix adding a vendor which was broken
- allow editing of a vendor
2005-02-07 23:54:29 +00:00
Jonathan Ernst
e1c1489279
- improve appData and related classes
...
- don't use a full table for queued appdata but only one field in theapplication and version tables
- simplify the code in many places
- fixes some bugs with screenshots
2005-02-07 23:49:06 +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
fa98124783
Fix "be a (super)maintainer" which was leading to a fatal error
2005-02-07 04:31:26 +00:00
Jonathan Ernst
fa43f93810
Fix screenshots where broken
2005-02-06 22:36:46 +00:00
Jonathan Ernst
ddfb83e988
Fix send lost password feature
2005-02-06 22:34:43 +00:00
Jonathan Ernst
792151c574
- add version and vendor classes
...
- much improved application class (same model as the other new classes I made)
- modified category class
- modified some files to use the new classes and methods
- deletes linked elements on cascade
2005-02-06 17:49:48 +00:00
Jonathan Ernst
b171c02c94
Minor improvements to the screenshot class
2005-02-06 17:47:10 +00:00
Jonathan Ernst
1f6ba40638
- the user was told his screenshot was accepted when it was rejected altough the message title was correct
...
- the name of original submitter was not quoted in the mail after a screenshot has been unqueued because of a wrong table field selection
2005-02-05 21:49:39 +00:00
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
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
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
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
7ce5895681
- fix notifications
...
- improves notifications
2005-02-02 00:14:01 +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
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
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
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
c87a67463e
Get rid of user rating
2005-01-29 00:50:54 +00:00
Francois Gouget
a8f2cd5865
Assorted spelling and typo fixes
2005-01-29 00:43:41 +00:00
Jonathan Ernst
cb710aa5b9
* use move_uploaded_file() instead of rename()
2005-01-27 17:40:09 +00:00
Jonathan Ernst
cf870b4499
* better error message when rename() fails
2005-01-27 17:30:24 +00:00
Jonathan Ernst
d35d02a8a8
* fix a problem with the thumbnail when viewing an app
...
* optimize watermarking
2005-01-27 17:16:25 +00:00
Jonathan Ernst
6fa71d05a5
* fix the problem with old images that don't have a numeric name
2005-01-27 16:42:41 +00:00
Jonathan Ernst
db2a960dd5
* force usage of GD 1 functions
2005-01-27 16:13:03 +00:00
Jonathan Ernst
d5a50ecec4
* new screenshot and image classes
2005-01-27 15:42:53 +00:00
Tony Lambregts
fc4f7db66a
Show the number of individual maintainers on the stats page
2005-01-23 16:59:09 +00:00
Tony Lambregts
008cacfa7e
Clarify what we are counting in the admin menu
2005-01-23 02:24:25 +00:00
Paul van Schayck
79c96554d6
Escape quotes properly
2005-01-19 16:53:07 +00:00
Jonathan Ernst
cf72447bcf
remove unused files
2005-01-19 05:01:11 +00:00
Tony Lambregts
147f689b73
Fix up selects for Maintainer Rating and Versions to return " " when Choose.. is selected.
2005-01-19 04:59:27 +00:00
Jonathan Ernst
791bac8e09
make it possible to add/remove administrators
2005-01-17 04:30:39 +00:00
Jonathan Ernst
f093a01229
add a user management panel for administrators
2005-01-16 02:04:03 +00:00
Jonathan Ernst
93d3d6b748
use pngs instead of gifs when pngs are smaller
2005-01-15 17:27:47 +00:00
Jonathan Ernst
e333c4ee35
- set width and height parameters for every image of the layout
...
- use double quotes to be standard compliant
2005-01-15 06:03:18 +00:00
WineHQ
7d67786b96
Authors: Tony Lambregts <tony_lambregts@telusplanet.net>, Jonathan Ernst <Jonathan@ernstfamily.ch>, Paul van Schayck <polleke@gmail.com>
...
Protect addmsg() from using up all available memory and crashing
2005-01-15 06:02:01 +00:00
Paul van Schayck
ecbeaa4d21
* Make sure PHP really opens a new connection.
2005-01-14 16:05:14 +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
WineHQ
6b806b79e1
Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Paul van Schayck <polleke@gmail.com>, Tony Lambregts <tony_lambregts@telusplanet.net>
...
New preferences fix
2005-01-14 05:28:58 +00:00