2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update new release notes More... almost 15 years ago
update new release notes More... almost 15 years ago
move all Facebook items to hold, in preparation for reauth merge in a later release More... almost 15 years ago
Solar_Sql_Adapter_Mysql: [FIX] Native "timestamp" type should map to "timestamp", not "int". Thanks, Kalkin, for the report. More... almost 15 years ago
Solar_View_Helper_Form: [FIX] Method addElements() now adds elements in the order they appear in the whitelist, not the order they appear in the form object. More... almost 15 years ago
Solar_Symlink: [FIX] New method remove() should be static. More... about 15 years ago
Solar_Symlink: [CHG] Method remove() now doubles-up on removal for Windows symlinks, since Windows reports a symlinked directory as a file, but will only let you remove it using `rd` (remove directory). More... about 15 years ago
Solar_Cli_UnlinkVendor: [CHG] When removing symlinks, use Solar_Symlink::remove() instead of PHP unlink(). More... about 15 years ago
Solar_Symlink: [ADD] Method remove() to remove symlinks. Need this because Windows uses "rd" to remove a directory symlink, and "del" to remove a file symlink. (Unix uses "rm" for both.) More... about 15 years ago
Solar_Symlink: [FIX] The mklink command on Windows returns a message even on success; change the Windows methods to account for this. More... about 15 years ago
Solar_Cli_UnlinkVendor: [FIX] Convert slashes to DIRECTORY_SEPARATOR to soothe Windows. More... about 15 years ago
Solar_Cli_LinkVendor: [FIX] Convert slashes to DIRECTORY_SEPARATOR to soothe Windows. More... about 15 years ago
Solar_Symlink: [FIX] In methods _makeWinDir() and _makeWinFile(), use the proper argument order (the opposite of what it is in Unix). More... about 15 years ago
script/solar: [FIX] Make more Win-friendly by using DIRECTORY_SEPARATOR and PATH_SEPARATOR in appropriate locations. More... about 15 years ago
Solar_Sql_Model: [FIX] In method insert(), clear the cache *after* retrieving the last insert ID. Thanks, Richard Thomas, for the patch. More... about 15 years ago
Returning a true true or we could be blue More... about 15 years ago
Initial chromephp logging adapter http://www.chromephp.com/ More... about 15 years ago
Clean up output and fix naming copy More... about 15 years ago
Fix class name More... about 15 years ago
initial solar view for google analytics More... about 15 years ago
Prevent the unnecessary starting of a session. More... about 15 years ago
Allow extensible user attribute information to be stored. More... about 15 years ago
Merge r4675 and r4677 from grid branch More... about 15 years ago
Fix differences between trunk and grid branch. More... about 15 years ago
Break up processLogin and processLogout to allow subclasses to more easily extend this class More... about 15 years ago
Initial facebook for reauth Fix for model More... about 15 years ago
Split Protocol into login and logout protocols More... about 15 years ago
Clear session data after the session is explicitly closed. More... about 15 years ago
Add support for closing an existing session More... about 15 years ago
rename class to segment More... about 15 years ago