• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
missing braces in if expression in ad_return_forbidden

Another part of the fix for bug #814.

  1. … 1 more file in changeset.
Added ad_progress_bar_begin and ad_progress_bar_end for constructing progress bars

  1. … 1 more file in changeset.
Added -public to procs

Rewrote cookie handling

  1. … 9 more files in changeset.
ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)

  1. … 8 more files in changeset.
Mark various procs public

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Patch #138: Various fixes to ensure people can be 'immersed' in a subsite.

Please see the patch description for all details.

  1. … 1 more file in changeset.
Make ad_pvt_home and acs_community_member_url return the URL of those pages in the current subsite, so that the subsite's master template is used, instead of the site-wide master template

1. Took out my earlier kludge to get around the AOLserver 4 ns_eval problem.

2. bracketed "if" exprs to avoid unnecessary recompilations of exprs

  1. … 15 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Made ad_return_url also be able to return POST'ed variables.

Cleaned up api-doc of ad_return_url.

Added a proc ad_http_cache_control that outputs No-Cache headers by default for all dynamic pages, and a kernel parameter to turn it off. Fixes bug #186.

  1. … 3 more files in changeset.
merge from oacs-4-6

  1. … 130 more files in changeset.
Date/time/number localization

  1. … 85 more files in changeset.
Peter: adding the -localize switch to ad_parameter

pad to avoid IE friendly error messages bug 924/patch 475

replace ns_return with doc_return

fix @see references. borken links.

  1. … 2 more files in changeset.
add @see comments for most deprecated functions

  1. … 9 more files in changeset.
documentation cleanup

  1. … 1 more file in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
* Got rid of all the proc_doc's

* Moved comments that were outside or in function comments to within

ad_proc documentation block.

* Added documentation where it was missing and I could figure out what

the function was supposed to do.

* Added explanation as to why the function was deprecated where I knew

the reasons

parameter::get now checks the server config file first. this replicates

ad_parameter's functionality

  1. … 1 more file in changeset.
DO NOT CACHE ALL PARAMETERS FOR ALL PACKAGE INSTANCES ON SERVER RESTART. CACHE ON DEMAND

  1. … 1 more file in changeset.
adding a new parameter api that is somewhat cleaner and uses named parameters

  1. … 8 more files in changeset.

I got tired of seeing code snippets building return urls everywhere ... so

I wrote a simple utility proc to build them.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

  1. … 74 more files in changeset.