• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moving a number of queries from ams-procs.tcl to ams-procs-postgresql.xql

adding caching of ams::widget_options

fixed attribute help text proc so that it doesn't display an error in the log

cleaning up some presentation logic and creating new helper procs

adding value_list_text, value_list_html and value_list_headings as ams::widget requests

simplified and cleaned up ams::util::sort_list_of_lists

Removed restriction that you can only add new options if an option already existed

checking for parent object_type for any attribute_name when searching for an id (not just email) and removing ams::package_id proc because it was useless

The email attribute is associated with a party

Adding mobile number, skype, aim widget procs written by Al-Faisal El-Dajani

    • -0
    • +566
    ./tcl/mobile-number-widget-procs.tcl
fixing typo

fixing html_options display and cleaning up some procs

caching attribute::id proc.

Adding parameter HideISOCountryCode and bumping up version so its loaded.

Added sanity checks and make sure if we recreate a list that all old elements of the list are being deleted

Added 0 so we can sort easier in the tcl file

Fixed problem with mac characters in the string

Made sure you can specify multiple list ids to map an attribute to. Furthermore split up the list code in the attribute generation and the mapping to the lists

Upgrading so that ams_util and postal_address correction sql is loaded

adding default to get list so it doesn't bomb if you aren't using -2 for contacts

Adding ams_util__next_instance_of_date proc and the associated upgrade and drop scripts

    • -10
    • +18
    ./sql/postgresql/ams-package-create.sql
    • -1
    • +23
    ./sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql
Missed some thing on the help text.

Added help_text to attributes and along with it some more I18N strings

adding ams::util::orderby_clause and making ams::values_not_cached and ams::ad_form::elements use it so that attributes are orderby by list then by sort order , not just sort order

adding check for existing attribute values to ams::object_copy so the proc doesn't return an error if it copying to an object that already has values

adding ams::object_flush proc and calling it whenever ams::ad_form::save is used

added ability to upvar ams::values and include empty attributes information

cleaned up text storage type seperation of format and text value and made it consistent

Adding support for the DefaultStreetLines parameter and validation of addresses

add limit of results to one for ams_value__postal_address_save and adding ams_attribute_value__value_by_object_id and associated upgrade script

    • -3
    • +20
    ./sql/postgresql/ams-package-create.sql
    • -0
    • +84
    ./sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql