• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
bug fix, so context with work on root node

some notes of bcms changes

initial addition of bcms-ui-base, a bcms ui package

    • -0
    • +24
    ./bcms-ui-base/bcms-ui-base.info
    • -0
    • +57
    ./bcms-ui-base/resources/category-form.tcl
    • -0
    • +77
    ./bcms-ui-base/resources/folder-form.tcl
    • -0
    • +259
    ./bcms-ui-base/resources/folder-tree.adp
    • -0
    • +99
    ./bcms-ui-base/resources/form-template.adp
    • -0
    • +283
    ./bcms-ui-base/resources/item-list.adp
    • -0
    • +104
    ./bcms-ui-base/resources/page-form.tcl
    • -0
    • +1
    ./bcms-ui-base/resources/simple-form.adp
    • -0
    • +101
    ./bcms-ui-base/resources/template-form.tcl
    • -0
    • +16
    ./bcms-ui-base/tcl/bcms-ui-base-procs-postgresql.xql
    • -0
    • +108
    ./bcms-ui-base/tcl/bcms-ui-base-procs.tcl
    • -0
    • +23
    ./bcms-ui-base/www/index.vuh
    • -0
    • +291
    ./bcms-ui-base/www/style.css
    • -0
    • +5
    ./bcms-ui-base/www/admin/create-folder.adp
    • -0
    • +9
    ./bcms-ui-base/www/admin/create-folder.tcl
  1. … 58 more files in changeset.
added support for cr_keywords, added some procs, revised some procs, but better documentation on some procs

    • -1
    • +32
    ./bcms/sql/postgresql/bcms-create.sql
    • -0
    • +77
    ./bcms/tcl/bcms-category-procs-postgresql.xql
    • -0
    • +217
    ./bcms/tcl/bcms-category-procs.tcl
    • -0
    • +33
    ./bcms/tcl/bcms-category-procs.xql
    • -2
    • +37
    ./bcms/tcl/bcms-item-procs-postgresql.xql
    • -0
    • +5
    ./bcms/tcl/bcms-revision-procs-postgresql.xql
    • -0
    • +18
    ./bcms/tcl/bcms-template-procs-postgresql.xql
Added in the Postgres definition file for queries.

    • -0
    • +69
    ./project-manager/tcl/project-procs-postgresql.xql
Beginning of code to handle subprojects. Also projects now are beginning to

carry project status information (such as total number of hours worked). A

lot of UI improvements. Still rough, of course.

    • -0
    • +127
    ./project-manager/tcl/project-procs.tcl
    • -4
    • +4
    ./project-manager/www/index-postgresql.xql
    • -1
    • +35
    ./project-manager/www/one-postgresql.xql
    • -2
    • +11
    ./project-manager/www/task-add-edit.adp
    • -4
    • +16
    ./project-manager/www/task-add-edit.tcl
Tasks now are added with deadlines. Also fixed a bug in which tasks

were being added as sub-tasks instead of as children of the parent project.

    • -2
    • +2
    ./project-manager/www/add-edit-postgresql.xql
    • -5
    • +5
    ./project-manager/www/one-postgresql.xql
    • -1
    • +1
    ./project-manager/www/task-add-edit-postgresql.xql
    • -3
    • +1
    ./project-manager/www/task-add-edit.adp
    • -49
    • +74
    ./project-manager/www/task-add-edit.tcl
    • -1
    • +1
    ./project-manager/www/task-constraint-add-edit.adp
    • -4
    • +7
    ./project-manager/www/task-constraint-add-edit.tcl
Fixed date code for projects. Started adding in project status info into index.

    • -3
    • +3
    ./project-manager/www/add-edit-postgresql.xql
    • -46
    • +37
    ./project-manager/www/add-edit.tcl
    • -1
    • +6
    ./project-manager/www/index-postgresql.xql
Project view page now shows more information on pertinent tasks. Style

sheet modified slightly to shrink left column. Converted part of

project view page to list-builder, added in summation at bottom of

table.

    • -2
    • +14
    ./project-manager/www/one-postgresql.xql
    • -1
    • +4
    ./project-manager/www/task-one-postgresql.xql
Added in time estimates for tasks, parameter to specify whether or not

to use minimum and maximum time estimates or not, denormalized columns

for projects on status, took out start date for tasks.

    • -0
    • +1
    ./project-manager/project-manager.info
    • -25
    • +29
    ./project-manager/sql/postgresql/project-manager-functions-create.sql
    • -14
    • +53
    ./project-manager/sql/postgresql/project-manager-table-create.sql
    • -1
    • +0
    ./project-manager/www/one-postgresql.xql
    • -21
    • +5
    ./project-manager/www/task-add-edit-postgresql.xql
    • -13
    • +8
    ./project-manager/www/task-add-edit.adp
    • -20
    • +19
    ./project-manager/www/task-add-edit.tcl
    • -2
    • +0
    ./project-manager/www/task-constraint-add-edit-postgresql.xql
    • -7
    • +2
    ./project-manager/www/task-constraint-add-edit.tcl
    • -21
    • +7
    ./project-manager/www/task-edit-postgresql.xql
    • -10
    • +18
    ./project-manager/www/task-edit.tcl
    • -4
    • +0
    ./project-manager/www/task-one-postgresql.xql
- Bumped package version

- Fixed create scripts

- Fixed callback function

- Fixed field-addedit and field-delete

    • -2
    • +2
    ./classified-ads/tcl/classified-ads-procs-postgresql.xql
    • -3
    • +3
    ./classified-ads/tcl/classified-ads-procs.tcl
    • -8
    • +18
    ./classified-ads/www/admin/field-addedit.xql
    • -9
    • +20
    ./classified-ads/www/admin/field-delete.xql
Drop script now correctly drops the main content folder for projects.

Updated style sheet to get better browser compatibility.

    • -169
    • +169
    ./project-manager/www/one.adp
    • -36
    • +37
    ./project-manager/www/task-one.adp
Added in data model for task and project assignments. Took out

project_name from pm_projects_revisions table -- it is now in

cr_revisions.title. Added in a sequence for project IDs.

    • -15
    • +11
    ./project-manager/sql/postgresql/project-manager-functions-create.sql
    • -3
    • +132
    ./project-manager/sql/postgresql/project-manager-table-create.sql
    • -1
    • +1
    ./project-manager/www/add-edit-postgresql.xql
    • -1
    • +1
    ./project-manager/www/index-postgresql.xql
    • -2
    • +2
    ./project-manager/www/one-postgresql.xql
    • -8
    • +4
    ./project-manager/www/task-constraint-add-edit.tcl
Updated to work with list-builder. Now sorts all three list builder

tables correctly. Also width of tables is 100%

    • -3
    • +3
    ./project-manager/www/task-one-postgresql.xql
    • -14
    • +29
    ./project-manager/www/task-one.tcl
Now chooses constraints better. You choose from a drop select instead

of typing by number.

    • -6
    • +18
    ./project-manager/www/task-constraint-add-edit-postgresql.xql
    • -10
    • +33
    ./project-manager/www/task-constraint-add-edit.tcl
    • -1
    • +24
    ./project-manager/www/task-one-postgresql.xql
    • -6
    • +122
    ./project-manager/www/task-one.tcl
Task revisions table now uses list-builder. Added a dependency on

acs-templating to reflect this.

    • -4
    • +5
    ./project-manager/project-manager.info
    • -2
    • +1
    ./project-manager/www/task-one-postgresql.xql
Added in task constraints, including icons for constraints.

    • -2
    • +2
    ./project-manager/www/add-edit-postgresql.xql
    • -4
    • +6
    ./project-manager/www/one-postgresql.xql
    • -7
    • +8
    ./project-manager/www/task-add-edit.tcl
    • -0
    • +85
    ./project-manager/www/task-constraint-add-edit-postgresql.xql
    • -0
    • +21
    ./project-manager/www/task-constraint-add-edit.adp
    • -0
    • +138
    ./project-manager/www/task-constraint-add-edit.tcl
    • -0
    • +20
    ./project-manager/www/task-one-postgresql.xql
    • binary
    ./project-manager/www/images/finish_before_finish.png
  1. … 3 more files in changeset.
Bumped a version, now includes parameters for names for project, task,

assignee, watcher. Also tweaked the UI a bit based on comments from irc.

    • -5
    • +12
    ./project-manager/project-manager.info
    • -37
    • +48
    ./project-manager/www/add-edit.tcl
    • -5
    • +10
    ./project-manager/www/task-add-edit.tcl
    • -0
    • +13
    ./project-manager/www/task-edit-postgresql.xql
    • -13
    • +13
    ./project-manager/www/task-edit.tcl
Editing tasks works again (albeit only one task at a time), more UI work.

    • -1
    • +2
    ./project-manager/www/one-postgresql.xql
    • -0
    • +58
    ./project-manager/www/task-edit-postgresql.xql
    • -0
    • +13
    ./project-manager/www/task-edit.adp
    • -0
    • +117
    ./project-manager/www/task-edit.tcl
    • -4
    • +18
    ./project-manager/www/task-one-postgresql.xql
Now should be able to view versions of tasks (untested). Also, cleaned

up interface between pages. Slight improvements to UI.

    • -0
    • +12
    ./project-manager/www/one-postgresql.xql
    • -2
    • +2
    ./project-manager/www/task-add-edit-postgresql.xql
    • -3
    • +3
    ./project-manager/www/task-add-edit.tcl
    • -0
    • +23
    ./project-manager/www/task-one-postgresql.xql
Improved UI, moved task view page to CSS layout.

    • -0
    • +21
    ./project-manager/www/task-one-postgresql.xql
    • -19
    • +94
    ./project-manager/www/task-one.adp
UI improvements. Now uses CSS for layout.

Updating appearance of one.adp.

change the tree_X and list_X calls, also improved the documentation of folder and item procs

    • -16
    • +139
    ./bcms/sql/postgresql/bcms-create.sql
    • -65
    • +54
    ./bcms/tcl/bcms-folder-procs-postgresql.xql
    • -71
    • +61
    ./bcms/tcl/bcms-folder-procs.tcl
    • -68
    • +105
    ./bcms/tcl/bcms-item-procs-postgresql.xql
    • -70
    • +130
    ./bcms/tcl/bcms-item-procs.tcl
    • -1
    • +1
    ./bcms/tcl/bcms-revision-procs-postgresql.xql
Added in UI to view project revisions. Fiddled with task add-edit page,

but no major changes.

    • -3
    • +40
    ./project-manager/www/one-postgresql.xql
    • -5
    • +7
    ./project-manager/www/task-add-edit.tcl
Added in callbacks for instantiation and after-instantiation. However,

they don't seem to be working.

    • -0
    • +2
    ./project-manager/project-manager.info
    • -0
    • +34
    ./project-manager/tcl/install-procs-postgresql.xql
    • -0
    • +38
    ./project-manager/tcl/install-procs.tcl
Added in data model for task constraints.

Tasks can be added en masse now

However, editing tasks no longer works.

    • -4
    • +4
    ./project-manager/www/task-add-edit-postgresql.xql
    • -1
    • +39
    ./project-manager/www/task-add-edit.adp
    • -42
    • +89
    ./project-manager/www/task-add-edit.tcl
Fix auto-mount location. Uncertain as to the change in one-postgtresql

    • -6
    • +6
    ./project-manager/project-manager.info
Fixed a query bug in task-add-edit, added permissions checks to all .tcl files

    • -11
    • +12
    ./project-manager/www/task-add-edit-postgresql.xql
    • -7
    • +11
    ./project-manager/www/task-add-edit.tcl