Commit Graph

444 Commits

Author SHA1 Message Date
Jonathan Ernst
e7db4f1cac Fix unqueueing new versions 2005-02-09 02:17:31 +00:00
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
99ec3e804d Improve existing vendor admin 2005-02-07 23:55:03 +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
a3820b468d Don't import tableve when it's not used in the code 2005-02-07 23:53:46 +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
5f9d5c5c54 fix bugs.php was displaying "internal database error" 2005-02-07 04:30:25 +00:00
Tony Lambregts
33eebe727e Restore the ability to add a url to an app family 2005-02-06 22:50:08 +00:00
Jonathan Ernst
fa43f93810 Fix screenshots where broken 2005-02-06 22:36:46 +00:00
Jonathan Ernst
c198604aff Fix mysql errors in the index page 2005-02-06 22:35:58 +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
354c988fe2 Add a space between by and <name> in by<name> when sending emails 2005-02-05 17:09:06 +00:00
Jonathan Ernst
fd8fbe31e4 remove <br> in front of notes, now that we use html as it cause extraneous new line 2005-02-05 17:08:10 +00:00
Jonathan Ernst
d802baaaf7 Display app name in adminAppDataQueue.php when reviewing an appdata 2005-02-04 03:34:23 +00:00
Jonathan Ernst
2aad62243d Fix the button "log in to become a super maintainer" which was not in a
form element
2005-02-04 03:32:52 +00:00
Jonathan Ernst
839695f691 Avoid <p> color override from application.css 2005-02-04 03:08:56 +00:00
Jonathan Ernst
61792efd61 Don't check for isLoggedIn if we check for havPriv() or isMaintainer() as it is redundant 2005-02-04 03:08:09 +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
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