• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. template::head::get_footer_html didn't return the html

2. template::head::get_[header/footer]_html renamed to template::get_[header/footer]_html because

a. makes sense

b. the "add" procs were in the right namespace so now it's consistent

3. modifed blank-master to reflect #2

Fix error message

Added back the code to retrieve body_handlers (accidently removed)

Fixed prioritization of CSS. media=all is first.

Changed so unspecificed media goes to the end. For CSS the default is

all so media should always have a value.

Initial attempt at ordering CSS links in document head.

There is a question where media="all" should go.

Fix y2k08 bug in ecommerce. The year was formatted with leading 0. When

year is 2008 and the this_year_for_db string is "08" tcl tries to add

one to an octal number and finds an invalid octal number. In this case

we strip leading zeros from the year, add one, then format with leading

0 if necessary.

Removed the "optimization" of links

    • -3
    • +2
    /openacs-4/packages/search/lib/navbar.tcl
Off-by-one problem

    • -1
    • +1
    /openacs-4/packages/search/lib/navbar.tcl
Failed with only one result on the page (something screwy when copying from

the client site where I wrote this originally)

    • -1
    • +1
    /openacs-4/packages/search/lib/navbar.adp
Added smarter navigation bar, i.e. the list template builder style

    • -2
    • +3
    /openacs-4/packages/search/search.info
    • -0
    • +38
    /openacs-4/packages/search/lib/navbar.adp
    • -0
    • +50
    /openacs-4/packages/search/lib/navbar.tcl
    • -52
    • +31
    /openacs-4/packages/search/www/search.adp
    • -30
    • +1
    /openacs-4/packages/search/www/search.tcl
Minor fix (cosmetic)

Fixed typo ...

Silly simplification of a minor bit of this code.

Minor fixes (cosmetic)

    • -6
    • +10
    /openacs-4/packages/dotlrn/www/communities.adp
Move template::head specific code into head-procs.tcl.

Fix add_meta to add meta instead of script!

Replace header_stuff property by calls to template::head API

Replace header_stuff property by calls to template::head API

HTML Strict cleanup

HTML Strict cleanup and fix in parameters page

HTML Strict cleanup

HTML Strict cleanup

HTML Strict cleanup

HTML Strict cleanup

    • -1
    • +1
    /openacs-4/packages/calendar/www/view.adp
AjaxFs comes out of beta, adds support for viewing, uploading and deleting revisions, support sharing of folders via symlink feature, tooltips on file panel

updating catalog files

simplifying encoding procs

adding requireStyle to page stuff

make encoding more robust over different capitalizations of encoding names

- fix old method names

- take care of dangerous locale settings

Add rss_file_url parmameter to allow admin to advertise alternative RSS

url. Useful for feed services such as feedburner.