Alexander Nicolaysen Sørnes
|
cdee3a77e9
|
Allow previewing versions
|
2007-10-22 19:26:42 -04:00 |
|
Alexander Nicolaysen Sørnes
|
1753ff9757
|
Remove addcomment.php
|
2007-10-22 19:26:03 -04:00 |
|
Alexander Nicolaysen Sørnes
|
b48221cdd4
|
comment: Require versionId and message body to be defined
|
2007-10-22 19:25:36 -04:00 |
|
Alexander Nicolaysen Sørnes
|
d90ce3d8ef
|
objectManager: Preserve page title when processing entries from a list
|
2007-10-21 13:11:21 -04:00 |
|
Alexander Nicolaysen Sørnes
|
9acdadfc34
|
Use objectManager to add comments
|
2007-10-21 13:10:35 -04:00 |
|
Alexander Nicolaysen Sørnes
|
9770cc9583
|
objectManager: Add action var to form tag when adding entries
|
2007-10-21 13:08:57 -04:00 |
|
Alexander Nicolaysen Sørnes
|
fb2c29e4ee
|
Fix return page when processing bugs from the version view
|
2007-10-21 13:08:00 -04:00 |
|
Alexander Nicolaysen Sørnes
|
6df84f1170
|
Tell the user not to submit screenshots of installers, error messages etc.
|
2007-10-21 13:06:49 -04:00 |
|
Alexander Nicolaysen Sørnes
|
5672f2e82b
|
Fix maintainer processing
|
2007-10-21 13:05:30 -04:00 |
|
Chris Morgan
|
7a1d3efb1c
|
Check numeric values against null via !== null. Fixes cases where a cellpadding or width of 0 will not be output because if(value) was false.
|
2007-10-20 18:31:29 -04:00 |
|
Tony Lambregts
|
b074048c57
|
Show if an Application has a Super Maintainer
|
2007-10-20 14:31:37 -04:00 |
|
Alexander Nicolaysen Sørnes
|
6c2a45f106
|
user menu: fix typo spotted by Ron Olgiati
|
2007-10-15 19:17:32 -04:00 |
|
Alexander Nicolaysen Sørnes
|
f2e17d3af3
|
objectManager: Add support for hiding the reject button, use it for buglinks
|
2007-10-14 12:49:16 -04:00 |
|
Alexander Nicolaysen Sørnes
|
e70383def8
|
Fix appData::objectGetEntries(Count)
|
2007-10-11 20:54:11 -04:00 |
|
Alexander Nicolaysen Sørnes
|
8d9cefe7b6
|
vote: Add support for deleting votes
|
2007-10-10 20:30:18 -04:00 |
|
Alexander Nicolaysen Sørnes
|
835d82e49b
|
Add new voting system
|
2007-10-09 21:59:54 -04:00 |
|
Alexander Nicolaysen Sørnes
|
c95da59dd1
|
objectManager: Add object caching support
|
2007-10-08 13:55:40 -04:00 |
|
Alexander Nicolaysen Sørnes
|
5875da01a7
|
objectManager: Display reply text when editing another user's entry
|
2007-09-30 10:18:40 -04:00 |
|
Alexander Nicolaysen Sørnes
|
3e2029a354
|
screenshot: Use accessor instead of modifying OM property directly
|
2007-09-30 10:17:31 -04:00 |
|
Chris Morgan
|
05070e6a3a
|
Switch to accessor to set objectManager::sReturnTo. Fixes a fatal error due to bugs class accessing a private member of objectManager.
|
2007-09-28 23:00:42 -04:00 |
|
Alexander Nicolaysen Sørnes
|
f377690a63
|
Remove unused deletecomment.php
|
2007-09-28 21:26:17 -04:00 |
|
Chris Morgan
|
75e6f9dcc3
|
Add php5 scope keywords to the objectcManager class
|
2007-09-28 21:25:33 -04:00 |
|
Alexander Nicolaysen Sørnes
|
1e1b4a1ece
|
Fix buglink deletion on version pages
|
2007-09-27 09:22:20 -04:00 |
|
Alexander Nicolaysen Sørnes
|
bbe286a16f
|
application: Fix permissions
|
2007-09-27 09:21:49 -04:00 |
|
Alexander Nicolaysen Sørnes
|
2823334eed
|
Use objectManager to delete screenshots
|
2007-09-27 09:21:21 -04:00 |
|
Alexander Nicolaysen Sørnes
|
715f3af1b3
|
Fix screenshot submission when an app but no version is selected
|
2007-09-27 09:20:41 -04:00 |
|
Alexander Nicolaysen Sørnes
|
53a6360ec0
|
Allow maintainers to modify screenshot description when processing queued items
|
2007-09-27 09:20:03 -04:00 |
|
Chris Morgan
|
b96e936ff8
|
Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php
|
2007-09-26 21:56:16 -04:00 |
|
Alexander Nicolaysen Sørnes
|
f0a2416804
|
testData: Add a line break after distribution help text
|
2007-09-26 20:12:18 -04:00 |
|
Alexander Nicolaysen Sørnes
|
c8b93843d7
|
Fix ordering of vendors in application drop-down vendor list
|
2007-09-26 20:11:46 -04:00 |
|
Chris Morgan
|
f378e0b4b5
|
We can't use $aArray += $oObject to add a single object to an array, switch to $aArray[] = $oObject instead
|
2007-09-24 22:25:49 -04:00 |
|
Chris Morgan
|
e07e0f5f11
|
Fix 'Using $this when not in object context error' by using the same method used in Application::canEdit() and Appliction::objectGetEntries()
|
2007-09-24 22:09:01 -04:00 |
|
Chris Morgan
|
09466f59a1
|
Minor code formatting changes for clarity.
|
2007-09-24 22:08:22 -04:00 |
|
Chris Morgan
|
a6f76eb892
|
Confusion between sAction=view and sAction=display broke viewing/displaying items. Standardize on sAction=view until we can come up with a more robust way of ensuring the same issue doesn't happen again.
|
2007-09-24 21:35:35 -04:00 |
|
Chris Morgan
|
fafcbce1bd
|
Add more php5 scope keywords to class methods.
|
2007-09-24 21:11:49 -04:00 |
|
Alexander Nicolaysen Sørnes
|
fb20a7b546
|
testData: add preview support
|
2007-09-24 21:00:05 -04:00 |
|
Alexander Nicolaysen Sørnes
|
2d7a93b05c
|
objectManager: Use '===' to check for Preview requests
|
2007-09-24 20:04:28 -04:00 |
|
Alexander Nicolaysen Sørnes
|
c90d271886
|
testData: Fix 'Show All Tests' button
|
2007-09-24 19:57:23 -04:00 |
|
Alexander Nicolaysen Sørnes
|
c4736bf21c
|
maintainer: Make the unit tests happy
|
2007-09-24 19:55:16 -04:00 |
|
Chris Morgan
|
561e44573d
|
Fix error when processing bug links. Reported by Tony Lambregts.
|
2007-09-23 11:54:54 -04:00 |
|
Alexander Nicolaysen Sørnes
|
d7fc82c72f
|
objectManager: add preview support, use it for notes
|
2007-09-23 11:43:32 -04:00 |
|
Alexander Nicolaysen Sørnes
|
4b453e1e5a
|
version: Improve the submit test button for not-logged-in users
|
2007-09-20 21:30:26 -04:00 |
|
Alexander Nicolaysen Sørnes
|
e5d1bc1bf0
|
Use objectManager to submit super maintainer requests
|
2007-09-20 21:29:57 -04:00 |
|
Alexander Nicolaysen Sørnes
|
3ab41b6fca
|
Use objectManager to submit maintainer requests
|
2007-09-20 21:29:00 -04:00 |
|
Alexander Nicolaysen Sørnes
|
fdfe3eb2d3
|
Fix objectGetCustomVars
|
2007-09-20 21:16:14 -04:00 |
|
Alexander Nicolaysen Sørnes
|
af87e89535
|
Use objectManager to display applications
|
2007-09-19 20:38:34 -04:00 |
|
Alexander Nicolaysen Sørnes
|
72a250b2b0
|
Use objectManager to add and edit notes
|
2007-09-19 20:38:17 -04:00 |
|
Alexander Nicolaysen Sørnes
|
a6a62a2299
|
Use objectManager to display versions
|
2007-09-19 20:37:21 -04:00 |
|
Alexander Nicolaysen Sørnes
|
69b14f58c7
|
version: urlencode the sReturnTo value when submitting test results
|
2007-09-19 20:36:38 -04:00 |
|
Alexander Nicolaysen Sørnes
|
1a91a5cdf2
|
Remove unused code from deleteAny.php
|
2007-09-19 20:31:33 -04:00 |
|