freeside.git
16 years ago*** empty log message ***
ivan [Sun, 30 Sep 2007 00:22:02 +0000 (00:22 +0000)]
*** empty log message ***

16 years agofix ambiguous agentnum errors in cust_event.html & report_tax.cgi (provide a table...
ivan [Sat, 29 Sep 2007 02:17:48 +0000 (02:17 +0000)]
fix ambiguous agentnum errors in cust_event.html & report_tax.cgi (provide a table option in access_user::agentnums_sql so this is easy to fix for other reports too)

16 years agoFixes a bug where retry_realtime isn't limiting to that user's events, therefore...
jayce [Fri, 28 Sep 2007 00:33:16 +0000 (00:33 +0000)]
Fixes a bug where retry_realtime isn't limiting to that user's events, therefore selecting all retryable events, and having to filter later.  On a system with a running history, this caused bad O() types of situations for performance, especially bad when this was called by something that a user would be awaiting feedback from

16 years agoCleanup qsearch for readability, removes heinous map {} of several hundred lines...
jayce [Fri, 28 Sep 2007 00:19:50 +0000 (00:19 +0000)]
Cleanup qsearch for readability, removes heinous map {} of several hundred lines into two simple method calls

16 years agohide fixed passwords
jeff [Thu, 27 Sep 2007 21:26:50 +0000 (21:26 +0000)]
hide fixed passwords

16 years agoMulti-System Billing:
jayce [Thu, 27 Sep 2007 18:24:33 +0000 (18:24 +0000)]
Multi-System Billing:
with a -m flag, daily will queue billing jobs instead of running each.  freeside-queued will then pick it up, allowing multiple simultaneous jobs to run, as well as multiple machines.
Also adds a 'Secure' column to the queue system, allowing for billing jobs to define themselves as 'secure only' in cases where a box might be using the encryption.  This allows you to
 run secure only jobs (such as a collect) on boxes that can.

16 years agoInitial import.
jayce [Wed, 26 Sep 2007 19:27:23 +0000 (19:27 +0000)]
Initial import.
Condition tests to see if the Invoice bills for a particular service.

16 years agoEvent loop changes after initial creation caused this to never trigger, as the event...
jayce [Wed, 26 Sep 2007 19:24:40 +0000 (19:24 +0000)]
Event loop changes after initial creation caused this to never trigger, as the event loop creates a 'NEW' record, as a placeholder.  We need to not die from that.

16 years agofix package browse query, doh
ivan [Wed, 26 Sep 2007 16:06:55 +0000 (16:06 +0000)]
fix package browse query, doh

16 years agoself-service support usage improvements (1733)
jeff [Mon, 24 Sep 2007 15:47:52 +0000 (15:47 +0000)]
self-service support usage improvements (1733)

16 years agobeginning of agent-virtualization of packages
ivan [Mon, 24 Sep 2007 00:56:50 +0000 (00:56 +0000)]
beginning of agent-virtualization of packages

16 years agoi think this is a bug; should not show the svc_www.usersvc selector unless it is...
ivan [Sun, 23 Sep 2007 23:17:33 +0000 (23:17 +0000)]
i think this is a bug; should not show the svc_usersvc selector unless it is non-fixed or non-blank, NOT non-fixed or blank

16 years agoremove compat with pre-0.33 DBIx::DBSchema
ivan [Sun, 23 Sep 2007 23:16:27 +0000 (23:16 +0000)]
remove compat with pre-0.33 DBIx::DBSchema

16 years agoaccounts w/time remaining search
ivan [Sun, 23 Sep 2007 20:21:09 +0000 (20:21 +0000)]
accounts w/time remaining search

16 years agoaccounts w/time remaining search
ivan [Sun, 23 Sep 2007 20:00:05 +0000 (20:00 +0000)]
accounts w/time remaining search

16 years agoaccounts w/time remaining search
ivan [Sun, 23 Sep 2007 19:54:37 +0000 (19:54 +0000)]
accounts w/time remaining search

16 years agoremove extraneous blank line causing Excel exports to fail
ivan [Sun, 23 Sep 2007 19:18:31 +0000 (19:18 +0000)]
remove extraneous blank line causing Excel exports to fail

16 years agoaccounts w/time remaining search
ivan [Sun, 23 Sep 2007 18:32:28 +0000 (18:32 +0000)]
accounts w/time remaining search

16 years agofix menubar border in example self-service template
ivan [Sat, 22 Sep 2007 22:45:30 +0000 (22:45 +0000)]
fix menubar border in example self-service template

16 years agoimprove config UI, especially for textareas
ivan [Sat, 22 Sep 2007 21:31:13 +0000 (21:31 +0000)]
improve config UI, especially for textareas

16 years agoUI
ivan [Sat, 22 Sep 2007 19:40:37 +0000 (19:40 +0000)]
UI

16 years agohave to import tld_exists function if we're going to use it
ivan [Sat, 22 Sep 2007 19:03:34 +0000 (19:03 +0000)]
have to import tld_exists function if we're going to use it

16 years agoadd a list of any hosts associated with accounts
ivan [Sat, 22 Sep 2007 18:27:21 +0000 (18:27 +0000)]
add a list of any hosts associated with accounts

16 years agofix problems with time queue search: ticket subjects need to be HTML-escaped, 'remain...
ivan [Fri, 21 Sep 2007 02:24:31 +0000 (02:24 +0000)]
fix problems with time queue search: ticket subjects need to be HTML-escaped, 'remaining time' calculation had a NULL vs 0 issue, and link to tickets

16 years agowe need SearchBuilder 1.48 to avoid annoying Pg bugs causing "This user's 10 highest...
ivan [Wed, 19 Sep 2007 22:38:55 +0000 (22:38 +0000)]
we need SearchBuilder 1.48 to avoid annoying Pg bugs causing "This user's 10 highest priority tickets" to be blank

16 years agosupport custom priorities
jeff [Wed, 19 Sep 2007 00:27:43 +0000 (00:27 +0000)]
support custom priorities

16 years agofix at least one small problem with reprint/email/fax functionality: now should under...
ivan [Wed, 19 Sep 2007 00:12:05 +0000 (00:12 +0000)]
fix at least one small problem with reprint/email/fax functionality: now should understand the "most recent invoice per customer" and invoice # min/max options

16 years agofix advertising source stickiness when page is reloaded with an error
ivan [Tue, 18 Sep 2007 23:19:28 +0000 (23:19 +0000)]
fix advertising source stickiness when page is reloaded with an error

16 years agoMyTicketsLength has been replaced with an official upstream config
ivan [Tue, 18 Sep 2007 22:51:21 +0000 (22:51 +0000)]
MyTicketsLength has been replaced with an official upstream config

16 years agoand parens help alot, doh
ivan [Tue, 18 Sep 2007 21:41:13 +0000 (21:41 +0000)]
and parens help alot, doh

16 years agofix svc_broadband search by svcpart (links from browse/part_svc, in particular
ivan [Tue, 18 Sep 2007 21:37:34 +0000 (21:37 +0000)]
fix svc_broadband search by svcpart (links from browse/part_svc, in particular

16 years agoadd missing column access_user_pref.expiration
ivan [Tue, 18 Sep 2007 17:07:10 +0000 (17:07 +0000)]
add missing column access_user_pref.expiration

16 years agoallow assignment of auto recharge values AND rollover
jeff [Tue, 18 Sep 2007 06:32:51 +0000 (06:32 +0000)]
allow assignment of auto recharge values AND rollover

16 years agoauto commit for vacuum
jeff [Tue, 18 Sep 2007 06:07:09 +0000 (06:07 +0000)]
auto commit for vacuum

16 years agoclose table tag; fix spacing
ivan [Tue, 18 Sep 2007 00:21:01 +0000 (00:21 +0000)]
close table tag; fix spacing

16 years agofix scoping issues with $1 and $2 resulting in payinfo trying getting set to xxEK...
ivan [Mon, 17 Sep 2007 21:12:58 +0000 (21:12 +0000)]
fix scoping issues with $1 and $2 resulting in payinfo trying getting set to xxEK, thanks to _vlad_ for tracking this down and providing a fix

16 years agoelaborate on ambiguous instructions
ivan [Mon, 17 Sep 2007 20:52:23 +0000 (20:52 +0000)]
elaborate on ambiguous instructions

16 years agoFix 'Can't use an undefined value as an ARRAY reference at /usr/local/share/perl...
ivan [Fri, 14 Sep 2007 03:45:39 +0000 (03:45 +0000)]
Fix 'Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.8.8/FS/cust_main.pm line 4383.' error

16 years agofix visual glitch on "RT at a glance" / Ticketing main
ivan [Fri, 14 Sep 2007 03:31:05 +0000 (03:31 +0000)]
fix visual glitch on "RT at a glance" / Ticketing main

16 years agoturn off Text::Quoted usage, it segfaults and its optional
ivan [Fri, 14 Sep 2007 02:14:07 +0000 (02:14 +0000)]
turn off Text::Quoted usage, it segfaults and its optional

16 years agomake boxes distinct from the background
ivan [Thu, 13 Sep 2007 23:45:57 +0000 (23:45 +0000)]
make boxes distinct from the background

16 years agorename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its...
ivan [Thu, 13 Sep 2007 22:35:20 +0000 (22:35 +0000)]
rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its something that hangs off of an svc_acct (like an acct_snarf).  thank goodness was able to do this before its any sort of migration problem...

16 years agorandom indentation fix
ivan [Thu, 13 Sep 2007 22:25:33 +0000 (22:25 +0000)]
random indentation fix

16 years agosome notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now drop them...
ivan [Thu, 13 Sep 2007 22:25:04 +0000 (22:25 +0000)]
some notes about old part_svc columns, since DBIx::DBSchema 0.33+ will now drop them...

16 years agotoo little, too late attempt at spam reduction
ivan [Thu, 13 Sep 2007 22:24:32 +0000 (22:24 +0000)]
too little, too late attempt at spam reduction

16 years agofix status color on customer list
ivan [Thu, 13 Sep 2007 22:05:55 +0000 (22:05 +0000)]
fix status color on customer list

16 years agoclean up some unused code
ivan [Thu, 13 Sep 2007 22:05:31 +0000 (22:05 +0000)]
clean up some unused code

16 years agoadd better inline docs explaining fields on customer CSV import
ivan [Thu, 13 Sep 2007 20:16:14 +0000 (20:16 +0000)]
add better inline docs explaining fields on customer CSV import

16 years agoit would help to check this in.
ivan [Thu, 13 Sep 2007 02:44:44 +0000 (02:44 +0000)]
it would help to check this in.

16 years agodon't want a fatal error when we can't fetch the name for a queue...
ivan [Wed, 12 Sep 2007 20:40:15 +0000 (20:40 +0000)]
don't want a fatal error when we can't fetch the name for a queue...

16 years agofreeside-migrate-events now moves event options, whew
ivan [Wed, 12 Sep 2007 05:38:38 +0000 (05:38 +0000)]
freeside-migrate-events now moves event options, whew

16 years agofix problems migrating weird statustext from cust_bill_event records
ivan [Wed, 12 Sep 2007 04:23:53 +0000 (04:23 +0000)]
fix problems migrating weird statustext from cust_bill_event records

16 years agoprevent (less than) and (greater than) in statustext message (or anything else weird...
ivan [Wed, 12 Sep 2007 04:23:26 +0000 (04:23 +0000)]
prevent (less than) and (greater than) in statustext message (or anything else weird) from causing them not to get inserted

16 years agofix for freeside-migrate-events bug that would throw a duplicate row error instead...
ivan [Wed, 12 Sep 2007 04:20:14 +0000 (04:20 +0000)]
fix for freeside-migrate-events bug that would throw a duplicate row error instead of completing the migration

16 years agofix "Useless use of a variable in void context at /usr/local/share/perl/5.8.8/FS...
ivan [Wed, 12 Sep 2007 03:39:15 +0000 (03:39 +0000)]
fix "Useless use of a variable in void context at /usr/local/share/perl/5.8.8/FS/svc_domain.pm line 367." that might have possible set an incorrest svc_domain.suffix

16 years agoadd cust_main-require_phone and cust_main-require_invoicing_list_email options
ivan [Tue, 11 Sep 2007 01:33:50 +0000 (01:33 +0000)]
add cust_main-require_phone and cust_main-require_invoicing_list_email options

16 years agobetter default paydate for letters
ivan [Tue, 11 Sep 2007 00:28:03 +0000 (00:28 +0000)]
better default paydate for letters

16 years agodefault cancellation subject so the emails work even when people don't set one in...
ivan [Fri, 7 Sep 2007 03:45:16 +0000 (03:45 +0000)]
default cancellation subject so the emails work even when people don't set one in config

16 years agotweak debugging
ivan [Fri, 7 Sep 2007 03:36:13 +0000 (03:36 +0000)]
tweak debugging

16 years agofix bug where user could log in to RADIUS with uppercase usernameand avoid bandwidth...
ivan [Thu, 23 Aug 2007 08:23:29 +0000 (08:23 +0000)]
fix bug where user could log in to RADIUS with uppercase usernameand avoid bandwidth acconting (mysql is case-insensitive?  wtf!  thanks a fucking lot for nothing, grr!)

16 years agomiss use
jeff [Fri, 17 Aug 2007 14:01:08 +0000 (14:01 +0000)]
miss use

16 years agoaccess control
jeff [Fri, 17 Aug 2007 13:59:36 +0000 (13:59 +0000)]
access control

16 years agoremove redunant redundancy
ivan [Fri, 17 Aug 2007 04:27:50 +0000 (04:27 +0000)]
remove redunant redundancy

16 years agocorrect labels in service definition edit for svc_acct (#1745)
jeff [Thu, 16 Aug 2007 18:22:53 +0000 (18:22 +0000)]
correct labels in service definition edit for svc_acct (#1745)

16 years agoremove debugging
ivan [Thu, 16 Aug 2007 17:40:21 +0000 (17:40 +0000)]
remove debugging

16 years agoagent_custid bugfix (1746)
jeff [Thu, 16 Aug 2007 16:19:10 +0000 (16:19 +0000)]
agent_custid bugfix (1746)

16 years agosupport hours 'usage' tracking for our own internal use (#1733)
jeff [Thu, 16 Aug 2007 13:40:46 +0000 (13:40 +0000)]
support hours 'usage' tracking for our own internal use (#1733)

16 years agohave generate_letter assume a default paydate of 2037-12 so it doesn't bomb out on...
ivan [Thu, 16 Aug 2007 00:09:47 +0000 (00:09 +0000)]
have generate_letter assume a default paydate of 2037-12 so it doesn't bomb out on empty paydates

16 years agoadd -n option to freeside-sqlradius-reset to supress deleting data
ivan [Wed, 15 Aug 2007 23:46:34 +0000 (23:46 +0000)]
add -n option to freeside-sqlradius-reset to supress deleting data

16 years agofix customer status color here too
ivan [Wed, 15 Aug 2007 21:51:03 +0000 (21:51 +0000)]
fix customer status color here too

16 years agolittle more low-hanging fruit: table-grid the export listing
ivan [Wed, 15 Aug 2007 03:26:12 +0000 (03:26 +0000)]
little more low-hanging fruit: table-grid the export listing

16 years agoadd package churn report/graph
ivan [Tue, 14 Aug 2007 21:46:18 +0000 (21:46 +0000)]
add package churn report/graph

16 years agoremoving unneeded %saw var
ivan [Tue, 14 Aug 2007 20:18:20 +0000 (20:18 +0000)]
removing unneeded %saw var

16 years agorestore label on package status selector
ivan [Tue, 14 Aug 2007 02:40:42 +0000 (02:40 +0000)]
restore label on package status selector

16 years agorename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it gets %...
ivan [Fri, 10 Aug 2007 23:50:22 +0000 (23:50 +0000)]
rename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it gets %%%FREESIDE_CONF%%% substituted

16 years agorename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it gets %...
ivan [Fri, 10 Aug 2007 23:50:04 +0000 (23:50 +0000)]
rename dbdef-create to freeside-dbdef-create and move it to FS/bin, so it gets %%%FREESIDE_CONF%%% substituted

16 years agoadd 3 day, 4 month and 4.5 month (137 day) frequencies
ivan [Fri, 10 Aug 2007 22:48:26 +0000 (22:48 +0000)]
add 3 day, 4 month and 4.5 month (137 day) frequencies

16 years agoon changing packages, don't set setup date unless old package has one
ivan [Fri, 10 Aug 2007 07:01:02 +0000 (07:01 +0000)]
on changing packages, don't set setup date unless old package has one

16 years agoadd TLD checking to svc_domain
ivan [Thu, 9 Aug 2007 00:31:36 +0000 (00:31 +0000)]
add TLD checking to svc_domain

16 years agofix otaker regex
ivan [Wed, 8 Aug 2007 19:18:35 +0000 (19:18 +0000)]
fix otaker regex

16 years agomore informative error msg
ivan [Tue, 7 Aug 2007 20:05:49 +0000 (20:05 +0000)]
more informative error msg

16 years agodocumentation improvements
jeff [Mon, 6 Aug 2007 19:45:22 +0000 (19:45 +0000)]
documentation improvements

16 years agothere is a server
jeff [Mon, 6 Aug 2007 08:51:47 +0000 (08:51 +0000)]
there is a server

16 years agoadd selfservice xmlrpc facilities (#591)
jeff [Mon, 6 Aug 2007 08:46:06 +0000 (08:46 +0000)]
add selfservice xmlrpc facilities (#591)

16 years agoeeb! fix realtime recharge
jeff [Sun, 5 Aug 2007 17:32:49 +0000 (17:32 +0000)]
eeb! fix realtime recharge

16 years agofix URL handling on RT redirects
ivan [Sat, 4 Aug 2007 02:06:56 +0000 (02:06 +0000)]
fix URL handling on RT redirects

16 years agoupdate Makefile to always substitute in RT_SiteConfig.pm when running install-rt
ivan [Sat, 4 Aug 2007 01:58:29 +0000 (01:58 +0000)]
update Makefile to always substitute in RT_SiteConfig.pm when running install-rt

16 years agopoint 1.9 to 1.9 documentation
ivan [Sat, 4 Aug 2007 01:57:57 +0000 (01:57 +0000)]
point 1.9 to 1.9 documentation

16 years agoclean up corners & colors
ivan [Sat, 4 Aug 2007 00:14:05 +0000 (00:14 +0000)]
clean up corners & colors

16 years agoclean up corners & colors
ivan [Sat, 4 Aug 2007 00:13:48 +0000 (00:13 +0000)]
clean up corners & colors

16 years agofix nit sorting out tops earchboxes
ivan [Fri, 3 Aug 2007 23:14:39 +0000 (23:14 +0000)]
fix nit sorting out tops earchboxes

16 years agoat least sort out the top searchboxes
ivan [Fri, 3 Aug 2007 23:00:37 +0000 (23:00 +0000)]
at least sort out the top searchboxes

16 years agofix path so we can find .css files
ivan [Fri, 3 Aug 2007 22:43:58 +0000 (22:43 +0000)]
fix path so we can find .css files

16 years agofix merge nit
ivan [Fri, 3 Aug 2007 22:10:50 +0000 (22:10 +0000)]
fix merge nit

16 years ago*** empty log message ***
ivan [Fri, 3 Aug 2007 22:06:03 +0000 (22:06 +0000)]
*** empty log message ***

16 years agomerging RT_3_6_4 to HEAD
ivan [Fri, 3 Aug 2007 21:49:03 +0000 (21:49 +0000)]
merging RT_3_6_4 to HEAD

16 years agoincrease package popup width
ivan [Thu, 2 Aug 2007 23:44:15 +0000 (23:44 +0000)]
increase package popup width

16 years agofix slowness on change package and also make it into a popup
ivan [Thu, 2 Aug 2007 23:09:43 +0000 (23:09 +0000)]
fix slowness on change package and also make it into a popup

16 years agofix slowness on change package and also make it into a popup
ivan [Thu, 2 Aug 2007 23:01:01 +0000 (23:01 +0000)]
fix slowness on change package and also make it into a popup

16 years agofix status color on small_custview
ivan [Thu, 2 Aug 2007 22:55:17 +0000 (22:55 +0000)]
fix status color on small_custview