• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changing the page title default to be the name of the current package rather than the system name

dividing the package listing on the OpenACS start page into core packages and other packages (grouping by initial_install_p). This helps navigation

adding a check to avoid Javascript error when there is no form field to focus on

1. Added kernel param IndexRedirectUrl which allows one to specify a url

that the index template will redirect to. dotLRN in particular wants

users to land at /dotlrn.

2. Changed the index file to implement this.

3. Removed unused proc from apm-xml-procs.tcl

  1. … 2 more files in changeset.
making change to core package names and the quick links bar on the start page as proposed here: http://openacs.org/forums/message-view?message_id=90829

  1. … 1 more file in changeset.
start page enhancement: moving the important package links (the meat of the page) fairly high up so you don't have to scroll down everytime you want to navigate to a package

Util_get_current_url proc does not exist. Replaced with ad_return_url1~

file login-status.adp was initially added on branch oacs-4-6.

file login-status.tcl was initially added on branch oacs-4-6.

Removed Your Workspace from the context bar and put it in the default-master template instead.

  1. … 3 more files in changeset.
Made the form element focus mechanism safer by checking if the element exists before trying to focus it. This avoids annoying javscript errors from the browser.

merge fix for bug 193 to HEAD

  1. … 1 more file in changeset.
traverse the tcl and www trees and parse the .xql files found. No longer necessary to provide fully qualified query names in the .xql files. fixes bug 193

  1. … 1 more file in changeset.
merge link fixes from oacs-4-6 to head

Fix links to old openacs.org site. closes bug 114/patch 31 Ola Hansson

merge fix for bug 134 from oacs-4-6

Add a doctype to the default-master bug 134/patch 44 Vinod Kurup

Fixed links to openacs.org sites so they're right after revamp of the site.

Fixed links to openacs.org sites so they're right after revamp of the site.

In order for the Bug Tracker version bar to work I added the possibility for a package to stick something at the beginning of the HTML body. This is a temporary workaround. It may not work well with sites with customized default-masters. The Bug Tracker should show its version information between the header and footer instead

cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
- Moved the <form> tags to be outside the <tr> again ... it may not be XHTML, I don't know, but the form tag introduces annoying vertical whitespace at the bottom on the login box.

- Added back the <p> tag that separates the log in box from the quick links for aesthetics. I also added a </p>, to make it XHTML.

add title and context to sitewide master

make valid html/xhtml

Changed the form focus facility to handle form elements whose names contain a dot. SDM #1527.

get rid of my site-specific-master stuff. doh! it's unnecessary. just use the DefaultMaster param.

Adding site-specifc-master fuctionality. This allows a site to modify

the look of the entire site by adding a tcl/adp pair named

"site-specific-master" and setting the "UseSiteSpecificMaster"

ad_param of the parent acs-subsite package. The param defaults to

"false".

Why not just edit the "default-master" files? Well, if you break

default master much of the site will be broken. This feature allows

you to experiment with the site-specific-master with the knoledge that

with the flip of a parameter the pristine "default-master" will be

used. And there's no risk for committers to check in their

custom site-specific-master files into the tree unlike with editing

def-master.

reverted to 1.1 code becase of my accidental commit

remove signatory link

Oops - wrong place for this!