• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge of 4.6.3b1 to HEAD

    • -0
    • +11
    ./oracle/ticket-tracker-lite-drop.sql
    • -4
    • +4
    ./postgresql/ticket-tracker-lite-create.sql
    • -1
    • +1
    ./postgresql/ticket-tracker-lite-drop.sql
  1. … 7 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

    • -4
    • +4
    ./postgresql/ticket-tracker-lite-create.sql
    • -1
    • +1
    ./postgresql/ticket-tracker-lite-drop.sql
  1. … 12 more files in changeset.
drop views and functions bug 262

    • -0
    • +11
    ./oracle/ticket-tracker-lite-drop.sql
added upgrade scripts for Jun's changes

    • -0
    • +77
    ./oracle/upgrade/upgrade-1.0a-1.5.sql
    • -0
    • +50
    ./postgresql/upgrade/upgrade-1.0a-1.5.sql
Added Jun Yamog's beautiful changes to UI

Also ported his PG add file functions to Oracle

modified master.adp to use main.css by sending header_stuff property up to default_master.adp

  1. … 33 more files in changeset.
cleanup of old oracle code

made date format prettier

    • -20
    • +0
    ./postgresql/ticket-tracker-lite-create.sql
forgot a -

fixed ttl_v_users view that i had mistakenly changed

fixed parameter overlap

ported datamodel to pg

    • -0
    • +182
    ./postgresql/ticket-tracker-lite-create.sql
    • -0
    • +38
    ./postgresql/ticket-tracker-lite-drop.sql
    • -0
    • +100
    ./postgresql/views-and-plsql.sql

Forgot to define binary files before importing, so .gifs were messed up.

    • -0
    • +0
    ./oracle/ticket-tracker-lite-create.sql
  1. … 2477 more files in changeset.
Initial revision

    • -0
    • +151
    ./oracle/ticket-tracker-lite-create.sql
    • -0
    • +29
    ./oracle/ticket-tracker-lite-drop.sql
    • -0
    • +108
    ./oracle/views-and-plsql.sql
  1. … 2477 more files in changeset.