summaryrefslogtreecommitdiff
path: root/rt/lib/RT/URI/freeside/Internal.pm
AgeCommit message (Collapse)Author
2017-06-21fix RT vs v4-style location-less customersIvan Kohler
2015-11-25add service location to RT ticket search, #19154Mark Wells
2015-11-24add billing address fields to RT ticket search, #19154Mark Wells
2013-09-27clean up invalid ticket links on upgrade, #25067Mark Wells
2013-09-27prevent nonexistent customer links from breaking ticket display, #25063Mark Wells
2013-01-03more reasonable solution for #17067Mark Wells
2012-12-20improve display of ticket service links, #17067Mark Wells
2012-04-17link tickets to services, #17067Mark Wells
2012-02-19improve customer field access in RT queries, #16490mark
2012-02-17search tickets by customer advertising source, #16490mark
2011-09-08fix redefine warnings again, #13853mark
2011-09-07future ticket resolve fixes, #13583mark
2011-04-08display customer agent, class, tag in ticket search, #8784mark
2010-09-17refactor giant cust_main.pm a little in preparation of adding API methods ↵ivan
for maestro, RT#9967
2008-06-02badly placed small_custview all of a sudden causing fatal errors?! wtfivan
2008-04-01last bit of magic for RT ticket customer auto-association: look for ↵ivan
requestor email addresses in cust_main_invoice and svc_acct, closes; RT#1160
2005-09-22should fix problem with empty (dir-less) Conf showing upivan
2005-05-14fixup RT integration grr!ivan
2005-03-12popurl(3) won't give us a good freeside base url since RT calls it from ↵ivan
multiple directory depths... have to specify explicity, like external integration
2005-03-11Reorganized RT->Freeside integration to support Internal (single RT/Freeside ↵khoff
database) and XMLRPC interfaces. All the UI stuff is handled the same either way. Integration type is changed by setting $RT::URI::freeside::IntegrationType to either 'Internal' or 'XMLRPC' in your RT_SiteConfig.pm.