• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
a) removed sql from tcl files b) renamed some queries for better readability c) added query files for category browsing pages

    • -110
    • +17
    ./packages/categories/tcl/categories-procs.tcl
    • -7
    • +7
    ./packages/categories/tcl/categories-procs.xql
    • -0
    • +45
    ./packages/categories/www/categories-browse-oracle.xql
    • -0
    • +45
    ./packages/categories/www/categories-browse-postgresql.xql
    • -0
    • +55
    ./packages/categories/www/categories-browse.xql
  1. … 16 more files in changeset.
full merge from the oacs-4-6 branch up until version 1.19.2.13

    • -50
    • +122
    ./packages/acs-tcl/tcl/utilities-procs.tcl
making export_vars -url separate variables with & instead of &. URLs wouldn't be HTML 4.01 Transitional compliant otherwise

    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
title and mime_type weren't set for the initial revision of an image.

Applying patch 156 by Jamie Rasmussen adding syntax highlighting to source code for Tcl procs in the acs-api-browser.

    • -2
    • +2
    ./packages/acs-api-browser/www/index.adp
    • -1
    • +1
    ./packages/acs-api-browser/www/proc-view.adp
Use normal form template, not wizard

Added link to submit-test form

file log-delete.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/www/log-delete.tcl
file util-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/tcl/util-procs.tcl
file variable-procs-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/tcl/variable-procs-oracle.xql
testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

    • -0
    • +59
    ./packages/logger/tcl/util-procs.tcl
    • -0
    • +15
    ./packages/logger/www/log-delete.tcl
Fixed button handling in the wizard form template

    • -16
    • +10
    ./packages/acs-templating/resources/forms/wizard.adp
testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

file todo.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/logger/todo.txt
testing logger app on 4-6 branch. Beautified UI significantly after Lars's review. Renamed measurements entries. Made variables acs objects for permissions. Made package come with time and expense variables by default. For issues being worked on, see the todo.txt file

    • -20
    • +39
    ./packages/logger/sql/oracle/logger-tables-create.sql
    • -1
    • +12
    ./packages/logger/tcl/apm-callback-procs.tcl
    • -0
    • +31
    ./packages/logger/tcl/entry-procs-oracle.xql
    • -0
    • +102
    ./packages/logger/tcl/entry-procs.tcl
    • -0
    • +28
    ./packages/logger/tcl/entry-procs.xql
    • -103
    • +0
    ./packages/logger/tcl/measurement-procs.tcl
  1. … 11 more files in changeset.
Renamed links to view template and compiled template for display-edit demo form to say 'view' instead of 'submit'

Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements

Added comment about what happens in the widget::input display mode

    • -3
    • +4
    ./packages/acs-templating/tcl/widget-procs.tcl
Importing the categories package developed by Timo Hentschel

    • -0
    • +0
    ./packages/categories/tcl/categories-init.tcl
    • -0
    • +0
    ./packages/categories/tcl/categories-procs.tcl
    • -0
    • +0
    ./packages/categories/tcl/categories-procs.xql
  1. … 78 more files in changeset.
Initial revision

    • -0
    • +27
    ./packages/categories/categories.info
    • -0
    • +189
    ./packages/categories/sql/oracle/categories-create.sql
    • -0
    • +57
    ./packages/categories/sql/oracle/categories-drop.sql
    • -0
    • +70
    ./packages/categories/sql/oracle/categories-init.sql
    • -0
    • +351
    ./packages/categories/sql/oracle/category-package.sql
    • -0
    • +404
    ./packages/categories/sql/oracle/category-tree-package.sql
    • -0
    • +12
    ./packages/categories/tcl/categories-init.tcl
    • -0
    • +135
    ./packages/categories/tcl/categories-procs-oracle.xql
    • -0
    • +151
    ./packages/categories/tcl/categories-procs-postgresql.xql
    • -0
    • +421
    ./packages/categories/tcl/categories-procs.tcl
    • -0
    • +81
    ./packages/categories/tcl/categories-procs.xql
    • -0
    • +148
    ./packages/categories/tcl/category-trees-procs-oracle.xql
    • -0
    • +164
    ./packages/categories/tcl/category-trees-procs-postgresql.xql
    • -0
    • +518
    ./packages/categories/tcl/category-trees-procs.tcl
  1. … 78 more files in changeset.
Added my little script to make proc names into links to api-doc

    • -0
    • +1
    ./packages/workflow/www/doc/api-docify.sh
file api-docify.sh was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/workflow/www/doc/api-docify.sh
Made all API calls mentioned links to API-doc

    • -26
    • +27
    ./packages/workflow/www/doc/developer-guide.html
Package developer's guide completed

    • -2
    • +56
    ./packages/workflow/www/doc/developer-guide.html
    • -0
    • +4
    ./packages/workflow/www/doc/index.html
Updated to make use of workflow's get_activity_html's new ability to output the header for the new action.

    • -1
    • +1
    ./packages/bug-tracker/bug-tracker.info
Updated get_activitiy_html to be able to spit out the header for a new action

    • -2
    • +24
    ./packages/workflow/tcl/case-procs.tcl
Re-fixed the file watching problem when you're coming from the 'reload changed' page

changing proc apm_header to use ad_context_bar instead of deprecated ad_admin_context_bar. Adding a proc doc to clarify that apm_header is only for APM UI pages.

    • -5
    • +15
    ./packages/acs-admin/tcl/apm-admin-procs.tcl
changing to use ad_context_bar instead of deprecated ad_context_bar_ws_or_index

    • -2
    • +2
    ./packages/dotlrn/www/community-member.tcl
finishing the cleanup of the context bar soup. Deprecating ad_admin_context_bar and making it invoke ad_context_bar which is now the canonical proc for all context bars. Also making previously deprecated procs ad_context_bar_ws and ad_context_bar_ws_or_index invoke ad_context_bar. Updating various proc documentations to reflect recent changes

    • -29
    • +13
    ./packages/acs-tcl/tcl/navigation-procs.tcl