2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Solar_Form_Load_Model: [FIX] Get array keys of rebuilt list, not original cols. More... over 17 years ago
Solar/Locale/en_US: For alpha validations, message now includes upper- and lower-case letters. More... over 17 years ago
Solar_Sql_Model_Record: [CHG] In method form(), for invalid columns not present in the form, show the element name in the feedback, not just the column name. More... over 17 years ago
Solar_Sql_Model_Record and Solar_Form_Load_Model More... over 17 years ago
Solar_Cli_MakeApp: [ADD] Add paging for the browse action and view. More... over 17 years ago
Solar/App/Public/Styles/pager.css: [CHG] Allow for "ol" as well. More... over 17 years ago
Solar/App/Public/Styles/pager.css: [BRK] Use ".pager ul" for the pager list, not just ".pager", since it's wrapped in a div now. More... over 17 years ago
Solar_View_Helper_Pager: More... over 17 years ago
Solar_Controller_Front: [FIX] Force page name to lower-case for comparisons; helps prevent "Foo", "fOO", "FoO", etc. matching to a disabled "foo" page. Thanks for the catch, Nate Abele. More... over 17 years ago
Solar_View_Helper_Pager: [CHG] When there are zero or one pages, don't return a pager. More... over 17 years ago
comment changes More... over 17 years ago
Solar_Controller_Front: [CHG] Last change on the "disable" behavior, per further discussion with Antti Holvikari. Now, the 'disable' key is a list of page-names (not class names) that should be disabled. Also, the pages are not treated as not-found; instead, they are passed to the default page as action names, so the default action can see use the information. (This is the same behavior as when a page-name is not recognized, and the name is left in place as an action on the default page.) More... over 17 years ago
Solar_Model_Nodes: [FIX] In method _newSelectByTags(), the $params should be a *reference*, so the fixed params are retained by the calling code. More... over 17 years ago
Now that we can ignore classes in the front controller, move Solar_AppBase back to Solar_App_Base. Sorry for the trouble folks. More... over 17 years ago
Solar_Controller_Front: [ADD] Per conversation with Antti Holvikari, add a 'diabled' config key to list class names that should be treated as 'not-found'. This will help to keep base classes from being invoked. More... over 17 years ago
Solar_AppBase: [CHG] Per suggestion from Antti Holvikari, implement a non-exception _notFound(). Thanks Antti. More... over 17 years ago
[ADD] Support for automated count-pages in Solar_Sql_Model::fetchAll() More... over 17 years ago
Solar_Form: [ADD] Method getValue() to get a single element value. More... over 17 years ago
Solar/AppBase/Layout: '_head' partial now includes pager CSS file. More... over 17 years ago
Solar/Locale/en_US: Added pager strings. More... over 17 years ago
Solar/App/Public/styles: [ADD] Default CSS for pager. More... over 17 years ago
Solar_View_Helper_Page: [CHG] Now defaults to "class='pager'" instead of "id='pager'". More... over 17 years ago
Solar_View_Helper_Pager: [NEW] Default pager for Solar. Note that more highly-customizable pagers exist in Lux, and may be more-suitable for different situations. More... over 17 years ago
Solar_Controller_Page: Subtle BC breaks to default-action handling, per feedback from Leo Chiao and others. More... over 17 years ago
comment changes More... over 17 years ago
Now that Solar_App_Base is Solar_AppBase, make sure apps extend from the right class name. More... over 17 years ago
Move Solar_App_Base to Solar_AppBase. Per note from Antti Holvikari, having the base app mixed in with the 'real' apps means you can browse to it, and that is rarely if ever desired. More... over 17 years ago
Solar_Cli_MakeApp: [NEW] Command-line script to create a new skeleton application. By specifying --model, it will also create browse/read/edit/add/delete logic and views for you. Long overdue, and per the request of Nate Abele. More... over 17 years ago
Moving properties up from Solar_App_Base to Solar_Controller_Page More... over 17 years ago
Solar_Cli_MakeModel More... over 17 years ago