38
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 06, 2025 — Jan 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finished converting database column references from numeric to associative (a few were missed). More... almost 23 years ago
Changed database column references from numeric to associative. More... almost 23 years ago
JavaScript help alerts can now contain all manner of special characters (single quote, double quote, newlines, returns, tabs). More... almost 23 years ago
Shortened CSS of <table>. More... almost 23 years ago
Changed mysql_escape_string to mysql_real_escape_string. More... almost 23 years ago
Removed escaping of single quotes from question help. More... almost 23 years ago
Fix: Resolved issue with apostrophes, quotations, cslashes with magic_quotes ON, and magic_quotes OFF. Added 'strip_tags' to emails and reminders. Also modified email and reminder sections to work without register_globals=On More... almost 23 years ago
Fixed Bug: Changed hidden form values to double-quotes so that apostrophes wouldn't break emails and reminders More... almost 23 years ago
Fixed bug in the insertanswer and copyanswers actions (missing comma and needed backticks around `default` because it's a reserved MySQL word). More... almost 23 years ago
Questions are now sorted by a case insensitive natural order on group names and then question titles. More... almost 23 years ago
Fixed reminder function to work without register_globals=on (I think) More... almost 23 years ago
Added control logic to reminder emails (sort by tid, remember last tid). Changed remind function to mysql_fetch_array More... almost 23 years ago
Fixed bug in reminder section - send-next-lot was defaulting to 'email' section instead of 'remind' section More... almost 23 years ago
Tweak: Fixed bug, moved </table> outside data loop. Also reduced font size for option links More... almost 23 years ago
Changed database column references from numeric to associative. Added natural sort to questions. Discovered bug in natural sort (to be fixed later). Questions from all groups are sorted together. Cleaned up HTML. More... almost 23 years ago
Changed addslashes to mysql_escape_string to better handle characters that need to be escaped before being inserted into a database. More... almost 23 years ago
Fixed bug that caused double results when exporting short answers. Bug was caused by use of mysql_fetch_array - added ', MYSQL_ASSOC' to only receive the associative names, not the numerical. Had to rearrange script slightly because long answers still require numerical array. More... almost 23 years ago
Fixed bug that caused export of extended answers to fail, error in converting numerical data reference to explicit - type instead of qid More... almost 23 years ago
As per previous tweak More... almost 23 years ago
Tweak: Corrected bad form code (mispelled name=) for adduser form More... almost 23 years ago
Tweak: Fixed incorrect </tr> More... almost 23 years ago
Fixed bug with group descriptions and moving backwards More... almost 23 years ago
Completed tidying HTML More... almost 23 years ago
Commented out lines that removed the trailing semi-colon from INSERT statements. (dumpsurvey.php no longer adds the semi-colon.) Added line to remove `qid` from question insert column name list. The database will auto-number qid. (This will be changed when IDs are GUIDs instead of auto-numbers and importsurvey will no longer need to manipulate SQL.) More... almost 23 years ago
Removed trailing semi-colon from SQL statements (as per PHP note for mysql_query). Changed the number of header lines to be compatible with importsurvey.php. (v1.2 reformatting of export broke import). More... almost 23 years ago
Changed file description information to read PHPSurveyor, and give sourceforge website address More... almost 23 years ago
Column names are now specified in the database INSERT. Had to enclose column names with backticks (`) because answer table has a column named "default" which is a reserved word in MySQL. Created function BuildOutput($Query) that all table dumps use. Cleaned up HTML. More... almost 23 years ago
Cleaned up html, added tabs etc, changed to lower case, closed unclosed tags. Not yet completed. More... almost 23 years ago
Modified results and summary tables to show percentages to 2 decimal places instead of integers. sprintf("%01.2f"... More... almost 23 years ago
Modified 'browse' button to bring up browse screen in new window (and there not lose statistics settings) More... almost 23 years ago