• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file qmail.rc.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/qmail.rc.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/qmail.rc.txt
added missing upgrade and qmail.rc.txt files

    • -31
    • +31
    ./acs-core-docs/www/apm-design.html
    • -120
    • +120
    ./acs-core-docs/www/apm-requirements.html
    • -10
    • +10
    ./acs-core-docs/www/backup-recovery.html
    • -16
    • +16
    ./acs-core-docs/www/bootstrap-acs.html
    • -7
    • +7
    ./acs-core-docs/www/database-management.html
    • -82
    • +82
    ./acs-core-docs/www/db-api-detailed.html
    • -51
    • +51
    ./acs-core-docs/www/docbook-primer.html
    • -8
    • +8
    ./acs-core-docs/www/eng-standards-constraint-naming.html
    • -28
    • +28
    ./acs-core-docs/www/eng-standards-filenaming.html
  1. … 60 more files in changeset.
Updated developer's guide.

    • -5
    • +823
    ./workflow/www/doc/developer-guide.html
clarifying in ad_form documentation that the form block must be extended to completion before the action blocks such as select_query are defined

    • -1
    • +3
    ./acs-tcl/tcl/form-processing-procs.tcl
extensions to support editing multiple cr items simultaneously

    • -1042
    • +1207
    ./cms/tcl/form-procs.tcl
adds signed hidden vars. dont emit value on option list if value and label match

    • -1
    • +36
    ./acs-templating/tcl/element-procs.tcl
    • -10
    • +14
    ./acs-templating/tcl/widget-procs.tcl
is_valid_child needs relation to determine if its a valid child. needs upgrade script

Removed the commented out version.

fix by Jarkko of bug 434

    • -2
    • +2
    ./calendar-portlet/www/calendar-full-portlet.tcl
    • -1
    • +91
    ./calendar-portlet/www/calendar-portlet.tcl
Merging fixed from oacs-4-6

Bump info file version to coincide with upgrade script

Adding upgrade file for change is pl/pgsql functions

file upgrade-1.2-1.3.sql was initially added on branch oacs-4-6.

Changed varchar(400) variable declaration to varchar in pl/pgsql functions.

fix hardcoded security_context_root of 0

site-map UI: fixing setting of context_id when creating new packages. The old query would bomb when parent_id was null (the Main Site)

    • -10
    • +12
    ./acs-subsite/www/admin/site-map/package-new.tcl
Adding quick-add bar for applications in the site-map. Adding a delete link for site-nodes that will also delete any mounted package.

    • -24
    • +31
    ./acs-subsite/www/admin/site-map/index.tcl
    • -15
    • +36
    ./acs-subsite/www/admin/site-map/package-new.tcl
when deleting Bug Tracker packages I got a referential int constraint violation since in bt_project.delete an attempt was made to delete a CR content folder before the referenceing row in bt_projects. Changing order of deletion. Providing upgrade script. New version is 1.2d6

    • -0
    • +174
    ./bug-tracker/sql/oracle/upgrade-1.2d2-1.2d6.sql
    • -0
    • +49
    ./bug-tracker/sql/postgresql/upgrade-1.2d2-1.2d6.sql
Small documentation clarification in util_ns_set_to_list and util_list_to_ns_set.

Used wrong applet key for homework

Added homework to the default applets.

Fixed bug introduced by, I believe, changes made by Lars elsewhere

    • -17
    • +26
    ./acs-templating/resources/forms/plainest.adp
Trivial tweak to syntax of db_available_pools proc.

    • -1
    • +1
    ./acs-bootstrap-installer/db-init-checks-oracle.tcl
    • -2
    • +2
    ./acs-bootstrap-installer/db-init-checks-postgresql.tcl
    • -4
    • +4
    ./acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl
Added acs/database DB API config section.

    • -0
    • +38
    ./acs-core-docs/www/xml/files/openacs4.tcl.txt
Completed db_* api multi-database support. Can now use db api for

both Oracle and PostgreSQL at the same time.

    • -0
    • +18
    ./acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl
    • -588
    • +5
    ./acs-tcl/tcl/00-database-procs-oracle.tcl
    • -966
    • +5
    ./acs-tcl/tcl/00-database-procs-postgresql.tcl
    • -386
    • +2140
    ./acs-tcl/tcl/00-database-procs.tcl
Fixed some minor html errors

    • -17
    • +14
    ./dotlrn/www/doc/dotlrn-install.html
Forgot to set one kernel param in my initial version

Hacked a simplified version of the old dotLRN install document that now

matches reality. Needs more work. Needs to be docbook. We need real

documentation. etc etc.

    • -0
    • +71
    ./dotlrn/www/doc/dotlrn-install.html
file dotlrn-install.html was initially added on branch dotlrn-1-0.

    • -0
    • +0
    ./dotlrn/www/doc/dotlrn-install.html
documenting the new string trim behaviour of the parameter::get proc