• last updated 2 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.

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. … 1 more file in changeset.
fixing another localization bug

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

  1. … 4 more files in changeset.
Added parameters link, fixed logger recent entries link

  1. … 1 more file in changeset.
adding default_description functionallity

I18N of Logger

  1. … 1 more file in changeset.
fixed the return_url

Made it work correctly with application data link

I18N and modification to work with application_data_link

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. … 688 more files in changeset.
fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files

  1. … 57 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. … 2272 more files in changeset.
rolling back change on head

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

file log-postgresql.xql was initially added on branch oacs-5-1.

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.

Fixes bug when creating new task from project-manager.

Added in ability to log against project-manager projects and tasks.

Untabify: entries-postgresql.xql (sorry won't do it again!)

Fixed scalability issue with one one function call per project being

shown. Added in a dependency on new categories proc, which has a new

proc that greatly speed up display of logger entries.

Italicize the current location in the navbar

Added in links to project-manager in the navbar, when project-manager

is integrated with that instance of logger.

optimized the variable::get_default_variable_id proc for postgres (much faster)

sped up the select_users query by using persons instead of cc_users

sped up entries select query by using persons instead of cc_users

  1. … 16 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 830 more files in changeset.
Added a return_url so it can be called by other packages directly (e.g. project-manager).