• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes bugs 1635 1634 1630 1629 1628 1627 1626. Several other improvements and

bug fixes.

    • -0
    • +0
    ./packages/project-manager/www/add-edit-2.tcl
    • -8
    • +13
    ./packages/project-manager/www/add-edit.tcl
    • -2
    • +2
    ./packages/project-manager/www/index.tcl
    • -1
    • +1
    ./packages/project-manager/www/log.tcl
    • -3
    • +6
    ./packages/project-manager/www/one.adp
    • -9
    • +11
    ./packages/project-manager/www/one.tcl
    • -0
    • +0
    ./packages/project-manager/www/process-one.tcl
  1. … 12 more files in changeset.
Fixed problem with logger_project not beeing defined in the edit funtion.

    • -2
    • +5
    ./packages/project-manager/www/add-edit.tcl
    • -94
    • +0
    ./packages/project-manager/www/style.css
Made sure we do not have a hardwired link to the organization package in there.

    • -5
    • +2
    ./packages/project-manager/www/index.tcl
The display was wrong, as it was selecting the timestamp of the logentry that I entered last. This is wrong. It should display the log entries 31 days back from my last log entry. It is really confusing if you enter a log date e.g. three days back and suddenly your entries for yesterday disappear.

    • -10
    • +2
    ./packages/project-manager/www/log.tcl
People listitem not working. Was tried to be commented out but the adp parser still read it. Took it out. Fixed the problem with no project_code given.

    • -4
    • +3
    ./packages/project-manager/www/one.adp
    • -2
    • +6
    ./packages/project-manager/www/one.tcl
Changed the callback procedures to reflect reality in /tcl/apm-callback-procs.tcl .

Project manager 1.0 alpha release. Contains logger integration, UI enhancements and fewer bugs (or newer, more interesting ones). Upgrades not supported

    • -39
    • +114
    ./packages/project-manager/tcl/task-procs.tcl
    • -1
    • +1
    ./packages/project-manager/www/add-edit-2.tcl
  1. … 44 more files in changeset.
Version 0.8 of project-manager. Processes now work as they should,

task editing fixed, began moving some functionality to /tcl

procs. Found a bug in compute_status proc that could hang the

server. Still not release-ready, but getting closer. Notifications are

broken, and Processes use an older UI than Tasks, but at least they

now work.

    • -8
    • +360
    ./packages/project-manager/tcl/task-procs.tcl
  1. … 31 more files in changeset.
Added Internationalization to the package.

    • -7
    • +8
    ./packages/users-selection/www/index.adp
    • -5
    • +6
    ./packages/users-selection/www/selection.adp
    • -1
    • +1
    ./packages/users-selection/www/selection.tcl
    • -7
    • +8
    ./packages/users-selection/www/admin/index.adp
  1. … 3 more files in changeset.
Looks like Jade's last commit accidentally replaced the project_query with something wrong.

Typo: organizaion -> organization

Require acs-datetime

Fixed bug in creation of pm_tasks_xrefs table

Addresses a number of bugs: removed custom code from add-edit.tcl which was causing a bug, fixed bugs in the status_default_open proc definitions, fixed bug which prevented users from creating new tasks. Added a link to organizations.

    • -5
    • +3
    ./packages/project-manager/tcl/task-procs.tcl
    • -0
    • +1
    ./packages/project-manager/www/index.tcl
    • -2
    • +2
    ./packages/project-manager/www/one.tcl
    • -1
    • +1
    ./packages/project-manager/www/tasks.tcl
Lots of changes!

First of all, one user reported that a view was breaking because

customer_id wasn't a part of the projects table. I'm trying one other

thing that might work.

Add a proc for creating tasks

Add sorting columns in list builder views

Add in status values for tasks, procs to get standard status values

Tasks page now shows own tasks by default, option to show other people's tasks.

Lots more debugging, but some of the new functionality hasn't been

tested much yet.

    • -1
    • +44
    ./packages/project-manager/tcl/task-procs.tcl
    • -0
    • +0
    ./packages/project-manager/www/add-edit-2.tcl
    • -0
    • +0
    ./packages/project-manager/www/add-edit.tcl
  1. … 22 more files in changeset.
Adding in a mostly unused page

    • -0
    • +98
    ./packages/project-manager/www/task-print.adp
    • -0
    • +268
    ./packages/project-manager/www/task-print.tcl
Version 0.7d upgrade not supported (need to use the drop and create script)

Many many updates and fixes and improvements, too numerous really to mention.

    • -0
    • +0
    ./packages/project-manager/tcl/task-procs.tcl
    • -6
    • +1
    ./packages/project-manager/www/add-edit-2.tcl
  1. … 25 more files in changeset.
- adding ad-one to view/edit/delete Ads. Need to take its functionality

and move to /lib as a template so it can be used in www and www/admin.

    • -0
    • +6
    ./packages/classified-ads/www/ad-one.adp
    • -0
    • +131
    ./packages/classified-ads/www/ad-one.tcl
- Fixed bug in caterogies where it gathered custom fields belonging

to children of a category, when it should get from itself and any

parent category.

- Fixed noquote bug in index.

    • -1
    • +3
    ./packages/classified-ads/www/index.adp
- Fixed bug in categories cookie trail.

- Updated documentation.

    • -13
    • +30
    ./packages/classified-ads/www/doc/index.adp
- Added -limit switch to get_assigned and get_unassigned ads to allow

for restricted number of ads to pull.

- Index page now uses list-builder (thanks Lars!!). I have to figure out

how to have dynamically-built -elements for LB.

    • -2
    • +19
    ./packages/classified-ads/tcl/ads-procs.tcl
    • -0
    • +2
    ./packages/classified-ads/tcl/ads-procs.xql
    • -129
    • +11
    ./packages/classified-ads/www/index.adp
    • -14
    • +72
    ./packages/classified-ads/www/index.tcl
- Fixed bug in ads query

- Fixed wrong call to Tcl functions

- Fixed link in index.adp

Many of these problems exist because I lost code in a hard drive crash

a few months ago when developing the package.

    • -1
    • +4
    ./packages/classified-ads/tcl/ads-procs.xql
    • -4
    • +4
    ./packages/classified-ads/www/categories.tcl
    • -1
    • +1
    ./packages/classified-ads/www/index.adp
Got rid of spaces after / in lines. Fixes #1348.

    • -7
    • +7
    ./packages/classified-ads/www/index.tcl
Fix allows tasks to be viewed from tasks page

Now depends on organizations package.

Cosmetic change to add-edit

Index page now shows company a project is associated with

Task page shows tickets now (instead of not showing them!)

    • -1
    • +2
    ./packages/project-manager/www/add-edit.tcl
    • -1
    • +4
    ./packages/project-manager/www/index.tcl
Fixed: query for project with multiple revisions didn't work.

Upped the version number.

Added deletion of branches and conditions if a survey/section has been removed.

Fixed the date display for predefined questions, got rid of an unnecessary DB call and fixed the selection of checkboxes.

    • -11
    • +15
    ./packages/survey/tcl/survey-procs.tcl
    • -10
    • +3
    ./packages/survey/tcl/survey-procs.xql
Fixed insertion for predefined questions into the Database, if the database record was not already present.

    • -1
    • +4
    ./packages/survey/www/process-response.tcl