• last updated 17 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 58 more files in changeset.
fix count query to check contents :)

Minor mods to add the ability to specify the title of an fs object using a urlvar and a minor doc update

  1. … 5 more files in changeset.
mistakenly commited some stuff i didn't want to yet

adding folder-contents view (altough it's not linked yet) and other fixes

    • -76
    • +57
    ./file-storage-procs-postgresql.xql
  1. … 3 more files in changeset.
added updating of last_modified time of folders when certain actions are performed within them; i hope the postgresql version works

    • -15
    • +15
    ./file-storage-procs-postgresql.xql
  1. … 18 more files in changeset.
added PG support for new simple objects (not fully tested yet)

    • -0
    • +15
    ./fs-simple-procs-oracle.xql
    • -0
    • +12
    ./fs-simple-procs-postgresql.xql
    • -0
    • +78
    ./fs-simple-procs.tcl
    • -0
    • +29
    ./fs-simple-procs.xql
  1. … 5 more files in changeset.
some code for seeing if files are newer than a certain number of days ago

Added post-instantiation function so APM installs root folder when instance installed.

added delete link

  1. … 2 more files in changeset.
added some useful views and changed a few places to use these new views instead of querying directly from the content repository, there are more places to change still

    • -25
    • +11
    ./file-storage-procs-postgresql.xql
  1. … 2 more files in changeset.
fixing a bad query

    • -20
    • +0
    ./file-storage-procs-postgresql.xql
made a template to be included in other templates that displays the contents of a folder, used in in the index page

    • -0
    • +20
    ./file-storage-procs-postgresql.xql
  1. … 5 more files in changeset.
cleaned up a little more to remove code duplication. added api to get the contents of a folder.

    • -0
    • +30
    ./file-storage-procs-postgresql.xql
  1. … 4 more files in changeset.
fixed some more stuff up (hopefully pgsql version works)

  1. … 4 more files in changeset.
making the parameters required explicitly

cleaned up api a bit; still more cleaning up to be done

    • -6
    • +21
    ./file-storage-procs-postgresql.xql
Modification of types needed by site-wide search interface

Site-wide search interface

    • -0
    • +47
    ./file-storage-search-procs-postgresql.xql
    • -0
    • +53
    ./file-storage-search-procs.tcl
  1. … 3 more files in changeset.

Fixed some errors in my earlier hacking on hierarchical queries...

  1. … 3 more files in changeset.

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

    • -24
    • +14
    ./file-storage-procs-postgresql.xql
  1. … 62 more files in changeset.
Various changes to support storage in filesystem

  1. … 4 more files in changeset.
Wrappers to CR API

  1. … 10 more files in changeset.
Oops on colunm name, fixed ordering

Fixed context_bar to more closely mimic oracle behavior

    • -10
    • +9
    ./file-storage-procs-postgresql.xql
fs_file_p must check file_storage_item for content_type in CR

Changed connect by so that anscestors, not children, are calculated

    • -11
    • +11
    ./file-storage-procs-postgresql.xql
Removed level attribute in fs_context_bar_lis.context_bar query

Initial port

    • -0
    • +43
    ./file-storage-procs.xql