• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add portlet_visible_p procedure to make it easy to check if a

particular portlet is actually shown on a portal.

  1. … 1 more file in changeset.
Get rid of the get_page_header_stuff kludge. Add a proc to set the portal page CSS for the current layout (using template::head API), to be called from layout templates

  1. … 4 more files in changeset.
SQL standard (limit sentence is only for postgresql)

  1. … 2 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
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.

  1. … 9 more files in changeset.
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.

  1. … 1 more file in changeset.
Initialize header stuff. For some reason it was never set for some portals in one install and it can't hurt.

  1. … 1 more file in changeset.
Work to make it possible for layouts to have private CSS files.

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

  1. … 2478 more files in changeset.
Bugfix for portal revert error when the template portal has been edited considerably

  1. … 1 more file in changeset.
Update all portlets that already exist in the community when the theme is changed

commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 91 more files in changeset.
Adding a hidden_p flag to the portal_pages table, to provide a way to exclude certain portal pages from the main navigation. Visibility will typically be toggled from the Customize Layout page in dotlrn.

  1. … 5 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Bug #2038 partially fixed: now a class can have more than one static (custom) portlet from the class template

  1. … 1 more file in changeset.
bug 2030 - reverting to default portal

  1. … 1 more file in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
fixing bug where you can't revert if there is a static portlet

  1. … 1 more file in changeset.
Added Tcl API to allow the definition of portal datasource from a spec,

which gets rid of the need to write PG and Oracle SQL to define these.

  1. … 4 more files in changeset.
merge sloan changes from HEAD to dotlrn-1-0 branch

  1. … 20 more files in changeset.
adds sloan theme, memoize flush bug, layout cleanup

  1. … 16 more files in changeset.
fix swapping elements patch from deds castillo. closes bug #3

  1. … 2 more files in changeset.
bug fixes. clean up of portal xql files.

side note: the portal namespace has to be split into sub-namespaces, e.g.

portal, portal::element, portal::element::parameter, portal::layout,

portal::theme, etc. each should go into it's own file so that the code will be

easier to manage.

  1. … 10 more files in changeset.
lots of fixes to get the pg dotlrn working

  1. … 16 more files in changeset.
removing multiple revert_update queries

some uncommited changes

fixing mis-named query in revert code

  1. … 2 more files in changeset.
major refactoring of the configure proc for correct layout changing. some refactoring of configure_dispatch. several new helper procs

  1. … 1 more file in changeset.
fix bug in revert due to multiple fs_content_portlets with the same datasource_id, use the pretty_name to disambiguate

fixing sql