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 |
|