1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added new node 'report'; More... about 25 years ago
moved this function out of copy.inc; it doesn't work though, you can't INSERT and SELECT from the same table at the same time ... oh well More... about 25 years ago
fixed #119802: added escape for singlequotes when copying surveys More... about 25 years ago
fixed crossanalysis to only included 'completed' surveys; now if you leave cids blank, it will select only responses where the answer was left blank More... about 25 years ago
added help text :) More... about 25 years ago
fixed typo choice_id -> id; fixed blank field checking logic More... about 25 years ago
changed percentages to two decimal display from integer display More... about 25 years ago
fixed typo ?where=other... More... about 25 years ago
added a slightly descriptive error message if includes cannot be found More... about 25 years ago
changes for v1.1beta2 release More... about 25 years ago
added upgradeother node More... about 25 years ago
new file; More... about 25 years ago
put the string ": " between the "other" text and the answer More... about 25 years ago
changed !other fields to include their unique cid More... about 25 years ago
changed return value to $errmsg instead of boolean; fixed SQL to select correct response IDs on cross analysis; More... about 25 years ago
added the display of any errors returned by survey_results More... about 25 years ago
changed result viewing to stay in test mode More... about 25 years ago
fixed syntax error, missing ')'; fixed SQL error for answers_bool; More... about 25 years ago
optimized SQL query for answers_bool; added more saftey checks around mysql functions; fixed memory leak (not freeing a mysql result set); More... about 25 years ago
fixed the enabling/disabling of Totals lines on result pages; include "&totals=1" on the GET line to enabale [default]; include "&totals=0" on the GET line to disabale More... about 25 years ago
changed answers_text results to combine duplicates and show the number More... about 25 years ago
moved HTML functions from funcs.inc to funcs_html.inc where they should have been More... about 25 years ago
fixed !other on answer_rank More... about 25 years ago
fixed rank results More... about 25 years ago
fixed & optimized SQL queries for answers_single & answers_multiple More... about 25 years ago
function: survey_results extracted and moved to 'function.survey_results.inc' for expansion More... about 25 years ago
added check & parameter passing for the show totals option; added code to check for a Question ID & Choice IDs, and conditionally call the new survey_results function with the added parameters (see function.survey_results.inc) More... about 25 years ago
moved function 'survey_results' into seperate file for expansion; changed function prototype; if called as before, produces the same results; if calles with additional parameters, allows for "cross analysis" on a certain question (ID) More... about 25 years ago
added comments; reformatted some code More... about 25 years ago
more things todo More... about 25 years ago