Alexander Nicolaysen Sørnes
917851fceb
Fix naming of OutputEditor() to be outputEditor()
2007-01-17 03:18:49 +00:00
Alexander Nicolaysen Sørnes
87cb1627e5
Add a URL to the application/version and a few line breaks.
2006-12-30 06:13:46 +00:00
Alexander Nicolaysen Sørnes
8786673db6
Allow the user to tick a checkbox upon application submission, indication
...
whether he would like to become a super maintainer of the application. The
request is processed along with the application. Also add a unit test that
tests maintainer requests submitted along with an application.
2006-12-09 05:07:25 +00:00
Alexander Nicolaysen Sørnes
cc7f3d3bc3
Auto-accept a maintainer request if the user has sufficient privileges.
2006-12-09 04:34:07 +00:00
WineHQ
9643c80288
Authors: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>, Chris Morgan <cmorgan@alum.wpi.edu>
...
Make sure that a maintainer entry is not deleted incorrectly in Maintainer::unQueue(). If
a request has already been accepted, it is not a duplicate. Add a unit test to test the behavior of Maintainer::unQueue() on
an already unqueued maintainer.
2006-12-03 16:26:38 +00:00
WineHQ
b858e2ba53
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
2006-11-25 17:24:44 +00:00
EA Durbin
369639c1f1
Require user.php as the user class is called from within maintainer.php
2006-09-01 02:23:24 +00:00
EA Durbin
ced455be5b
Include 'version.php' and 'application.php' in maintainer.php as we new version and application objects in this class.
...
Fixes bug 5981.
2006-08-21 18:57:44 +00:00
Chris Morgan
8248346630
Simplify maintainer::getMaintainersForAppIdVersionId() query to be the same as the query used prior to the maintainer
...
changes. Fixes display of loads of maintainers due to permutations in a join that wasn't properly defined
2006-07-27 16:38:59 +00:00
Chris Morgan
cef2aec209
Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
...
display code. Also move maintainer related code from the user class. Fix up unit tests to work with the new maintainer class.
2006-07-24 16:20:40 +00:00
Chris Morgan
0b9a5b4e94
Merge appMaintainerQueue table into appMaintainers table. This simplifies the handling of queued vs.
...
unqueued maintainers and removes a table from the database
2006-07-16 16:53:08 +00:00
Chris Morgan
e56e95d63a
Move getMaintainersUserIds...() to version::getMaintainersUserIds() and fixup callers of this function
2006-07-07 16:44:41 +00:00
Chris Morgan
ea02b57c25
Move getAppsFromUserId() to user::getAppsMaintained(). Also implement a unit test for
...
user::getAppsMaintained()
2006-07-06 22:08:37 +00:00
Chris Morgan
e3f9e5371a
Use query_parameters() in SQL select, update and delete statements to protect against
...
sql injection attacks
2006-06-27 19:16:27 +00:00
Chris Morgan
67550405c3
Make code more consistent by making it follow the appdb coding standards. Fix some spaces vs. tabs odd indenting.
2006-06-21 01:04:12 +00:00
Chris Morgan
82c3000190
Sort applications that the user maintains alphabetically
2005-08-25 02:26:18 +00:00
Chris Morgan
1570a91d9d
getMaintainersUserIdsFromAppIdVersionId() shouldn't return all supermaintainers when passed a versionId of 0
2005-08-13 01:45:42 +00:00
Chris Morgan
3269785131
Fix comment
2005-06-05 18:33:01 +00:00
Jonathan Ernst
7d2505777f
Show supermaintainers names in version's page
2005-02-17 01:01:01 +00:00
Jonathan Ernst
dcf7c819a4
- replaced mysql_query with appdb_query
...
- fixed mysql query in include/session.php
2005-01-08 18:24:55 +00:00
Jonathan Ernst
d3d9e853d9
- replaced tons of tabs with spaces
...
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
Chris Morgan
3fa8a3bd7a
Add support for application wide maintainers, super maintainers, that are
...
maintainers for all versions of a particular application.
2004-12-10 00:18:01 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00