Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.284.2.22 -r1.284.2.23 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 23 Jul 2019 14:36:00 -0000 1.284.2.22 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 9 Aug 2019 08:29:28 -0000 1.284.2.23 @@ -709,7 +709,7 @@ float width height padding padding-right padding-left padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom - border border-width position top botton left right + border border-width position top bottom left right geometry } { if {[info exists :$option]} {$l set $option [set :$option]} @@ -1142,7 +1142,7 @@ float width height padding padding-right padding-left padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom - border border-width position top botton left right + border border-width position top bottom left right } image instproc pretty_value {v} { set html "" @@ -2117,7 +2117,7 @@ # about a missing # ".../4.9.2/full/plugins/iframedialog/plugin.js". There # exists a "iframe" and a "iframedialog" plugin for ckeditor4, - # the latter is not included in the standard bulds (only in + # the latter is not included in the standard builds (only in # "-all"). # ::richtext::ckeditor4::add_editor \ @@ -3220,7 +3220,7 @@ {float left} width height padding {padding-right 10px} padding-left padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom - border border-width position top botton left right + border border-width position top bottom left right } image_url instproc initialize {} { next Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -N -r1.106.2.6 -r1.106.2.7 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 29 Jul 2019 18:11:08 -0000 1.106.2.6 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 9 Aug 2019 08:29:28 -0000 1.106.2.7 @@ -395,7 +395,7 @@ center float width height padding padding-right padding-left padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom - border border-width position top botton left right + border border-width position top bottom left right } ::xowiki::Link::image instproc resolve_href {href} { set l [${:page} create_link $href] @@ -438,7 +438,7 @@ float width height center padding padding-right padding-left padding-top padding-bottom margin margin-left margin-right margin-top margin-bottom - border border-width position top botton left right + border border-width position top bottom left right } { if {[info exists :$a]} { if {$a eq "center"} {set pre "
"; set post "
"; continue} Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.36 -r1.542.2.37 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 30 Jul 2019 07:15:45 -0000 1.542.2.36 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Aug 2019 08:29:28 -0000 1.542.2.37 @@ -4127,7 +4127,7 @@ # packages. Furthermore, a list of package_ids can be given. # # "-always_queried_attributes *" means to obtain enough attributes - # to allow a save operatons etc. on the instances. + # to allow a save operations etc. on the instances. # set sql_atts { Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -N -r1.57.2.4 -r1.57.2.5 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 23 Jul 2019 14:15:00 -0000 1.57.2.4 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 9 Aug 2019 08:29:28 -0000 1.57.2.5 @@ -728,7 +728,7 @@ @param from list of page_orders before a move/insert operation @param to list of page_orders after a move/insert operation - @param clean list of page_orders for insert operatons, to update + @param clean list of page_orders for insert operations, to update the hierarchy from where items were moved to the new hierarchy. } { Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.30 -r1.368.2.31 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Jul 2019 11:11:09 -0000 1.368.2.30 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 9 Aug 2019 08:29:28 -0000 1.368.2.31 @@ -2772,7 +2772,7 @@ Combine the value of the form field (e.g. determined by the default) with the value in the instance attributes. This function - decides, whether it should honor the data value or the form fiel + decides, whether it should honor the data value or the form field value for e.g. rendering forms. @param is_new is this a new entry? Index: openacs-4/packages/xowiki/www/admin/portal-element-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/portal-element-add.tcl,v diff -u -N -r1.17.2.1 -r1.17.2.2 --- openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 8 May 2019 14:33:40 -0000 1.17.2.1 +++ openacs-4/packages/xowiki/www/admin/portal-element-add.tcl 9 Aug 2019 08:29:28 -0000 1.17.2.2 @@ -9,7 +9,7 @@ } -parameter { {-portal_id:required} {-page_name:required} - {-referer .} + {-referrer .} } set page [::$package_id get_page_from_item_ref $page_name] @@ -62,7 +62,7 @@ #regexp {^..:(.*)$} $page_name _ page_name portal::set_element_param $element_id page_name $page_name } - ad_returnredirect $referer + ad_returnredirect $referrer } } ad_script_abort Index: openacs-4/packages/xowiki/www/admin/portal-element-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/portal-element-remove.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/xowiki/www/admin/portal-element-remove.tcl 7 Aug 2017 23:48:31 -0000 1.4 +++ openacs-4/packages/xowiki/www/admin/portal-element-remove.tcl 9 Aug 2019 08:29:28 -0000 1.4.2.1 @@ -8,13 +8,13 @@ } -parameter { {-element_id} {-portal_id} - {-referer .} + {-referrer .} } # permissions? portal::remove_element -element_id $element_id # redirect and abort -ad_returnredirect $referer +ad_returnredirect $referrer ad_script_abort