0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Form#tab in non-render mode now returns a list for presentations that are indexed, and Record#load_attributes was refactored and cleaned up More... about 15 years ago
Removing css subclassing from javascript for prototip, instead use cascading styles More... about 15 years ago
Prior to Rails 2.2.2, need to call ActiveSupport::Dependencies directly, without the preceeding ActiveSupport More... about 15 years ago
Fixing optional note to work with new metaform syntax More... about 15 years ago
removed tab group from being specified in the url as that whole idea does not really make sense More... about 15 years ago
before_show_record now recieves a parameter with the template the record will be rendered with More... about 15 years ago
updated metaform to work with rails 2.2.2 More... about 15 years ago
Getting rid of attempt at using arrays for followup conditions which wasn't working because it wasn't fully implemented More... over 15 years ago
added a helper function to convert our colon encoded field names for sql strings to their expanded value More... over 15 years ago
added a :raw_fields option to Records.search that allows you to add complex calculated fields into the sql field list. Modified fill_recs so that the :raw_fields option can be passed through when needed More... over 15 years ago
Listings now passes :sql_prefilters option through to Record.locate if it is given, and fill_and_order_records now also can take a sql_prefilters parameter which it will load into the Listings.get_list options More... over 15 years ago
added workflow_state_label function to form to return return the human label for a workflow state and now call this function from Record#workflow_state_label More... over 15 years ago
bugfix to Record.search, was failing for postgress because ordering params needed to be quoted because of postgreses case weirdness More... over 15 years ago
removed warning from metaform_helper_spec More... over 15 years ago
Fixing some specs More... over 15 years ago
fixed bug in bootime postgres check More... over 15 years ago
converted postgres check to be automatic, and moved ILIKE into mf More... over 15 years ago
added in searching-sorting architecture for metaform views/controllers More... over 15 years ago
fixed title in export More... over 15 years ago
fixed bug when exporting time fields More... over 15 years ago
small speed optimization More... over 15 years ago
fixed bug in form where state got screwed up after illegal presentation access More... over 15 years ago
added a "validation" command to workflow actions in forms that allows the metaform client to save arbitrary data that can be used later in validation calculations More... over 15 years ago
added formating to time fields on export More... over 15 years ago
Record.search now has a :limit paramater More... over 15 years ago
INitial work on complexifying conditions to use for followups More... over 15 years ago
reports and locate now take an optional pref_filter_sql parameter that narrows down the form_instances in which to seek More... over 15 years ago
Record.search now has improved :conditions syntax which can handle arbitrarily complex sql More... over 15 years ago
Record.search now has improved :conditions syntax which can handle arbitrarily complex sql More... over 15 years ago
added Record.search More... over 15 years ago