Commit Graph

1271 Commits

Author SHA1 Message Date
Jonathan Ernst
d90433899a - allow supermaintainers AND maintainers to edit app version
- remove redundant permission check when editting notes
2005-02-14 18:22:38 +00:00
Jonathan Ernst
f5e76d5d48 - fix 1 error reported by the w3c html validator in appview.php?appid=whatever when there are notes
- fix 1 error reported by the w3c html validator in appdbStats.php
2005-02-14 18:22:04 +00:00
Jonathan Ernst
0f0737f047 - doesn't send e-mail from the cleanup script until we have less bad email users.
- use the user class to cleanly delete user
2005-02-14 18:21:27 +00:00
Jonathan Ernst
209f58ff3f Fix user deletion 2005-02-14 18:20:48 +00:00
Jonathan Ernst
eabfb4d866 Allow supermaintainers and maintainers to edit app notes 2005-02-13 23:45:15 +00:00
Jonathan Ernst
124868c0a0 - fix the 25 errors reported by the w3c html validator (http://validator.w3.org) in appview.php?appid=whatever
- fix the 46 errors reported by the w3c html validator in appview.php?versionid=whatever
- fix the 97 errors reported by the w3c html validator in index.php
2005-02-11 23:42:50 +00:00
Jonathan Ernst
30f8514840 Fix mail were sent without the name of application or version when a new application or version was added 2005-02-11 01:36:24 +00:00
Jonathan Ernst
137545d438 - tooltip appear when mouse-overing "be an app (super) maintainer" button
- links from the index page to help on voting and maintainers
- removed two remaining mentions of the old rating system
2005-02-11 01:35:39 +00:00
Jonathan Ernst
d9bf5bc528 Improved version and applicaton class, deletes all linked elements 2005-02-11 01:34:16 +00:00
Jonathan Ernst
36846376b4 - new Url class
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-02-11 01:33:25 +00:00
Jonathan Ernst
6922c0cea2 - improve the sidebar links to the help system (only one link instead of two)
- remove the help about user rating as it doesn't exist anymore
- improve exisiting help documentation and FAQs (remove out of date
informations, dead link, etc.)
- add new help page for maintainers with details on how to maintain an application
2005-02-09 23:59:09 +00:00
Jonathan Ernst
9312f6063c The maintainer rating and tested version were not appearing anymore 2005-02-09 23:57:44 +00:00
Jonathan Ernst
b516f4a78f - initialize arrays to avoid error messages when arrays are empty
- use correct $this->array and not $array in application class
2005-02-09 23:53:25 +00:00
Jonathan Ernst
b79965941d Remove duplicated includes to avoid fatal errors 2005-02-09 23:52:49 +00:00
Jonathan Ernst
b5248b3873 return "an anonymous user" when we are dealing with the name of an
unregistered user instead of using "".
2005-02-09 23:52:15 +00:00
Jonathan Ernst
07dd65d0bc - appId was not updated correctly
- submitterId was not stored
- informs interested people about version modification.
- tell what changed in the email
- get rid of addslashes and use compile_update_string
- delete linked notes on deletion
- delete linked comments on deletion
2005-02-09 23:51:38 +00:00
Jonathan Ernst
a9b36b156a - informs interested people about application modification.
- tell what changed in the email
- use compile_update_string
2005-02-09 23:50:27 +00:00
Jonathan Ernst
df02378f26 - informs interested people about application modification.
- tell what changed in the email
- get rid of addslashes and use compile_update_string
2005-02-09 23:49:56 +00:00
Jonathan Ernst
b9944c9ae7 Fix commentview admin panel 2005-02-09 23:49:21 +00:00
Jonathan Ernst
9424d09791 - <font> tags shall not be used
- improve html compliance
2005-02-09 23:48:31 +00:00
Jonathan Ernst
ac052e6c84 - show correct number of comment
- remove unused function
2005-02-09 23:48:01 +00:00
Jonathan Ernst
b9b278e14b - votestats was broken
- improve html compliance
2005-02-09 23:47:01 +00:00
Jonathan Ernst
73c7044a10 Make admin panels look consistant (same column name and order, editing
links in the last column, etc.)
2005-02-09 02:22:20 +00:00
Jonathan Ernst
3eb69ee3af Remove an unneeded check in vendor class 2005-02-09 02:21:41 +00:00
Jonathan Ernst
7c3c90b8e3 Remove unused admin/editCategory.php after category patch 2005-02-09 02:20:59 +00:00
Jonathan Ernst
faf301fed1 - improve existing category class
- use category class in category admin and appbrowse
 => fix adding a category which was broken
 => fix deleting a category which was broken
 => fix editing a category which was broken
2005-02-09 02:20:21 +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
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