Tony Lambregts
dab40bc0e8
Show the application name in the header when viewing versions
2005-07-29 02:02:41 +00:00
Tony Lambregts
0f4d2f07ba
Modify appview so users can view and attach a bug to a version
2005-07-13 01:16:37 +00:00
Chris Morgan
1bde8ef22a
When processing a new version, display a list of the applications existing
...
versions so its easy to determine if the version submission is a duplicate or
is covered by a group entry such as '1.X'.
2005-05-20 02:45:55 +00:00
Chris Morgan
89112c175f
Add a list of things a user should do prior to submitting an
...
application. The hope is to reduce the number of duplicate, incorrect and incomplete
submissions that just end up rejected. Change 'Add Version' to 'Submit new
version' to match the 'Submit application' link in the menu panel.
2005-05-14 00:43:33 +00:00
Jonathan Ernst
52cb9f9344
Fix application web page link in appview.php
2005-02-21 01:41:02 +00:00
Jonathan Ernst
7dcde75116
Show latest tested wine release in appview
2005-02-21 01:35:53 +00:00
Jonathan Ernst
b103c6651d
Allow supermaintainers to edit notes
2005-02-19 01:23:02 +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
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
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
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
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
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
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
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
Tony Lambregts
33eebe727e
Restore the ability to add a url to an app family
2005-02-06 22:50:08 +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
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
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
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
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
453158b3ba
Fix delete application button
2005-02-02 04:42:19 +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
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
0519a85604
Fix display maintainer's name in appview
2005-02-02 00:13:12 +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
2083bf521b
- OO version of user class
...
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +00:00
Jonathan Ernst
805dab06ac
- fix version deletion
...
- redirect in the correct page when something is deleted
2005-01-29 17:17:32 +00:00
Jonathan Ernst
b0f33ca160
Remove duplicated links to add a new version
...
Remove unused script
2005-01-29 17:09:27 +00:00
Jonathan Ernst
8d5693fb70
Improve actions in appview.php
2005-01-29 00:52:49 +00:00
Jonathan Ernst
c87a67463e
Get rid of user rating
2005-01-29 00:50:54 +00:00
Jonathan Ernst
d9826427da
This patch make email address the user's username as requested in the TODO.
...
query_users.php is modified even if we will drop it in the future to be sure it works everywhere.
2005-01-10 22:54:04 +00:00
Paul van Schayck
910d3b2914
Don't check is_maintainer() for false if you're already are
...
is_supermaintainer. is_maintainer will always return true in that
case. Makes the super maintainer removal button in version view
correct again
2005-01-10 22:26:15 +00:00
Paul van Schayck
e2f97c8692
Use query_appdb()
...
----------------------------------------------------------------------
2005-01-05 05:29:42 +00:00
Tony Lambregts
98522d01ea
Display the maintainers rating in appview.php
2005-01-05 05:22:41 +00:00
Paul van Schayck
7fb5a034c4
Remove appOwners code. We're now using mantainers
2004-12-31 00:30:00 +00:00
Paul van Schayck
d0ed4c7085
Change two registered globals to super globals
2004-12-30 16:30:59 +00:00
Eric Blade
ffeeaef807
Clean up HTML and PHP, remove extranious checks for loggedin()
2004-12-29 20:21:31 +00:00
Paul van Schayck
c600083423
Change show_note() fixes
2004-12-29 18:45:14 +00:00
Paul van Schayck
8204cfc420
Show normal notes as an in line blue box. Rewrite the whole note handling.
2004-12-29 03:48:47 +00:00
Paul van Schayck
ea27897238
Shows votes for an app in appview
2004-12-28 00:05:00 +00:00
Jonathan Ernst
099a172b00
Fix header patch typo
2004-12-27 23:54:55 +00:00
Paul van Schayck
28c0894766
Better checking on user input
2004-12-27 05:18:41 +00:00
Jonathan Ernst
9bad35ad0a
- removed get_screenshot_img() function definition from appview.php
...
- removed get_screenshot_img() function definition from bugs.php
- created include/screenshot.php which contains removed get_screenshot_img() function definition
2004-12-25 20:23:10 +00:00
Paul van Schayck
2c6592efbd
make_cat_path() make use of arguments instead of globals
2004-12-25 20:11:13 +00:00
Jonathan Ernst
f5741ea108
Uniform headers
2004-12-25 20:08:00 +00:00
Jonathan Ernst
ca749d32d9
make use of the new constants of the config file for db connection and base path
2004-12-23 01:12:03 +00:00