• last updated 11 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove superflous parentheses

  1. … 1 more file in changeset.
fix bug #3352

Switch from naturalnum to integer validator as there are valid negative group ids, e.g. -2

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
Prefer again 'person::name', as the proc has been reimplemented using 'person::get_person_info', which uses the new 'person_info_cache' cache.

  1. … 13 more files in changeset.
Fix message keys

  1. … 2 more files in changeset.
Remove divergency between oracle and postgres codebase

    • -21
    • +0
    ./permissions/revoke-postgresql.xql
  1. … 3 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -12
    • +0
    ./permissions/perm-include-oracle.xql
    • -12
    • +0
    ./permissions/perm-include-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -19
    • +0
    ./admin/rel-types/one-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -14
    • +0
    ./admin/rel-segments/one-oracle.xql
    • -14
    • +0
    ./admin/rel-segments/one-postgresql.xql
Go straight to the group name

    • -1
    • +2
    ./admin/rel-segments/index-postgresql.xql
Reduce divergency between oracle and postgres codebase and improve UI localization

    • -4
    • +19
    ./admin/rel-segments/constraints/new.tcl
Remove divergency between oracle and postgres codebase

    • -19
    • +0
    ./admin/groups/rel-type-remove-oracle.xql
    • -19
    • +0
    ./admin/groups/rel-type-remove-postgresql.xql
    • -28
    • +0
    ./admin/groups/delete-postgresql.xql
Reduce divergency between oracle and postgres codebase and simplify mutlirow creation

    • -14
    • +0
    ./admin/relations/remove-oracle.xql
    • -14
    • +0
    ./admin/relations/remove-postgresql.xql
Remove divergency between oracle and postgres codebase

    • -24
    • +0
    ./admin/relations/one-postgresql.xql
Remove divergency between oracle and postgres codebase

Whitespace changes

  1. … 11 more files in changeset.
Prefer 'acs_user::get_element ...' to 'person::name ...', in cases when 'person' is a user, as it doesn't rely on util_memoize_cache.

  1. … 13 more files in changeset.
Further replace stored procedure with already-available table column

Replace unnecessary stored procedures and casts

    • -10
    • +12
    ./admin/site-map/unmounted-postgresql.xql
Avoid unnecessary stored procedures and casts

    • -13
    • +12
    ./admin/site-map/mount-postgresql.xql
fix example in documentation and small code cleanup

  1. … 4 more files in changeset.
Avoid unnecesary existence checks

Use api to remove difference between oracle and postgres codebase

    • -24
    • +0
    ./admin/host-node-map/index-oracle.xql
    • -25
    • +0
    ./admin/host-node-map/index-postgresql.xql
Remove leftover xql

    • -18
    • +0
    ./admin/rel-segments/new-2-oracle.xql
    • -18
    • +0
    ./admin/rel-segments/new-2-postgresql.xql
Make sql in this page portable by avoiding unnecessary pl/pgsql

Fix typos

    • -1
    • +1
    ./admin/rel-segments/constraints/one.xql
Make all sql in this script portable by avoiding unnecessary api

    • -0
    • +52
    ./admin/rel-segments/constraints/one.xql
Remove leftover xql files

    • -24
    • +0
    ./members/member-invite-postgresql.xql
Reduce divergency between oracle and postgres codebase