• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added admin check, cleaned up, documented

    • -5
    • +13
    ./packages/dotlrn/www/one-community-portal-configure.tcl
removed lots of unused junk, refactored

    • -25
    • +15
    ./packages/dotlrn/www/one-community.tcl
fix typo in community non-admin section

    • -2
    • +2
    ./packages/dotlrn/www/dotlrn-master.tcl
remove obsolete file

added admin check

    • -1
    • +2
    ./packages/dotlrn/www/subcommunity-new.tcl
removed a bunch of obsolete files: community.* and some .xql files

    • -2
    • +4
    ./packages/dotlrn/www/applets-chunk.tcl
    • -1
    • +0
    ./packages/dotlrn/www/community-type.adp
    • -38
    • +0
    ./packages/dotlrn/www/community.adp
    • -60
    • +0
    ./packages/dotlrn/www/community.tcl
    • -13
    • +0
    ./packages/dotlrn/www/community.xql
    • -1
    • +1
    ./packages/dotlrn/www/configure-element.adp
    • -25
    • +58
    ./packages/dotlrn/www/dotlrn-master.adp
    • -0
    • +366
    ./packages/dotlrn/www/dotlrn-master.tcl
  1. … 13 more files in changeset.
updated add_applet_to_dotlrn call for new signature

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
    ./packages/dotlrn/tcl/applets-procs.tcl
    • -1
    • +9
    ./packages/dotlrn/tcl/applets-procs.xql
    • -13
    • +19
    ./packages/dotlrn-bm/tcl/dotlrn-bm-procs.tcl
    • -24
    • +16
    ./packages/new-portal/tcl/portal-procs.tcl
    • -718
    • +772
    ./packages/new-portal/tcl/portal-procs.xql
db_list does not take a -default argument.

    • -2
    • +2
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
update info file. fix referential constraint in dotlrn_applets table.

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

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

    • -5
    • +5
    ./packages/dotlrn/tcl/community-procs.tcl
    • -7
    • +7
    ./packages/dotlrn/tcl/community-procs.xql
    • -6
    • +6
    ./packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl
    • -5
    • +5
    ./packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl
some changes regarding dotlrn applets. the data model has changed. some other

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

    • -6
    • +7
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
    • -2
    • +2
    ./packages/bm-portlet/www/bm-portlet.tcl
    • -0
    • +65
    ./packages/dotlrn/sql/oracle/applets-create.sql
    • -0
    • +28
    ./packages/dotlrn/sql/oracle/applets-drop.sql
    • -1
    • +2
    ./packages/dotlrn/sql/oracle/dotlrn-create.sql
    • -1
    • +2
    ./packages/dotlrn/sql/oracle/dotlrn-drop.sql
    • -0
    • +68
    ./packages/dotlrn/sql/postgresql/applets-create.sql
    • -0
    • +28
    ./packages/dotlrn/sql/postgresql/applets-drop.sql
  1. … 19 more files in changeset.
Added dotlrn::require_user_admin_community security check

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

    • -4
    • +4
    ./packages/dotlrn/tcl/community-procs.tcl
    • -7
    • +7
    ./packages/dotlrn/tcl/community-procs.xql
    • -2
    • +6
    ./packages/new-portal/tcl/portal-procs.tcl
    • -3
    • +3
    ./packages/new-portal/tcl/portal-procs.xql
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 PG support

    • -1
    • +6
    ./packages/attachments/attachments.info
    • -0
    • +46
    ./packages/attachments/sql/postgresql/attachments-create.sql
    • -0
    • +23
    ./packages/attachments/sql/postgresql/attachments-drop.sql
    • -0
    • +12
    ./packages/attachments/tcl/attachments-procs-postgresql.xql
    • -3
    • +8
    ./packages/attachments/www/attach-2.tcl
    • -1
    • +1
    ./packages/attachments/www/file-add.adp
    • -1
    • +1
    ./packages/attachments/www/simple-add.adp
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.

    • -8
    • +1
    ./packages/acs-templating/tcl/0-procs.tcl
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
    • +85
    ./packages/dotlrn/tcl/community-procs-postgresql.xql
    • -0
    • +49
    ./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.

    • -1
    • +12
    ./packages/acs-templating/tcl/date-procs.tcl
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
    ./packages/forums/www/message-chunk.adp
    • -1
    • +1
    ./packages/forums/www/message-view-flat.adp
    • -1
    • +1
    ./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

    • -6
    • +9
    ./packages/acs-templating/tcl/tag-init.tcl
Use ad_script_abort instead of return after a ad_returnredirect

    • -3
    • +3
    ./packages/bug-tracker/www/bug-add.tcl
Wrong name of the element in the 'focus' property.

    • -1
    • +1
    ./packages/bug-tracker/www/bug-add.adp