About
767,766 lines changed-
Committer is not mapped to a user
- First commit: 20 March 2001
- Last commit: 12 March 2010
| Last Week | All Time | |
|---|---|---|
| Commits: | 5 | 1,938 |
| Files changed: | 35 | 19,676 |
| Change in LOC: | 402 | 767,766 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
donb
Added scope attribute to apm_parameters.
modified
apm-create.sql
donb
1. Changed trigger functions from "opaque" to "trigger" to get rid of the
warnings during initial install (only for acs-kernel, there are a lot
elsewhere!)
2. Added "embeds" for postgresql and partially for oracle.
3. Added global parameters for postgresql and partially for oracle.
(oracle will be forthcoming shortly)
warnings during initial install (only for acs-kernel, there are a lot
elsewhere!)
2. Added "embeds" for postgresql and partially for oracle.
3. Added global parameters for postgresql and partially for oracle.
(oracle will be forthcoming shortly)
changed 30 files
- … 25 more files in changeset.
donb
Accidently added this to the 5.5 branch rather than HEAD earlier (but it
does no harm there so will leave it there).
does no harm there so will leave it there).
added
upgrade-5.6.0d5-5.6.0d6.sql and modified 2 sql files
donb
I had forgotten to add the "apm_package.is_child" function to 5.5 ...
added
upgrade-5.6.0d5-5.6.0d6.sql
donb
file upgrade-5.6.0d5-5.6.0d6.sql was initially added on branch oacs-5-5.
deleted
upgrade-5.6.0d5-5.6.0d6.sql
donb
Had to move a db_transaction because it was causing some sort of lock
contention deadlock in PG.
contention deadlock in PG.
modified
version-dependency-add-2.tcl
donb
Oracle 9i allows the standard SQL outer join syntax so we can share these
queries now ...
queries now ...
deleted 2
xql files and added to parameters.xql
donb
Bumped version number up to 1.6d1 because there's a 1.5x version floating
around, and I need to work with and upgrade it.
around, and I need to work with and upgrade it.
added
upgrade-1.4d6-1.6d1.sql, deleted upgrade-1.4d6-1.4d7.sql and modified bug-tracker.info
donb
1. added missing catalog entry
2. made search work, it was totally hosed
2. made search work, it was totally hosed
added 3
sql files, deleted bug-tracker-search-triggers.sql and modified 5 files
- … 4 more files in changeset.
donb
Changed the privilege necessary to modify the page layout from "write" to
"admin".
"admin".
modified
pageset-configure.tcl
donb
Further refinements to making names unique (I forgot to commit one change
yesterday, and further testing uncovered another case of undesirable
behavior).
yesterday, and further testing uncovered another case of undesirable
behavior).
added to
page-procs.xql and modified 2 tcl files
donb
Last commit was a bit hasty ...
modified 2
tcl files
donb
1. Fixed cache problem that caused the pageset configuration page to blow up.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
added to
page-procs.xql and modified 3 files
donb
1. Fixed cache problem that caused the pageset configuration page to blow up.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
2. Rather than bomb on duplicate tab and url names for pages, which can arise
when deleting then adding pages as well as admin-provided names, "uniquify"
them. The admin can, of course, then rename them to something more reasonable
if they want.
added to
page-procs.xql and modified 3 files
donb
Only call the destructor of an includelet when the last of a set of clones
is deleted.
(my commit to layout-manager is incorrect, I simply added an boolean param
to the element delete proc that determines if the destructor is called. The
notion of cloning and the deletion of clones comes from the includelets
admin code in layout-managed-subsite, and it is this code that determines
when to call an includelet's destructor.)
is deleted.
(my commit to layout-manager is incorrect, I simply added an boolean param
to the element delete proc that determines if the destructor is called. The
notion of cloning and the deletion of clones comes from the includelets
admin code in layout-managed-subsite, and it is this code that determines
when to call an includelet's destructor.)
modified
delete-elements.tcl
donb
Only call an includelet's destructor when the last clone is deleted.
added to
element-procs.xql and modified element-procs.tcl
donb
Changed to require admin privilege to edit (the scripts are under www/admin
and the button was being shown inappropriately).
and the button was being shown inappropriately).
modified
content-includelet.tcl
donb
Fixed unique constraints
added to
apm-callback-procs.tcl and modified 3 files
donb
Changed index.vuh to use the new rp_form_update proc rather than rp_form_put,
since page_num was already being passed along by some packages.
Removed index.adp and index.tcl because they've been moved to serve.tcl and
serve.adp, which are referenced by index.vuh.
since page_num was already being passed along by some packages.
Removed index.adp and index.tcl because they've been moved to serve.tcl and
serve.adp, which are referenced by index.vuh.
deleted 2 files and modified
index.vuh
donb
Added rp_form_update, like rp_form_put but calls ns_set update instead of
ns_set put.
ns_set put.
modified
request-processor-procs.tcl
donb
Changed db_flush to use the ns_cache names pattern construct to only return
the matching names, rather than return all names then flush those that match
the pattern (I was unaware that names took a pattern arg, how embarrasing!)
the matching names, rather than return all names then flush those that match
the pattern (I was unaware that names took a pattern arg, how embarrasing!)
modified
00-database-procs.tcl
donb
Updated documentation to reflect the implementation of symbolic URLs, and
some other features that had been implemented since the documentation was
written.
some other features that had been implemented since the documentation was
written.
added to
new-portal-compare.adp and modified 2 adp files
donb
Allow for localization of tab names. Doesn't quite work the way we want
as the name is localized when displayed in the edit box (should look at
using ad_form but it's not simple ...)
as the name is localized when displayed in the edit box (should look at
using ad_form but it's not simple ...)
modified 2
tcl files
donb
More db-dependent stuff separated out.
added 2
xql files and deleted manage-includelets.xql
donb
Moved db-dependent queries to the right place.
added 2
xql files and deleted from add-applications.xql
donb
More "extends" fixing
added
upgrade-5.6.0d4-5.6.0d5.sql and modified apm-create.sql
donb
Error in alter table statement for oracle.
modified
apm-callback-procs-oracle.xql
donb
Bumped version number.
modified 2
info files
donb
Fixed bug (missing ";" before "end")
modified
apm-install-procs-oracle.xql