• last updated 47 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug fixes. clean up of portal xql files.

side note: the portal namespace has to be split into sub-namespaces, e.g.

portal, portal::element, portal::element::parameter, portal::layout,

portal::theme, etc. each should go into it's own file so that the code will be

easier to manage.

    • -3
    • +24
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -1
    • +9
    /openacs-4/packages/dotlrn/tcl/applets-procs.xql
    • -2
    • +1
    /openacs-4/packages/dotlrn/www/admin/user.adp
    • -718
    • +772
    /openacs-4/packages/new-portal/tcl/portal-procs.xql
db_list does not take a -default argument.

update info file. fix referential constraint in dotlrn_applets table.

    • -0
    • +10
    /openacs-4/packages/dotlrn/dotlrn.info
some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

some changes regarding dotlrn applets. the data model has changed. some other

small api changes. most of these api are not used.

    • -0
    • +65
    /openacs-4/packages/dotlrn/sql/oracle/applets-create.sql
    • -0
    • +28
    /openacs-4/packages/dotlrn/sql/oracle/applets-drop.sql
  1. … 19 more files in changeset.
Added dotlrn::require_user_admin_community security check

    • -4
    • +5
    /openacs-4/packages/dotlrn/www/applets-chunk.tcl
lots of fixes to get the pg dotlrn working

modified query to work with forums (olah)

    • -10
    • +19
    /openacs.org-dev/www/templates/community-index.tcl
grant execute on ctx_dll to user so that the dbms_job to sync the forums

context index can be scheduled by the user and not by the ctxsys user.

added comments to explain changes

added PG support

updated forum-migr to support forums package instead of bboard

we want to default to 'all users' (ola)

Changed :n_past_days to $n_past_days, the bind var emulation confuses postgresql when doing date math.

Added additional files from openacs.museatech.net

    • -0
    • +34
    /openacs.org-dev/tcl/openacsorg-init.tcl
    • -0
    • +60
    /openacs.org-dev/tcl/openacsorg.tcl
Adding ETP templates from openacs.museatech.org

    • -0
    • +290
    /openacs.org-dev/www/templates/community-index.adp
    • -0
    • +51
    /openacs.org-dev/www/templates/community-index.tcl
    • -0
    • +16
    /openacs.org-dev/www/templates/default-content.adp
    • -0
    • +21
    /openacs.org-dev/www/templates/default-content.tcl
    • -0
    • +26
    /openacs.org-dev/www/templates/default-index.adp
    • -0
    • +26
    /openacs.org-dev/www/templates/default-index.tcl
    • -0
    • +10
    /openacs.org-dev/www/templates/faq-content.adp
    • -0
    • +17
    /openacs.org-dev/www/templates/faq-content.tcl
    • -0
    • +32
    /openacs.org-dev/www/templates/faq-index.adp
    • -0
    • +21
    /openacs.org-dev/www/templates/faq-index.tcl
    • -0
    • +214
    /openacs.org-dev/www/templates/homepage-index.adp
    • -0
    • +100
    /openacs.org-dev/www/templates/homepage-index.tcl
    • -0
    • +252
    /openacs.org-dev/www/templates/new-master.adp
    • -0
    • +50
    /openacs.org-dev/www/templates/new-master.tcl
    • -0
    • +24
    /openacs.org-dev/www/templates/news-content.adp
  1. … 7 more files in changeset.
Removed declaration of template::get_resource_path, because this proc is already defined (with a different body) in util-procs.tcl. We ran into the problem, because we reloaded 0-procs.tcl using APM, and it broke all the forms, because it redefined template::get_resource_path to look in a different place.

fixed nextval calls

put correct rdbms type in postgres xql file

added master

added master

Applied patch #315 for SDM # 1595 from Peter Marklund: Can't delete bookmark in PG

some query porting, and bug fixes to support it

    • -0
    • +49
    /openacs-4/packages/dotlrn/tcl/term-procs-postgresql.xql
dbms_job for syncing index has to run as ctxsys (that sucks)

Added 'linear_date_no_time' to the options to util::date::get_property. Sort-of a hack, but useful if you're working with dates instead of timestamps.

Fixed a porting bug: content.blob_to_string hadn't been ported. Done using db_map and a partial_query.

some small ui enhancements

    • -1
    • +11
    /openacs-4/packages/forums/www/message-chunk.adp
    • -1
    • +1
    /openacs-4/packages/forums/www/message-view.adp
Fixed SDM # 1593 using patch # 314: The list tag didn't work with the value parameter, because it wasn't possible to get to the @...:item@ variable

Use ad_script_abort instead of return after a ad_returnredirect

Wrong name of the element in the 'focus' property.