Commit Graph

398 Commits

Author SHA1 Message Date
Jonathan Ernst
62a44c00d0 Send the correct e-mail when adding or deleting a note 2005-02-25 05:04:54 +00:00
Jonathan Ernst
9523066655 Generate a true boolean and not a string so that tests against bqueued don't
return true if bqueued="false" instead of false.
2005-02-24 04:49:27 +00:00
Jonathan Ernst
db7ed9bc5a When sending screenshots in an unknown format (txt, gif, etc.) the user is warned
and the screenshot is not added
2005-02-24 04:48:42 +00:00
Jonathan Ernst
3b4eb09e1f Use only one htmlarea as using two cause one of them to be sometimes readonly
under Gecko for unknown reasons.
2005-02-24 04:48:04 +00:00
Jonathan Ernst
aed4745aef Fix html issues 2005-02-23 00:15:30 +00:00
Jonathan Ernst
b25acec277 Search was returning queued apps if they contained keywords 2005-02-23 00:14:56 +00:00
Jonathan Ernst
52cb9f9344 Fix application web page link in appview.php 2005-02-21 01:41:02 +00:00
Jonathan Ernst
067bd0e623 Fix link to version page when sending mail about a comment 2005-02-21 01:40:12 +00:00
Jonathan Ernst
c8a1a0b0df versions, applications, and screenshots have to be marked queued="false" instead of
queued="" when added without being unqueued
2005-02-21 01:37:06 +00:00
Jonathan Ernst
7dcde75116 Show latest tested wine release in appview 2005-02-21 01:35:53 +00:00
Jonathan Ernst
08141e875f Every screenshot of an app were shown when asking for a version-specific screenshot 2005-02-20 01:58:28 +00:00
Jonathan Ernst
3cf9a144ee Description and webpage were not saved in admin app queue 2005-02-20 01:57:27 +00:00
Jonathan Ernst
1d8d755ec1 Fix typo that was making it impossible to change an application's name 2005-02-20 01:56:53 +00:00
Jonathan Ernst
25f3f01412 - display the submit time correctly in admin panels
- display the submitter correctly in admin panels
2005-02-20 01:55:53 +00:00
Jonathan Ernst
b103c6651d Allow supermaintainers to edit notes 2005-02-19 01:23:02 +00:00
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