• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo in oracle upgrade script

Initial install of accesskeys now works for PG

    • -0
    • +192
    ./sql/oracle/upgrade/upgrade-2.3.0d3-2.3.0d4.sql
  1. … 3 more files in changeset.
Partial fix to access key version initial install

Access keys are single characters but ummm ... the message keys that define

them aren't. Oops!

    • -2
    • +2
    ./sql/postgresql/portal-core-create.sql
file upgrade-2.3.0d3-2.3.0d4.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.3.0d3-2.3.0d4.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.3.0d3-2.3.0d4.sql
Added access keys to portal pages (oracle not tested yet)

    • -0
    • +132
    ./sql/oracle/upgrade/upgrade-2.3.0d3-2.3.0d4.sql
    • -1
    • +3
    ./sql/postgresql/portal-core-create.sql
Removed unused and unecessary div block

Spanish translation

    • -1
    • +11
    ./catalog/new-portal.es_ES.ISO-8859-1.xml
  1. … 44 more files in changeset.
Zen: Add link separators for screen readers

Zen: i18n

    • -1
    • +11
    ./catalog/new-portal.en_US.ISO-8859-1.xml
Zen: HTML clean up for the portal layout configuration page (HTML now validates)

Indentation

    • -1885
    • +1884
    ./tcl/portal-procs.tcl
Fixed a caching error and also the code now flushes a cached query when the page layout

is changed.

oops forgot to escape quotes

Remove remaining / of the link tag built by get_page_header_stuff

I think the linked css here should be for all media? For instance, if we

generate two columns, we want to do so for print not just screen media, I

should think????

Added a column to portal_datasources so datasources can specify a directory

from which .css files should be linked to from the HTML <head> chunk of

the web page. Then I added the code to emit said link. And tested it for

Oracle and PG, fresh installs and upgrades both.

    • -0
    • +97
    ./sql/oracle/upgrade/upgrade-2.3.0d2-2.3.0d3.sql
    • -2
    • +3
    ./sql/postgresql/portal-core-create.sql
file upgrade-2.3.0d2-2.3.0d3.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-2.3.0d2-2.3.0d3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-2.3.0d2-2.3.0d3.sql
Fixed reference to a non-existent spacer.gif file, added alt tag.

Coding standards for openacs call for spaces, not tabs, in source code.

Carl and Mark added images in the wrong place. They should go in

www/resources and be referenced by /resources/new-portal.

    • -4
    • +0
    ./www/place-element-components/delete.gif
    • -6
    • +0
    ./www/place-element-components/goback.gif
    • binary
    ./www/resources/images/arrow-down.gif
    • binary
    ./www/resources/images/arrow-left.gif
    • binary
    ./www/resources/images/arrow-right.gif
    • binary
    ./www/resources/images/arrow-up.gif
file arrow-down.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/arrow-down.gif
file goback.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/goback.gif
file delete.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/delete.gif
file arrow-up.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/arrow-up.gif
file arrow-right.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/arrow-right.gif
file arrow-left.gif was initially added on branch oacs-5-3.

    • binary
    ./www/resources/images/arrow-left.gif
Mark's changes to portal layout page design

    • -1
    • +4
    ./www/place-element-components/delete.gif
A short-term hack to make the portal config page work with theme-zen.

This does NOT solve the basic problem that the config page is a horribly

messy table-based page that not only is not accessible but is almost unusable

regardless.

Removed debugging stuff accidently committed recently.