[Rt-commit] [rtir] branch 3.4/remove_old_constituencies updated (b405c07 -> dbff1b5)
Jesse Vincent
jesse at bestpractical.com
Wed Feb 18 20:55:01 EST 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a change to branch 3.4/remove_old_constituencies
in repository rtir.
from b405c07 remove unused variable
new a8ba4ee Start to factor hardcoded lifecycle names out of RTIR application code
new ed53652 Convert LookupSummary to use the new lifecycle name helpers
new 1fb87a4 Add pseudocode for the new create_constituency script
new 3a889dd SKIP constituency test until constituencies are rebuilt
new 7227838 Fix the lifecycle names in the new helpers
new f34dcdc First pass at beginning to refactor the main RTIR ticket creation page
new 4414f81 Minor refactoring to remove temp variables
new 37bc5b9 Add a comment
new ed6463d MakeClicky tests were inaccurate and had been failing pretty consistently
new c954bdc Update Reporting to use lifecycle name helpers
adds 73b4138 MakeClicky tests were inaccurate and had been failing pretty consistently
adds a059536 Fix a few places where RTIR used Mason's redirect
new 42c4319 Merge branch '3.2/use-rt-redirect' into 3.4/remove_old_constituencies
new 5af3ada Add a (not yet correct) element for RTIR queue selection
new be92bbe Begin to switch the RTIR editor to using the lifecycle name helpers
new dbff1b5 Add a queue selection widget to the default RTIR create screen
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bin/create_constituency | 20 +++++
html/RTIR/Create.html | 93 ++++++++++++----------
html/RTIR/Edit.html | 26 +++---
.../Header/Head => RTIR/Elements/SelectRTIRQueue} | 20 +++--
html/RTIR/Incident/Create.html | 6 +-
html/RTIR/Merge/index.html | 21 +++--
html/RTIR/Reporting/Report.html | 8 +-
html/RTIR/Reporting/index.html | 2 +-
html/RTIR/Search/Elements/ProcessQuery | 3 +-
html/RTIR/Tools/Elements/LookupSummary | 19 +++--
lib/RT/IR.pm | 6 ++
t/015-make-clicky.t | 41 +++++++---
t/constituency/acl.t | 2 +-
t/constituency/basics.t | 1 +
t/constituency/email.t | 1 +
t/constituency/email_outgoing.t | 1 +
t/constituency/propagation-inherit.t | 1 +
t/constituency/propagation-no.t | 1 +
t/constituency/propagation-reject.t | 1 +
t/constituency/visibility.t | 1 +
20 files changed, 170 insertions(+), 104 deletions(-)
create mode 100644 bin/create_constituency
copy html/{Callbacks/RTIR/Elements/Header/Head => RTIR/Elements/SelectRTIRQueue} (82%)
More information about the rt-commit
mailing list