• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well.

Added coloring to alternate rows.

- Break the description of long hyper links in chunks of 50 characters as not to interfere with the page layout.

- Flush the ETP page whenever the log is updated so that the displayed ETP page is always current.

removing xql files for navigation-procs.tcl that I forgot to remove when merging caching of context bar from 4-6 to trunk

added a check that Tcl callback procs specified in the APM UI have correct argument lists

Renamed primary key constraint on survey_responses from srvsimp_resp_response_id_pk to survey_resp_respose_id_pk to resolve a conflict with the constraint name in simple-survey.

Changed name of constraint from srvsimp_responses_resp_id_pk to

survey_responses_resp_id_pk. This will only cause an error if you install

simple survey and survey at the same time.

merging fixing and caching of context bar logic that was committed on 4.6 branch (versions 1.7 to 1.7.2.2) onto trunk

the upgrade to acs-lang 4.7d5 would break if server already had swedish locale, added check to fix that

upgrade of acs-lang 4.7d4-4.7d5 adding locales from the translation server

move peters host_node_map caching to 4.6 bug 208

put error lines into the error log since for some reason they are not displayed on install

peter neglected to fix the query name in the .xql file for the host-node_id map query

closing bug #208 caching lookup of host_node_map. My experiments with host node map suggest that it's not overly useful (a lot of broken links). At least now this feature doesn't add overhead to each request.

util_memoizing the proc general_comments_package_url to avoid a somewhat expensive query every time a comment url should be produced. Right now the cache isn't flushed if general comments is moved in the site map. However, we could add a before-unmount callback to flush the cache.

Change version to 1.2

Changed upgreade script

file upgrade-1.1d-1.2.sql was initially added on branch oacs-4-6.

Added new content type to upgrade script.

Swapped e.name and a.name in cal::item::get query to show event name instead of activity name.

adding a level switch to multirow_to_list proc

file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

moved the includes back up to where they belong, add the 4.6.3 upgrade scripts

merge barts removal of duped cm_form_widget__set_attribute_param_value declare

- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

    • -1
    • +1
    /openacs-4/packages/wp-slim/wp-slim.info
    • -72
    • +0
    /openacs-4/packages/wp-slim/www/attach-oracle.xql
file mime-type-data.sql was initially added on branch oacs-4-6.

- Adds table cr_extension_mime_type_map,

- Adds function cr_filename_to_mime_type [-create] filename

- Adds function cr_create_mime_type -extension -mime_type -description

- Removes *_maybe_create_new_mime_type

- Updates acs-content-repository to 4.6.3. Ugrade scripts provided.

- Updates dependency information for several packages.

- Adds most mime types plus comprehensive list of extension to mime-typemappings.

- Maps .c .h .c++ .pl etc to text/plain

  1. … 6 more files in changeset.
merge cache inspection stuff from HEAD

Adding a link to the secret Cache Control page so that people can find it

Updated documentation.