0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
substr() should have been strpos(), stupid error, now creates correctly the .htaccess when it exists but it's empty. More... over 13 years ago
Prepared for GitHub More... almost 14 years ago
Fixed two bugs on DB Table creation. More... almost 15 years ago
Added "where" guessing in Goo DB tables. Nice! :D More... almost 15 years ago
Goo DB . Cleaned up debug code. . now get() can be called without parms. More... almost 15 years ago
GooDB: . Fixed return value on query(). . Added mapping feature. Probably it could be optimized, but it's designed to make things simple, not fast... More... almost 15 years ago
Fixed Goo Pager on URLs with spaces. More... almost 15 years ago
Small steps on Goo Users. Still NOT working. More... almost 15 years ago
Corrected Typo in the description (5 secs -> 5 mins) More... over 17 years ago
DB Goo quoting hint. More... over 17 years ago
Firex a bug in the DB Goo toString() method. More... over 17 years ago
Commented out form filter. To be tested. More... over 17 years ago
Removed unuseful errors from the DB Goo. More... over 17 years ago
Added support for get() in the Template Goo. It's like render() but it gets the output buffer into a variable (return). More... over 17 years ago
Uniformed the Template Goo renderHelperPartial() to pass $context and $root to the template. Some comment fixing into the Pager Goo. More... over 17 years ago
...changed in expireAfter(); More... over 17 years ago
Added expireIn() to set the default expiration delta TTL. More... over 17 years ago
Updated Cache Goo to a quite-final version. More... over 17 years ago
Added isExpired() method. More... over 17 years ago
Piped a meta array into the get/set instructions, transparently. Now must be implemented a good way to apply expirations. More... over 17 years ago
Added first implementation of the simple Cache Goo. More... over 17 years ago
Changed a trim() to rtrim(), should be better and faster. More... over 17 years ago
Fixed some POSIX related bugs on dirname(), now correctly normalized. More... over 17 years ago
Improved Pager Good. Added render() function. More... over 17 years ago
Template auto-relativize now should work flawless (sort of). No more relative and absolute paths issues, I hope. ...but... the filter of the Pages is applied at all? And is it useful? Meh... More... over 17 years ago
Removed debug commands... More... over 17 years ago
Better auto-relativization for Pager and Template Goos. More... over 17 years ago
Added table listing cache (GooDB::getTables) in order to keep "autoinit" to a minimal performance hit: using GooDBTable::create now queries the DB only once per session on an existing table. More... almost 18 years ago
Added getOutputOf() to the Template goo. This function will catch any output (echo, print, ...) of the called function and returns it. It accepts any number of parameters. More... almost 18 years ago
Syntax change from Foll 2001 to Foll 2006 More... almost 18 years ago