Jonathan Ernst
ea14ba0c45
- fix supermaintainers delete comments
...
- use deleteAny.php for comment deletion
2005-03-12 01:09:51 +00:00
Jonathan Ernst
57223914a0
Fix email sending logic when adding/rejecting applications
2005-02-27 16:45:49 +00:00
Jonathan Ernst
7e7d514274
Make votes work again
2005-02-26 16:36:52 +00:00
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
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
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
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
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
42f0ceca42
Don't show queued apps and versions
2005-02-19 01:21:14 +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
5796ce8f78
Send correct email when the screenshot is unqueued
2005-02-15 18:58:06 +00:00
Jonathan Ernst
209f58ff3f
Fix user deletion
2005-02-14 18:20:48 +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
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
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
ac052e6c84
- show correct number of comment
...
- remove unused function
2005-02-09 23:48:01 +00:00
Jonathan Ernst
3eb69ee3af
Remove an unneeded check in vendor class
2005-02-09 02:21:41 +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
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
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