[Rt-commit] [rtir] branch master updated (8aa86ee -> 415f9f1)
Kevin Falcone
falcone at bestpractical.com
Tue Mar 25 13:08:06 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a change to branch master
in repository rtir.
from 8aa86ee Merge branch '2.9/bundle-net-whois-ripe' into 2.9-trunk
adds a5acd00 Clean up the MANIFEST
adds d0bef1b Provide a 'make snapshot'
adds 2a953fd release 3.0.0rc2
adds 3814d6e search menu tests for 2.9/edit-search-regressions
adds 2b19501 Merge branch '3.0/search-menu-tests' into 3.0.0-releng
adds cd3cfa8 Reduce our extra Query Args when pulling from the session.
adds 6e91c4e Better explain the actual behavior of this option.
adds 2a38e0f Restore removed simple search by id.
adds aea995f Merge branch '3.0/simple-search-ticket-redirect' into 3.0.0-releng
adds 5b033a3 Bump version for 3.0.0rc3
adds 7e62153 Now that 4.0.14 is real, require it.
adds 3b5dd0c Add in accidentally skipped files (missed the $ so the .in files were missed)
adds 7f997dd in case $Query already includes $BaseQuery
adds 3068ab7 avoid unnecessary parens when $BaseQuery and $Query are not both set
adds bcf95f0 Merge branch '3.0/search-query-tweak' into 3.0.0-releng
adds 3ca7631 Add in the required ON Transactions clause.
adds 96089f4 Bump version for 3.0.0rc4
adds 9b32fdb bump version for 3.0.0
adds 68a3e8a Merge branch '3.0.0-releng' into 3.0-trunk
adds d90458e Update drop index command to reference OCFV table
adds f0e17eb Merge branch '3.0/fix-upgrade-drop-index-command' into 3.0-trunk
adds 53612b7 Add RTIR search result page to CSRF whitelist
adds dd6070e Merge branch '3.0/whitelist-rtir-search-results' into 3.0-trunk
adds 7936d72 Update Copyright for 2014
adds 0c94705 Switch to all_from to quiet a MakeMaker warnings
adds 5da584f Upgrade and use Module::Install::RTx::rt_too_new
adds bd18d4f New ModifyQuery and AfterResults callbacks for homepage.
adds c5bcfe5 improved documentation about advanced constituencies
adds f6dcd4c typo
adds 3d21268 Improve our Dependent Subclause
adds 63045f1 There's no need to sort the subselect
adds ccac566 Merge branch '3.0/2.9.0-upgrade-performance' into 3.0-trunk
adds 326ba23 Use $Ticket->SubjectTag rather than reimplementing it
adds b85f168 Merge branch '3.0/subjecttag' into 3.0-trunk
adds 9b49c1b Provide a parallel-test target
adds ec305bb Refactor to store the ticket type
adds ca41f89 Start returning early if we're acting on a non-RTIR ticket.
adds 212cea7 Merge branch '3.0/disable-rtir-linking-outside-rtir-queues' into 3.0-trunk
adds 434e2c4 Running core's extract-message-catalog
adds ea06d3d Merge branch '3.0/updated-translations' into 3.0-trunk
adds 10520d7 Regression from 9b49c1b65
adds 33e2906 Pass Placeholder to SimpleSearch
adds 12a738d Ignore dist detritus
adds 99f8762 bump version to 3.0.1rc1
adds 687540b Pass QueueObj, otherwise ArticlesOnCreate doesn't work
adds 1f5fb2a Every time Queue::HasRight was checked, we loaded Queues from the DB
adds 97a2444 Merge branch '3.0/cache-queues-hasright' into 3.0-trunk
new 415f9f1 Merge branch '3.0-trunk'
The 1 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:
.gitignore | 1 +
MANIFEST | 15 +-
MANIFEST.SKIP | 9 +-
META.yml | 2 +-
Makefile.PL | 21 +-
README | 2 +-
docs/Constituencies.pod | 12 +-
docs/UPGRADING | 2 +-
docs/UPGRADING-2.6 | 2 +-
docs/UPGRADING-3.0 | 24 +-
etc/RTIR_Config.pm | 7 +-
etc/initialdata | 6 +-
etc/upgrade/2.5.1/update_saved_searches.pl.in | 2 +-
etc/upgrade/2.9.0/content | 6 +-
etc/upgrade/upgrade.pl.in | 2 +-
.../Elements/EditCustomField/EditComponentName | 2 +-
html/Callbacks/RTIR/Elements/Header/Default | 2 +-
html/Callbacks/RTIR/Elements/MakeClicky/Default | 42 +-
html/Callbacks/RTIR/Elements/QueueSummary/Filter | 2 +-
.../RTIR/Elements/RT__Ticket/ColumnMap/Once | 2 +-
.../RTIR/Elements/SelectOwner/UpdateObjectList | 2 +-
html/Callbacks/RTIR/Elements/Tabs/Privileged | 10 +-
html/Callbacks/RTIR/NoAuth/css/base/main.css/End | 2 +-
.../RTIR/Search/Elements/PickBasics/Default | 2 +-
html/Callbacks/RTIR/Search/Results.html/Initial | 2 +-
html/Callbacks/RTIR/Ticket/Create.html/Default | 2 +-
html/Callbacks/RTIR/Ticket/Display.html/Initial | 2 +-
.../Elements/EditCustomFields/MassageCustomFields | 2 +-
.../Ticket/Elements/ShowHistory/SkipTransaction | 2 +-
html/Callbacks/RTIR/autohandler/Default | 2 +-
html/NoAuth/css/RTIR/base/main.css | 2 +-
html/NoAuth/css/RTIR/base/misc.css | 2 +-
html/RTIR/Advanced.html | 2 +-
html/RTIR/Create.html | 5 +-
html/RTIR/Display.html | 2 +-
html/RTIR/Edit.html | 2 +-
html/RTIR/EditUsername | 2 +-
html/RTIR/Elements/AddWatchers | 2 +-
html/RTIR/Elements/AttachReports | 2 +-
html/RTIR/Elements/DueIncidents | 3 +-
html/RTIR/Elements/EditConstituency | 2 +-
html/RTIR/Elements/EditCustomFields | 2 +-
html/RTIR/Elements/EditDates | 2 +-
html/RTIR/Elements/EditPeople | 2 +-
html/RTIR/Elements/EditRTIRField | 2 +-
html/RTIR/Elements/Header | 2 +-
html/RTIR/Elements/MergeWith | 2 +-
html/RTIR/Elements/NewReports | 3 +-
html/RTIR/Elements/NobodyDueIncidents | 3 +-
html/RTIR/Elements/PickRestriction | 2 +-
html/RTIR/Elements/Refresh | 2 +-
html/RTIR/Elements/SelectIncident | 2 +-
html/RTIR/Elements/ShowArticles | 2 +-
html/RTIR/Elements/ShowChildren | 3 +-
html/RTIR/Elements/ShowDates | 2 +-
html/RTIR/Elements/ShowIncidents | 2 +-
html/RTIR/Elements/ShowPeople | 2 +-
html/RTIR/Elements/ShowRTIRField | 2 +-
html/RTIR/Elements/TransactionData | 2 +-
html/RTIR/Elements/UpdateData | 2 +-
html/RTIR/Elements/UserDueIncidents | 3 +-
html/RTIR/Forward.html | 2 +-
html/RTIR/GnuPG.html | 2 +-
html/RTIR/Incident/BulkAbandon.html | 2 +-
html/RTIR/Incident/Children/index.html | 2 +-
html/RTIR/Incident/Create.html | 2 +-
html/RTIR/Incident/Display.html | 3 +-
html/RTIR/Incident/Elements/Create | 3 +-
html/RTIR/Incident/Elements/ReplyForm | 2 +-
html/RTIR/Incident/Elements/ShowChildren | 2 +-
html/RTIR/Incident/Reply/Refine.html | 2 +-
html/RTIR/Incident/Reply/index.html | 2 +-
html/RTIR/Incident/Split.html | 2 +-
html/RTIR/Investigation/Elements/Create | 2 +-
html/RTIR/Link/Articles.html | 2 +-
html/RTIR/Link/FromIncident/Refine.html | 2 +-
html/RTIR/Link/FromIncident/index.html | 2 +-
html/RTIR/Link/ToIncident/Refine.html | 2 +-
html/RTIR/Link/ToIncident/index.html | 2 +-
html/RTIR/Merge/Refine.html | 2 +-
html/RTIR/Merge/index.html | 2 +-
html/RTIR/Prefs/Home.html | 2 +-
html/RTIR/Report/BulkReject.html | 2 +-
html/RTIR/Reporting/Report.html | 2 +-
html/RTIR/Reporting/Report.tsv | 2 +-
html/RTIR/Reporting/Report.txt | 2 +-
html/RTIR/Reporting/index.html | 2 +-
html/RTIR/Search/Elements/BuildQuery | 3 +-
html/RTIR/Search/Elements/ProcessQuery | 2 +-
html/RTIR/Search/Elements/RefinePage | 2 +-
html/RTIR/Search/Elements/ShowResults | 9 +-
html/RTIR/Search/Refine.html | 2 +-
html/RTIR/Search/Reporting.html | 11 +-
html/RTIR/Search/Results.html | 10 +-
html/RTIR/Search/index.html | 2 +-
html/RTIR/ShowUser | 2 +-
html/RTIR/Split.html | 3 +-
html/RTIR/Tools/Elements/GetEmailFromIP | 2 +-
html/RTIR/Tools/Elements/LookupRelatedTickets | 2 +-
html/RTIR/Tools/Elements/LookupSummary | 3 +-
html/RTIR/Tools/Elements/SelectWhoisServer | 2 +-
html/RTIR/Tools/Elements/ToolFormIframe | 2 +-
html/RTIR/Tools/Elements/ToolFormTraceroute | 2 +-
html/RTIR/Tools/Elements/ToolFormWhois | 2 +-
html/RTIR/Tools/Elements/ToolResultsIframe | 2 +-
html/RTIR/Tools/Elements/ToolResultsWhois | 2 +-
html/RTIR/Tools/Elements/Tools | 2 +-
html/RTIR/Tools/Lookup.html | 2 +-
html/RTIR/Tools/ScriptedAction.html | 2 +-
html/RTIR/Tools/Traceroute.html | 2 +-
html/RTIR/Tools/index.html | 2 +-
html/RTIR/Update.html | 2 +-
html/RTIR/index.html | 7 +-
inc/Module/Install/RTx.pm | 60 +-
inc/Module/Install/RTx/Factory.pm | 3 +
lib/RT/Action/RTIR.pm | 2 +-
lib/RT/Action/RTIR_Activate.pm | 2 +-
lib/RT/Action/RTIR_ChangeChildOwnership.pm | 2 +-
lib/RT/Action/RTIR_ChangeParentOwnership.pm | 2 +-
lib/RT/Action/RTIR_FindIP.pm | 2 +-
lib/RT/Action/RTIR_MergeIPs.pm | 2 +-
lib/RT/Action/RTIR_OpenParent.pm | 2 +-
lib/RT/Action/RTIR_ResolveChildren.pm | 2 +-
lib/RT/Action/RTIR_SetBlockStatus.pm | 2 +-
lib/RT/Action/RTIR_SetConstituency.pm | 2 +-
lib/RT/Action/RTIR_SetConstituencyGroup.pm | 2 +-
lib/RT/Action/RTIR_SetDueIncident.pm | 2 +-
lib/RT/Action/RTIR_SetHowReported.pm | 2 +-
lib/RT/Action/RTIR_SetIncidentResolution.pm | 2 +-
lib/RT/Condition/RTIR.pm | 2 +-
lib/RT/Condition/RTIR_CustomerResponse.pm | 2 +-
lib/RT/Condition/RTIR_LinkingToIncident.pm | 2 +-
lib/RT/Condition/RTIR_Merge.pm | 2 +-
lib/RT/Condition/RTIR_RequireConstituencyChange.pm | 2 +-
.../RTIR_RequireConstituencyGroupChange.pm | 2 +-
lib/RT/Condition/RTIR_RequireDueChange.pm | 2 +-
lib/RT/Condition/RTIR_RequireReportActivation.pm | 2 +-
lib/RT/Condition/RTIR_StaffResponse.pm | 2 +-
lib/RT/IR.pm | 32 +-
lib/RT/IR/Config.pm | 2 +-
lib/RT/IR/Test.pm.in | 2 +-
lib/RT/IR/Test/Web.pm | 2 +-
po/rtir.pot | 1078 ++++++++------------
t/searches/menu.t | 214 ++++
t/searches/simple.t | 8 +-
145 files changed, 1013 insertions(+), 833 deletions(-)
create mode 100644 t/searches/menu.t
More information about the rt-commit
mailing list