• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
HTML Strict cleanup

    • -5
    • +7
    ./packages/dotlrn/www/spam-recipients.adp
    • -4
    • +4
    ./packages/dotlrn/www/spam-recipients.tcl
Fix content_type__is_content_type define function args to match Tcl

procedure and Oracle signature. The argument is called object_type.

Added missing message key.

- generalized form-menu-buttons

- deactivate automatic entity-substitution for ampersand in make_link

- generalized loader for allowing page dependencies

- make it easier to access form properties (instance variables, form attribues)

- bump version number

    • -1
    • +8
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -36
    • +60
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -26
    • +47
    ./packages/xowiki/tcl/package-procs.tcl
    • -34
    • +73
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -79
    • +106
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
bump version number

Added -- after switches in call to ad_html_text_convert to avoid errors when the text to convert contains hyphens

call as well initialize, when fetching from cache

    • -1
    • +2
    ./packages/xotcl-core/tcl/cr-procs.tcl
Made sure you can pass an empty string as default and it translates into translation missing. Thanks To Emma for noticing this

    • -2
    • +8
    ./packages/acs-lang/tcl/lang-message-procs.tcl
HTML Strict cleanup

    • -9
    • +10
    ./packages/lorsm/www/admin/index.tcl
    • -2
    • +2
    ./packages/lorsm/www/admin/md/annotationmd.tcl
    • -13
    • +13
    ./packages/lorsm/www/admin/md/educationalmd.tcl
    • -1
    • +1
    ./packages/lorsm/www/admin/md/index.adp
    • -4
    • +4
    ./packages/lorsm/www/admin/md/lifecyclemd.tcl
    • -5
    • +5
    ./packages/lorsm/www/admin/md/metamd.tcl
    • -2
    • +2
    ./packages/lorsm/www/admin/md/relationmd.tcl
    • -4
    • +4
    ./packages/lorsm/www/admin/md/rightsmd.tcl
    • -8
    • +8
    ./packages/lorsm/www/admin/md/technicalmd.tcl
  1. … 8 more files in changeset.
HTML cleanup

    • -3
    • +3
    ./packages/lorsm/www/delivery/applet.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery/blank-top.html
    • -11
    • +8
    ./packages/lorsm/www/delivery/body.adp
    • -4
    • +5
    ./packages/lorsm/www/delivery/delivery.adp
    • -2
    • +2
    ./packages/lorsm/www/delivery/header.html
    • -2
    • +2
    ./packages/lorsm/www/delivery/lmsfinish.adp
    • -10
    • +13
    ./packages/lorsm/www/delivery/menu-mk.adp
    • -6
    • +7
    ./packages/lorsm/www/delivery/menu.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery/popup.adp
    • -2
    • +2
    ./packages/lorsm/www/delivery/record-view.tcl
Added missing key

HTML Strict cleanup

    • -5
    • +5
    ./packages/lorsm/lib/custom-page-admin.adp
Fix Bug #3126. lang::message::lookup was not adhering to a given default value but just returned the message key missing string, even if there was a default

    • -7
    • +11
    ./packages/acs-lang/tcl/lang-message-procs.tcl
1) Fix image handling. Accidentally commented out by a previous

commit!

2) Fix storage type handling. DO NOT SET storage type to empty string

which is always invalid. I have no idea why that was changed. There is

no reason to check the indbp parameter twice.

HTML Strict cleanup

    • -22
    • +19
    ./packages/lors/lib/course-structure.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery-scorm/body.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery-scorm/index.adp
    • -4
    • +4
    ./packages/lorsm/www/delivery-scorm/menu.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery1/body.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery1/header.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery1/toc.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery2/body.adp
    • -1
    • +1
    ./packages/lorsm/www/delivery2/header.adp
    • -3
    • +3
    ./packages/lorsm/www/delivery2/index.adp
Added /favicon.ico to the magic list of URLs allowed when you restrict an

entire site to registered users.

    • -1
    • +1
    ./packages/acs-tcl/tcl/security-procs.tcl
HTML Strict cleanup

    • -6
    • +7
    ./packages/survey/www/admin/one-respondent.adp
    • -4
    • +5
    ./packages/survey/www/admin/one-respondent.tcl
    • -11
    • +19
    ./packages/survey/www/admin/one.adp
    • -2
    • +14
    ./packages/survey/www/admin/one.tcl
    • -7
    • +9
    ./packages/survey/www/admin/respond.adp
    • -2
    • +2
    ./packages/survey/www/admin/respondents.tcl
    • -1
    • +0
    ./packages/survey/www/admin/responses.adp
    • -3
    • +3
    ./packages/survey/www/admin/responses.tcl
    • -5
    • +3
    ./packages/survey/www/admin/survey-preview.adp
HTML Strict cleanup

    • -6
    • +6
    ./packages/survey/www/one-respondent.adp
    • -2
    • +3
    ./packages/survey/www/one-respondent.tcl
HTML Strict cleanup

    • -3
    • +2
    ./packages/survey/tcl/survey-procs.tcl
HTML Strict cleanup

HTML Strict cleanup

Removed Malte's "fix" to content-folder::new, and emmanuelle's fix to that

fix (which was fine), reverting to the 5.3 version because it wasn't broken

in the first place, and malte's attempt removed transaction protection

around the folder inserts (bad!) in order to avoid a pg-only deadlock in

PG 8.1 which doesn't happen in PG 8.2 or better.

Removed Malte's "fix" to content-folder new, and emmanuelle's fix to that fix

(which was fine), by rolling back to the 5.3 version (which wasn't broken in

the first place, PG 8.1 was)

Added missing trailing # of a message key

upgrade script for 2.3.0->2.4 which is really a downgrade ; does the same as upgrade-5.0d4-5.0d5.sql

    • -0
    • +264
    ./packages/chat/sql/oracle/upgrade/upgrade-5.0d6-5.0d7.sql
Cleaned up the install.xml stuff so it no longer puts random crap out in

the log written to the http socket.

    • -2
    • +6
    ./packages/acs-tcl/tcl/install-procs.tcl
Default to zen two-column layout in standard .lrn install.

Added a new default_layout parameter to get rid of the hard-coded sloan

layouts used when a new page is added. Default value is the old hard-wired

one, but now our standard install.xml can set it to zen, and when someone

has time site theme switching can change it, too.

    • -3
    • +10
    ./packages/new-portal/tcl/portal-procs.tcl
Added missing portal config keys

adding missing close statement

    • -2
    • +2
    ./packages/oacs-dav/tcl/tDAV-procs.tcl