1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jul 15, 2025 — Jul 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- removed the accidentally re-added README, adjusted README.md More... almost 13 years ago
- seeing if I can get the picture to show up in the right place I'd like it to be at... More... almost 13 years ago
- changed format of README to README.md, so pictures can show and we can use basic formatting. Time to upgrade from plain txt to an enchanted version, that's still dealable with in plain text editors. More... almost 13 years ago
updated references to autogenerated docs, added a picture status of the current unit testing build More... almost 13 years ago
- fixed indenting to DB.lua's current 3 space indenting More... almost 13 years ago
- impelement a "try until it works" design for handling the scenario of picking rows that we're trying to create. More... almost 13 years ago
- started on tests to add columns to existing databases More... almost 13 years ago
- improved db:echo_sql to use print instead of echo (so it can be used in unit testing) More... almost 13 years ago
- improved column detection to (ab)use _unique, as detecting a column was problematic when the column(s) we are trying to add are detected and used More... almost 13 years ago
- improved db:create to workaround a luasql bug with a patch developed by Jor'Mox More... almost 13 years ago
improved test names More... about 13 years ago
fixed the fake tempTimer to run code, and improved the delayed speedwalk test More... about 13 years ago
improved speedwalk() functions not to use any globals (thanks Jor'Mox!) More... about 13 years ago
added speedwalk() tests to Other.lua More... about 13 years ago
added a workaround not to have print() be refined while testing More... about 13 years ago
added Other.lua to be run by busted. Ideally it'll run on all files in the current folder with one busted command. More... about 13 years ago
improved description of the root test More... about 13 years ago
fixed a missing local, which leaked sql into _G More... about 13 years ago
indenting fix and assertion improvement More... about 13 years ago
fixed comments regarding how db:fetch() works to how it actually worked More... about 13 years ago
added a db:fetch() sorting case as used on forums More... about 13 years ago
fixed db:fetch's sorting operator to be applied to all fields to produce the result as intended by the syntax it would be good in the future to allow it to be more flexible and give the option of specifying sorting operators per-field More... about 13 years ago
improved language used for tests (thanks demonnic!) improved tests not to 'cascade' More... about 13 years ago
fixed db:close to properly remove entries, so it'll re-open them properly More... about 13 years ago
- added a few more tests on the basic DB functionality More... about 13 years ago
- fixed the script command More... about 13 years ago
- fixed travis file to actually install busted More... about 13 years ago
- added the Travis CI data file More... about 13 years ago
- added a tests/ folder, which will contain all the unit tests for mudlet-lua. It's a separate folder outside of lua/ and mudlet-lua-doc/ so it can be removed before mudlet-lua is shipped - added the first DB.lua test file, which at the moment just loads DB.lua under Ubuntu 12.04 for testing. More... about 13 years ago
- minor improvement to Geyser.Color More... about 13 years ago