Mailing List Archive

rt branch 5.0-trunk updated. rt-5.0.5-94-gd45c955023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0-trunk has been updated
via d45c9550230e1e1998e1da747799bdcf780dd0a0 (commit)
via 55602342116f3f3f14d4b2d8f56d6389b842a699 (commit)
via fc23d61855943cfd7199a65b970194d6362ca6b5 (commit)
via 7fba78828163a38b7848e99468d47ed06bcf00af (commit)
via 3b8bd556682507b00272dd7ddfe10d4ff1625d2a (commit)
via 9d70f8c98e6147848489afd9c2bee9b874a5a089 (commit)
via 65198de31631dcc07d494127c46545c5db519c48 (commit)
via a21a3c605215eb1487d015bd08ca6eeae32aadb3 (commit)
via cea4882b0ca1fddb217424fcfe908b4caea8e51a (commit)
via bbbb0fb0cad62aed2583e82022153f80f893b978 (commit)
via 3ba13e5819fcba098318f22f51e4233a232c3dd7 (commit)
via 7ac429de584d5fa8def554c576f9505e3727eb4a (commit)
from 2ee360a375360a94f63c67fabcc84be0144d38ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
Dockerfile | 2 +-
etc/cpanfile | 2 +-
lib/RT/CustomField.pm | 20 +
lib/RT/Interface/Web/MenuBuilder.pm | 3 +
lib/RT/{Report/Tickets.pm => Report.pm} | 789 ++++--------
lib/RT/Report/{Tickets => }/Entry.pm | 29 +-
lib/RT/Report/Tickets.pm | 1268 +-------------------
lib/RT/Report/Tickets/Entry.pm | 154 +--
lib/RT/Report/Transactions.pm | 135 +++
.../Transactions/Entry.pm} | 6 +-
lib/RT/SearchBuilder.pm | 47 +-
lib/RT/Tickets.pm | 50 +-
share/html/Elements/ShowSearch | 1 +
share/html/Search/Chart | 7 +-
share/html/Search/Chart.html | 24 +-
share/html/Search/Elements/Chart | 7 +-
share/html/Search/Elements/ChartTable | 1 +
share/html/Search/Elements/EditSearches | 2 +-
share/html/Search/Elements/SelectChartFunction | 10 +-
share/html/Search/Elements/SelectGroupBy | 9 +-
.../html/Search/Elements/SelectSearchesForObjects | 1 +
share/html/Search/JSChart | 11 +-
share/html/Widgets/SavedSearch | 2 +
t/charts/calculate-numeric-cf.t | 177 +++
t/charts/txn.t | 185 +++
t/ticket/search_by_cf_numeric.t | 63 +
t/web/charting.t | 9 +
t/web/custom_frontpage.t | 15 +
t/web/saved_search_chart.t | 29 +
29 files changed, 1025 insertions(+), 2033 deletions(-)
copy lib/RT/{Report/Tickets.pm => Report.pm} (62%)
copy lib/RT/Report/{Tickets => }/Entry.pm (89%)
create mode 100644 lib/RT/Report/Transactions.pm
copy lib/RT/{Interface/Web/QueryBuilder.pm => Report/Transactions/Entry.pm} (96%)
create mode 100644 t/charts/calculate-numeric-cf.t
create mode 100644 t/charts/txn.t
create mode 100644 t/ticket/search_by_cf_numeric.t


hooks/post-receive
--
rt
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
https://lists.bestpractical.com/mailman/listinfo/rt-commit