• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added rel_segment__new function that takes only the parameters that don't have default values

removed spurious log statement

fix sorting

    • -5
    • +10
    ./packages/forums/www/user-history.tcl
    • -1
    • +18
    ./packages/forums/www/user-history.xql
fixed the sweeper

    • -2
    • +6
    ./packages/notifications/tcl/sweep-init.tcl
little closer to getting the data model to load...

  1. … 9 more files in changeset.
added support for attachments

    • -1
    • +5
    ./packages/forums/tcl/forums-procs.tcl
    • -2
    • +20
    ./packages/forums/tcl/messages-procs.tcl
    • -0
    • +6
    ./packages/forums/www/message-attachment-chunk.adp
    • -0
    • +19
    ./packages/forums/www/message-attachment-chunk.tcl
    • -1
    • +1
    ./packages/forums/www/message-chunk.adp
    • -0
    • +7
    ./packages/forums/www/message-post-confirm.adp
    • -8
    • +31
    ./packages/forums/www/message-post.tcl
    • -38
    • +7
    ./packages/forums/www/message-view-oracle.xql
    • -4
    • +15
    ./packages/forums/www/message-view.tcl
polished attachments

    • -2
    • +26
    ./packages/attachments/attachments.info
    • -4
    • +11
    ./packages/attachments/www/attach.tcl
    • -2
    • +4
    ./packages/attachments/www/file-add.adp
    • -2
    • +4
    ./packages/attachments/www/file-add.tcl
    • -0
    • +38
    ./packages/attachments/www/go-to-attachment.tcl
    • -0
    • +27
    ./packages/attachments/www/go-to-attachment.xql
    • -0
    • +10
    ./packages/attachments/www/master.adp
    • -0
    • +1
    ./packages/attachments/www/master.tcl
    • -2
    • +4
    ./packages/attachments/www/simple-add.adp
    • -2
    • +4
    ./packages/attachments/www/simple-add.tcl
  1. … 4 more files in changeset.
added some optional parameters to make fs procs more modular for attachments

fixed search_observer query

    • -1
    • +1
    ./packages/search/tcl/search-procs-oracle.xql
    • -2
    • +2
    ./packages/search/tcl/search-procs.xql
improved regsub of search_text a little more

first hack at pg compatibility

    • -0
    • +189
    ./packages/dotlrn/sql/postgresql/dotlrn-applet-sc-drop.sql
    • -0
    • +39
    ./packages/dotlrn/sql/postgresql/dotlrn-classes-drop.sql
    • -0
    • +29
    ./packages/dotlrn/sql/postgresql/dotlrn-clubs-drop.sql
  1. … 47 more files in changeset.
remove special characters from search text so taht we don't crash interMedia

made search query more forgiving

    • -2
    • +2
    ./packages/forums/www/search-oracle.xql
removed test file

made attachments work

    • -0
    • +21
    ./packages/attachments/www/attach-2.tcl
    • -0
    • +82
    ./packages/attachments/www/attach.adp
    • -0
    • +52
    ./packages/attachments/www/attach.tcl
    • -0
    • +94
    ./packages/attachments/www/file-add-2-oracle.xql
    • -0
    • +160
    ./packages/attachments/www/file-add-2.tcl
    • -0
    • +17
    ./packages/attachments/www/file-add-2.xql
    • -0
    • +51
    ./packages/attachments/www/file-add.adp
    • -0
    • +41
    ./packages/attachments/www/file-add.tcl
    • -0
    • +34
    ./packages/attachments/www/simple-add-2.tcl
    • -0
    • +41
    ./packages/attachments/www/simple-add.adp
    • -0
    • +47
    ./packages/attachments/www/simple-add.tcl
    • -0
    • +3
    ./packages/attachments/www/test.tcl
added search to forums. oracle version using intermedia, postgres version

simply using like statements for now. forums-search-create.sql and

forums-search-drop.sql aren't sourced automatically since they require manual

loading (must switch schema user at certain points) please follow the

instructions in the file. need to figure out a good way to do this.

    • -0
    • +261
    ./packages/forums/sql/oracle/forums-search-create.sql
    • -0
    • +61
    ./packages/forums/sql/oracle/forums-search-drop.sql
    • -1
    • +2
    ./packages/forums/tcl/forums-procs.tcl
    • -1
    • +15
    ./packages/forums/www/forum-view.tcl
    • -1
    • +7
    ./packages/forums/www/message-view.adp
    • -1
    • +15
    ./packages/forums/www/message-view.tcl
    • -0
    • +41
    ./packages/forums/www/search-oracle.xql
    • -0
    • +47
    ./packages/forums/www/search-postgresql.xql
    • -0
    • +58
    ./packages/forums/www/search.adp
    • -0
    • +44
    ./packages/forums/www/search.tcl
the package is 99% ported to oracle. the only file that still requires a

little porting is www/search.tcl

now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't

do it since i didn't need site-wide-search quite yet.

    • -0
    • +3
    ./packages/search/sql/oracle/search-create.sql
    • -0
    • +3
    ./packages/search/sql/oracle/search-drop.sql
    • -0
    • +59
    ./packages/search/sql/oracle/search-packages-create.sql
    • -0
    • +2
    ./packages/search/sql/oracle/search-packages-drop.sql
    • -0
    • +185
    ./packages/search/sql/oracle/search-sc-create.sql
    • -0
    • +26
    ./packages/search/sql/oracle/search-sc-drop.sql
    • -0
    • +8
    ./packages/search/sql/oracle/search-tables-create.sql
    • -0
    • +1
    ./packages/search/sql/oracle/search-tables-drop.sql
    • -0
    • +19
    ./packages/search/tcl/search-procs-oracle.xql
    • -0
    • +16
    ./packages/search/tcl/search-procs-postgresql.xql
    • -75
    • +64
    ./packages/search/tcl/search-procs.tcl
    • -0
    • +29
    ./packages/search/tcl/search-procs.xql
start of attachments package

    • -0
    • +0
    ./packages/attachments/attachments.info
    • -0
    • +0
    ./packages/attachments/www/admin/redirect.tcl
Initial revision

    • -0
    • +34
    ./packages/attachments/attachments.info
    • -0
    • +41
    ./packages/attachments/sql/oracle/attachments-create.sql
    • -0
    • +23
    ./packages/attachments/sql/oracle/attachments-drop.sql
    • -0
    • +63
    ./packages/attachments/tcl/attachments-procs.tcl
    • -0
    • +35
    ./packages/attachments/tcl/attachments-procs.xql
    • -0
    • +22
    ./packages/attachments/www/admin/new-root-folder-map.adp
    • -0
    • +71
    ./packages/attachments/www/admin/new-root-folder-map.tcl
    • -0
    • +23
    ./packages/attachments/www/admin/redirect.tcl
a little house keeping

    • -467
    • +492
    ./packages/new-portal/sql/oracle/api-create.sql
    • -2
    • +3
    ./packages/new-portal/sql/oracle/api-drop.sql
    • -64
    • +63
    ./packages/new-portal/sql/oracle/defaults.sql
    • -165
    • +167
    ./packages/new-portal/sql/oracle/objects-create.sql
re-port of new-portal

added batched notification capability (still alpha with lots of logging)

    • -2
    • +9
    ./packages/notifications/tcl/sweep-init.tcl
    • -16
    • +87
    ./packages/notifications/tcl/sweep-procs.tcl
updated

Applying patch #249 for SDM #1531, which moves the 'already installed' stuff down at the bottom of the page.

    • -14
    • +26
    ./packages/acs-admin/www/apm/packages-install.tcl
fixed forums for new notifications (PG version)

ported notifications to PG (the new stuff)

removed bogus file

added creation of content-repository-content-files dir and pageroot/www/graphics dir and copy

    • -1
    • +13
    ./packages/dotlrndoc/www/doc/dotlrn-install.adp
removing multiple revert_update queries

    • -17
    • +0
    ./packages/new-portal/tcl/portal-procs.xql
added dotlrn_graphics_url var so that the graphics can go in a dir that everyone can read [server_page_root]/graphics. users have to create and copy the dotlrn gifs to this dir. this may not be the long-term solution to this problem, but it's a workaround.