• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Repair broken link: refer to page 'object' instead of to page 'list'

improve boolean ADP expressions

  1. … 2 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
Fix typos

  1. … 17 more files in changeset.
Fix more typos

  1. … 83 more files in changeset.
Fixing the way ams uses forms on attribute-add to work with the new methods in 5.3+

Adding support for ad_form sections/fieldsets as part of openacs core 5.3.x, this includes an update of ams to 1.1d18 because of lang updates

    • -2
    • +12
    ./list-attribute-section-heading.tcl
  1. … 3 more files in changeset.
Removed the link to the widgets page which is a) broken and b) does not serve the intended purpose anyway

Made sure we see the additional options when we have an option widget

Added ability to sort the options alphabetically

Added list_id in the view

hiding options list/form if the widget doesn't have any options (and is thus a date or textbox widget

Allow purging of options for administrators

  1. … 1 more file in changeset.
Added new message keys. Added ordering of lists

  1. … 3 more files in changeset.
Added possibility to map multiple attributes at once. Made sure attribute mapping with regards to the default list works if contacts is installed

adding support for default values for option widgets (select,radio,checkbox,multiselect)

  1. … 2 more files in changeset.
adding caching of ams::widget_options

  1. … 2 more files in changeset.
Removed restriction that you can only add new options if an option already existed

fixing html_options display and cleaning up some procs

  1. … 5 more files in changeset.
Added 0 so we can sort easier in the tcl file

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

  1. … 1 more file in changeset.
adding default to get list so it doesn't bomb if you aren't using -2 for contacts

Missed some thing on the help text.

  1. … 1 more file in changeset.
Added help_text to attributes and along with it some more I18N strings

  1. … 4 more files in changeset.
commit changes from merge with HEAD

    • -0
    • +29
    ./list-attribute-html-options-postgresql.xql
    • -0
    • +10
    ./list-attribute-section-heading.adp
    • -0
    • +55
    ./list-attribute-section-heading.tcl
  1. … 62 more files in changeset.
file list.xql was added on branch oacs-5-2 on 2005-11-30 16:21:53 +0000

making changes to support html options

files to add html options to the attributes mapped to a list

    • -0
    • +29
    ./list-attribute-html-options-postgresql.xql
    • -0
    • +5
    ./list-attribute-html-options.adp
    • -0
    • +52
    ./list-attribute-html-options.tcl