• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug 1068- changed the download links to include the title so the file extension and name is preserved. Also made the little gif clickable like it is in file storage

    • -1
    • +1
    ./dotlrn-homework/www/folder-chunk-oracle.xql
    • -1
    • +1
    ./dotlrn-homework/www/folder-chunk-postgresql.xql
    • -1
    • +1
    ./dotlrn-homework/www/folder-chunk.adp
    • -1
    • +2
    ./dotlrn-homework/www/folder-chunk.tcl
Fixed a simple bug in deprecated proc ad_admin_footer.

Fix oracle query for get_id to use actual oracle syntax.

    • -1
    • +3
    ./file-storage/tcl/file-storage-procs-oracle.xql
Bug 1387 - an Oracle-style query had been left in the Tcl script

    • -0
    • +20
    ./dotlrn-fs/tcl/dotlrn-fs-procs-oracle.xql
    • -0
    • +17
    ./dotlrn-fs/tcl/dotlrn-fs-procs-postgresql.xql
    • -11
    • +2
    ./dotlrn-fs/tcl/dotlrn-fs-procs.tcl
upgrade file

logic for updates setting draft were backwards in the search trigger, so publish instead deleted the indexed item rather than forcing an index

mime not mime_type for search datasources

typo in create stmt

acs-tcl version should have been d1 not d2

Added clarification that you'll need to edit nsd-postgres or

nsd-oracle script with path to Aolserver if you're not using

/usr/local/aolserver as the Aolserver directory.

split package from datamodel create, add fts contract, update for tip 42,43 fix name_method on pg

    • -0
    • +217
    ./faq/sql/oracle/faq-package-create.sql
    • -0
    • +1
    ./faq/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -165
    • +9
    ./faq/sql/postgresql/faq-create.sql
    • -0
    • +171
    ./faq/sql/postgresql/faq-package-create.sql
    • -0
    • +5
    ./faq/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql
    • -0
    • +39
    ./faq/tcl/faq-install-procs.tcl
    • -0
    • +133
    ./faq/tcl/faq-sc-procs.tcl
Added in more hints for installing nspostgres.so if things go wrong.

typo

    • -2
    • +2
    ./calendar/tcl/calendar-install-procs.tcl
add datasource and url contracts for Fts, add callbacks for sc stuff, add calendar_package_id to calendar::item::get areturn array

    • -2
    • +4
    ./calendar/tcl/cal-item-procs-oracle.xql
    • -2
    • +4
    ./calendar/tcl/cal-item-procs-postgresql.xql
    • -0
    • +38
    ./calendar/tcl/calendar-install-procs.tcl
    • -0
    • +80
    ./calendar/tcl/calendar-sc-procs.tcl
change apm_package_url_from_id to return the first url (after finding half a dozen essentially identical queries to do that in package specific routines I think its clear it makes more sense to do that

    • -1
    • +1
    ./acs-tcl/tcl/apm-procs-postgresql.xql
typo

add a forum_forum FtsContentProvider impl, move contract create to callbacks, should move notifications too, bump to 1.1d4, need forums_forums triggers still

    • -8
    • +1
    ./forums/sql/postgresql/forums-sc-drop.sql
    • -0
    • +38
    ./forums/tcl/forums-install-procs.tcl
    • -1
    • +11
    ./forums/tcl/forums-sc-procs-postgresql.xql
    • -19
    • +102
    ./forums/tcl/forums-sc-procs.tcl
adds a parameter ForumsSearchBoxP to turn off the searchbox, bump version number, merge the post numbering patch from 5.1, remove some tables

    • -28
    • +30
    ./forums/lib/search/search-chunk.tcl
add the code and editlocal links for profiled pages + docs

    • -2
    • +2
    ./acs-developer-support/lib/footer.adp
    • -4
    • +11
    ./acs-developer-support/lib/footer.tcl
    • -0
    • +16
    ./acs-developer-support/www/send.tcl
    • -0
    • +31
    ./acs-developer-support/www/doc/editlocal.adp
    • -0
    • +15
    ./acs-developer-support/www/doc/editlocal.sh.txt
workaround another aolserver bug, this time with fastpath enabled ns_returnfile size 0 files fails

    • -2
    • +7
    ./acs-content-repository/tcl/revision-procs.tcl
Add a CategoryContainer parameter which defaults to package_id but can

be subsite_id (when lars-blogger should use the same catagory trees as the subsite,

might make sense to support mainsite as well).

Categories now display with counts and indented to reflect structure,

currently omits empty categories.

bump version for paramter, bump dependency for categories since it uses

category_tree::get_multirow now.

    • -12
    • +14
    ./lars-blogger/lars-blogger.info
add a help_text arg to category::ad_form::add_widgets, add a category_tree::get_multirow function to return a datasource, bump version to 1.0d4 (api change)

    • -1
    • +5
    ./categories/tcl/category-form-procs.tcl
    • -0
    • +60
    ./categories/tcl/category-trees-procs.tcl
Clarify expression in if.

Add support for Content-Length header and HEAD method to cr_write_content for

lob storage method.

Include Jeff's trick to output a correct content-length for file storage

items from ns_returnfile.

    • -1
    • +7
    ./acs-content-repository/tcl/revision-procs.tcl
Add href to allowed attributes and remove *. Fix bug#1310

Fix content-length support to use proper header name and actually check in

the queries that grab content length from cr_revisions.

    • -1
    • +2
    ./acs-content-repository/tcl/revision-procs-oracle.xql
    • -1
    • +2
    ./acs-content-repository/tcl/revision-procs-postgresql.xql
    • -1
    • +1
    ./acs-content-repository/tcl/revision-procs.tcl
ticket 1576 - problem where a group admin could not add a limited access user. The change is version 1.29 was a little too restrictive. The site-admin check should only be if can_browse_p =0. Also, I changed the defaults for can_browse_p and read_private_data_p to be the most restrictive (it is standard for security to make defaults the most restrictive and then require extra work to add the privileges

Adds parameter IndexInternalRedirectUrl to acs-kernel, acs-subsite, bump version nubmers, modifies acs-subsite/www/index.tcl to use param, patch 413 bug 1363 Guan Yang

ticket 1697 - correction

    • -4
    • +6
    ./dotlrn/tcl/dotlrn-user-extension-procs.tcl
acs_named_objects superflous now that title is in acs_objects. need to fix the rest of the occurances though

    • -2
    • +2
    ./categories/tcl/category-trees-procs-oracle.xql
    • -2
    • +2
    ./categories/tcl/category-trees-procs-postgresql.xql