awpti Posted August 9, 2008 Share Posted August 9, 2008 I'm looking for two things: Test Security (NOTE: Automated testing apps return false positives on numerous items (File upload ability)) Usability testing. Create an add, verify it, mess with the edit functionality. Link to comment https://forums.phpfreaks.com/topic/118880-hammer-ignitedjobscom-final-test-before-release/ Share on other sites More sharing options...
darkfreaks Posted August 9, 2008 Share Posted August 9, 2008 i am aware of this Link to comment https://forums.phpfreaks.com/topic/118880-hammer-ignitedjobscom-final-test-before-release/#findComment-612183 Share on other sites More sharing options...
Coreye Posted August 9, 2008 Share Posted August 9, 2008 You can edit a post before approving it. You can view posts that don't seem be be approved yet. Maybe you just have it set up so they don't appear. Example: http://ignitedjobs.com/jobs/view/3/ You get this when editing a post that doesn't exist. http://ignitedjobs.com/edit/This_Post_Doesnt_Exist A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: edit/front.php Line Number: 8 You get this when clicking the link to the site. http://ignitedjobs.com/out/999999999999999/ A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: views/out.php Line Number: 7 This is the URL in plain text: A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: views/out.php Line Number: 9 A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: views/out.php Line Number: 9 A PHP Error was encountered Severity: Notice Message: Undefined offset: 0 Filename: views/out.php Line Number: 11 Link to comment https://forums.phpfreaks.com/topic/118880-hammer-ignitedjobscom-final-test-before-release/#findComment-612279 Share on other sites More sharing options...
awpti Posted August 9, 2008 Author Share Posted August 9, 2008 You can edit a post before approving it. Doesn't matter, really. No one can actually see the content unless validated. You can view posts that don't seem be be approved yet. Maybe you just have it set up so they don't appear. Example: http://ignitedjobs.com/jobs/view/3/ The ID you referenced was one posted quite a while ago and was already validated. Pulls from the DB are based on the value of is_validated being 1. Verified with ID 17: http://ignitedjobs.com/jobs/view/17 You get this when editing a post that doesn't exist. http://ignitedjobs.com/edit/This_Post_Doesnt_Exist Will be addressed in 1.0.2 You get this when clicking the link to the site. http://ignitedjobs.com/out/999999999999999/ Not terribly high priority. Slated for a 1.0.2 fix. Thanks much for the once over. Bug Tracking Entries created: http://bugs.ignitedjobs.com/index.php?project=1&do=index Link to comment https://forums.phpfreaks.com/topic/118880-hammer-ignitedjobscom-final-test-before-release/#findComment-612291 Share on other sites More sharing options...
Recommended Posts