Closed (won't fix)
Project:
Quotes
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2011 at 07:58 UTC
Updated:
15 Oct 2011 at 18:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedREADME.txt
Comment #2
pillarsdotnet commentedGrr... one-character typo....
Revised.
Comment #3
pillarsdotnet commentedSlight improvements in code and comments.
Comment #4
pillarsdotnet commentedFurther improved; quotes can load via javascript on cached pages.
Comment #5
pillarsdotnet commentedQuotes can now auto-refresh at periodic intervals.
Comment #6
pillarsdotnet commentedDiscovered that the mysql RAND() function isn't very random. Substituted the PHP mt_rand() function and got much more even distribution of quotes.
Comment #7
pillarsdotnet commentedFurther improvements; I don't know why, but sometimes MySQL fails when comparing an integer with a float.
Comment #8
pillarsdotnet commentedPerformance enhancement.
Comment #9
pillarsdotnet commentedFixed typo in query.
Comment #10
pillarsdotnet commentedCorrected handling of quotes with an empty "summary" field.
Comment #11
pillarsdotnet commentedI'm going to take a different approach altogether.