• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo

Fix typo

whitespace cleanup

  1. … 3 more files in changeset.
Use ad_include_contract instead of implicit variable guessing

  1. … 3 more files in changeset.
Tolerate the same request variable specified multiple times

We use export_vars as arbiter to decide how this will be treated.

Also remove some postgres/oracle divergence

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- standardize url construction

  1. … 2 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
noquote the description of the list since it can contain markup

Added missing label for form

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
Removed .LRN dependencies from calendar (essentially the view include

scripts only worked from within .LRN or calendar itself). Did a bunch of

clean-up of stuff being computed by portlets that are totally ignored by the

calendar include scripts. If the semantics are wanted, they should be put

into the calendar package itself. Switched a bunch of stuff to properly use

export_vars, and to generate links inline rather than subst an awkward

template. Got rid of the use of site_node_object_map in calendar, because

calendars have a perfectly usable package_id in the data model (should really

be rewritten to use package_id in the underlying acs_objects row), and the

URLs generated by site_node_object_map are just as easily generated from this

package id. Bonus: site nodes are cached, the site_node_object_map is not.

  1. … 48 more files in changeset.
Allow passed in return_url

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Merge return_url and ui cleanup frm 5.2 (sorry! accidentally commited new code to 5.2 first)

  1. … 14 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
merge of changes up to jcd-merge-for-dirk from oacs-5-1 to HEAD

  1. … 14 more files in changeset.
Don't drop the period_days parameter as long as you are only surfing on a view-list page.

Added a parameter to set the default for period_days

  1. … 3 more files in changeset.
A few more CSS modifications

Slimmed down the CSS file considerably

Removed markup from the view pages

Unified multirow names

Unified sql queries

Use partialqueries more consistently

(These changes should be backwards-compatible with .LRN 2.0 and .LRN

head. Testing needs to be done here, fixing will take place during the

feature freeze period)

  1. … 10 more files in changeset.
Fixed the queries for Oracle

  1. … 3 more files in changeset.
Removed unnecessary comment

Lumped all the different view-pages' query into one thus drastically slashing the amount of code that looks subtly different but effectively always retrieves calendar items for a particular interval.

  1. … 13 more files in changeset.
The date format string is constant - it is always the ANSI date format. There is no need to create a variable in TCL and then pass it on as a bind variable to the database. Instead I have hard-wired the format string into the database which means less code and maybe even slightly more efficiency.

  1. … 12 more files in changeset.
Fixed bug #952: quoting of calendar items

  1. … 6 more files in changeset.
Cleaned up defaulting of variables

I18n'd calendar list display

  1. … 3 more files in changeset.
Indentation

  1. … 1 more file in changeset.
bugfixes to make calendar play nicely with calendar-portlet

  1. … 3 more files in changeset.