Bugs
From PHP Online Survey Infrastructure
Contents |
[edit]
Site bugs
- update stylesheet to mandate scrollbar so centering doesn't jump around when moving from page to page of this site?
[edit]
Known bugs
- If a user presses the survey's back button, the software correctly sends them back and deletes the data for that set of datapoints. However, if the user then clicks forward in their browser, the software does not error check that they have not completed the previous questions (as they've been deleted). POSI must check that the user is not jumping ahead.
[edit]
Version 2006-05-01
- add global variable for installation directory in config and reference all image locations prefaced with that variable?
[edit]
Resolved 2006-10-06
- schema.php located in /admin as well as /data, on purpose?
- Yes.
- in config.php define dbprefix so only have to assign value once? and than shouldn't mysql_table_results also be db_prefix_results?
- Done.
- image reference to header.gif in header.php breaks when header files is included in files located in all subdirectories.
- Added default header.gif which never existed anyway.
- unpack into directory posi_date so doesn't write over previous installs.
- This is a problem with all software, which is why users untar to temporary directories if they don't want to overwrite.
- don't have .htaccess files set by default? or remove inwa's AuthUserFile path and include install instructions to set this value for their own system
- Moved .htaccess to dot.htaccess in data/ and admin/
