• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Generalize attachment download logic, so it can deal with different object types, such as 'content_item', 'content_revision', and their subtypes

    • -44
    • +60
    ./attachments/www/go-to-attachment.tcl
    • -0
    • +14
    ./attachments/www/go-to-attachment.xql
    • -11
    • +35
    ./attachments/www/download/index.vuh
    • -1
    • +12
    ./attachments/www/download/index.xql
Add 'exception_count' to 'ad_return_complaint'

Use the paremeter 'LoginPasswordAutocomplete' to decide on the value of the attribute for the password element in the login form

Add a new instance parameter 'LoginPasswordAutocomplete' with the value of the 'autocomplete' attribute of the password field of the login form, to let each subsite decide.

improve spelling

    • -2
    • +2
    ./acs-core-docs/www/files/create-new-catalog.sh
    • -1
    • +1
    ./acs-core-docs/www/files/nsd-postgres.txt
    • -1
    • +1
    ./acs-core-docs/www/files/oracle8i.txt
remove obsolete file

    • -51
    • +0
    ./acs-core-docs/www/files/restart-aolserver.txt
Make 'attachments::get_all_attachments' more general, so we try our best to get the 'label' of the attachment by trying different options depending on the object type: 'content_item', 'content_revision', a subtype of those, or just the 'title' row in the 'acs_objects' table. In the very worst case, just set the given 'item_id' as the label.

    • -24
    • +38
    ./attachments/tcl/attachments-procs.tcl
Add a simple test case for 'content::revision::get_title'

    • -3
    • +10
    ./acs-content-repository/tcl/test/content-revision-test-procs.tcl
Add 'content::revision::get_title', a simple proc to get the title of a particular 'content_revision'

    • -1
    • +17
    ./acs-content-repository/tcl/content-revision-procs.tcl
Whitespace changes + Editor hints

Disable autocomplete on login password field on 'openacs-bootstrap3-theme'

Prefer live to latest revision when getting title for attachments in 'attachments::get_all_attachments'

    • -2
    • +2
    ./attachments/tcl/attachments-procs.tcl
Adjust doc and defaults of 'content::item::get_title' to the actual implementation of 'content_item__get_title'

    • -3
    • +7
    ./acs-content-repository/tcl/content-item-procs.tcl
When the attachment is not in the file storage, consider both the possibilities of it being a 'content_item' or a 'content_revision', while trying to resolve its title in 'attachments::get_all_attachments' by looking directly in the content respository

    • -5
    • +22
    ./attachments/tcl/attachments-procs.tcl
Use 'item_id' instead of 'revision_id' for attachments

    • -2
    • +2
    ./attachments/tcl/attachments-procs.tcl
Do not assume all attachments are in the file storage while retrieving their title/name

    • -1
    • +8
    ./attachments/tcl/attachments-procs.tcl
Remove self-reference in proc doc

    • -2
    • +1
    ./acs-content-repository/tcl/content-item-procs.tcl
Check for already converted form variables on 'template::util::file_transform'. This can happen, for instance, during the 'preview' action of a form.

    • -37
    • +46
    ./acs-templating/tcl/file-procs.tcl
Fix '@see' field in proc doc

Replace acs_object_party_privilege_map with permission api

Replace deprecated view in queries

Rework query to use permission api instead of just removed materialized views

adjust for boandwith management in NaviServer

    • -2
    • +2
    ./xotcl-request-monitor/www/last101.tcl
    • -3
    • +8
    ./xotcl-request-monitor/www/running.tcl
reduce verbosity

Bump 'acs-kernel' version number

Add upgrade script to cleanup 'acs_object_context_index' and friends

file upgrade-5.10.0d20-5.10.0d21.sql was initially added on branch oacs-5-10.

Add some AOLserver compatibility code for 'template::util::file_transform'

    • -10
    • +24
    ./acs-templating/tcl/file-procs.tcl
Modify 'template::util::file_transform' to manage multiple files

    • -10
    • +34
    ./acs-templating/tcl/file-procs.tcl