0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Attempts to create duplicate field_instances for the same field_id form_instance and index now have a better error message More... almost 15 years ago
added workflow_action_force option to javascript buttons More... almost 15 years ago
small fix to raise an error on undefined fields More... almost 15 years ago
fixed bug in date sorting in MetaformHelper More... about 15 years ago
fixed yet another bug in humanize value More... about 15 years ago
more fixes of widget humanize with nil values More... about 15 years ago
fixed humanize in height, weight and time_interval widgets More... about 15 years ago
fixed bug in humanizing sets where value is nil More... about 15 years ago
widgets humanize_value can now handled set constraints More... about 15 years ago
removed a reference to non existent Log class in metaform_helper More... about 15 years ago
added a check to not reload form helpers files more than once More... about 15 years ago
fields now have a default type of string when created More... about 15 years ago
FormInstance can now update its own validation data More... about 15 years ago
updated specs to document how Record.Locate does not return records if limitted by :fields and the fields values are all blank More... about 15 years ago
remove Record.eval_field(q) from inner loop for speed More... about 15 years ago
move eval_field out of inner loop for speed up More... about 15 years ago
no longer save nil or blank field instances, instead delete them More... about 15 years ago
Removing lists from forms More... about 15 years ago
Changing terminology of Listings#listings to list. This is preparatory to adding in new get_listing option More... about 15 years ago
added spec to check that reports appropriately count records without a field instance as nil More... about 15 years ago
method_missing in AnswersHash now checks self.has_key(a) instead of self[a], which should be quicker More... about 15 years ago
fill_and_order_records is adjusted to accept a hash of parameters instead of an ordered list. This allows more options to be passed in to Record.gather and Log.get_list More... about 15 years ago
Record.gather now returns an AnswersHash when return_answers_hash is specified. AnswersHash is a hash with a method_missing which assumes that AnswersHash.field_name is a request for the value of field_name. A spec is written to test this. More... about 15 years ago
Adding some explanations in the README for how Record.search and Record.locate work More... about 15 years ago
Flow_through q's now raise an exception if their f's aren't indexed. A spec is written to test this More... about 15 years ago
small fix when loading a record with index=:any More... about 15 years ago
Adding some specs for flow_through More... about 15 years ago
Comments for js_conditional_tab More... about 15 years ago
Record#answer_num now can search for number of nil answers and specs are updated to include new index-related utility methods More... about 15 years ago
fixed constraint spec re hide_required_extra_errors option More... about 15 years ago