• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Simplify idioms, handle also the case where multiple results might come from the query, as the datamodel doesn't state it clearly and we also had a suspicious orderby

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

  1. … 7834 more files in changeset.
Add -sort_key switch to add_element to be able to choose the order of appearance of the portlet

  1. … 3 more files in changeset.
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.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 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.
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.
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

aks: small fix