• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move custom calendar widget javascript implementation out of the core.js and into a separate file

In core/maintained packages, this widget is used only by template::widget::textdate (which in turn is used nowhere). For this widget, we can include the relevant code on-demand.

Direct usages found in unsupported packages have been adapted by adding the extra requirement on the fly.

It is unclear if we should keep maintaining a calendar widget in our codebase, however, as the current one still works (kudos to the original author), we do not deprecate it for the time being.

It is also true that a custom widget provides a way to customize the look and feel of date fields, which is otherwise completely delegated to the browser.

Various packages, including the core, provide custom css styling for the current widget.

  1. … 17 more files in changeset.
we don't have a public page for expenses, just redirect to admin

Removed field for adding new expense code

remove empty sql files in dotlrn-expense-tracking, sql has been moved to expenses package of which this has a dependency

    • -0
    • +0
    ./sql/postgresql/expense-tracking-drop.sql
Remove requirement for expenses

add includelets for use in admin portlets

    • -0
    • +5
    ./lib/cp-expense-tracking.adp
    • -0
    • +47
    ./lib/cp-expense-tracking.tcl
    • -0
    • +12
    ./lib/cp-expense-tracking.xql
various update, bug fixes and changes to dotlrn-ecommerce, attendance, expenses and expense-tracking

  1. … 99 more files in changeset.
added ability to add a category to a tree while adding an expense

commit expense-tracking package, used to track line expenses per course in dotlrn

    • -0
    • +24
    ./expense-tracking.info
    • -0
    • +1
    ./sql/postgresql/expense-tracking-create.sql
    • -0
    • +0
    ./sql/postgresql/expense-tracking-drop.sql
    • -0
    • +76
    ./tcl/expense-tracking-procs.tcl
    • -0
    • +44
    ./tcl/expense-tracking-procs.xql
    • -0
    • +5
    ./www/admin/addedit-expense.adp
    • -0
    • +85
    ./www/admin/addedit-expense.tcl
    • -0
    • +17
    ./www/admin/delete-expense-2.tcl
    • -0
    • +11
    ./www/admin/delete-expense.adp
    • -0
    • +38
    ./www/admin/delete-expense.tcl
    • -0
    • +11
    ./www/admin/index.adp
    • -0
    • +64
    ./www/admin/index.tcl
    • -0
    • +12
    ./www/admin/index.xql