[Commit revision 2f5c4ca]
Author: Nao
Date: Fri, 14 Feb 2014 16:48:48 +0100
Stats: 1 file changed; +18 (insertions), -0 (deletion)- Added helper functions query_all and query_rows to the wesql class; they'll just do the entire SQL communication process for you. If you have a quick query you want to do, sometimes it's not worth bothering with the free_result that comes after it, but I'm still a bit attached to that... (Class-DB.php)
[Commit revision a0abedc]
Author: Nao
Date: Fri, 14 Feb 2014 16:52:40 +0100
Stats: 1 file changed; +23 (insertions), -27 (deletions)- Simplified wedb's handling of default column values. Moved everything to a function, wedb::escape_default, that will also test whether the default is an integer. While it doesn't matter in most cases that you specify it as an int or a string, in the particular case of bit(1), it can actually break your query to have a '0' default, so... I had to do all this just to have a default 0 instead. (Class-DBHelper.php)
[Commit revision def73d3]
Author: Nao
Date: Fri, 14 Feb 2014 22:13:44 +0100
Stats: 1 file changed; +4 (insertions), -0 (deletion)- 'New' icons in topic pages didn't have enough margin on the left. (index.css)
- Your gravatars were distorted in the sidebar, due to them having a fixed height, taking precedence over the CSS. Thanks to @Xarcell, @eurich and Bunstonious for the report! (index.css)
:edit: Another push that wasn't properly processed.