2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar/Locale/en_US: [ADD] 2 new keys, 'PROCESS_DELETE_CONFIRM' and 'SUCCESS_DELETED'. More... over 17 years ago
Solar_View_Helper_Form More... over 17 years ago
Solar_Sql_Model_Record More... over 17 years ago
Solar_Sql_Model_Record More... over 17 years ago
Solar_Sql_Model_Record: [CHG] When fields are invalid, now looks up INVALID_* locale keys for the column name as the feedback message. This lets you customize invalidation messages on a per-column basis." More... over 17 years ago
Solar_View_Helper_Form: [CHG] No longer need to use getTextRaw() to set label values in form elements; instead, just pass the locale key." More... over 17 years ago
Solar/App/Bookmarks/View/*: using new addProcess() and addProcessGroup() methods. More... over 17 years ago
Solar_Sql_Model: [ADD] __call() method now supports 'fetchBy' as an alias of 'fetchOneBy'. More... over 17 years ago
Solar_View_Helper_Form: [ADD] Method addProcessGroup() to add a group of process buttons. More... over 17 years ago
Solar_App_Bookmarks: [FIX] Added security check to see if the bookmark actually exists. More... over 17 years ago
Solar_App_Base: [FIX] Method _error() should use _forward(), not merely set the action. More... over 17 years ago
Solar_App_Bookmarks: [CHG] Use the new _error() method instead of setting $errors and forwarding. More... over 17 years ago
Solar_App_Base: [ADD] Convenience method _error() to set the action to 'error' and add a translated error message. More... over 17 years ago
Solar_View_Helper_Form: [ADD] Method addProcess() to add a submit button named 'process' with an auto-translated locale key. Convenient for adding 'save', 'delete', etc. buttons. More... over 17 years ago
Solar/Locale/en_US.php: [ADD] New 'SUCCESS_ADDED' key. More... over 17 years ago
Solar_Role_Adapter: [FIX] Fix substr() in __call() method. More... over 17 years ago
Solar_Cli_MakeModel More... over 17 years ago
Solar_User: [REF] Refactor so that the construction and loading process is less monolithic. More... over 17 years ago
Solar_Role_Adapter: [ADD] Magic method __call() to take "isRoleName()" and convert to "is('role_name')". More... over 17 years ago
Solar binary: look up config file relative to a solar-system installation More... over 17 years ago
Solar binary: look up include-path relative to a solar-system installation More... over 17 years ago
Solar_Auth_Adapter_Sql: [ADD] New config key 'hash_algo' lets you define the hashing algorithm for the password. Thanks, neste1. More... over 17 years ago
Solar_App_Bookmarks: [CHG] In line with new Record save() boolean returns, remove try/catch blocks around save(). More... over 17 years ago
update comments More... over 17 years ago
Solar_Sql_Model_Record: One BC break and several new features. More... over 17 years ago
Solar_Cli_MakeModel: [FIX] Method _loadTempates() now properly prefixes PHP tags to the template text. Thanks, neste1. More... over 17 years ago
Solar_Filter_ValidateEmail: [CHG] No longer validates 'ema...@host' ... you must use a fully-qualified domain name. Thanks, Jeff Surgeson and JB, for pointing this out and making the proper RFC recommendations. More... over 17 years ago
updated comments More... over 17 years ago
Solar: [BRK] Removed config keys 'locale_class' and 'request_class'. Replaced with a new config key, 'registry_set', that allows you to define registry entries to be created at Solar::start() time. This allows you to directly control the registry entries from the config file. Solar::start() still sets 'locale' and 'request' registry entries if they are not set by the 'registry_set' config. More... over 17 years ago
Solar_Registry: Enforce singleton pattern. More... over 17 years ago