• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 17 more files in changeset.
Cleanup commented code

Whitespace cleanup

Removed obsolete @arch-tag

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

    • -0
    • +1
    ./upgrade/upgrade-5.9.1d10-5.9.1d11.sql
  1. … 7823 more files in changeset.
Fix spelling errors

  1. … 25 more files in changeset.
Theme Manager:

- add local_p flag to subsite-theme:

Distinguish between locally created themes and system themes

(provided via packages)

- the default parameters of local themes can be overwritten

in the database. Therefore, when site contains many subsites,

this makes it easy to share the settings between the subsites,

without the need of creating a new theme package.

- bump version to 5.9.1d11

    • -0
    • +1
    ./upgrade/upgrade-5.9.1d10-5.9.1d11.sql
  1. … 8 more files in changeset.
file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d10-5.9.1d11.sql
  1. … 1 more file in changeset.
composition-rel reform:

- apply changes developed by Michael Steigman for making rel-types

configurable whether these should be composable or not

(default is: these are composable, which was up to now the only

choice)

- improved documentation of log argument lists of SQL functions

- Background:

http://openacs.org/forums/message-view?message_id=5330734

http://openacs.org/forums/message-view?message_id=4031049

- bump version number of acs-kernel to 5.9.1d16

  1. … 32 more files in changeset.
- use consistently varchar(1000) for object_types

- bump version number to 5.9.1d3

  1. … 1 more file in changeset.
file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.1d2-5.9.1d3.sql
- add streaming_head to subsite_themes

  1. … 5 more files in changeset.
file upgrade-5.9.0d8-5.9.0d9.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d8-5.9.0d9.sql
  1. … 1 more file in changeset.
file upgrade-5.9.0d5-5.9.0d6.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d5-5.9.0d6.sql
  1. … 1 more file in changeset.
- Improve robustness of blank-master: malformed lists in subsite

parameters could render a subsite useless and hard to correct.

Now the validity of lists is checked, errors are written to the

error.log, invalid parameters are ignored.

- added flat list syntax for ThemeCSS specs (easier to read)

- added parameter ThemeJS similar to ThemeCSS (ability to add head and

body scripts)

- added generalized function template::add_script with non-pos

parameter "-section" which might be "head" or "body" to make both

kind of scripts available to ThemeJS

  1. … 10 more files in changeset.
- template::resource_path: new function to generalize access to

acs-templating's resource files

- add resource_dir (db) / ResourceDir (package parameter of subsite)

to allow for usage of them specific (adp) resources while preserving

existing semantics

  1. … 13 more files in changeset.
file upgrade-5.9.0d4-5.9.0d5.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d4-5.9.0d5.sql
  1. … 1 more file in changeset.
- add parameter "DefaultDimensionalStyle" for theming (similar to DefaultFormStyle)

  1. … 7 more files in changeset.
file upgrade-5.9.0d2-5.9.0d3.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./upgrade/upgrade-5.9.0d2-5.9.0d3.sql
  1. … 1 more file in changeset.
- fix for bug #3251 from Andrew Helsley

    • -0
    • +25
    ./upgrade/upgrade-5.9.0d1-5.9.0d2.sql
  1. … 6 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 519 more files in changeset.
- fix bug in application_group::delete: group could not be deleted due to a fk violation

  1. … 1 more file in changeset.
file upgrade-5.8.1-5.8.2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade/upgrade-5.8.1-5.8.2.sql
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -0
    • +53
    ./upgrade/upgrade-5.8.1d1-5.8.1d2.sql
  1. … 2546 more files in changeset.
- add missing upgrade script (was at least missing at openacs.org)

    • -0
    • +53
    ./upgrade/upgrade-5.8.1d1-5.8.1d2.sql
file upgrade-5.8.1d1-5.8.1d2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade/upgrade-5.8.1d1-5.8.1d2.sql
- remove invalid character

- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -17
    • +28
    ./upgrade/upgrade-5.5.0d5-5.5.0d6.sql
    • -12
    • +22
    ./upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 2 more files in changeset.
Some time ago some plpgsql functions were changed in order to be compatible with pg 8.x, create scripts were modified but upgrade scripts were missing ( at least i couldn't find them) http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%3A20090210183154 . Bumping up package versions accordingly.

    • -0
    • +50
    ./upgrade/upgrade-5.8.0d1-5.8.0d2.sql
  1. … 7 more files in changeset.
Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

  1. … 15 more files in changeset.