Commit Graph

383 Commits

Author SHA1 Message Date
Jonathan Ernst
412d4756fe - allow supermaintainers to send screenshot without being queued.
- don't let queued have an empty value
2005-02-19 01:22:32 +00:00
Jonathan Ernst
a3f0f2082a Allow super maintainer to add app notes 2005-02-19 01:21:44 +00:00
Jonathan Ernst
42f0ceca42 Don't show queued apps and versions 2005-02-19 01:21:14 +00:00
Jonathan Ernst
1ef6eeae88 Select the right application family in adminappqueue 2005-02-19 01:19:43 +00:00
Jonathan Ernst
73ad961a85 Fix version deletion 2005-02-19 01:19:07 +00:00
Jonathan Ernst
87153e5400 Better e-mail messages when handling versions 2005-02-19 01:18:31 +00:00
Jonathan Ernst
5c5148534d Record submitter id when queueing apps 2005-02-17 01:18:13 +00:00
Jonathan Ernst
9ff4bc7771 Don't show queued screenshots in appview 2005-02-17 01:16:51 +00:00
Jonathan Ernst
7d2505777f Show supermaintainers names in version's page 2005-02-17 01:01:01 +00:00
Jonathan Ernst
045679d5bb Re-allow supermaintainers to edit versions 2005-02-17 00:59:31 +00:00
Chris Morgan
c6d02eab88 Improve efficiency of hasDataAssociated() by counting rows of a single column
instead of selecting *
2005-02-15 19:19:36 +00:00
Jonathan Ernst
5796ce8f78 Send correct email when the screenshot is unqueued 2005-02-15 18:58:06 +00:00
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