• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Cleaned up logger

Fixed error with default variable_id (missing negation). Furthermore dealt with the fact that we might have multiple party_ids as assignees

  1. … 1 more file in changeset.
Made sure that log entries are logged with project tasks again

  1. … 1 more file in changeset.
Fixing message key missing. thanks to michaels for pointing this out strongly.

  1. … 2 more files in changeset.
Added support for multiple project_ids

  1. … 1 more file in changeset.
integration with PM remodelled

  1. … 1 more file in changeset.
Fixed issue with the status_description not showing in I18N format

making changes to add description_f filter and groupby clause

  1. … 4 more files in changeset.
fixing another localization bug

Fixing errors that cropped up in localization. Minor cosmetic fixes.

  1. … 5 more files in changeset.
adding default_description functionallity

Make use of the return_url

fixed the return_url

Made it work correctly with application data link

I18N and modification to work with application_data_link

Internationalization

  1. … 19 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
check fix in on 5-1 rather than head (see v1.26 of log.tcl)

rolling back change on head

removed logger::util::project_manager_linked_p call which was preventing log entry form from being editable

Allow users to enter more than one entry at a time. Removes redirect.

Forgot to remove some debugging code.

Release version 1.1 beta 1. When used with project manager, now correctly

adds comments to the task associated with the logger entry, and emails

the assignees when closed or reopened.

Also, when logging against a project, allows you to select a task to

log hours against.

  1. … 2 more files in changeset.
Bug when changing the task you are logging time to: called parameters

of proc by incorrect name.

Merge all code over from HEAD. New development on logger can now procede from

the oacs-5-1 branch, instead of HEAD.

  1. … 21 more files in changeset.
Bump to version 1.05b6 to take into account project-manager API changes

introduced by Malte. Begins to add project status to /lib/entries.tcl

  1. … 2 more files in changeset.
Now shows estimated hours work remaining when linked with project-manager.