• last updated 59 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
First cut at Oracle upgrade for enhanced acs_datatypes and create_type,

create_attributes functionality that's already been completed for PG.

DO NOT ATTEMPT TO USE, IT'S NOT FINISHED.

    • -0
    • +507
    ./acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql
Moved table building and column adding code from content repository to

kernel, so all objects can benefit. Part of the acs object management package

work.

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -159
    • +493
    ./acs-kernel/sql/postgresql/acs-metadata-create.sql
1st draft qf_choce, untested

    • -12
    • +65
    ./spreadsheet/tcl/form-procs.tcl
Added doc section to the richtext to_sql proc.

    • -3
    • +3
    ./acs-templating/tcl/richtext-procs.tcl
fixing typos, progress on general bulk inputs, untested

    • -44
    • +127
    ./spreadsheet/tcl/form-procs.tcl
Add require_login to admin filter. This was exposed as an issue when someone accidentally granted admin to the public. No administrator action ever needs to be performed when not logged in.

    • -2
    • +5
    ./acs-tcl/tcl/request-processor-procs.tcl
- provide method qn on nx::Object as well

Adding messing extention to image src url.

Merge TinyMCE 3.3.9.3

    • -0
    • +250
    ./acs-templating/www/resources/tinymce/changelog.txt
  1. … 725 more files in changeset.
Fix remember me checkbox. Conditionally set login cookie discard_p setting based on value of the remember me checkbox when creating or renewing the login cookie.

    • -14
    • +36
    ./acs-tcl/tcl/security-procs.tcl
- moved test to regression tests, extended tests

- make sure, that resolve_package_path returns always 2nd argument set

- avoid warning messages when not necessary

- generalize code

Fixed nagging problem with bogus package key being passed to add-applications-2.

    • -2
    • +2
    ./layout-managed-subsite/lib/add-applications.tcl
various code revisions, still working on qf_choice and qf_choices, all untested

    • -11
    • +11
    ./spreadsheet/tcl/form-procs.tcl
fixing bad test. string match glob doesnt work for this scenario, replacing with regexp

    • -1
    • +1
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
adding donb's 1.26 revsion back in.. I accidently overwrote it.

    • -1
    • +1
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
    • -107
    • +112
    ./acs-tcl/tcl/tcl-documentation-procs.tcl
- fix naviserver/aolserver incompatibility

    • -5
    • +5
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Fix passing HTML in url variable and use util_user_message instead

- don't call costly ad_html_text convert when not needed

add drop table cascade

- make sure to use uplevel with just one argument

- small optimization

UML-Graphs: use correct arrowhead, draw multiple-inheritance correctly, label instance-of relations

    • -11
    • +15
    ./xotcl-core/www/show-class-graph.tcl
- added missing instvar statement for package_id in widget_spec_from_folder_object

- generated UM diagrams: don't show siblings of a class if there are more than 5 siblings; otherwise new versions of dot seem to loop

- reduce verbosity

- store objects in the state before initialize_loaded_object in the cache to save memory