Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv12948/tcl
Modified Files:
ui-procs.tcl
Log Message:
making admin UI prettier. Adding My log entries to navbar. Other UI improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www
In directory samoyed.furfly.net:/tmp/cvs-serv12948/www
Modified Files:
index.adp index.tcl style.css
Log Message:
making admin UI prettier. Adding My log entries to navbar. Other UI improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www/admin
In directory samoyed.furfly.net:/tmp/cvs-serv12948/www/admin
Modified Files:
index.adp index.tcl
Log Message:
making admin UI prettier. Adding My log entries to navbar. Other UI improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www/lib
In directory samoyed.furfly.net:/tmp/cvs-serv12948/www/lib
Modified Files:
nav-bar.tcl
Log Message:
making admin UI prettier. Adding My log entries to navbar. Other UI improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv3829
Modified Files:
apm-procs.tcl
Log Message:
fixing proc apm_package_create_instance. It is invoking apm_package_instance_new. I earlier changed the contract of apm_package_instance_new but forgot to update apm_package_create_instance.
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-automated-testing/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv6988/acs-automated-testing/tcl
Modified Files:
Tag: oacs-4-6 aa-test-procs.tcl
Log Message:
In order to get Logger Tcl API tests to pass on 4.6 branch I had to add the new procs util_sets_equal_p and aa_run_with_teardown (previously added on cvs head)
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv6988/acs-tcl/tcl
Modified Files:
Tag: oacs-4-6 utilities-procs.tcl
Log Message:
In order to get Logger Tcl API tests to pass on 4.6 branch I had to add the new procs util_sets_equal_p and aa_run_with_teardown (previously added on cvs head)
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/sql/oracle
In directory samoyed.furfly.net:/tmp/cvs-serv7211/sql/oracle
Modified Files:
logger-packages-create.sql
Log Message:
making the Logger Tcl API tests pass on cvs head and on the 4.6 branch
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv7211/tcl
Modified Files:
entry-procs.tcl entry-procs.xql project-procs-oracle.xql project-procs.tcl variable-procs.tcl
Log Message:
making the Logger Tcl API tests pass on cvs head and on the 4.6 branch
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl/test
In directory samoyed.furfly.net:/tmp/cvs-serv7211/tcl/test
Modified Files:
logger-test-init.tcl
Log Message:
making the Logger Tcl API tests pass on cvs head and on the 4.6 branch
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www
In directory samoyed.furfly.net:/tmp/cvs-serv7211/www
Modified Files:
index.adp index.tcl log.adp log.tcl
Log Message:
making the Logger Tcl API tests pass on cvs head and on the 4.6 branch
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-subsite/www/permissions
In directory samoyed.furfly.net:/tmp/cvs-serv2458
Modified Files:
Tag: oacs-4-6 one.tcl one.adp
Log Message:
adding new parameter to permissions page - return_url. If it is present then instead of offering a link up to the Main Site we offer a link to return to the application the user came from
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv448/tcl
Modified Files:
package-procs.tcl package-procs.xql project-procs.tcl project-procs.xql ui-procs.tcl variable-procs.tcl Added Files: Tag: oacs-4-6 package-procs-oracle.xql
Log Message:
improving admin UI for associating variables with projects. Permission control over variables, projects, and package in UI. A number of other small improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl/test
In directory samoyed.furfly.net:/tmp/cvs-serv448/tcl/test
Modified Files:
logger-test-init.tcl
Log Message:
improving admin UI for associating variables with projects. Permission control over variables, projects, and package in UI. A number of other small improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www/admin
In directory samoyed.furfly.net:/tmp/cvs-serv448/www/admin
Modified Files:
index.adp index.tcl map-variable-to-project-2.tcl map-variable-to-project.adp map-variable-to-project.tcl project.tcl variable.tcl Added Files: Tag: oacs-4-6 set-primary-variable.tcl unmap-variable-from-project.tcl variable-delete.tcl
Log Message:
improving admin UI for associating variables with projects. Permission control over variables, projects, and package in UI. A number of other small improvements
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-subsite/www/permissions
In directory samoyed.furfly.net:/tmp/cvs-serv17739
Modified Files:
Tag: oacs-4-6 grant-2.tcl grant.tcl one.adp one.tcl revoke-2.tcl revoke.tcl toggle-inherit.tcl
Log Message:
adding the new URL parameter application_url to the /permissions/one page, and its neighboring pages, so that you can get back to an application after having managed the permissions of an application object. Previous commit by me to the /permissions/one page didn't fully get the job done.
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv15879
Modified Files:
apm-procs.tcl apm-procs-oracle.xql apm-procs-postgresql.xql
Log Message:
when adding the proc apm_application_new_checkbox I forgot to put the different queries in the xql files. Jarkko fixed it. Thanks Jarkko
Author: peterm
Update of /cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map
In directory samoyed.furfly.net:/tmp/cvs-serv16612
Modified Files:
index-oracle.xql index-postgresql.xql
Log Message:
removing the package_types query that has been encapsulated in the proc apm_application_new_checkbox (forgot to do this earlier)
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/sql/oracle
In directory samoyed.furfly.net:/tmp/cvs-serv29070/sql/oracle
Modified Files:
logger-tables-create.sql
Log Message:
adding add/edit/display form for projections
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv29070/tcl
Modified Files:
projection-procs.tcl projection-procs.xql ui-procs.tcl
Log Message:
adding add/edit/display form for projections
Author: peterm
Update of /cvsroot/openacs-4/packages/logger/www/admin
In directory samoyed.furfly.net:/tmp/cvs-serv9026/www/admin
Modified Files:
index.adp index.tcl project.adp project.tcl
Log Message:
breaking out variable list from project form. Moving projections table to project page.
Author: daveb
Update of /cvsroot/openacs-4/contrib/packages/general-comments
In directory samoyed.furfly.net:/tmp/cvs-serv9173/general-comments
Log Message:
Directory /cvsroot/openacs-4/contrib/packages/general-comments added to the repository