• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adds signed hidden vars. dont emit value on option list if value and label match

    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
    • -3
    • +3
    ./packages/acs-templating/tcl/query-procs.tcl
    • -10
    • +14
    ./packages/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.

    • -109
    • +0
    ./packages/bug-tracker/tcl/bug-procs.tcl
fix by Jarkko of bug 434

Merging fixed from oacs-4-6

    • -0
    • +0
    ./packages/edit-this-page/tcl/etp-init.tcl
    • -0
    • +0
    ./packages/edit-this-page/tcl/etp-procs.tcl
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.

sorting the package select query on the start page so that the grouping by initial_install_p works

fix hardcoded security_context_root of 0

    • -3
    • +3
    ./packages/acs-admin/www/users/one.tcl
    • -1
    • +1
    ./packages/acs-admin/www/users/one.xql
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)

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
    ./packages/acs-subsite/www/admin/site-map/index.tcl
    • -0
    • +29
    ./packages/acs-tcl/tcl/apm-procs.tcl
    • -2
    • +5
    ./packages/acs-tcl/tcl/site-nodes-procs.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

    • -2
    • +2
    ./packages/bug-tracker/bug-tracker.info
    • -0
    • +174
    ./packages/bug-tracker/sql/oracle/upgrade-1.2d2-1.2d6.sql
    • -0
    • +49
    ./packages/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.

    • -5
    • +5
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Used wrong applet key for homework

Added homework to the default applets.

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

Changed text to reflect the fact that we require PG 7.2 or better

Trivial tweak to syntax of db_available_pools proc.

    • -9
    • +9
    ./packages/acs-tcl/tcl/00-database-procs.tcl
Added acs/database DB API config section.

Completed db_* api multi-database support. Can now use db api for

both Oracle and PostgreSQL at the same time.

    • -386
    • +2140
    ./packages/acs-tcl/tcl/00-database-procs.tcl
Fixed some minor html errors

    • -17
    • +14
    ./packages/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
    ./packages/dotlrn/www/doc/dotlrn-install.html
file dotlrn-install.html was initially added on branch dotlrn-1-0.

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

    • -1
    • +3
    ./packages/acs-tcl/tcl/parameter-procs.tcl
String trimming all parameter values returned by parameter::get. Was motivated to do this after I was contacted by Gregor Obernoster who couldn't get acs_community_member_link to work because of an accidental trailing slash in the CommunityMemberURL param.

    • -2
    • +3
    ./packages/acs-tcl/tcl/parameter-procs.tcl
Logger package ported to PostgreSQL by Dirk Gomez. Thanks Dirk. Added missing info file

    • -0
    • +28
    ./packages/logger/logger.info
    • -0
    • +10
    ./packages/logger/sql/postgresql/logger-create.sql
    • -0
    • +10
    ./packages/logger/sql/postgresql/logger-drop.sql
    • -0
    • +138
    ./packages/logger/sql/postgresql/logger-packages-create.sql
    • -0
    • +13
    ./packages/logger/sql/postgresql/logger-packages-drop.sql
    • -0
    • +227
    ./packages/logger/sql/postgresql/logger-tables-create.sql
    • -0
    • +50
    ./packages/logger/sql/postgresql/logger-tables-drop.sql
When you change something, it resent the reminders, which is not what you normally want.