• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
One more attempt to install bootstrap3 theme automatically

  1. … 1 more file in changeset.
reset to released version to keep differences little

  1. … 2 more files in changeset.
strangely, parameter CommDefaultSiteTemplate_p was set on wrong package_id

Before this change, the install from repo on dotlrn led to error below.

this change makes sure, that the used "package_id" is the package_id from dotlrn.

: ERROR: -20000: The specified package 702 AND/OR parameter CommDefaultSiteTemplate_p do not exist in the system

: CONTEXT: PL/pgSQL function apm__id_for_name(integer,character varying) line 13 at RAISE

: PL/pgSQL function apm__set_value(integer,character varying,character varying) line 6 at assignment

oacs-5-10=# select * from apm_packages where package_key like '%dotlrn%';

package_id | package_key | instance_name | default_locale

------------+-------------------------+----------------------------+----------------

1843 | dotlrn-bm | dotLRN Bulk Mail Applet |

1850 | dotlrn-faq | dotLRN FAQ Applet |

1868 | dotlrn-forums | dotLRN Forums Applet |

1886 | dotlrn-fs | dotLRN File Storage Applet |

1933 | dotlrn-news | dotLRN News Applet |

1981 | dotlrn-portlet | dotLRN Portlet |

1998 | dotlrn-assessment | dotLRN Assessment Applet |

2040 | dotlrn-bootstrap3-theme | dotLRN Bootstrap 3 Theme |

oacs-5-10=# select * from apm_packages where package_id = 702;

package_id | package_key | instance_name | default_locale

------------+-------------+------------------------+----------------

702 | acs-subsite | #acs-kernel.Main_Site# |

merge from oacs-5-10

  1. … 8098 more files in changeset.
updated version number of jquery (introduced not long ago)

Update external dependencies to use the URN version

  1. … 1 more file in changeset.
Whitespace changes

Set theme install/uninstall/uninstantiate callbacks as private

  1. … 2 more files in changeset.
added editor hints and white-space cleanup

  1. … 23 more files in changeset.
Trailing space cleanup

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7833 more files in changeset.
Fix typos in installation parameters

  1. … 1 more file in changeset.
- change CDN from netdna.bootstrapcdn.com to maxcdn.bootstrapcdn.com

- add CSP

  1. … 2 more files in changeset.
Initial import of the dotlrn bootstrap3 theme

    • -0
    • +155
    ./apm-callback-procs.tcl
    • -0
    • +73
    ./apm-callback-procs.xql
    • -0
    • +191
    ./theme-procs.tcl
  1. … 17 more files in changeset.