38
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up HTML.-JAR More... almost 23 years ago
Fixed bug introduced by adding natural sort. An empty row array is created in case no rows are returned from the database. This prevents foreach($row as $value) from stopping with an error.-JAR More... almost 23 years ago
Fixed bug moving backwards with group descriptions More... almost 23 years ago
Added 24hour time to deactivated table name to allow for multiple deactivations in a day More... almost 23 years ago
Started HTML cleanup. More... almost 23 years ago
Answers are now sorted by their code when displayed. More... almost 23 years ago
Cleaned up HTML tags (lowercase, add tabs and newlines to make debugging easier). More... almost 23 years ago
Changed moduser action to use $htpasswddir instead of $homedir for path to htpasswd executable. Changed HTML tags to lowercase. Changed <br> to <br />. Added result and status of exec() for degugging. Redirected STDERR to STDOUT using "2>&1". Changed setup action to not give path to .htpasswd file. The path defaults to the directory the script is running from, which happens to be where we want the .htpasswd file to be created. Doing this solved a bug with exec() in PHP on Windows . It doesn't handle command lines with two sets of double-quotes properly. The bug was found to exist on Windows 2000 Pro with PHP 4.2.3 and Windows XP Pro with PHP 4.3.0. More... almost 23 years ago
Added spaces after the comma separators in the INSERT statement. Widened <table> on submit page. More... almost 23 years ago
Added "other" answer to "Multiple Options with Comments" question type. More... almost 23 years ago
Added natural sort of questions, add <br /> after debugging lines. More... almost 23 years ago
Changed debugging string in create/activate survey. More... almost 23 years ago
Turn database insertion debugging line off. More... almost 23 years ago
Fixed database insertion to use (col_name list) VALUES (value list). More... almost 23 years ago
Changed HTML tags to lowercase, added tabs and newlines to table elements. More... almost 23 years ago
Changed Yes/No question type from option drop-down list to radio-buttons. More... almost 23 years ago
Changed question sort order to natural sort. More... almost 23 years ago
Changed session_register("step") to $_SESSION["step"] = $step to fix really strange session behavior on PHP 4.3.0, Apache 2.0.43, WinXP. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago