2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lots of little updates More... over 20 years ago
no changes to Mysql driver, but added comments to Sql_Entity. More... over 20 years ago
removed todo noted from Driver.php, Solar/Locale.php got a version number added, updated change notes in packaging More... over 20 years ago
dropped Oracle support entirely; the 30-char limit is much too strict. More... over 20 years ago
changed 'forum' to 'queue' in Solar_Cell_Talk Solar_Sql sequences now suffix with '__seq' More... over 20 years ago
* Solar_Sql: * dropped support for Oracle (30-char limit on names is just too strict) * max table name is now 30 chars, max col/idx name is now 27 chars * double underscores not allowed in table, index, or column names (to prevent name collisions) * indexes now suffixed with '__idx', sequences with '__seq' * in index names, the table/index separator is now '__' * Converted fetch(), fetchNum(), and free() methods to static (now there's no need to pass a reference to the driver into the result class) * Solar_Sql_Result: modified to make static calls to Solar_Sql for free(), fetch(), and fetchNum() More... over 20 years ago
[no comment] More... over 20 years ago
adding new locale handling (some experimental) More... over 20 years ago
'status' not required now (NULL in SQL) More... over 20 years ago
resolved conflicts More... over 20 years ago
changed 'pack' to 'queue' added 'priority' dropped 'os', 'ver', 'passwd' dropped 'email' and 'descr' (now handled by Talk.php) More... over 20 years ago
added validation in 'mini' form for the body content More... over 20 years ago
updated with new field name labels, etc. More... over 20 years ago
not sure More... over 20 years ago
new package build More... over 20 years ago
converted class name from 'File' to 'None' (left over from copying) updated comments More... over 20 years ago
added ID tags to package builder More... over 20 years ago
re-committing? More... over 20 years ago
updated Id properties, changed keywords.php script to act on proper directory, updated todo list More... over 20 years ago
added None driver (never authenticates) More... over 20 years ago
added comments added None.php driver (no roles every returned) Converted Sql.php driver to use the $config array (instead of separate public properties) More... over 20 years ago
added Form class for generating form "hints" (mostly for collating form elements from different Solar_Cell_* classes) More... over 20 years ago
changed 'valid' to 'validate' in $schema['col'] keys changed 'seqname' to 'sequence' in $schema['col'] keys More... over 20 years ago
changed 'valid' to 'validate' in $schema['col'] keys changed formHints() to formElements() changed return array of formElements() from key 'message' to key 'feedback' changed default feedback message in formElements() from 'not valid' to a Solar::locale() call More... over 20 years ago
changed final check for object loading from class_exists() to !class_exists() More... over 20 years ago
added Locale strings changed 'ent' to 'tbl' in schema array keys added new forms to Bugs More... over 20 years ago
changed 'ent' to 'tbl' in the schema array added 'disable' key to form hints added innfo array to all errors where no info previously existed More... over 20 years ago
updated comments in Solar.php, calls to shared() and object() return E_USER_ERROR when the requested object does not exist (aids in debugging)` More... over 20 years ago
changed literal package version numbmer to the word 'version' in replacements More... over 20 years ago
changed literal version string to @pacakge_version@ (for PEAR installer replacement) updated package.xml to have replacement calls More... over 20 years ago