1
I Use This!
Inactive

Commits : Listings

Analyzed 12 minutes ago. based on code collected about 17 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update API docs More... about 9 years ago
Changed database connection methods to no longer ignore calls to connect if a connection is active, but actually reconnect More... about 9 years ago
TODO update More... about 9 years ago
When saving we need to set the new $identifier for delete() to work correctly More... about 9 years ago
Re-generate documentation More... about 9 years ago
Remove deadcode More... about 9 years ago
Remove these useless return statements More... about 9 years ago
Remove unused aliases More... about 9 years ago
Fixed usergroupid setting (for rebuild) when adding a new user in the datamanager More... about 9 years ago
No need to load these if they are not used by default anyway More... about 9 years ago
WS More... about 9 years ago
Remove ext/mysql support \o/ More... about 9 years ago
Changelog header More... about 9 years ago
Update documentation to include the 1.3.0 version tag More... about 9 years ago
Make master the new 1.3.0 branch More... about 9 years ago
Revert default driver back to MySQLi More... about 9 years ago
Update documentation More... about 9 years ago
Mark version 1.2.1 More... about 9 years ago
Added \Tuxxedo\Helper\Database::isDriverPdo() More... about 9 years ago
Typo More... about 9 years ago
Implemented the changed data code for Datamanagers, we now only send out the SQL for changed fields, not for everything we don't need to change More... about 9 years ago
This should resolve to the global scope More... about 9 years ago
* Removed \Tuxxedo\Datamanager\Adapter::$original_data (and its simple usage in the 'Phrasegroup' datamanager * Added skeleton for \Tuxxedo\Datamanager\Adapter::$changed_data More... about 9 years ago
Added $only_table_name (defaults to false) to \Tuxxedo\Helper\Database::getTables(), this fixes the table status tool for MySQL in DevTools More... about 9 years ago
Update documentation More... about 9 years ago
Don't let users of PostgreSQL see this page (it is non functional anyway) More... about 9 years ago
Fixed an E_STRICT when calling test_login() without having \Tuxxedo\User loaded into $registry->user More... about 9 years ago
Changed the datastore dump to be HTML escaped More... about 9 years ago
Fixed loading of datamanagers on case sensitive file systems when a custom datamanager is specified (FQN) More... about 9 years ago
Set sql_mode to 'ANSI' by default for MySQL drivers More... about 9 years ago