openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Solar
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 33 of 105
Search / Filter on:
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.
Paul M. Jones
More...
over 17 years ago
Solar/Locale/en_US: For alpha validations, message now includes upper- and lower-case letters.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Sql_Model_Record and Solar_Form_Load_Model
Paul M. Jones
More...
over 17 years ago
Solar_Cli_MakeApp: [ADD] Add paging for the browse action and view.
Paul M. Jones
More...
over 17 years ago
Solar/App/Public/Styles/pager.css: [CHG] Allow for "ol" as well.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_Pager:
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_Pager: [CHG] When there are zero or one pages, don't return a pager.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
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.)
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_AppBase: [CHG] Per suggestion from Antti Holvikari, implement a non-exception _notFound(). Thanks Antti.
Paul M. Jones
More...
over 17 years ago
[ADD] Support for automated count-pages in Solar_Sql_Model::fetchAll()
Paul M. Jones
More...
over 17 years ago
Solar_Form: [ADD] Method getValue() to get a single element value.
Paul M. Jones
More...
over 17 years ago
Solar/AppBase/Layout: '_head' partial now includes pager CSS file.
Paul M. Jones
More...
over 17 years ago
Solar/Locale/en_US: Added pager strings.
Paul M. Jones
More...
over 17 years ago
Solar/App/Public/styles: [ADD] Default CSS for pager.
Paul M. Jones
More...
over 17 years ago
Solar_View_Helper_Page: [CHG] Now defaults to "class='pager'" instead of "id='pager'".
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Solar_Controller_Page: Subtle BC breaks to default-action handling, per feedback from Leo Chiao and others.
Paul M. Jones
More...
over 17 years ago
comment changes
Paul M. Jones
More...
over 17 years ago
Now that Solar_App_Base is Solar_AppBase, make sure apps extend from the right class name.
Paul M. Jones
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.
Paul M. Jones
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.
Paul M. Jones
More...
over 17 years ago
Moving properties up from Solar_App_Base to Solar_Controller_Page
Paul M. Jones
More...
over 17 years ago
Solar_Cli_MakeModel
Paul M. Jones
More...
over 17 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
104
105
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree