| Age | Commit message (Collapse) | Author | 
|---|
|  | changing on svc_acct view, linking changes svcpart if you ask it to, closes: Bug#671, Bug#644 | 
|  |  | 
|  |  | 
|  |  | 
|  | payment | 
|  |  | 
|  | form submissions? | 
|  |  | 
|  | "stealing" services with link unless you set legacy_link-steal config option, closes: Bug#321 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | redirect back to top of customer view page instead of #history tag | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | some global.asa / handler.pl enhancements | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | - easier "change package" link for changing one package to another
  - sqlradius export now compatible with Pg
  - indices on phone numbers
  - install instructions specify Pg 7.1 (at least until ILIKE thing is changed)
  - searching on phone number fragments | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | transition (closes: Bug#375)
- fixes a nasty export scoping bug with message catalogs, whew | 
|  | part_export is now properly many-to-many, not one-to-many
still need to finish service editing (choosing exports) in
httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi
and do somethinga about that manual $svcdb = 'svc_acct' in
httemplate/edit/part_export.cgi (do part_export records need a svcdb?
probably not... should be able to just pass an svcdb on creation of new
exports, move the big %exports hash into part_export.pm and allow
httemplate/edit/part_svc.cgi to query it for exports that can apply to a given
svcdb.... |