• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
correct queries for both 7.1 and 7.2 also adds the table comment and a link to any referenced tables. patch 290 for bug 1580

created global post history pages

file index.adp was added on branch oacs-5-9 on 2016-11-10 15:07:34 +0000

moved bulk mail history to admin dir

    • -0
    • +7
    /openacs-4/packages/dotlrn-bm/www/admin/index.adp
    • -0
    • +42
    /openacs-4/packages/dotlrn-bm/www/admin/index.tcl
fixed broken logic

    • -14
    • +10
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
fixed outlook procs for syncing

fixed typo

added attachment support for calendar items

    • -2
    • +11
    /openacs-4/packages/calendar/www/cal-item-view.adp
    • -1
    • +16
    /openacs-4/packages/calendar/www/cal-item-view.tcl
    • -0
    • +25
    /openacs-4/packages/calendar/www/ics/index.vuh
added rel_segment__new function that takes only the parameters that don't have default values

removed spurious log statement

    • -3
    • +1
    /openacs-4/packages/forums/www/search.tcl
fix sorting

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

little closer to getting the data model to load...

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

    • -1
    • +5
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -1
    • +1
    /openacs-4/packages/forums/www/message-chunk.adp
    • -8
    • +31
    /openacs-4/packages/forums/www/message-post.tcl
    • -4
    • +15
    /openacs-4/packages/forums/www/message-view.tcl
polished attachments

    • -0
    • +38
    /openacs-4/packages/attachments/www/go-to-attachment.tcl
    • -0
    • +27
    /openacs-4/packages/attachments/www/go-to-attachment.xql
    • -0
    • +10
    /openacs-4/packages/attachments/www/master.adp
    • -0
    • +1
    /openacs-4/packages/attachments/www/master.tcl
  1. … 4 more files in changeset.
added some optional parameters to make fs procs more modular for attachments

fixed search_observer query

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

    • -2
    • +4
    /openacs-4/packages/forums/www/search.tcl
first hack at pg compatibility

  1. … 47 more files in changeset.
remove special characters from search text so taht we don't crash interMedia

    • -1
    • +5
    /openacs-4/packages/forums/www/search.tcl
made search query more forgiving

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

made attachments work

    • -0
    • +21
    /openacs-4/packages/attachments/www/attach-2.tcl
    • -0
    • +82
    /openacs-4/packages/attachments/www/attach.adp
    • -0
    • +52
    /openacs-4/packages/attachments/www/attach.tcl
    • -0
    • +94
    /openacs-4/packages/attachments/www/file-add-2-oracle.xql
    • -0
    • +87
    /openacs-4/packages/attachments/www/file-add-2-postgresql.xql
    • -0
    • +160
    /openacs-4/packages/attachments/www/file-add-2.tcl
    • -0
    • +17
    /openacs-4/packages/attachments/www/file-add-2.xql
    • -0
    • +51
    /openacs-4/packages/attachments/www/file-add.adp
    • -0
    • +41
    /openacs-4/packages/attachments/www/file-add.tcl
    • -0
    • +34
    /openacs-4/packages/attachments/www/simple-add-2.tcl
    • -0
    • +41
    /openacs-4/packages/attachments/www/simple-add.adp
    • -0
    • +47
    /openacs-4/packages/attachments/www/simple-add.tcl
    • -0
    • +3
    /openacs-4/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.

    • -1
    • +8
    /openacs-4/packages/forums/forums.info
    • -0
    • +261
    /openacs-4/packages/forums/sql/oracle/forums-search-create.sql
    • -1
    • +2
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -1
    • +15
    /openacs-4/packages/forums/www/forum-view.tcl
    • -3
    • +11
    /openacs-4/packages/forums/www/index.adp
    • -1
    • +15
    /openacs-4/packages/forums/www/index.tcl
    • -1
    • +7
    /openacs-4/packages/forums/www/message-view.adp
    • -1
    • +15
    /openacs-4/packages/forums/www/message-view.tcl
    • -0
    • +41
    /openacs-4/packages/forums/www/search-oracle.xql
    • -0
    • +47
    /openacs-4/packages/forums/www/search-postgresql.xql
    • -0
    • +58
    /openacs-4/packages/forums/www/search.adp
    • -0
    • +44
    /openacs-4/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
    • +12
    /openacs-4/packages/search/search.info
    • -0
    • +3
    /openacs-4/packages/search/sql/oracle/search-create.sql
    • -0
    • +3
    /openacs-4/packages/search/sql/oracle/search-drop.sql
    • -0
    • +59
    /openacs-4/packages/search/sql/oracle/search-packages-create.sql
    • -0
    • +26
    /openacs-4/packages/search/sql/oracle/search-sc-drop.sql
    • -0
    • +19
    /openacs-4/packages/search/tcl/search-procs-oracle.xql
    • -75
    • +64
    /openacs-4/packages/search/tcl/search-procs.tcl
    • -0
    • +29
    /openacs-4/packages/search/tcl/search-procs.xql
    • -9
    • +3
    /openacs-4/packages/search/www/search.tcl
start of attachments package

Initial revision

    • -0
    • +34
    /openacs-4/packages/attachments/attachments.info
    • -0
    • +63
    /openacs-4/packages/attachments/tcl/attachments-procs.tcl
    • -0
    • +35
    /openacs-4/packages/attachments/tcl/attachments-procs.xql
a little house keeping

re-port of new-portal

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