Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-30 | typo. 'use', not 'se'. | khoff | |
2005-03-30 | Test script to add pre-history table history records. | khoff | |
2005-03-30 | according to landel CP no longer supports changing username | ivan | |
2005-03-30 | separate out referring customer info to optional section, add a note on ↵ | ivan | |
setting the agentnum via templte | |||
2005-03-30 | fix ambiguous column error when selecting by credit card, fixes: Bug#1189 | ivan | |
2005-03-29 | better self-service debugging, don't point to install.html for suEXEC/setuid ↵ | ivan | |
in self-service setup docs | |||
2005-03-29 | A few RT_External fixes. | khoff | |
2005-03-29 | 'require' not 'use' Fax::Hylafax::Client so it's an optional requirement. | khoff | |
2005-03-27 | allow & in bank names | ivan | |
2005-03-27 | svc_Common / svc_acct child_objects can now set an alternate field for the ↵ | ivan | |
svcnum, for things like forwards | |||
2005-03-26 | fc3 | ivan | |
2005-03-23 | new RT requires Tree::Simple too | ivan | |
2005-03-23 | add HTML::Scrubber to rt install/upgrade docs | ivan | |
2005-03-22 | small fix for indices in upgrade instructions, found by s5 | ivan | |
2005-03-21 | Added support for FAX invoice destinations using a HylaFAX server. | khoff | |
Faxing plain text invoices is not supported. | |||
2005-03-21 | Forgot to load up the conf. | pbowen | |
2005-03-19 | Fixed a few things: -PB | pbowen | |
1. Fixed a nasty bug that would clear the payinfo if the private key was not available. 2. Set the default module for encrypt/decrypt to be Crypt::OpenSSL::RSA. 3. Added a die and error message so that it doesn't just pass around plaintext if the encryption engine is broken or missing. 4. Added code so that the masked payinfo is handled correctly in the case that it is blank and it cannot be generated (encrypted payinfo) | |||
2005-03-18 | Added encrypted fields for Credit Cards, etc... - PB | pbowen | |
2005-03-18 | Added a few additional recurrences for domain billing | pbowen | |
2005-03-18 | Fixed a small bug... if replace is called by SUPER, @_ == 1 if it only ↵ | pbowen | |
contains an undef. -PB | |||
2005-03-18 | selfservice uses HTML::Entities | ivan | |
2005-03-18 | no idea why this is only showing up on freebsd install | ivan | |
2005-03-18 | sorry it was late | ivan | |
2005-03-17 | Documentation tyop. | khoff | |
2005-03-17 | Freeside side uses MIME-tools now | ivan | |
2005-03-17 | Added options invoice_email_pdf and invoice_email_pdf_note. | khoff | |
invoice_email_pdf - Attach PDF invoice to emailed plain text invoices. invoice_email_pdf_note - Replace plain text invoice with this note, when attaching a PDF. | |||
2005-03-16 | fix regionselector for CR in region names for some reason | ivan | |
2005-03-15 | Missing semicolon. | khoff | |
2005-03-13 | and store the refund correctly | ivan | |
2005-03-13 | when refunding against a specific card payment, use the card details from ↵ | ivan | |
the payment instead of the customer record | |||
2005-03-13 | add some additional debugging to refunds | ivan | |
2005-03-12 | popurl(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-12 | - bring prepaid support into this century (close: Bug#1124) | ivan | |
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing | |||
2005-03-12 | - bring prepaid support into this century (close: Bug#1124) | ivan | |
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing | |||
2005-03-11 | update list of modified files | ivan | |
2005-03-11 | merging | ivan | |
2005-03-11 | note about RT_External | ivan | |
2005-03-11 | Reorganized 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. | |||
2005-03-10 | Add the ability to do freeside configuration lookups through the XMLRPC ↵ | khoff | |
interface. | |||
2005-03-10 | ports is a steaming pile | ivan | |
2005-03-10 | arg | ivan | |
2005-03-10 | add Frontier::RPC to docs too | ivan | |
2005-03-10 | add IO-stringy (IO::Scalar) to instructions | ivan | |
2005-03-10 | fine. | ivan | |
2005-03-10 | fixes package editing problem with extraneous services showing up, closes: ↵ | ivan | |
Bug#1170 | |||
2005-03-10 | freebsd bs | ivan | |
2005-03-09 | add complete apache config instructions for RT, closes: Bug#1031 | ivan | |
2005-03-09 | preliminary RT docs | ivan | |
2005-03-08 | Don't require that the method results be FS::Record descendant objects. If ↵ | khoff | |
they are, we map them to hashrefs. Otherwise we return them verbatim and hope (maybe check) that they're scalars, hashrefs, or arrayrefs. | |||
2005-03-08 | Minor re-work to allow for pseudo methods, like 'version', and eventually ↵ | khoff | |
config look-ups (next commit). |