• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

fixing full query name

configuration page speedups

  1. … 2 more files in changeset.
minor fixes

  1. … 4 more files in changeset.
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

  1. … 76 more files in changeset.
added datasource_available_p

re adding missing query

fancy revert code

  1. … 5 more files in changeset.
big changes

  1. … 17 more files in changeset.
small fix to toggle_pinned