• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    /openacs-4/packages/logger/www/log-delete.tcl
file util-procs.tcl was initially added on branch oacs-4-6.

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

    • -0
    • +0
    /openacs-4/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
    /openacs-4/packages/logger/tcl/util-procs.tcl
    • -0
    • +15
    /openacs-4/packages/logger/www/log-delete.tcl
Fixed button handling in the wizard form template

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
    • +66
    /openacs-4/packages/logger/todo.txt
file todo.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/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

    • -1
    • +5
    /openacs-4/packages/logger/logger.info
    • -0
    • +31
    /openacs-4/packages/logger/tcl/entry-procs-oracle.xql
    • -0
    • +102
    /openacs-4/packages/logger/tcl/entry-procs.tcl
    • -0
    • +28
    /openacs-4/packages/logger/tcl/entry-procs.xql
  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

giving peterm commit rights on whole repository, giving olah commit rights on all of openacs-4, giving timoh commit rights on openacs-4/packages/categories

Importing the categories package developed by Timo Hentschel

  1. … 78 more files in changeset.
Initial revision

    • -0
    • +27
    /openacs-4/packages/categories/categories.info
    • -0
    • +57
    /openacs-4/packages/categories/sql/oracle/categories-drop.sql
    • -0
    • +70
    /openacs-4/packages/categories/sql/oracle/categories-init.sql
    • -0
    • +12
    /openacs-4/packages/categories/tcl/categories-init.tcl
    • -0
    • +421
    /openacs-4/packages/categories/tcl/categories-procs.tcl
    • -0
    • +81
    /openacs-4/packages/categories/tcl/categories-procs.xql
    • -0
    • +518
    /openacs-4/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

file api-docify.sh was initially added on branch oacs-4-6.

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

Package developer's guide completed

Updated to make use of workflow's get_activity_html's new ability to output the header for the new action.

Updated get_activitiy_html to be able to spit out the header for a new action

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.

changing to use ad_context_bar instead of deprecated ad_context_bar_ws_or_index

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

adding the form builder float data type on the 4-6 branch (previously added on head)

adding proc ad_assert_arg_value_in_list on 4-6 branch (it was added previously on head)

Lars didn't remove all traces of My Workspace in the context bar in previous commit so I completed that job.

Cleanups, removing unnecessary code