Parent Directory
|
|
|
|
|
test/
|
|
|
|
|
acs-content-repository-callback-procs.tcl
|
|
1.5 |
16 months |
maltes |
Added FileLocationRelativeP paramater in the .info file. If set to 0 it says tha... |
acs-content-repository-init-oracle.xql
|
|
1.1 |
7 years |
danw |
moved scheduling to aolserver
|
acs-content-repository-init-postgresql.xql
|
|
1.1 |
7 years |
danw |
moved scheduling to aolserver
|
acs-content-repository-init.tcl
|
|
1.14 |
15 months |
maltes |
We need to use the default here, otherwise upgrades might become an issue
|
acs-content-repository-procs-oracle.xql
|
|
1.4 |
5 years |
danw |
fixed mangled queries
|
acs-content-repository-procs.tcl
|
|
1.6 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
acs-content-repository-procs.xql
|
|
1.5 |
5 years |
danw |
fixed mangled queries
|
content-extlink-procs.tcl
|
|
1.6 |
3 years |
eduardop |
Fix Bug #2712: param extlink_id in content::extlink::new should not be required
|
content-extlink-procs.xql
|
|
1.1 |
3 years |
jeffd |
remove unused .xql files, rename a couple misnamed xql files, fix elements-displ... |
content-folder-procs.tcl
|
|
1.14 |
10 months |
donb |
Removed Malte's "fix" to content-folder::new, and emmanuelle's fix to that
fix (... |
content-item-procs.tcl
|
|
1.21 |
2 weeks |
gustafn |
- remove lock statements, which seem not needed anymore with Postgres 8.2 or new... |
content-item-procs.xql
|
|
1.4 |
2 years |
donb |
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.
TODO:
1. Bump acs-core pac... |
content-keyword-procs.tcl
|
|
1.4 |
3 years |
jeffd |
some changes missed from 5.1 branch
|
content-permission-procs.tcl
|
|
1.3 |
4 years |
jeffd |
typo in namespace and in sql package name
|
content-procs.tcl
|
|
1.11 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
content-revision-procs-oracle.xql
|
|
1.6 |
2 years |
daveb |
Add -tmp_filename parameter to content::item::new and
content::revision::new to ... |
content-revision-procs-postgresql.xql
|
|
1.5 |
2 years |
daveb |
Initial image api to imagemagick to create optional thumbnails and medium file s... |
content-revision-procs.tcl
|
|
1.24 |
2 weeks |
gustafn |
- remove lock statements, which seem not needed anymore with Postgres 8.2 or new... |
content-revision-procs.xql
|
|
1.2 |
2 years |
daveb |
Add -tmp_filename parameter to content::item::new and
content::revision::new to ... |
content-symlink-procs.tcl
|
|
1.5 |
2 years |
donb |
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.
TODO:
1. Bump acs-core pac... |
content-template-procs.tcl
|
|
1.7 |
4 years |
daveb |
Fix __delete functions to have __del variant.
|
content-type-procs.tcl
|
|
1.11 |
15 months |
gustafn |
fix for bug #2812
|
content-type-procs.xql
|
|
1.1 |
2 years |
maltes |
missed the .xql file
|
doc-procs-oracle.xql
|
|
1.2 |
7 years |
danw |
fixed up some oracle stuff that I broke when porting to oracle
|
doc-procs-postgresql.xql
|
|
1.3 |
7 years |
danw |
fixed up package display to work with postgresql
|
doc-procs.tcl
|
|
1.7 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
extlink-procs-oracle.xql
|
|
1.9 |
4 years |
jeffd |
Remerge Timo's changes for tip 42,43, cf tip 53
|
extlink-procs-postgresql.xql
|
|
1.5 |
4 years |
jeffd |
Remerge Timo's changes for tip 42,43, cf tip 53
|
extlink-procs.tcl
|
|
1.9 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
extlink-procs.xql
|
|
1.3 |
5 years |
lars |
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-... |
filter-procs-oracle.xql
|
|
1.10 |
3 years |
daveb |
Remove pl/sql function from where clause.
|
filter-procs-postgresql.xql
|
|
1.12 |
3 years |
daveb |
Remove pl/sql function from where clause.
|
filter-procs.tcl
|
|
1.32 |
8 days |
gustafn |
remove deprecated calls to ad_parameter
|
filter-procs.xql
|
|
1.4 |
5 years |
olah |
1. I made it possible to let content_template.new(), and its PG equivalent,
crea... |
folder-procs-oracle.xql
|
|
1.1 |
4 years |
peterm |
Adding folder::delete proc which is a start in having a Tcl wrapper API for the ... |
folder-procs-postgresql.xql
|
|
1.1 |
4 years |
peterm |
Adding folder::delete proc which is a start in having a Tcl wrapper API for the ... |
folder-procs.tcl
|
|
1.2 |
4 years |
alfredw |
Deprecated in favor of new CR TCL API.
|
image-procs.tcl
|
|
1.8 |
8 days |
gustafn |
remove deprecated calls to ad_parameter
|
image-procs.xql
|
|
1.1 |
2 years |
daveb |
Add proc to find the thumbnail for a particular image.
|
item-procs-oracle.xql
|
|
1.7 |
20 months |
gustafn |
Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 1... |
item-procs-postgresql.xql
|
|
1.12 |
20 months |
gustafn |
some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-con... |
item-procs.tcl
|
|
1.24 |
20 months |
gustafn |
some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-con... |
item-procs.xql
|
|
1.7 |
20 months |
gustafn |
Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 1... |
keyword-procs-oracle.xql
|
|
1.8 |
4 years |
jeffd |
Remerge Timo's changes for tip 42,43, cf tip 53
|
keyword-procs-postgresql.xql
|
|
1.7 |
4 years |
jeffd |
Remerge Timo's changes for tip 42,43, cf tip 53
|
keyword-procs.tcl
|
|
1.11 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
keyword-procs.xql
|
|
1.4 |
5 years |
lars |
Applied patch #253
|
publish-procs-oracle.xql
|
|
1.1 |
7 years |
danw |
moved CMS stuff to CR so that content can be displayed by the search interface w... |
publish-procs-postgresql.xql
|
|
1.1 |
7 years |
danw |
moved CMS stuff to CR so that content can be displayed by the search interface w... |
publish-procs.tcl
|
|
1.8 |
20 months |
gustafn |
some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-con... |
publish-procs.xql
|
|
1.1 |
7 years |
danw |
moved CMS stuff to CR so that content can be displayed by the search interface w... |
revision-procs-oracle.xql
|
|
1.13 |
3 years |
eduardop |
bugfix: fixing bug #2402, bad merge
|
revision-procs-postgresql.xql
|
|
1.10 |
4 years |
jeffd |
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merg... |
revision-procs.tcl
|
|
1.28 |
6 weeks |
stefans |
Avoid implict binary encoding by setting encoding flag explicitly; see http://op... |
revision-procs.xql
|
|
1.7 |
2 years |
donb |
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.
TODO:
1. Bump acs-core pac... |
search-procs.tcl
|
|
1.8 |
8 days |
gustafn |
remove deprecated calls to ad_parameter
|
symlink-procs-oracle.xql
|
|
1.4 |
4 years |
jeffd |
Remerge Timo's changes for tip 42,43, cf tip 53
|
symlink-procs-postgresql.xql
|
|
1.5 |
3 years |
jeffd |
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1... |
symlink-procs.tcl
|
|
1.6 |
23 months |
gustafn |
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-... |
symlink-procs.xql
|
|
1.1 |
4 years |
daveb |
Adding tcl API for content_symlinks.
|