Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85 lines (69 sloc)
3.42 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QdbS Changelog: | |
[ ?.?? ] - ??/??/2022 [mm/dd/yyyy] | |
Changed database code to use PDO | |
Fix for database type not defaulting to mysql if not set in settings.php | |
Fix for install script attempting install despite field errors | |
Added initial admin username and password options to install | |
Fix to prevent recording votes for quotes that don't exist | |
[ 1.14 ] - 05/06/2022 (mm/dd/yyyy) | |
Changed changed the syntax of some SQL queries to use LIMIT and OFFSET instead of just LIMIT | |
Changed some SQL queries to not use NULL for id fields in INSERTs | |
Added PostgreSQL support | |
Fix for SQL errors when invalid quote limit is specified when changing settings | |
Fix to prevent setting quote limit to 0 | |
Fix for "Trying to access array offset on value of type null" error | |
Fixed misssing (q|r)_count variables in admin footer template calls | |
Fixed misssing (q|r)_count variables in footer template calls | |
Fix for undefined variable and array offset on value of type null errors | |
Added simple RSS feed | |
Update layout_header.tpl (PeGaSuS-Coder) | |
Fix for case sensitive searches while using PostgreSQL | |
Added missing comment to installer about table prefix | |
[ 1.13 ] - 06/19/2020 (mm/dd/yyyy) | |
Fix for incorrect error handling of mysqli_connect in install script | |
Fix for issue adding intial admin during install | |
Fix for issue adding quote | |
Fix for quote approval and admin addition not working due to incorrect NULL in SQL query | |
Added a little better error handling | |
Moved remaining mysqli_*() functions to classes.php | |
Removed blank settings.php | |
Changed a couple of QdbS_Database class function names | |
[ 1.12 ] - 09/27/2017 (mm/dd/yyyy) | |
Changed mysql_*() to mysqli_*() | |
[ 1.11 ] - 06/05/2012 (mm/dd/yyyy) | |
Updated the version number in doc/index.html | |
Added "randomquote" page to display a single random quote | |
Changed class names in classes.php | |
Fixed warnings caused by unquoted array indexes | |
Fixed warnings caused by non-existant array indexes | |
[ 1.10 ] - 08/29/2008 (mm/dd/yyyy) | |
Fixed install ussue where MySQL username with upper case letters would prevent initial login | |
Fixed bug where on some installations " and ' were getting escaped | |
[ 1.09 ] - 03/28/2008 (mm/dd/yyyy) | |
Added proper support for case sensitive passwords | |
Fixed case inconsistancy in MD5 hash comparison (Thanks to Se7enLC) | |
[ 1.08 ] - 01/27/2008 (mm/dd/yyyy) | |
No longer requires PHP's short tags to be enabled (<? instead of <?php) | |
Templates changed to reflect above change | |
[ 1.07 ] - 01/18/2008 (mm/dd/yyyy) | |
Fixed \'s being removed from quotes. | |
[ 1.06 ] - 12/21/2007 (mm/dd/yyyy) | |
Added support for table prefixes (Thanks to Thomas Ward) | |
Replaced config variables with a better naming scheme (Idea by Thomas Ward) | |
[ 1.05 ] - 11/24/2007 (mm/dd/yyyy) | |
Removed pagination from search (missed in previous release) | |
Added support for query based search. Eg: /?do=search&q={searchterms} | |
[ 1.04 ] - 10/13/2007 (mm/dd/yyyy) | |
Added some additional protection to prevent SQL injection. | |
Set pageination to only list pages on browse page. | |
Fixed issue preventing removal of admins. | |
Fixed installer where it would not create the database even if the MySQL user has permission to | |
[ 1.03 ] - 10/05/2007 (mm/dd/yyyy) | |
Released code under GNU General Public License for further development from others. | |
[ 1.02 ] - 01/05/2004 (mm/dd/yyyy) | |
Misc. bugs fixed including adding quotes and template issues. | |
The database system has been reworked, added row and query counts. | |
[ 1.01 ] - 10/12/2003 (mm/dd/yyyy) | |
Misc. bugs fixed, minor updates. | |
[ 1.00 ] - 09/26/2003 (mm/dd/yyyy) | |
Initial release |