diff options
-rw-r--r-- | ChangeLog | 14410 |
1 files changed, 3351 insertions, 11059 deletions
@@ -1,3 +1,747 @@ +2009-12-12 14:35 ivan + + * FS/FS/cust_credit_bill_pkg.pm: doc + +2009-12-12 14:22 ivan + + * Makefile: sync versioning with branches, sorry jeremy + +2009-12-10 15:03 ivan + + * FS/FS/cust_main.pm: fully fix bulk customer reports, RT#6778 + +2009-12-07 22:29 mark + + * FS/FS/Schema.pm: Fix cust_attachment.disabled type + +2009-12-06 15:44 ivan + + * httemplate/edit/part_pkg.cgi: fix initial value of agent types + when cloning + +2009-12-06 15:18 ivan + + * httemplate/elements/header.html: fix search box clearing from + within RT, caused by different quoting rules in RT comp_root. + grr. + +2009-12-06 11:19 ivan + + * FS/FS/Schema.pm: more reasonable sizes for filename, mime type + and title, RT#6823 + +2009-12-05 15:36 jeff + + * FS/FS/cust_bill.pm: holy cow! correct sense of skip usage testing + +2009-12-03 20:45 ivan + + * FS/FS/svc_acct.pm, httemplate/search/svc_acct.cgi: + customer-specific account report (and some small refactoring of + method names to clash less), RT#6180 + +2009-12-03 20:40 ivan + + * FS/FS/cust_bill.pm, FS/FS/cust_bill_event.pm, + FS/FS/cust_event.pm, FS/FS/cust_main.pm, + httemplate/search/477.html, httemplate/search/cust_bill.html, + httemplate/search/cust_bill_event.cgi, + httemplate/search/cust_event.html, + httemplate/search/cust_main.html, httemplate/search/cust_pkg.cgi, + httemplate/search/report_svc_acct.html, + httemplate/view/cust_main/packages.html, FS/FS/cust_pkg.pm, + httemplate/misc/email-customers.html, + httemplate/misc/process/bulk_change_pkg.cgi, + httemplate/misc/process/email-customers.html: customer-specific + account report (and some small refactoring of method names to + clash less), RT#6180 + +2009-12-03 11:22 ivan + + * httemplate/graph/cust_bill_pkg.cgi: average per cust_pkg option + for peter + +2009-12-03 11:06 ivan + + * FS/FS/Report/Table/Monthly.pm, + httemplate/graph/cust_bill_pkg.cgi, + httemplate/graph/report_cust_bill_pkg.html: average per cust_pkg + option for peter + +2009-12-02 23:53 ivan + + * FS/FS/Schema.pm: index cdrbatchnum + +2009-12-02 23:37 ivan + + * FS/FS/: Record.pm, cdr/sansay.pm: fix startdate in sansay CDR + import (and skip blank lines), RT#6801 + +2009-12-02 23:18 ivan + + * httemplate/search/cdr.html: fix cdr search + +2009-12-02 20:22 ivan + + * FS/FS/cdr/sansay.pm: no header? + +2009-12-02 12:58 ivan + + * FS/FS/Schema.pm: add index to rate_prefix.npa for a performance + improvement on CDR billing, RT#6386 + +2009-12-02 12:51 ivan + + * httemplate/view/: svc_broadband.cgi, svc_domain.cgi, + svc_external.cgi, svc_forward.cgi, svc_www.cgi: fix viewing + unlinked forwards, domains, broadband/external/www services, + RT#6794 + +2009-12-01 11:16 jeff + + * FS/FS/cust_bill.pm: want a listref not a list + +2009-11-29 16:38 ivan + + * FS/FS/cust_main.pm, httemplate/misc/email-customers.html: fix + bulk sending of customer notices, RT#6778 + +2009-11-29 16:06 ivan + + * httemplate/edit/REAL_cust_pkg.cgi: fix + +2009-11-29 16:04 ivan + + * httemplate/edit/: REAL_cust_pkg.cgi, process/REAL_cust_pkg.cgi: + UI changes to make it impossible to add a start date to a package + that already has a setup fee (can still remove an existing start + date causing problems), RT#6712 + +2009-11-29 15:18 ivan + + * FS/FS/: Conf.pm, cust_pkg.pm: add + cust_pkg-change_pkgpart-bill_now option to bill the new package + immediately on package changes. Useful for prepaid situations + with RADIUS where an Expiration attribute base don the package + must be present at all times. RT#6692 + +2009-11-29 15:15 ivan + + * FS/FS/cust_main.pm: doc: spelling + +2009-11-25 16:27 ivan + + * FS/FS/part_pkg/voip_cdr.pm: debugging left on + +2009-11-25 11:58 ivan + + * httemplate/edit/part_pkg.cgi: don't consider disabled report + classes, don't load up the whole table just to see if there are + any + +2009-11-25 11:32 jeff + + * FS/FS/: cust_bill.pm, usage_class.pm: improve appearance of cdr + records in cdr sections + +2009-11-25 08:13 jeff + + * FS/FS/cust_bill.pm: bug fixes, reuse summary_page, eliminate + dups, and rearrange + +2009-11-25 08:09 jeff + + * conf/invoice_latex: really insert a pagebreak + +2009-11-25 08:07 jeff + + * conf/invoice_latex: oops.. need updated template for new formats + +2009-11-24 13:00 ivan + + * FS/FS/cust_bill.pm: debugging left on + +2009-11-24 09:05 jeff + + * FS/FS/cust_bill.pm: cope with sections lacking a pkg_category + +2009-11-23 23:42 ivan + + * httemplate/: misc/timeworked.html, misc/process/timeworked.html, + search/timeworked.html: timeworked report: carry the date range + through to the success redirect + +2009-11-23 23:23 ivan + + * httemplate/search/: report_timeworked.html: add date constratint + on time worked search + +2009-11-23 23:23 ivan + + * httemplate/search/report_timeworked.html: file + report_timeworked.html was added on branch FREESIDE_1_9_BRANCH on + 2009-11-24 07:23:47 +0000 + +2009-11-23 22:04 ivan + + * FS/FS/cust_main.pm: send card number with void transactions for + B:OP:IPPay, RT#5690 + +2009-11-23 17:11 mark + + * FS/FS/Schema.pm, httemplate/browse/cust_attachment.html, + httemplate/edit/cust_main_attach.cgi, + httemplate/edit/process/cust_main_attach.cgi, + httemplate/elements/menu.html, + httemplate/misc/cust_attachment.cgi, + httemplate/search/elements/search-html.html, + httemplate/view/cust_main/attachments.html: cust_attachment + improvement, RT#4964 and #6225 + +2009-11-20 09:39 jeff + + * FS/FS/Conf.pm, FS/FS/Schema.pm, FS/FS/cust_bill.pm, + FS/FS/cust_bill_pkg.pm, FS/FS/cust_bill_pkg_detail.pm, + FS/FS/usage_class.pm, FS/FS/part_pkg/voip_cdr.pm, + conf/invoice_html, httemplate/browse/pkg_category.html, + httemplate/browse/usage_class.html, + httemplate/edit/pkg_category.html, + httemplate/edit/usage_class.html: invoice formatting: add + sections for usage, add sections per svc_phone, add folding like + line items into one #6592 + +2009-11-19 01:47 ivan + + * FS/FS.pm, FS/FS/Record.pm, FS/FS/cdr.pm, + FS/bin/freeside-cdr-sftp_and_import, bin/cdr-transnexus.import, + bin/cdr.http_and_import, bin/cdr.import, + httemplate/elements/select-cdrbatch.html, + httemplate/elements/tr-select-cdrbatch.html, + httemplate/search/cdr.html, httemplate/search/report_cdr.html, + httemplate/view/svc_phone.cgi: proper cdr_batch table, RT#6386 + +2009-11-19 01:43 ivan + + * FS/FS/: Mason.pm, Schema.pm, Upgrade.pm: proper cdr_batch table, + RT#6386 + +2009-11-19 01:39 ivan + + * FS/MANIFEST: proper cdr_batch table, RT#6386 + +2009-11-19 01:32 ivan + + * FS/FS/cdr_batch.pm: file cdr_batch.pm was added on branch + FREESIDE_1_9_BRANCH on 2009-11-19 09:35:13 +0000 + +2009-11-19 01:32 ivan + + * FS/t/cdr_batch.t: file cdr_batch.t was added on branch + FREESIDE_1_9_BRANCH on 2009-11-19 09:35:13 +0000 + +2009-11-19 01:32 ivan + + * FS/: FS/cdr_batch.pm, t/cdr_batch.t: proper cdr_batch table, + RT#6386 + +2009-11-18 23:06 ivan + + * FS/FS/cdr.pm: format CDRs durations as NNm MMs instead of NN.MMm, + RT#6316 + +2009-11-18 22:21 ivan + + * FS/FS/Cron/breakage.pm: consider credits and refunds in breakage, + RT#6407 + +2009-11-18 01:39 mark + + * FS/FS/Conf.pm, FS/FS/pay_batch/RBC.pm, + httemplate/search/cust_pay_batch.cgi: RT#4786, RBC batch format + +2009-11-18 01:27 mark + + * FS/FS/pay_batch/RBC.pm: RT#4768, RBC batch format + +2009-11-18 01:27 mark + + * FS/FS/pay_batch/RBC.pm: file RBC.pm was added on branch + FREESIDE_1_9_BRANCH on 2009-11-18 09:40:04 +0000 + +2009-11-18 01:09 mark + + * httemplate/: browse/cust_attachment.html, + misc/cust_attachment.cgi: cust_attachment improvement, RT#4964 + and #6225 + +2009-11-18 01:09 mark + + * httemplate/misc/cust_attachment.cgi: file cust_attachment.cgi was + added on branch FREESIDE_1_9_BRANCH on 2009-11-24 01:11:22 +0000 + +2009-11-18 01:09 mark + + * httemplate/browse/cust_attachment.html: file cust_attachment.html + was added on branch FREESIDE_1_9_BRANCH on 2009-11-24 01:11:21 + +0000 + +2009-11-17 14:06 ivan + + * FS/FS/cust_main.pm: do a case-insensive search on + browser-remembered results, so starting to use USPS verification + (which UPPERCASES everything) doesn't invalidate everything your + browser remembered in quick payment entry + +2009-11-16 23:42 ivan + + * httemplate/search/: report_cust_pay.html, + report_cust_refund.html, elements/cust_pay_or_refund.html: add + otaker to payment/refund search, RT#6407 + +2009-11-16 23:08 ivan + + * httemplate/: elements/menu.html, search/report_cust_refund.html: + add refund report, RT#6407 + +2009-11-15 19:55 ivan + + * FS/FS/cust_bill.pm, FS/FS/cust_main.pm, + httemplate/search/cust_bill.html, + httemplate/search/report_cust_bill.html: add ability to search on + ranges of charged, owed to adv. invoice report, RT#6407 + +2009-11-15 18:27 ivan + + * FS/: FS/Conf.pm, FS/Cron/bill.pm, bin/freeside-daily: add + disable_cron_billing config, RT#6407 + +2009-11-13 16:08 ivan + + * FS/FS/cust_main.pm, httemplate/elements/select-terms.html, + httemplate/search/cust_main.html, + httemplate/search/report_cust_main.html: add invoice terms to + advanced customer report. dogfood. + +2009-11-12 08:56 jeff + + * FS/FS/: tax_rate.pm, Schema.pm: correct bugs in tax replacement + routine and allow updates to function + +2009-11-06 14:07 ivan + + * FS/FS/cust_main.pm: use business-onlinepayment-description in + 1.9, even without $pkgs + +2009-11-05 17:51 ivan + + * FS/FS/: Conf.pm, cust_main_invoice.pm: add + emailinvoice-apostrophe config option to allow apostrophies in + invoice email addresses, RT#6464 + +2009-11-05 16:25 ivan + + * FS/FS/cust_main.pm, httemplate/search/cust_main.html, + httemplate/search/report_cust_main.html: add "payment expiration + before" to customer report, RT#6447 + +2009-11-05 15:55 ivan + + * FS/FS/ConfDefaults.pm: try not to make the "Customer Fields" + SELECT so huge + +2009-11-05 14:01 ivan + + * httemplate/search/svc_acct.cgi: improvements in time remaining + report: correctly account for unpaid time for non-monthly + customers, report in hours+minutes intead of using Time::Duration + days/hours + +2009-11-05 13:22 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: back to old host name, info from + customer/paymentech was bogus, RT#5650 + +2009-11-05 11:40 ivan + + * FS/FS/pkg_category.pm: fix pkg_category upgrade on 1.9 too + +2009-11-04 17:47 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: update paymentech live server, + RT#5650 + +2009-11-04 16:52 ivan + + * FS/FS/pkg_category.pm: fix pkg_category upgrades + +2009-11-03 17:40 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: add explicit use of Expect module, so + the error is thrown immediate, RT#5650 + +2009-11-03 17:04 ivan + + * FS/FS/Cron/breakage.pm, httemplate/config/config-process.cgi, + httemplate/config/config-view.cgi: reconcile breakage from stale + accounts, RT#6407 + +2009-11-03 16:59 ivan + + * FS/FS/part_pkg.pm: silence "use of uninitialized value in split" + warning + +2009-11-03 16:53 ivan + + * FS/FS/cust_pkg.pm, httemplate/browse/part_pkg.cgi: fix customer + package search (fallout from customer classes) & add "not yet + billed" status to customer package report + +2009-11-03 12:44 ivan + + * FS/FS/pay_batch.pm: fix warning replacing pay_batch, RT#5650 + +2009-11-03 11:56 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: check for zip and unzip commands, use + multi-arg version of system to prevent the shell getting its + hands on things (metacharacters in pw or whatnot), RT#5650 + +2009-11-03 11:11 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: update usage & manpage w/ freeside- + prefix + +2009-11-03 11:03 ivan + + * FS/bin/: freeside-paymentech-download, + freeside-paymentech-upload: fix usage of File::Temp->newdir, not + in 0.18 File::Temp on perl 5.10.0, RT#5650 + +2009-11-03 10:54 ivan + + * FS/bin/freeside-paymentech-download: file + freeside-paymentech-download was added on branch + FREESIDE_1_9_BRANCH on 2009-11-03 18:54:19 +0000 + +2009-11-03 10:54 ivan + + * FS/bin/freeside-paymentech-upload: file + freeside-paymentech-upload was added on branch + FREESIDE_1_9_BRANCH on 2009-11-03 18:54:19 +0000 + +2009-11-03 10:53 ivan + + * bin/paymentech-download, bin/paymentech-upload, + FS/bin/freeside-paymentech-download, + FS/bin/freeside-paymentech-upload: moving paymentech-* to FS/bin, + RT#5650 + +2009-11-02 19:13 ivan + + * FS/FS/Cron/breakage.pm: file breakage.pm was added on branch + FREESIDE_1_9_BRANCH on 2009-11-03 03:13:47 +0000 + +2009-11-02 19:13 ivan + + * FS/FS/Conf.pm, FS/bin/freeside-daily, + httemplate/config/config-process.cgi, + httemplate/config/config-view.cgi, httemplate/config/config.cgi, + httemplate/elements/tr-select-part_pkg.html, + FS/FS/Cron/breakage.pm: (start of) reconcile breakage from stale + accounts, RT#6407 + +2009-11-02 17:48 ivan + + * bin/paymentech-download: spelling + +2009-11-02 17:44 ivan + + * bin/paymentech-download: add -a option for archive dir + +2009-11-02 17:21 ivan + + * FS/FS/Conf.pm: clarify description of batchconfig-paymentech + based on notes from #5650 + +2009-11-02 13:21 ivan + + * httemplate/edit/payment_gateway.html: add Elavon, SagePay, + WorldPay, fix extra space on PlugnPay, PPIPayMover, Protx + +2009-11-01 15:03 jeff + + * httemplate/search/: 477.html, elements/search-csv.html: form 477 + improvements #6499 + +2009-10-31 14:22 jeff + + * FS/FS/cust_bill.pm: unbork summary page invoices + +2009-10-30 16:29 ivan + + * httemplate/elements/select-part_event.html: file + select-part_event.html was added on branch FREESIDE_1_9_BRANCH on + 2009-10-30 23:30:13 +0000 + +2009-10-30 16:29 ivan + + * httemplate/elements/tr-select-part_event.html: file + tr-select-part_event.html was added on branch FREESIDE_1_9_BRANCH + on 2009-10-30 23:30:12 +0000 + +2009-10-30 16:29 ivan + + * httemplate/elements/select-part_event.html, + httemplate/elements/tr-select-part_event.html, + FS/FS/cust_event.pm, FS/FS/cust_main_Mixin.pm, + httemplate/elements/select-payby.html, + httemplate/search/cust_event.html, + httemplate/search/report_cust_event.html: more reporting options + for failed billing events, RT#6447 + +2009-10-30 11:55 ivan + + * FS/FS/: pay_batch.pm, pay_batch/paymentech.pm: backporting recent + paymentech changes to _1_9_BRANCH + +2009-10-30 11:51 ivan + + * bin/: paymentech-download, paymentech-upload: adding paymentech-* + on _1_9_BRANCH + +2009-10-30 11:37 ivan + + * FS/FS/: Conf.pm: add paymentech to batch config options + +2009-10-29 17:02 ivan + + * httemplate/: browse/cust_main_county.cgi, + edit/bulk-cust_main_county.html, + edit/process/bulk-cust_main_county.html: bulk tax changes, + RT#6445 + +2009-10-29 16:42 mark + + * bin/paymentech-upload: add option to upload all open batches + +2009-10-29 16:42 ivan + + * bin/paymentech-upload: file paymentech-upload was added on branch + FREESIDE_1_9_BRANCH on 2009-10-30 18:51:05 +0000 + +2009-10-29 16:37 ivan + + * httemplate/edit/bulk-cust_main_county.html: friendlier error + message when you select nothing, RT#6445 + +2009-10-29 16:36 ivan + + * httemplate/elements/errorpage-popup.html: adding errorpage popup, + RT#6445 + +2009-10-29 15:55 ivan + + * FS/bin/freeside-queued: have freeside-queued be more resillient + in the face of a database that's gone away, RT#6428 + +2009-10-29 15:18 mark + + * httemplate/edit/payment_gateway.html: add Jety to the list + +2009-10-28 12:04 ivan + + * FS/FS/: svc_Common.pm, svc_acct.pm, svc_domain.pm, + svc_forward.pm, svc_www.pm: fix problems using inventory for UID + (and other fields controlled by check in svc_acct and also + svc_www, svc_domain and svc_forward), RT#6366 + +2009-10-28 11:16 ivan + + * FS/FS/part_svc.pm: fix removing a flag from a service definition + column + +2009-10-28 10:26 ivan + + * httemplate/misc/inventory_item-import.html: fix inventory upload, + RT#6366 + +2009-10-27 23:13 ivan + + * FS/FS/cust_pkg.pm, httemplate/misc/bulk_change_pkg.cgi, + httemplate/search/cust_pkg.cgi, + httemplate/search/report_cust_pkg.html, + httemplate/view/cust_main/packages.html: customer link to package + reports for that customer, RT#6180 + +2009-10-27 11:11 ivan + + * FS/FS/Conf.pm, FS/FS/cust_main.pm, + httemplate/elements/header.html: address1 search, RT#5060 + +2009-10-26 16:20 ivan + + * httemplate/elements/tr-select-pkg_class.html: didn't want to + revert that, though + +2009-10-26 16:17 ivan + + * httemplate/elements/tr-select-pkg_class.html: better fix for + ignoring disabled package classes that doesn't search them twice + +2009-10-26 14:55 ivan + + * FS/FS/cust_bill_pkg.pm: turn off debugging + +2009-10-25 18:11 ivan + + * FS/FS/part_pkg/flat.pm: eliminiate noisy but harmless "Use of + uninitialized value in numeric gt (>)" warning + +2009-10-25 16:30 ivan + + * FS/FS/: cust_main.pm, ClientAPI/MyAccount.pm: add apply option to + realtime_collect, RT#5071 + +2009-10-24 16:37 ivan + + * bin/paymentech-download: file paymentech-download was added on + branch FREESIDE_1_9_BRANCH on 2009-10-30 18:51:05 +0000 + +2009-10-24 16:37 mark + + * bin/: paymentech-download, paymentech-upload: Scripts for + paymentech batch transfer + +2009-10-23 19:04 ivan + + * FS/FS/ClientAPI/MyAccount.pm, + fs_selfservice/FS-SelfService/cgi/decline.html, + fs_selfservice/FS-SelfService/cgi/login.html, + fs_selfservice/FS-SelfService/cgi/selfservice.cgi, + fs_selfservice/FS-SelfService/cgi/signup.cgi, + fs_selfservice/FS-SelfService/cgi/signup.html, + fs_selfservice/FS-SelfService/cgi/success.html: remove an + inadvertant debugging call left in, allow an agentnum to be + specfied for non-logged in situations, RT#6166 + +2009-10-23 17:34 ivan + + * FS/: FS/Conf.pm, FS/ClientAPI/MyAccount.pm, + FS/ClientAPI/Signup.pm, bin/freeside-selfservice-server: + selfservice per-agent skinning + +2009-10-23 17:16 ivan + + * FS/FS/agent.pm: eliminate warnings from Business::CreditCard + about being passed an empty number + +2009-10-23 17:04 ivan + + * FS/FS/Record.pm: fix cause of harmless 'Premature end of base64 + data' warning + +2009-10-22 18:41 ivan + + * FS/FS/: Conf.pm, cust_pkg.pm: add cust_bill-consolidate_services + config to collapse multiple phone numbers (or whatever) into as + few lines as possible on invoices, RT#5223 + +2009-10-22 15:11 ivan + + * FS/FS/cust_bill.pm: fix invoice sub-totals, RT#6489 + +2009-10-22 01:08 ivan + + * httemplate/search/svc_phone.cgi: should at least run under pg 8.3 + now, need to test & see if the data make sense, RT#5496 + +2009-10-21 22:32 ivan + + * FS/FS/cust_bill_pkg_display.pm: fix incompatibility + w/invoice_sections vs. cust_bill_pkg.pkgnum -1 "virtual line + item" (rare) + +2009-10-21 17:28 ivan + + * FS/FS/Schema.pm, bin/cdr-netsapiens.import: fix netsapiens CDR + import, RT#5226 + +2009-10-21 00:09 ivan + + * FS/FS/Schema.pm: MySQL doesn't like indexing a text field + +2009-10-20 23:34 ivan + + * httemplate/search/prepay_credit.html: fix agent link in unused + prepaid card report + +2009-10-20 16:24 ivan + + * FS/FS/cust_bill_pay_pkg.pm: should fix problems sending a receipt + against a specific package when taxes are in use + +2009-10-20 13:47 ivan + + * bin/cdr-netsapiens.import: basic import working, still need + better src/dst mapping, RT#5226 + +2009-10-20 13:43 ivan + + * FS/FS/part_export/netsapiens.pm: better debug line showing full + URL, RT#5226 + +2009-10-20 11:30 ivan + + * fs_selfservice/FS-SelfService/cgi/change_pay.html: don't show + duplicate 'Credit card' or 'Check' choices even when + signup_server-payby has CARD & DCRD (or CHEK & DCHK) + +2009-10-16 15:39 ivan + + * FS/FS/cust_bill_pkg.pm: make warning about expensive lookup a + carp & controlled by $DEBUG + +2009-10-12 07:11 ivan + + * bin/cdr-netsapiens.import: finish netsapiens import, RT#6365 + +2009-10-12 06:09 ivan + + * FS/FS/part_export/shellcommands.pm: terrible typo + +2009-10-12 05:50 ivan + + * FS/FS/part_export/shellcommands.pm: add customer information to + shellcommands export, RT#5351 + +2009-10-12 02:10 ivan + + * fs_selfservice/FS-SelfService/cgi/: signup.cgi, signup.html: use + modules in signup.cgi instead of in the template, fixes "Insecure + dependency in rquire" + +2009-10-11 23:48 ivan + + * FS/FS/ClientAPI/MyAccount.pm, + fs_selfservice/FS-SelfService/cgi/myaccount.html, + fs_selfservice/FS-SelfService/cgi/myaccount_menu.html: fix + inadvertant "unknown package" error, fallout from pkg-balance + work, RT#6125 + +2009-10-11 23:43 ivan + + * FS/FS/part_event/Action/: cust_bill_fee_percent.pm, fee.pm: fix + for no finance_pkgclass set + +2009-10-10 19:41 ivan + + * ChangeLog, debian/changelog: Updated for 1.9.1 + 2009-10-10 18:57 ivan * ChangeLog, rpm/freeside.spec, debian/changelog: Updated for 1.9.1 @@ -118,8 +862,7 @@ 2009-10-07 16:44 ivan - * FS/FS/cust_bill.pm, httemplate/misc/email-statement.cgi, - httemplate/misc/send-invoice.cgi, + * FS/FS/cust_bill.pm, httemplate/misc/send-invoice.cgi, httemplate/misc/send-statement.cgi, httemplate/search/cust_event.html, FS/FS/part_event/Action/cust_bill_send_reminder.pm, @@ -677,7 +1420,6 @@ FS/FS/part_event/Condition/has_pkg_class.pm, FS/FS/part_event/Condition/has_pkgpart.pm, FS/FS/part_event/Condition/hasnt_pkgpart.pm, - httemplate/misc/email-statement.cgi, httemplate/view/cust_statement-pdf.cgi, httemplate/view/cust_statement.html: email statements, RT#4860 @@ -783,7 +1525,7 @@ 2009-08-12 07:58 jeff - * bin/billco-upload, Makefile, FS/FS/Conf.pm, FS/FS/Cron/upload.pm, + * Makefile, FS/FS/Conf.pm, FS/FS/Cron/upload.pm, FS/bin/freeside-daily, FS/bin/freeside-monthly, httemplate/config/config-view.cgi: internalize billco-upload and automate the transfer to the provider RT#5902 @@ -1278,11 +2020,6 @@ * FS/: FS/cust_main.pm, FS/Cron/bill.pm, bin/freeside-daily: commit pkgpart exclusion for billing run, RT#5495 -2009-07-17 07:58 jeff - - * bin/billco-upload: add mutex and commit changes found on - installed system - 2009-07-16 19:29 jeff * httemplate/search/cust_pkg.cgi: FSM, another missed file for 477 @@ -1309,9 +2046,9 @@ 2009-07-16 17:10 ivan - * FS/: FS/Schema.pm, FS/cdr.pm, FS/cdr_upstream_rate.pm, - FS/part_pkg/voip_cdr.pm, FS.pm, t/cdr_upstream_rate.t: get rid of - cdr_upstream_rate table and some other old convergent cruft + * FS/: FS/Schema.pm, FS/cdr.pm, FS/part_pkg/voip_cdr.pm, FS.pm: get + rid of cdr_upstream_rate table and some other old convergent + cruft 2009-07-16 15:16 jeff @@ -1735,11 +2472,6 @@ * FS/MANIFEST: remove freeside-expiration-alerter -2009-06-26 17:55 ivan - - * FS/bin/freeside-expiration-alerter: replaced by - FS::Cron::alert_expiration - 2009-06-26 16:21 ivan * FS/bin/freeside-queued: doh, brainfart, RT#5572 @@ -2430,8 +3162,8 @@ 2009-05-09 16:54 ivan - * FS/bin/freeside-cdr-sftp_and_import, bin/cdr.sftp_and_import: - move cdr-sftp_and_import script to FS/bin, add -p option, RT#4081 + * FS/bin/freeside-cdr-sftp_and_import: move cdr-sftp_and_import + script to FS/bin, add -p option, RT#4081 2009-05-09 00:56 ivan @@ -2753,7 +3485,7 @@ report_receivables.html: add customer status to receivables report selection, hopefully help enet, RT#5187 -2009-04-15 20:57 rsiddall +2009-04-15 20:58 rsiddall * rpm/freeside.spec: More fixes for SuSE self-service: 1/ Put binaries in the right folder 2/ Make sure freeside group is @@ -2839,7 +3571,6 @@ httemplate/edit/cust_main/top_misc.html, httemplate/edit/cust_main/billing.html, httemplate/edit/cust_main/choose_tax_location.html, - httemplate/edit/cust_main/select-domain.html, httemplate/edit/cust_main/first_pkg/select-part_pkg.html, httemplate/edit/cust_main/first_pkg/svc_acct.html, httemplate/edit/cust_main/first_pkg/svc_phone.html, @@ -3488,10 +4219,6 @@ * FS/FS/Setup.pm: be quiet -2009-02-24 02:09 ivan - - * conf/report_template: more bootstrapping bs - 2009-02-24 02:06 ivan * FS/FS/part_referral.pm: bootstrapping issues @@ -3765,9 +4492,8 @@ 2009-02-09 06:05 ivan * FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, - FS/FS/cust_pay.pm, FS/bin/freeside-expiration-alerter, - conf/invoice_html, conf/invoice_html_statement, - httemplate/config/config-image.cgi, + FS/FS/cust_pay.pm, conf/invoice_html, + conf/invoice_html_statement, httemplate/config/config-image.cgi, httemplate/config/config-process.cgi, httemplate/config/config-view.cgi, httemplate/config/config.cgi, httemplate/elements/header.html, httemplate/view/REAL_logo.cgi, @@ -3952,7 +4678,7 @@ * FS/FS/cust_pkg.pm: fix unsuspend-always_adjust_next_bill_date config, RT#4271 -2009-01-28 08:28 rsiddall +2009-01-28 08:29 rsiddall * rpm/freeside.spec: Removed conflict between core billing package and self-service RPMs so you can install them all on the same @@ -4125,7 +4851,7 @@ httemplate/view/cust_main/packages/location.html: finish package location tax reporing, RT#4499 -2009-01-18 13:05 rsiddall +2009-01-18 13:06 rsiddall * rpm/freeside.sysconfig: bash didn't like spaces on each side of an equals sign. @@ -4287,15 +5013,13 @@ 2009-01-02 17:52 ivan - * bin/cdr.http_and_import, bin/cdr.import, bin/cdr.sftp_and_import, - FS/FS/Record.pm, FS/FS/cdr.pm, FS/FS/cdr/indosoft.pm: indosoft - CDR format, RT#4425 + * bin/cdr.http_and_import, bin/cdr.import, FS/FS/Record.pm, + FS/FS/cdr.pm, FS/FS/cdr/indosoft.pm: indosoft CDR format, RT#4425 2009-01-02 14:03 ivan * FS/FS/Record.pm, FS/FS/cdr.pm, FS/FS/cdr/bell_west.pm, - FS/FS/cdr/troop.pm, bin/cdr.import, bin/cdr.sftp_and_import: add - troop CDRs, RT#4413 + FS/FS/cdr/troop.pm, bin/cdr.import: add troop CDRs, RT#4413 2009-01-02 10:01 ivan @@ -4351,8 +5075,8 @@ 2008-12-29 10:06 jeff - * Makefile, conf/invoice_latex, conf/longtable.sty.patch, - etc/fslongtable.sty: ease deployment of patched longtable + * Makefile, conf/invoice_latex, etc/fslongtable.sty: ease + deployment of patched longtable 2008-12-28 11:10 ivan @@ -4385,11 +5109,9 @@ * httemplate/: browse/cust_main_county.cgi, edit/cust_main/contact.html, edit/cust_main/billing.html, - misc/payment.cgi, edit/cust_main/select-country.html, - edit/cust_main/select-county.html, - edit/cust_main/select-state.html: fix browse results for - selecting counties (resulting from separating tax classes), also - add dropdowns to browse by state and county, RT#4496 + misc/payment.cgi: fix browse results for selecting counties + (resulting from separating tax classes), also add dropdowns to + browse by state and county, RT#4496 2008-12-24 16:45 jeff @@ -5171,11 +5893,6 @@ * conf/invoice_latex: better value for non-broken tetex -2008-10-12 12:43 jeff - - * conf/longtable.sty.patch: check not just for fit, but move the - goalposts as well - 2008-10-11 17:58 ivan * httemplate/browse/cust_main_county.cgi: fix link @@ -5203,8 +5920,7 @@ 2008-10-10 14:30 jeff - * conf/: invoice_latex, longtable.sty.patch: avoid overprinting - remittance coupons + * conf/invoice_latex: avoid overprinting remittance coupons 2008-10-10 12:25 ivan @@ -5646,7 +6362,7 @@ 2008-08-28 18:09 ivan - * FS/FS/Schema.pm, FS/FS/cdr.pm, bin/cdr.sftp_and_import, + * FS/FS/Schema.pm, FS/FS/cdr.pm, httemplate/elements/select-cdrbatch.html, httemplate/elements/tr-select-cdrbatch.html, httemplate/search/cdr.html, httemplate/search/report_cdr.html: @@ -5715,7 +6431,7 @@ * FS/FS/Tron.pm, httemplate/elements/mcp_lint.html: add unchecked vs. ok distinction to lint -2008-08-26 06:59 rsiddall +2008-08-26 07:00 rsiddall * rpm/freeside.spec: More changes to the self-service RPMs, mostly fixing up paths so the RPM-installed self-service files are not @@ -5979,7 +6695,7 @@ 2008-07-30 15:10 ivan - * FS/FS/cdr/: nextone.pm, nt.pm: rename nt to nextone + * FS/FS/cdr/nextone.pm: rename nt to nextone 2008-07-29 13:00 jeff @@ -6091,7 +6807,7 @@ 2008-07-17 16:55 ivan * FS/FS/: cdr.pm, cdr/asterisk.pm, cdr/genband.pm, - cdr/genband_meetme.pm, cdr/nt.pm, cdr/openser.pm, cdr/simple.pm, + cdr/genband_meetme.pm, cdr/openser.pm, cdr/simple.pm, cdr/taqua.pm, cdr/unitel.pm: CDR updates; modularize CDR import formats; add formats for OpenSER, Genband/Tekelec, and "NT" @@ -6335,9 +7051,7 @@ httemplate/misc/areacodes.cgi, httemplate/misc/exchanges.cgi, httemplate/misc/phonenums.cgi, FS/FS/Record.pm, FS/FS/part_export/globalpops_voip.pm, - httemplate/edit/svc_phone.cgi, - httemplate/edit/cust_main/select-state.html: get DIDs from - globalpops + httemplate/edit/svc_phone.cgi: get DIDs from globalpops 2008-06-28 12:25 jeff @@ -7109,8 +7823,8 @@ 2008-05-05 18:14 ivan * httemplate/: misc/batch-cust_pay.html, - elements/customer-table.html, misc/elements/customer-table.html: - agent-virtualize quick payment entry + elements/customer-table.html: agent-virtualize quick payment + entry 2008-05-04 19:11 ivan @@ -7258,10 +7972,6 @@ (cancel/suspend) reason and possibly fix a lingering spurious usergroup bug -2008-04-16 04:54 jeff - - * httemplate/edit/part_pkg_taxproduct.html: this no longer belongs - 2008-04-15 21:42 ivan * httemplate/: edit/part_pkg.cgi, browse/part_pkg.cgi: add plan & @@ -7467,15 +8177,12 @@ 2008-04-07 22:49 ivan - * debian/: README.Debian, TODO, changelog, compat, conffiles.ex, - config, control, copyright, cron.d, cron.d.ex, - dbconfig-common.install, dbconfig-common.upgrade, dirs, docs, - ex.doc-base.package, freeside-doc.docs, freeside-doc.files, - freeside-webui.links, freeside.apache-alias.conf, - freeside.default, freeside.docs, init.d.ex, init.d.lsb.ex, - manpage.1.ex, manpage.sgml.ex, menu.ex, postinst, postinst.ex, - postrm, postrm.ex, preinst, preinst.ex, prerm, prerm.ex, rules, - templates, watch.ex: debian packages! + * debian/: README.Debian, TODO, changelog, compat, config, control, + copyright, cron.d, dbconfig-common.install, + dbconfig-common.upgrade, freeside-webui.links, + freeside.apache-alias.conf, freeside.default, freeside.docs, + init.d.ex, init.d.lsb.ex, postinst, postrm, preinst, prerm, + rules, templates: debian packages! 2008-04-06 09:12 jeff @@ -7578,32 +8285,6 @@ * httemplate/docs/: credits.html, license.html: adding license and credits in app itself -2008-04-01 16:26 ivan - - * fs_sesmon/: fs_session_server, FS-SessionClient/Changes, - FS-SessionClient/MANIFEST, FS-SessionClient/MANIFEST.SKIP, - FS-SessionClient/Makefile.PL, FS-SessionClient/SessionClient.pm, - FS-SessionClient/fs_sessiond, FS-SessionClient/test.pl, - FS-SessionClient/bin/freeside-login, - FS-SessionClient/bin/freeside-logout, - FS-SessionClient/cgi/login.cgi, FS-SessionClient/cgi/logout.cgi: - remove fs_sesmon - -2008-04-01 16:24 ivan - - * TODO: remove TODO - -2008-04-01 16:24 ivan - - * SCHEMA_CHANGE: remove SCHEMA_CHANGE - -2008-04-01 16:23 ivan - - * fs_selfadmin/: README, fs_mailadmin_server, - FS-MailAdminServer/MailAdminClient.pm, - FS-MailAdminServer/fs_mailadmind, - FS-MailAdminServer/cgi/mailadmin.cgi: remove fs_selfadmin - 2008-04-01 16:20 ivan * README: welcome to the new world @@ -7693,7 +8374,6 @@ FS/t/part_pkg_taxrate.t, FS/t/tax_class.t, FS/t/tax_rate.t, httemplate/browse/tax_rate.cgi, httemplate/edit/part_pkg.cgi, httemplate/edit/part_pkg_taxoverride.html, - httemplate/edit/part_pkg_taxproduct.html, httemplate/edit/tax_class.html, httemplate/edit/tax_rate.html, httemplate/edit/process/part_pkg.cgi, httemplate/edit/process/tax_class.html, @@ -7996,21 +8676,25 @@ 2008-03-16 12:58 ivan + * fs_selfservice/fri/: theme/page.tpl.php, + modules/callmonitor.module, modules/settings.module, + includes/main.conf.php, includes/common.php, includes/login.php, + locale/ari.po: Initial revision + +2008-03-16 12:58 ivan + * fs_selfservice/fri/: CHANGE.log, LICENSE.txt, README.txt, index.php, version.php, theme/global.css, theme/header.css, theme/iefixes.css, theme/layout.css, theme/logo.gif, - theme/main.css, theme/navigation.css, theme/page.tpl.php, - theme/spacer.gif, theme/text.css, theme/images/arrow-asc.gif, - theme/images/arrow-desc.gif, modules/callmonitor.module, - modules/phonefeatures.module, modules/settings.module, + theme/main.css, theme/navigation.css, theme/spacer.gif, + theme/text.css, theme/images/arrow-asc.gif, + theme/images/arrow-desc.gif, modules/phonefeatures.module, modules/voicemail.module, modules/featurecodes.module, modules/followme.module, includes/ajax.php, includes/crypt.php, - includes/main.conf.php, misc/audio.php, misc/popup.css, - misc/recording_popup.php, modules/VmX.module, includes/asi.php, - includes/bootstrap.php, includes/common.php, + misc/audio.php, misc/popup.css, misc/recording_popup.php, + modules/VmX.module, includes/asi.php, includes/bootstrap.php, includes/database.php, includes/display.php, includes/lang.php, - includes/login.php, locale/readme.txt, locale/ari.po, - locale/ari.utf-8.po, locale/locale.txt, + locale/readme.txt, locale/ari.utf-8.po, locale/locale.txt, locale/de_DE/LC_MESSAGES/ari.mo, locale/hu_HU/LC_MESSAGES/ari.mo, locale/hu_HU/LC_MESSAGES/ari.po, locale/pt_BR/LC_MESSAGES/ari.mo, locale/pt_BR/LC_MESSAGES/ari.po, locale/de_DE/LC_MESSAGES/ari.po, @@ -8020,7 +8704,7 @@ locale/it_IT/LC_MESSAGES/ari.mo, locale/fr_FR/LC_MESSAGES/ari.mo, locale/fr_FR/LC_MESSAGES/ari.po, locale/he_IL/LC_MESSAGES/ari.mo, locale/he_IL/LC_MESSAGES/ari.po, locale/it_IT/LC_MESSAGES/ari.po: - Initial revision + [no log message] 2008-03-16 09:57 jeff @@ -8198,16 +8882,594 @@ html/Widgets/TitleBoxStart, sbin/rt-setup-database.in: merge in rt 3.6.6. *gulp*! -2008-03-01 20:11 ivan +2008-03-01 20:10 ivan - * rt/html/: Elements/EmailInput, NoAuth/css/dhandler, - NoAuth/images/css/fieldbg-autocomplete.gif, - NoAuth/js/scriptaculous/controls.js, - NoAuth/js/scriptaculous/effects.js, - NoAuth/js/scriptaculous/prototype.js, - NoAuth/js/scriptaculous/scriptaculous.js, - Helpers/EmailAutocomplete, Ticket/Elements/ShowQueue: Initial - revision + * rt/: lib/t/regression/08web_cf_access.t, + lib/t/regression/12-search.t, lib/t/regression/04send_email.t, + lib/t/regression/21query-builder.t, + lib/t/regression/22search_tix_by_txn.t, + lib/t/regression/22search_tix_by_watcher.t, + lib/t/regression/06-mime_decoding.t, lib/t/regression/23cfsort.t, + lib/t/regression/00-mason-syntax.t, + lib/t/regression/02basic_web.t, lib/t/regression/14linking.t, + lib/t/regression/01ticket_link_searching.t, + lib/t/regression/13-attribute-tests.t, + lib/t/regression/26command_line.t, + lib/t/regression/06mailgateway.t, + lib/t/regression/03web_compiliation_errors.t, + lib/t/regression/07acl.t, lib/t/regression/07rights.t, + lib/t/regression/23-web_attachments.t, html/autohandler, + html/index.html, html/l, html/Elements/SelectBoolean, + html/Elements/SelectCustomFieldValue, html/Elements/SelectStatus, + html/Elements/TitleBox, html/Elements/EditCustomFieldImage, + html/Elements/EditCustomFieldSelect, html/Elements/ShowLinks, + html/Elements/EditLinks, html/Elements/ListActions, + html/Elements/MessageBox, html/Elements/SelectDateRelation, + html/Elements/SelectNewTicketQueue, + html/Elements/SelectWatcherType, html/Elements/Error, + html/Elements/GotoTicket, html/Elements/MyTickets, + html/Elements/QueryString, html/Elements/Section, + html/Elements/SelectLinkType, html/Elements/SelectMatch, + html/Elements/ShowCustomFieldBinary, html/Elements/ShowLink, + html/Elements/ShowMemberships, html/Elements/BevelBoxRaisedEnd, + html/Elements/Callback, html/Elements/EmailInput, + html/Elements/Login, html/Elements/Refresh, + html/Elements/SelectOwner, html/Elements/SelectQueue, + html/Elements/SelectTicketTypes, html/Elements/SelectUsers, + html/Elements/Checkbox, html/Elements/EditCustomField, + html/Elements/ScrubHTML, html/Elements/MyRT, + html/Elements/SelectCustomFieldOperator, + html/Elements/SelectEqualityOperator, + html/Elements/SelectResultsPerPage, + html/Elements/SelectTicketSortBy, + html/Elements/ShowCustomFieldImage, + html/Elements/ShowCustomFieldWikitext, + html/Elements/BevelBoxRaisedStart, html/Elements/CreateTicket, + html/Elements/MyRequests, html/Elements/SelectGroups, + html/Elements/SelectLang, html/Elements/SelectSortOrder, + html/Elements/SetupSessionCookie, html/Elements/ShowCustomFields, + html/Elements/Submit, html/Elements/TitleBoxEnd, + html/Elements/EditCustomFieldBinary, + html/Elements/EditCustomFieldFreeform, + html/Elements/EditCustomFieldText, + html/Elements/EditCustomFieldWikitext, html/Elements/Quicksearch, + html/Elements/SelectAttachmentField, + html/Elements/SelectDateType, + html/Elements/CollectionAsTable/ParseFormat, + html/Elements/CollectionAsTable/Header, + html/Elements/RT__Ticket/ColumnMap, html/User/Delegation.html, + html/Search/Results.html, html/Search/Simple.html, + html/User/Elements/DelegateRights, html/User/Elements/GroupTabs, + html/User/Elements/Tabs, html/User/Groups/Members.html, + html/User/Groups/Modify.html, html/User/Groups/index.html, + html/Search/Chart, html/Search/Edit.html, + html/Search/Results.rdf, html/Search/Results.tsv, + html/Search/Build.html, html/Search/Elements/SelectAndOr, + html/Search/Elements/SelectPersonType, + html/Search/Elements/PickBasics, html/Search/Elements/PickCFs, + html/Search/Elements/SelectSearchObject, + html/Search/Elements/SelectSearchesForObjects, + html/REST/1.0/logout, html/Search/Elements/BuildFormatString, + html/Search/Elements/DisplayOptions, + html/Search/Elements/EditFormat, html/Search/Elements/EditQuery, + html/Search/Elements/EditSearches, + html/Search/Elements/NewListActions, + html/Search/Elements/PickCriteria, + html/Search/Elements/SearchPrivacy, + html/Search/Elements/SelectGroup, + html/Search/Elements/SelectLinks, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/Forms/queue/default, + html/REST/1.0/Forms/queue/ns, + html/REST/1.0/Forms/ticket/attachments, + html/REST/1.0/Forms/ticket/default, + html/REST/1.0/Forms/ticket/history, + html/REST/1.0/Forms/ticket/links, + html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, + html/REST/1.0/NoAuth/mail-gateway, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/merge, + html/NoAuth/Logout.html, html/NoAuth/Reminder.html, + html/NoAuth/css/dhandler, html/REST/1.0/ticket/comment, + html/REST/1.0/ticket/link, html/NoAuth/images/autohandler, + html/NoAuth/images/bplogo.gif, + html/NoAuth/images/css/fieldbg-autocomplete.gif, + html/NoAuth/js/scriptaculous/controls.js, + html/NoAuth/js/scriptaculous/effects.js, + html/NoAuth/js/scriptaculous/prototype.js, + html/NoAuth/js/scriptaculous/scriptaculous.js, + html/Widgets/SavedSearch, html/Widgets/SelectionBox, + html/Helpers/EmailAutocomplete, html/Tools/MyDay.html, + html/Tools/Offline.html, html/Tools/Elements/Tabs, + html/Admin/autohandler, html/Admin/index.html, + html/Admin/Queues/CustomField.html, + html/Admin/Queues/GroupRights.html, + html/Admin/Queues/People.html, + html/Download/CustomFieldValue/dhandler, + html/Download/Tabular/dhandler, + html/Admin/Elements/EditUserComments, + html/Admin/Elements/GroupTabs, + html/Admin/Elements/ObjectCustomFields, + html/Admin/Elements/SelectCustomFieldType, + html/Admin/Elements/SelectScrip, + html/Admin/Elements/SelectScripCondition, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/Modify.html, html/Admin/Queues/Scrip.html, + html/Admin/Queues/Scrips.html, html/Admin/Queues/Template.html, + html/Admin/Queues/Templates.html, + html/Admin/Queues/UserRights.html, html/Admin/Queues/index.html, + html/Admin/Elements/CustomFieldTabs, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/QueueTabs, + html/Admin/Elements/SelectModifyQueue, + html/Admin/Elements/SelectScripAction, + html/Admin/Elements/SelectStage, + html/Admin/Elements/SelectTemplate, html/Admin/Elements/Tabs, + html/Admin/Elements/CreateUserCalled, + html/Admin/Elements/EditScrip, + html/Admin/Elements/GlobalCustomFieldTabs, + html/Admin/Elements/ModifyTemplate, + html/Admin/Elements/PickCustomFields, + html/Admin/Elements/SelectModifyGroup, + html/Admin/Elements/SelectModifyUser, + html/Admin/Elements/SelectNewGroupMembers, + html/Admin/Elements/SelectSingleOrMultiple, + html/Admin/Elements/SystemTabs, + html/Admin/Elements/AddCustomFieldValue, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/EditQueueWatchers, + html/Admin/Elements/EditScrips, + html/Admin/Elements/ListGlobalCustomFields, + html/Admin/Elements/ListGlobalScrips, + html/Admin/Elements/SelectCustomFieldLookupType, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/SelectUsers, html/Admin/Elements/UserTabs, + html/Admin/Elements/EditTemplates, html/Admin/Elements/Header, + html/Admin/Elements/PickObjects, + html/Admin/Elements/QueueRightsForUser, + html/Admin/Elements/SelectRights, html/Admin/Elements/ToolTabs, + html/Admin/Global/GroupRights.html, html/Admin/Global/Scrip.html, + html/Admin/Global/Scrips.html, html/Admin/Global/Template.html, + html/Admin/Global/Templates.html, + html/Admin/Global/UserRights.html, html/Admin/Global/index.html, + html/Admin/Global/CustomFields/Queue-Transactions.html, + html/Admin/Global/CustomFields/Groups.html, + html/Admin/Global/CustomFields/Queue-Tickets.html, + html/Admin/Global/CustomFields/Users.html, + html/Admin/Global/CustomFields/index.html, + html/Admin/Users/CustomFields.html, + html/Admin/Users/Memberships.html, + html/Admin/CustomFields/GroupRights.html, + html/Admin/CustomFields/Modify.html, + html/Admin/CustomFields/Objects.html, + html/Admin/CustomFields/index.html, + html/Admin/Users/History.html, html/Admin/Users/index.html, + html/Admin/CustomFields/UserRights.html, + html/Admin/Groups/CustomFields.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/History.html, html/Admin/Groups/Members.html, + html/Admin/Groups/Modify.html, html/Admin/Groups/index.html, + html/Admin/Tools/Configuration.html, html/Admin/Tools/index.html, + html/Admin/Groups/UserRights.html, html/Ticket/Modify.html, + html/Ticket/ShowEmailRecord.html, html/Ticket/History.html, + html/Ticket/ModifyAll.html, html/Ticket/ModifyDates.html, + html/Ticket/ModifyLinks.html, html/Ticket/ModifyPeople.html, + html/Ticket/Update.html, html/Ticket/Elements/AddWatchers, + html/Ticket/Elements/BulkLinks, + html/Ticket/Elements/EditWatchers, + html/Ticket/Elements/ShowDates, + html/Ticket/Elements/EditCustomFields, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowMessageHeaders, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/ShowUserEntry, + html/Ticket/Elements/EditBasics, + html/Ticket/Elements/PreviewScrips, + html/Ticket/Elements/ShowDependencies, + html/Ticket/Elements/ShowGroupMembers, + html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowMembers, + html/Ticket/Elements/ShowPeople, html/Ticket/Attachment/dhandler, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/EditDates, html/Ticket/Elements/EditPeople, + html/Ticket/Elements/LoadTextAttachments, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowBasics, + html/Ticket/Elements/ShowCustomFields, + html/Ticket/Elements/ShowMessageStanza, + html/Ticket/Elements/ShowQueue, + html/Ticket/Elements/ShowTransaction, + html/SelfService/Closed.html, html/SelfService/Create.html, + html/SelfService/CreateTicketInQueue.html, + html/SelfService/Display.html, html/SelfService/Error.html, + html/SelfService/Prefs.html, html/SelfService/Update.html, + html/SelfService/index.html, + html/SelfService/Elements/GotoTicket, + html/SelfService/Elements/Tabs, html/Approvals/Display.html, + html/Approvals/index.html, html/Approvals/Elements/Approve, + html/Approvals/Elements/PendingMyApproval, + html/Approvals/Elements/ShowDependency, + html/Approvals/Elements/Tabs, + html/SelfService/Attachment/dhandler, + html/SelfService/Elements/Header, + html/SelfService/Elements/MyRequests, bin/mason_handler.fcgi.in, + bin/mason_handler.scgi.in, bin/mason_handler.svc.in, bin/rt.in, + bin/standalone_httpd.in, bin/rt-crontool.in, bin/rt-mailgate.in, + bin/webmux.pl.in, etc/initialdata, etc/drop.Oracle: import rt + 3.6.6 + +2008-03-01 20:07 ivan + + * rt/: configure, aclocal.m4, Changelog, Makefile.in, README, + UPGRADING, configure.ac, sbin/extract_pod_tests, + sbin/rt-test-dependencies.in, sbin/extract-message-catalog, + sbin/license_tag, sbin/regression_harness, + sbin/rt-dump-database.in, lib/RT.pm.in, + lib/RT/ObjectCustomFieldValues.pm, + lib/RT/Transactions_Overlay.pm, lib/RT/URI.pm, sbin/factory, + lib/RT/CustomFieldValues_Overlay.pm, lib/RT/Handle.pm, + lib/RT/ObjectCustomField.pm, lib/RT/ObjectCustomFieldValue.pm, + lib/RT/ScripCondition_Overlay.pm, lib/RT/ScripConditions.pm, + lib/RT/Scrip_Overlay.pm, lib/RT/Tickets_Overlay.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/GroupMembers_Overlay.pm, + lib/RT/I18N.pm, lib/RT/CachedGroupMember.pm, + lib/RT/CustomFieldValues.pm, lib/RT/Links.pm, lib/RT/Queue.pm, + lib/RT/ScripConditions_Overlay.pm, lib/RT/Scrips.pm, + lib/RT/Scrips_Overlay.pm, lib/RT/System.pm, + lib/RT/SavedSearch.pm, lib/RT/CustomFields_Overlay.pm, + lib/RT/ObjectCustomFields.pm, lib/RT/ACE.pm, + lib/RT/Attributes.pm, lib/RT/CurrentUser.pm, + lib/RT/CustomFieldValue_Overlay.pm, lib/RT/User.pm, + lib/RT/Base.pm, lib/RT/ScripAction_Overlay.pm, + lib/RT/Attributes_Overlay.pm, lib/RT/CustomField.pm, + lib/RT/Principal.pm, lib/RT/Principals_Overlay.pm, + lib/RT/Queues.pm, lib/RT/ScripAction.pm, lib/RT/Attachments.pm, + lib/RT/StyleGuide.pod, lib/RT/Attribute_Overlay.pm, + lib/RT/CachedGroupMember_Overlay.pm, + lib/RT/ObjectCustomFieldValues_Overlay.pm, + lib/RT/SavedSearches.pm, + lib/RT/ObjectCustomFieldValue_Overlay.pm, + lib/RT/ScripCondition.pm, lib/RT/Templates.pm, lib/RT/Tickets.pm, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/Users.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/CachedGroupMembers.pm, + lib/RT/GroupMember_Overlay.pm, lib/RT/Link.pm, + lib/RT/Transaction.pm, lib/RT/ScripActions_Overlay.pm, + lib/RT/ACE_Overlay.pm, lib/RT/CachedGroupMembers_Overlay.pm, + lib/RT/Scrip.pm, lib/RT/EmailParser.pm, lib/RT/Group.pm, + lib/RT/ObjectCustomField_Overlay.pm, lib/RT/Template.pm, + lib/RT/ACL_Overlay.pm, lib/RT/GroupMembers.pm, + lib/RT/Principal_Overlay.pm, lib/RT/Transactions.pm, + lib/RT/Attachment_Overlay.pm, lib/RT/Date.pm, + lib/RT/Templates_Overlay.pm, lib/RT/ACL.pm, + lib/RT/GroupMember.pm, lib/RT/Groups.pm, lib/RT/CustomFields.pm, + lib/RT/Group_Overlay.pm, lib/RT/Links_Overlay.pm, + lib/RT/ObjectCustomFields_Overlay.pm, lib/RT/Queues_Overlay.pm, + lib/RT/Ticket.pm, lib/RT/Attribute.pm, + lib/RT/CustomFieldValue.pm, lib/RT/Link_Overlay.pm, + lib/RT/Principals.pm, lib/RT/ScripActions.pm, + lib/RT/Attachment.pm, lib/RT/Queue_Overlay.pm, + lib/RT/Template_Overlay.pm, lib/RT/URI/base.pm, + lib/RT/URI/fsck_com_rt.pm, lib/RT/URI/t.pm, + lib/RT/Interface/Email.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/CLI.pm, lib/RT/Interface/Web.pm, + lib/RT/Interface/Web/Handler.pm, + lib/RT/Interface/Web/QueryBuilder.pm, + lib/RT/Interface/Web/Standalone.pm, + lib/RT/Interface/Web/QueryBuilder/Tree.pm, + lib/RT/Action/Autoreply.pm, lib/RT/Action/Generic.pm, + lib/RT/Action/RecordComment.pm, + lib/RT/Action/RecordCorrespondence.pm, + lib/RT/Interface/Email/Auth/GnuPG.pm, + lib/RT/Interface/Email/Auth/MailFrom.pm, + lib/RT/Interface/Email/Filter/SpamAssassin.pm, + lib/RT/Action/Notify.pm, lib/RT/Action/AutoOpen.pm, + lib/RT/Action/CreateTickets.pm, + lib/RT/Action/EscalatePriority.pm, + lib/RT/Action/NotifyAsComment.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SetPriority.pm, + lib/RT/Action/UserDefined.pm, lib/RT/Action/SendEmail.pm, + lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/FromSQL.pm, + lib/RT/Search/Generic.pm, lib/RT/Search/Googleish.pm, + lib/RT/I18N/cs.po, lib/RT/I18N/es.po, lib/RT/I18N/fi.po, + lib/RT/I18N/zh_cn.po, lib/RT/I18N/hu.po, lib/RT/I18N/he.po, + lib/RT/I18N/de.po, lib/RT/I18N/ru.po, lib/RT/I18N/nl.po, + lib/RT/I18N/pl.po, lib/RT/I18N/da.po, lib/RT/I18N/fr.po, + lib/RT/I18N/cs.pm, lib/RT/I18N/it.po, lib/RT/I18N/id.po, + lib/RT/I18N/ja.po, lib/RT/I18N/zh_tw.po, + lib/RT/I18N/i_default.pm, lib/RT/I18N/pt_br.po, + lib/RT/I18N/en.po, lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/Generic.pm, + lib/RT/Condition/Overdue.pm, lib/RT/Condition/OwnerChange.pm, + lib/RT/Condition/PriorityChange.pm, + lib/RT/Condition/PriorityExceeds.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Condition/UserDefined.pm, lib/RT/I18N/no.po, + lib/RT/Condition/QueueChange.pm, lib/RT/Report/Tickets.pm: import + rt 3.6.6 + +2008-03-01 20:05 ivan + + * rt/: html/SelfService/Create.html, html/SelfService/Error.html, + html/Ticket/Attachment/dhandler, html/Ticket/Elements/EditBasics, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/EditDates, html/Ticket/Elements/EditPeople, + html/Ticket/Elements/LoadTextAttachments, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowBasics, + html/Ticket/Elements/ShowCustomFields, + html/Ticket/Elements/ShowGroupMembers, + html/Ticket/Elements/ShowMessageStanza, + html/Ticket/Elements/ShowPeople, + html/Ticket/Elements/ShowTransaction, + html/SelfService/Closed.html, + html/SelfService/CreateTicketInQueue.html, + html/SelfService/Display.html, html/SelfService/Prefs.html, + html/SelfService/Update.html, html/SelfService/index.html, + html/SelfService/Attachment/dhandler, + html/SelfService/Elements/GotoTicket, + html/SelfService/Elements/Header, + html/SelfService/Elements/MyRequests, + html/SelfService/Elements/Tabs, html/Approvals/Display.html, + html/Approvals/index.html, html/Approvals/Elements/Approve, + html/Approvals/Elements/PendingMyApproval, + html/Approvals/Elements/Tabs, + html/Approvals/Elements/ShowDependency, + bin/mason_handler.fcgi.in, bin/mason_handler.scgi.in, + bin/mason_handler.svc.in, bin/rt.in, bin/standalone_httpd.in, + bin/rt-crontool.in, bin/rt-mailgate.in, bin/webmux.pl.in, + etc/initialdata, etc/drop.Oracle: import rt 3.4.6 + +2008-03-01 20:02 ivan + + * rt/: configure, aclocal.m4, Changelog, Makefile.in, README, + UPGRADING, configure.ac, sbin/extract_pod_tests, + sbin/rt-test-dependencies.in, sbin/extract-message-catalog, + sbin/license_tag, sbin/regression_harness, + sbin/rt-dump-database.in, lib/RT.pm.in, + lib/RT/Transactions_Overlay.pm, lib/RT/URI.pm, sbin/factory, + lib/RT/Handle.pm, lib/RT/ObjectCustomField.pm, + lib/RT/ObjectCustomFieldValues.pm, + lib/RT/ScripCondition_Overlay.pm, + lib/RT/CustomFieldValues_Overlay.pm, + lib/RT/ObjectCustomFieldValue.pm, lib/RT/ScripConditions.pm, + lib/RT/Scrip_Overlay.pm, lib/RT/Tickets_Overlay.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/GroupMembers_Overlay.pm, + lib/RT/I18N.pm, lib/RT/CachedGroupMember.pm, lib/RT/Links.pm, + lib/RT/Queue.pm, lib/RT/ScripConditions_Overlay.pm, + lib/RT/Scrips.pm, lib/RT/System.pm, lib/RT/CustomFieldValues.pm, + lib/RT/SavedSearch.pm, lib/RT/Scrips_Overlay.pm, lib/RT/ACE.pm, + lib/RT/Attributes.pm, lib/RT/CurrentUser.pm, + lib/RT/CustomFieldValue_Overlay.pm, + lib/RT/CustomFields_Overlay.pm, lib/RT/ObjectCustomFields.pm, + lib/RT/Base.pm, lib/RT/ScripAction_Overlay.pm, lib/RT/User.pm, + lib/RT/Principal.pm, lib/RT/Principals_Overlay.pm, + lib/RT/ScripAction.pm, lib/RT/Attributes_Overlay.pm, + lib/RT/CustomField.pm, lib/RT/Queues.pm, lib/RT/Attachments.pm, + lib/RT/Attribute_Overlay.pm, lib/RT/CachedGroupMember_Overlay.pm, + lib/RT/ObjectCustomFieldValues_Overlay.pm, + lib/RT/ObjectCustomFieldValue_Overlay.pm, + lib/RT/SavedSearches.pm, lib/RT/ScripCondition.pm, + lib/RT/Templates.pm, lib/RT/Tickets.pm, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/Users.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/CachedGroupMembers.pm, + lib/RT/GroupMember_Overlay.pm, lib/RT/Link.pm, + lib/RT/Transaction.pm, lib/RT/ScripActions_Overlay.pm, + lib/RT/ACE_Overlay.pm, lib/RT/CachedGroupMembers_Overlay.pm, + lib/RT/Scrip.pm, lib/RT/EmailParser.pm, lib/RT/Group.pm, + lib/RT/ObjectCustomField_Overlay.pm, lib/RT/Template.pm, + lib/RT/ACL_Overlay.pm, lib/RT/GroupMembers.pm, + lib/RT/Principal_Overlay.pm, lib/RT/Transactions.pm, + lib/RT/ACL.pm, lib/RT/Attachment_Overlay.pm, lib/RT/Date.pm, + lib/RT/GroupMember.pm, lib/RT/Groups.pm, + lib/RT/Templates_Overlay.pm, lib/RT/Group_Overlay.pm, + lib/RT/Links_Overlay.pm, lib/RT/CustomFieldValue.pm, + lib/RT/CustomFields.pm, lib/RT/ObjectCustomFields_Overlay.pm, + lib/RT/Principals.pm, lib/RT/Queues_Overlay.pm, lib/RT/Ticket.pm, + lib/RT/Link_Overlay.pm, lib/RT/Attachment.pm, + lib/RT/Attribute.pm, lib/RT/Queue_Overlay.pm, + lib/RT/ScripActions.pm, lib/RT/Template_Overlay.pm, + lib/RT/URI/base.pm, lib/RT/URI/fsck_com_rt.pm, lib/RT/URI/t.pm, + lib/RT/Interface/Email.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/CLI.pm, lib/RT/Interface/Web.pm, + lib/RT/Interface/Web/Handler.pm, + lib/RT/Interface/Web/QueryBuilder.pm, + lib/RT/Interface/Web/Standalone.pm, lib/RT/Action/Autoreply.pm, + lib/RT/Action/Generic.pm, lib/RT/Action/RecordCorrespondence.pm, + lib/RT/Interface/Email/Auth/GnuPG.pm, + lib/RT/Interface/Email/Auth/MailFrom.pm, + lib/RT/Interface/Email/Filter/SpamAssassin.pm, + lib/RT/Interface/Web/QueryBuilder/Tree.pm, + lib/RT/Action/Notify.pm, lib/RT/Action/RecordComment.pm, + lib/RT/Action/AutoOpen.pm, lib/RT/Action/CreateTickets.pm, + lib/RT/Action/EscalatePriority.pm, + lib/RT/Action/NotifyAsComment.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SetPriority.pm, + lib/RT/Action/UserDefined.pm, lib/RT/Action/SendEmail.pm, + lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/FromSQL.pm, + lib/RT/Search/Generic.pm, lib/RT/I18N/cs.po, lib/RT/I18N/es.po, + lib/RT/I18N/fi.po, lib/RT/I18N/zh_cn.po, lib/RT/I18N/hu.po, + lib/RT/I18N/he.po, lib/RT/I18N/de.po, lib/RT/I18N/ru.po, + lib/RT/I18N/nl.po, lib/RT/I18N/pl.po, lib/RT/I18N/da.po, + lib/RT/I18N/fr.po, lib/RT/I18N/cs.pm, lib/RT/I18N/it.po, + lib/RT/I18N/id.po, lib/RT/I18N/ja.po, lib/RT/I18N/zh_tw.po, + lib/RT/I18N/en.po, lib/RT/I18N/i_default.pm, + lib/RT/I18N/pt_br.po, lib/RT/Condition/Generic.pm, + lib/RT/I18N/no.po, lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/Overdue.pm, + lib/RT/Condition/OwnerChange.pm, + lib/RT/Condition/PriorityChange.pm, + lib/RT/Condition/PriorityExceeds.pm, + lib/RT/Condition/QueueChange.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Condition/UserDefined.pm, + lib/t/regression/08web_cf_access.t, lib/t/regression/12-search.t, + lib/t/regression/04send_email.t, + lib/t/regression/06-mime_decoding.t, + lib/t/regression/14linking.t, lib/t/regression/21query-builder.t, + lib/t/regression/22search_tix_by_txn.t, + lib/t/regression/22search_tix_by_watcher.t, + lib/t/regression/01ticket_link_searching.t, + lib/t/regression/02basic_web.t, + lib/t/regression/13-attribute-tests.t, + lib/t/regression/03web_compiliation_errors.t, + lib/t/regression/06mailgateway.t, lib/t/regression/07acl.t, + lib/t/regression/07rights.t, + lib/t/regression/23-web_attachments.t, html/autohandler, + html/index.html, html/l, html/Elements/EditCustomFieldImage, + html/Elements/EditCustomFieldSelect, html/Elements/EditLinks, + html/Elements/ListActions, html/Elements/MessageBox, + html/Elements/SelectBoolean, + html/Elements/SelectCustomFieldValue, html/Elements/SelectStatus, + html/Elements/ShowLinks, html/Elements/TitleBox, + html/Elements/Error, html/Elements/Section, + html/Elements/SelectDateRelation, + html/Elements/SelectNewTicketQueue, + html/Elements/SelectWatcherType, html/Elements/BevelBoxRaisedEnd, + html/Elements/Callback, html/Elements/GotoTicket, + html/Elements/Login, html/Elements/MyTickets, + html/Elements/QueryString, html/Elements/Refresh, + html/Elements/SelectLinkType, html/Elements/SelectMatch, + html/Elements/SelectOwner, html/Elements/SelectQueue, + html/Elements/SelectTicketTypes, html/Elements/SelectUsers, + html/Elements/ShowCustomFieldBinary, html/Elements/ShowLink, + html/Elements/ShowMemberships, html/Elements/Checkbox, + html/Elements/EditCustomField, html/Elements/ScrubHTML, + html/Elements/SelectCustomFieldOperator, + html/Elements/SelectEqualityOperator, + html/Elements/SelectResultsPerPage, + html/Elements/SelectSortOrder, html/Elements/SelectTicketSortBy, + html/Elements/ShowCustomFieldImage, + html/Elements/ShowCustomFieldWikitext, html/Elements/TitleBoxEnd, + html/Elements/BevelBoxRaisedStart, html/Elements/CreateTicket, + html/Elements/MyRequests, html/Elements/SelectAttachmentField, + html/Elements/SelectDateType, html/Elements/SelectGroups, + html/Elements/SelectLang, html/Elements/SetupSessionCookie, + html/Elements/ShowCustomFields, html/Elements/Submit, + html/Elements/EditCustomFieldBinary, + html/Elements/EditCustomFieldFreeform, + html/Elements/EditCustomFieldText, + html/Elements/EditCustomFieldWikitext, html/Elements/Quicksearch, + html/Elements/CollectionAsTable/Header, + html/Elements/CollectionAsTable/ParseFormat, + html/Elements/RT__Ticket/ColumnMap, html/User/Delegation.html, + html/Search/Edit.html, html/Search/Results.html, + html/Search/Results.rdf, html/User/Elements/DelegateRights, + html/User/Elements/GroupTabs, html/User/Elements/Tabs, + html/User/Groups/Members.html, html/User/Groups/Modify.html, + html/User/Groups/index.html, html/Search/Results.tsv, + html/Search/Build.html, html/Search/Elements/BuildFormatString, + html/Search/Elements/PickBasics, html/Search/Elements/PickCFs, + html/Search/Elements/SelectAndOr, + html/Search/Elements/SelectLinks, + html/Search/Elements/SelectPersonType, + html/Search/Elements/SelectSearchObject, + html/Search/Elements/SelectSearchesForObjects, + html/REST/1.0/logout, html/Search/Elements/DisplayOptions, + html/Search/Elements/EditFormat, html/Search/Elements/EditQuery, + html/Search/Elements/EditSearches, + html/Search/Elements/NewListActions, + html/Search/Elements/PickCriteria, + html/Search/Elements/SearchPrivacy, + html/Search/Elements/SelectGroup, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/Forms/queue/default, + html/REST/1.0/Forms/queue/ns, html/NoAuth/Logout.html, + html/NoAuth/Reminder.html, + html/REST/1.0/Forms/ticket/attachments, + html/REST/1.0/Forms/ticket/default, + html/REST/1.0/Forms/ticket/history, + html/REST/1.0/Forms/ticket/links, + html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, + html/REST/1.0/NoAuth/mail-gateway, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/comment, + html/REST/1.0/ticket/link, html/REST/1.0/ticket/merge, + html/Admin/autohandler, html/Admin/index.html, + html/Download/CustomFieldValue/dhandler, + html/Download/Tabular/dhandler, html/NoAuth/images/autohandler, + html/NoAuth/images/bplogo.gif, html/Tools/MyDay.html, + html/Tools/Offline.html, html/Tools/Elements/Tabs, + html/Admin/Queues/CustomField.html, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/GroupRights.html, + html/Admin/Queues/Modify.html, html/Admin/Queues/People.html, + html/Admin/Queues/Scrip.html, html/Admin/Queues/Scrips.html, + html/Admin/Queues/Template.html, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditUserComments, + html/Admin/Elements/GroupTabs, + html/Admin/Elements/ObjectCustomFields, + html/Admin/Elements/SelectCustomFieldType, + html/Admin/Elements/SelectScrip, + html/Admin/Elements/SelectScripCondition, + html/Admin/Elements/SelectStage, + html/Admin/Queues/Templates.html, + html/Admin/Queues/UserRights.html, html/Admin/Queues/index.html, + html/Admin/Elements/CustomFieldTabs, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/EditScrip, + html/Admin/Elements/GlobalCustomFieldTabs, + html/Admin/Elements/ModifyTemplate, + html/Admin/Elements/QueueTabs, + html/Admin/Elements/SelectModifyGroup, + html/Admin/Elements/SelectModifyQueue, + html/Admin/Elements/SelectNewGroupMembers, + html/Admin/Elements/SelectScripAction, + html/Admin/Elements/SelectSingleOrMultiple, + html/Admin/Elements/SelectTemplate, + html/Admin/Elements/SystemTabs, html/Admin/Elements/Tabs, + html/Admin/Elements/AddCustomFieldValue, + html/Admin/Elements/CreateUserCalled, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/EditQueueWatchers, + html/Admin/Elements/EditScrips, + html/Admin/Elements/ListGlobalCustomFields, + html/Admin/Elements/ListGlobalScrips, + html/Admin/Elements/PickCustomFields, + html/Admin/Elements/SelectModifyUser, + html/Admin/Elements/SelectUsers, html/Admin/Elements/UserTabs, + html/Admin/Elements/EditTemplates, html/Admin/Elements/Header, + html/Admin/Elements/PickObjects, + html/Admin/Elements/QueueRightsForUser, + html/Admin/Elements/SelectCustomFieldLookupType, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/SelectRights, html/Admin/Elements/ToolTabs, + html/Admin/Global/GroupRights.html, html/Admin/Global/Scrip.html, + html/Admin/Global/Scrips.html, html/Admin/Global/Template.html, + html/Admin/Global/Templates.html, + html/Admin/Global/UserRights.html, html/Admin/Global/index.html, + html/Admin/Global/CustomFields/Groups.html, + html/Admin/Global/CustomFields/Queue-Tickets.html, + html/Admin/Global/CustomFields/Queue-Transactions.html, + html/Admin/Global/CustomFields/Users.html, + html/Admin/Global/CustomFields/index.html, + html/Admin/Users/CustomFields.html, + html/Admin/CustomFields/GroupRights.html, + html/Admin/CustomFields/Modify.html, + html/Admin/CustomFields/Objects.html, + html/Admin/CustomFields/index.html, + html/Admin/Users/History.html, html/Admin/Users/Memberships.html, + html/Admin/Users/index.html, + html/Admin/CustomFields/UserRights.html, + html/Admin/Groups/CustomFields.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/History.html, html/Admin/Groups/Members.html, + html/Admin/Groups/Modify.html, html/Admin/Groups/UserRights.html, + html/Admin/Groups/index.html, + html/Admin/Tools/Configuration.html, html/Admin/Tools/index.html, + html/Ticket/Modify.html, html/Ticket/ShowEmailRecord.html, + html/Ticket/History.html, html/Ticket/ModifyAll.html, + html/Ticket/ModifyDates.html, html/Ticket/ModifyLinks.html, + html/Ticket/ModifyPeople.html, html/Ticket/Update.html, + html/Ticket/Elements/AddWatchers, html/Ticket/Elements/BulkLinks, + html/Ticket/Elements/EditWatchers, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowDates, + html/Ticket/Elements/EditCustomFields, + html/Ticket/Elements/PreviewScrips, + html/Ticket/Elements/ShowDependencies, + html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowMembers, + html/Ticket/Elements/ShowMessageHeaders, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/ShowUserEntry: import rt 3.4.6 2008-03-01 19:07 ivan @@ -8811,9 +10073,7 @@ 2008-01-03 18:35 ivan - * httemplate/: edit/cust_main_county.cgi, - edit/process/cust_main_county.cgi, browse/elements/browse.html: - new tax rate editor + * httemplate/browse/elements/browse.html: new tax rate editor 2008-01-03 18:27 ivan @@ -8977,10 +10237,6 @@ setting maxLength (and other attributes?). hopefully that's all it is. -2007-12-17 15:57 jeff - - * httemplate/view/cust_main/quick-charge.html: cruft removal - 2007-12-17 14:57 jeff * FS/FS/cust_credit.pm: stricter otaker rules @@ -9028,8 +10284,8 @@ 2007-12-16 12:48 ivan - * httemplate/search/: cust_main.html, cust_main_ADV.cgi: more - consistent naming: cust_main_ADV.cgi becomes cust_main.html + * httemplate/search/cust_main.html: more consistent naming: + cust_main_ADV.cgi becomes cust_main.html 2007-12-15 14:47 rsiddall @@ -9157,704 +10413,6 @@ * httemplate/search/elements/search.html: i hope this allows IE to download excel over https? -2007-12-04 13:28 ivan - - * sql-ledger/: VERSION, am.pl, favicon.ico, index.html, login.pl, - menu.ini, setup.pl, sql-ledger.conf.default, sql-ledger.gif, - sql-ledger.png, SL/AM.pm, SL/AP.pm, SL/AR.pm, SL/BP.pm, SL/CA.pm, - SL/CP.pm, SL/CT.pm, SL/Form.pm, SL/GL.pm, SL/HR.pm, SL/IC.pm, - SL/IR.pm, SL/IS.pm, SL/Inifile.pm, SL/Mailer.pm, SL/Menu.pm, - SL/Num2text.pm, SL/OE.pm, SL/OP.pm, SL/PE.pm, SL/RC.pm, SL/RP.pm, - SL/User.pm, bin/js/menu.pl, bin/lynx/menu.pl, - bin/mozilla/admin.pl, bin/mozilla/am.pl, bin/mozilla/ap.pl, - bin/mozilla/ar.pl, bin/mozilla/arap.pl, bin/mozilla/arapprn.pl, - bin/mozilla/bp.pl, bin/mozilla/ca.pl, bin/mozilla/cp.pl, - bin/mozilla/ct.pl, bin/mozilla/gl.pl, bin/mozilla/hr.pl, - bin/mozilla/ic.pl, bin/mozilla/io.pl, bin/mozilla/ir.pl, - bin/mozilla/is.pl, bin/mozilla/login.pl, bin/mozilla/menu.pl, - bin/mozilla/oe.pl, bin/mozilla/pe.pl, bin/mozilla/pos.pl, - bin/mozilla/ps.pl, bin/mozilla/pw.pl, bin/mozilla/rc.pl, - bin/mozilla/rp.pl, css/sql-ledger.css, doc/COPYING, - doc/COPYRIGHT, doc/README, doc/README.DB2, doc/UPGRADE-1.6-1.8, - doc/UPGRADE-1.8-1.8.3, doc/UPGRADE-1.8.3-1.8.4, - doc/UPGRADE-1.8.4-1.8.5, doc/UPGRADE-1.8.5-1.8.7, - doc/UPGRADE-1.8.7-2.0.0, doc/UPGRADE-2.0-2.0.8, - doc/UPGRADE-2.0.8-2.0.9, doc/UPGRADE-2.0.9-2.2.0, - doc/UPGRADE-2.2.0-2.2.7, doc/UPGRADE-2.2.7-2.4.0, - doc/UPGRADE-2.4.0-2.4.1, doc/UPGRADE-2.4.1-2.4.2, - doc/UPGRADE-2.4.2-2.4.3, doc/UPGRADE-2.4.3-2.4.4, doc/faq.html, - locale/be_nl/COPYING, locale/be_nl/LANGUAGE, - locale/be_nl/Num2text, locale/be_nl/admin, locale/be_nl/all, - locale/be_nl/am, locale/be_nl/ap, locale/be_nl/ar, - locale/be_nl/arap, locale/be_nl/arapprn, locale/be_nl/bp, - locale/be_nl/ca, locale/be_nl/cp, locale/be_nl/ct, - locale/be_nl/gl, locale/be_nl/hr, locale/be_nl/ic, - locale/be_nl/io, locale/be_nl/ir, locale/be_nl/is, - locale/be_nl/login, locale/be_nl/menu, locale/be_nl/oe, - locale/be_nl/pe, locale/be_nl/pos, locale/be_nl/ps, - locale/be_nl/pw, locale/be_nl/rc, locale/be_nl/rp, - locale/br/COPYING, locale/br/LANGUAGE, locale/br/admin, - locale/br/all, locale/br/am, locale/br/ap, locale/br/ar, - locale/br/arap, locale/br/arapprn, locale/br/bp, locale/br/ca, - locale/br/cp, locale/br/ct, locale/br/gl, locale/br/hr, - locale/br/ic, locale/br/io, locale/br/ir, locale/br/is, - locale/br/login, locale/br/menu, locale/br/oe, locale/br/pe, - locale/br/pos, locale/br/ps, locale/br/pw, locale/br/rc, - locale/br/rp, locale/cn_utf/COPYING, locale/cn_utf/LANGUAGE, - locale/cn_utf/admin, locale/cn_utf/all, locale/cn_utf/am, - locale/cn_utf/ap, locale/cn_utf/ar, locale/cn_utf/arap, - locale/cn_utf/arapprn, locale/cn_utf/bp, locale/cn_utf/ca, - locale/cn_utf/cp, locale/cn_utf/ct, locale/cn_utf/gl, - locale/cn_utf/hr, locale/cn_utf/ic, locale/cn_utf/io, - locale/cn_utf/ir, locale/cn_utf/is, locale/cn_utf/login, - locale/cn_utf/menu, locale/cn_utf/oe, locale/cn_utf/pe, - locale/cn_utf/pos, locale/cn_utf/ps, locale/cn_utf/pw, - locale/cn_utf/rc, locale/cn_utf/rp, locale/co/COPYING, - locale/co/LANGUAGE, locale/co/Num2text, locale/co/admin, - locale/co/all, locale/co/am, locale/co/ap, locale/co/ar, - locale/co/arap, locale/co/arapprn, locale/co/bp, locale/co/ca, - locale/co/cp, locale/co/ct, locale/co/gl, locale/co/hr, - locale/co/ic, locale/co/io, locale/co/ir, locale/co/is, - locale/co/login, locale/co/menu, locale/co/oe, locale/co/pe, - locale/co/pos, locale/co/ps, locale/co/pw, locale/co/rc, - locale/co/rp, locale/ct/COPYING, locale/ct/LANGUAGE, - locale/ct/admin, locale/ct/all, locale/ct/am, locale/ct/ap, - locale/ct/ar, locale/ct/arap, locale/ct/arapprn, locale/ct/bp, - locale/ct/ca, locale/ct/cp, locale/ct/ct, locale/ct/gl, - locale/ct/hr, locale/ct/ic, locale/ct/io, locale/ct/ir, - locale/ct/is, locale/ct/login, locale/ct/menu, locale/ct/oe, - locale/ct/pe, locale/ct/pos, locale/ct/ps, locale/ct/pw, - locale/ct/rc, locale/ct/rp, locale/cz/COPYING, - locale/cz/LANGUAGE, locale/cz/admin, locale/cz/all, locale/cz/am, - locale/cz/ap, locale/cz/ar, locale/cz/arap, locale/cz/arapprn, - locale/cz/bp, locale/cz/ca, locale/cz/cp, locale/cz/ct, - locale/cz/gl, locale/cz/hr, locale/cz/ic, locale/cz/io, - locale/cz/ir, locale/cz/is, locale/cz/login, locale/cz/menu, - locale/cz/oe, locale/cz/pe, locale/cz/pos, locale/cz/ps, - locale/cz/pw, locale/cz/rc, locale/cz/rp, locale/de/COPYING, - locale/de/LANGUAGE, locale/de/Num2text, locale/de/admin, - locale/de/am, locale/de/ap, locale/de/ar, locale/de/arap, - locale/de/arapprn, locale/de/bp, locale/de/ca, locale/de/cp, - locale/de/ct, locale/de/gl, locale/de/hr, locale/de/ic, - locale/de/io, locale/de/ir, locale/de/is, locale/de/locales.pl, - locale/de/login, locale/de/menu, locale/de/oe, locale/de/pe, - locale/de/pos, locale/de/ps, locale/de/pw, locale/de/rc, - locale/de/rp, locale/dk/COPYING, locale/dk/LANGUAGE, - locale/dk/admin, locale/dk/all, locale/dk/am, locale/dk/ap, - locale/dk/ar, locale/dk/arap, locale/dk/arapprn, locale/dk/bp, - locale/dk/ca, locale/dk/cp, locale/dk/ct, locale/dk/gl, - locale/dk/hr, locale/dk/ic, locale/dk/io, locale/dk/ir, - locale/dk/is, locale/dk/login, locale/dk/menu, locale/dk/oe, - locale/dk/pe, locale/dk/pos, locale/dk/ps, locale/dk/pw, - locale/dk/rc, locale/dk/rp, locale/ec/COPYING, - locale/ec/LANGUAGE, locale/ec/Num2text, locale/ec/admin, - locale/ec/all, locale/ec/am, locale/ec/ap, locale/ec/ar, - locale/ec/arap, locale/ec/arapprn, locale/ec/bp, locale/ec/ca, - locale/ec/cp, locale/ec/ct, locale/ec/gl, locale/ec/hr, - locale/ec/ic, locale/ec/io, locale/ec/ir, locale/ec/is, - locale/ec/login, locale/ec/menu, locale/ec/oe, locale/ec/pe, - locale/ec/pos, locale/ec/ps, locale/ec/pw, locale/ec/rc, - locale/ec/rp, locale/ee/COPYING, locale/ee/LANGUAGE, - locale/ee/Num2text, locale/ee/admin, locale/ee/all, locale/ee/am, - locale/ee/ap, locale/ee/ar, locale/ee/arap, locale/ee/arapprn, - locale/ee/bp, locale/ee/ca, locale/ee/cp, locale/ee/ct, - locale/ee/gl, locale/ee/hr, locale/ee/ic, locale/ee/io, - locale/ee/ir, locale/ee/is, locale/ee/login, locale/ee/menu, - locale/ee/oe, locale/ee/pe, locale/ee/pos, locale/ee/ps, - locale/ee/pw, locale/ee/rc, locale/ee/rp, locale/eg/COPYING, - locale/eg/LANGUAGE, locale/eg/admin, locale/eg/all, locale/eg/am, - locale/eg/ap, locale/eg/ar, locale/eg/arap, locale/eg/arapprn, - locale/eg/bp, locale/eg/ca, locale/eg/cp, locale/eg/ct, - locale/eg/gl, locale/eg/hr, locale/eg/ic, locale/eg/io, - locale/eg/ir, locale/eg/is, locale/eg/login, locale/eg/menu, - locale/eg/oe, locale/eg/pe, locale/eg/pos, locale/eg/ps, - locale/eg/pw, locale/eg/rc, locale/eg/rp, locale/en_GB/COPYING, - locale/en_GB/LANGUAGE, locale/en_GB/admin, locale/en_GB/all, - locale/en_GB/am, locale/en_GB/ap, locale/en_GB/ar, - locale/en_GB/arap, locale/en_GB/arapprn, locale/en_GB/bp, - locale/en_GB/ca, locale/en_GB/cp, locale/en_GB/ct, - locale/en_GB/gl, locale/en_GB/hr, locale/en_GB/ic, - locale/en_GB/io, locale/en_GB/ir, locale/en_GB/is, - locale/en_GB/login, locale/en_GB/menu, locale/en_GB/oe, - locale/en_GB/pe, locale/en_GB/pos, locale/en_GB/ps, - locale/en_GB/pw, locale/en_GB/rc, locale/en_GB/rp, - locale/es_iso/COPYING, locale/es_iso/LANGUAGE, - locale/es_iso/Num2text, locale/es_iso/admin, locale/es_iso/all, - locale/es_iso/am, locale/es_iso/ap, locale/es_iso/ar, - locale/es_iso/arap, locale/es_iso/arapprn, locale/es_iso/bp, - locale/es_iso/ca, locale/es_iso/cp, locale/es_iso/ct, - locale/es_iso/gl, locale/es_iso/hr, locale/es_iso/ic, - locale/es_iso/io, locale/es_iso/ir, locale/es_iso/is, - locale/es_iso/login, locale/es_iso/menu, locale/es_iso/oe, - locale/es_iso/pe, locale/es_iso/pos, locale/es_iso/ps, - locale/es_iso/pw, locale/es_iso/rc, locale/es_iso/rp, - locale/es_utf/COPYING, locale/es_utf/LANGUAGE, - locale/es_utf/Num2text, locale/es_utf/admin, locale/es_utf/all, - locale/es_utf/am, locale/es_utf/ap, locale/es_utf/ar, - locale/es_utf/arap, locale/es_utf/arapprn, locale/es_utf/bp, - locale/es_utf/ca, locale/es_utf/cp, locale/es_utf/ct, - locale/es_utf/gl, locale/es_utf/hr, locale/es_utf/ic, - locale/es_utf/io, locale/es_utf/ir, locale/es_utf/is, - locale/es_utf/login, locale/es_utf/menu, locale/es_utf/oe, - locale/es_utf/pe, locale/es_utf/pos, locale/es_utf/ps, - locale/es_utf/pw, locale/es_utf/rc, locale/es_utf/rp, - locale/fi/COPYING, locale/fi/LANGUAGE, locale/fi/admin, - locale/fi/all, locale/fi/am, locale/fi/ap, locale/fi/ar, - locale/fi/arap, locale/fi/arapprn, locale/fi/bp, locale/fi/ca, - locale/fi/cp, locale/fi/ct, locale/fi/gl, locale/fi/hr, - locale/fi/ic, locale/fi/io, locale/fi/ir, locale/fi/is, - locale/fi/login, locale/fi/menu, locale/fi/oe, locale/fi/pe, - locale/fi/pos, locale/fi/ps, locale/fi/pw, locale/fi/rc, - locale/fi/rp, locale/fr/COPYING, locale/fr/LANGUAGE, - locale/fr/Num2text, locale/fr/admin, locale/fr/all, locale/fr/am, - locale/fr/ap, locale/fr/ar, locale/fr/arap, locale/fr/arapprn, - locale/fr/bp, locale/fr/ca, locale/fr/cp, locale/fr/ct, - locale/fr/gl, locale/fr/hr, locale/fr/ic, locale/fr/io, - locale/fr/ir, locale/fr/is, locale/fr/login, locale/fr/menu, - locale/fr/oe, locale/fr/pe, locale/fr/pos, locale/fr/ps, - locale/fr/pw, locale/fr/rc, locale/fr/rp, locale/gr/COPYING, - locale/gr/LANGUAGE, locale/gr/admin, locale/gr/all, locale/gr/am, - locale/gr/ap, locale/gr/ar, locale/gr/arap, locale/gr/arapprn, - locale/gr/bp, locale/gr/ca, locale/gr/cp, locale/gr/ct, - locale/gr/gl, locale/gr/hr, locale/gr/ic, locale/gr/io, - locale/gr/ir, locale/gr/is, locale/gr/login, locale/gr/menu, - locale/gr/oe, locale/gr/pe, locale/gr/pos, locale/gr/ps, - locale/gr/pw, locale/gr/rc, locale/gr/rp, locale/hu/COPYING, - locale/hu/LANGUAGE, locale/hu/Num2text, locale/hu/admin, - locale/hu/all, locale/hu/am, locale/hu/ap, locale/hu/ar, - locale/hu/arap, locale/hu/arapprn, locale/hu/bp, locale/hu/ca, - locale/hu/cp, locale/hu/ct, locale/hu/gl, locale/hu/hr, - locale/hu/ic, locale/hu/io, locale/hu/ir, locale/hu/is, - locale/hu/login, locale/hu/menu, locale/hu/oe, locale/hu/pe, - locale/hu/pos, locale/hu/ps, locale/hu/pw, locale/hu/rc, - locale/hu/rp, locale/is/COPYING, locale/is/LANGUAGE, - locale/is/admin, locale/is/all, locale/is/am, locale/is/ap, - locale/is/ar, locale/is/arap, locale/is/arapprn, locale/is/bp, - locale/is/ca, locale/is/cp, locale/is/ct, locale/is/gl, - locale/is/hr, locale/is/ic, locale/is/io, locale/is/ir, - locale/is/is, locale/is/login, locale/is/menu, locale/is/oe, - locale/is/pe, locale/is/pos, locale/is/ps, locale/is/pw, - locale/is/rc, locale/is/rp, locale/it/COPYING, - locale/it/LANGUAGE, locale/it/Num2text, locale/it/admin, - locale/it/all, locale/it/am, locale/it/ap, locale/it/ar, - locale/it/arap, locale/it/arapprn, locale/it/bp, locale/it/ca, - locale/it/cp, locale/it/ct, locale/it/gl, locale/it/hr, - locale/it/ic, locale/it/io, locale/it/ir, locale/it/is, - locale/it/login, locale/it/menu, locale/it/oe, locale/it/pe, - locale/it/pos, locale/it/ps, locale/it/pw, locale/it/qe, - locale/it/rc, locale/it/rp, locale/lt/COPYING, - locale/lt/LANGUAGE, locale/lt/admin, locale/lt/all, locale/lt/am, - locale/lt/ap, locale/lt/ar, locale/lt/arap, locale/lt/arapprn, - locale/lt/bp, locale/lt/ca, locale/lt/cp, locale/lt/ct, - locale/lt/gl, locale/lt/hr, locale/lt/ic, locale/lt/io, - locale/lt/ir, locale/lt/is, locale/lt/login, locale/lt/menu, - locale/lt/oe, locale/lt/pe, locale/lt/pos, locale/lt/ps, - locale/lt/pw, locale/lt/rc, locale/lt/rp, locale/lv/COPYING, - locale/lv/LANGUAGE, locale/lv/admin, locale/lv/all, locale/lv/am, - locale/lv/ap, locale/lv/ar, locale/lv/arap, locale/lv/arapprn, - locale/lv/bp, locale/lv/ca, locale/lv/cp, locale/lv/ct, - locale/lv/gl, locale/lv/hr, locale/lv/ic, locale/lv/io, - locale/lv/ir, locale/lv/is, locale/lv/login, locale/lv/menu, - locale/lv/oe, locale/lv/pe, locale/lv/pos, locale/lv/ps, - locale/lv/pw, locale/lv/rc, locale/lv/rp, locale/mx/COPYING, - locale/mx/LANGUAGE, locale/mx/admin, locale/mx/all, locale/mx/am, - locale/mx/ap, locale/mx/ar, locale/mx/arap, locale/mx/arapprn, - locale/mx/bp, locale/mx/ca, locale/mx/cp, locale/mx/ct, - locale/mx/gl, locale/mx/hr, locale/mx/ic, locale/mx/io, - locale/mx/ir, locale/mx/is, locale/mx/login, locale/mx/menu, - locale/mx/oe, locale/mx/pe, locale/mx/pos, locale/mx/ps, - locale/mx/pw, locale/mx/rc, locale/mx/rp, locale/nb/COPYING, - locale/nb/LANGUAGE, locale/nb/admin, locale/nb/all, locale/nb/am, - locale/nb/ap, locale/nb/ar, locale/nb/arap, locale/nb/arapprn, - locale/nb/bp, locale/nb/ca, locale/nb/cp, locale/nb/ct, - locale/nb/gl, locale/nb/hr, locale/nb/ic, locale/nb/io, - locale/nb/ir, locale/nb/is, locale/nb/login, locale/nb/menu, - locale/nb/oe, locale/nb/pe, locale/nb/pos, locale/nb/ps, - locale/nb/pw, locale/nb/rc, locale/nb/rp, locale/nl/COPYING, - locale/nl/LANGUAGE, locale/nl/Num2text, locale/nl/admin, - locale/nl/all, locale/nl/am, locale/nl/ap, locale/nl/ar, - locale/nl/arap, locale/nl/arapprn, locale/nl/bp, locale/nl/ca, - locale/nl/cp, locale/nl/ct, locale/nl/gl, locale/nl/hr, - locale/nl/ic, locale/nl/io, locale/nl/ir, locale/nl/is, - locale/nl/login, locale/nl/menu, locale/nl/oe, locale/nl/pe, - locale/nl/pos, locale/nl/ps, locale/nl/pw, locale/nl/rc, - locale/nl/rp, locale/pa/COPYING, locale/pa/LANGUAGE, - locale/pa/admin, locale/pa/all, locale/pa/am, locale/pa/ap, - locale/pa/ar, locale/pa/arap, locale/pa/arapprn, locale/pa/bp, - locale/pa/ca, locale/pa/cp, locale/pa/ct, locale/pa/gl, - locale/pa/hr, locale/pa/ic, locale/pa/io, locale/pa/ir, - locale/pa/is, locale/pa/login, locale/pa/menu, locale/pa/oe, - locale/pa/pe, locale/pa/pos, locale/pa/ps, locale/pa/pw, - locale/pa/rc, locale/pa/rp, locale/pl/COPYING, - locale/pl/LANGUAGE, locale/pl/admin, locale/pl/all, locale/pl/am, - locale/pl/ap, locale/pl/ar, locale/pl/arap, locale/pl/arapprn, - locale/pl/bp, locale/pl/ca, locale/pl/cp, locale/pl/ct, - locale/pl/gl, locale/pl/hr, locale/pl/ic, locale/pl/io, - locale/pl/ir, locale/pl/is, locale/pl/login, locale/pl/menu, - locale/pl/oe, locale/pl/pe, locale/pl/pos, locale/pl/ps, - locale/pl/pw, locale/pl/rc, locale/pl/rp, locale/pt/COPYING, - locale/pt/LANGUAGE, locale/pt/admin, locale/pt/all, locale/pt/am, - locale/pt/ap, locale/pt/ar, locale/pt/arap, locale/pt/arapprn, - locale/pt/bp, locale/pt/ca, locale/pt/cp, locale/pt/ct, - locale/pt/gl, locale/pt/hr, locale/pt/ic, locale/pt/io, - locale/pt/ir, locale/pt/is, locale/pt/login, locale/pt/menu, - locale/pt/oe, locale/pt/pe, locale/pt/pos, locale/pt/ps, - locale/pt/pw, locale/pt/rc, locale/pt/rp, locale/ru/COPYING, - locale/ru/LANGUAGE, locale/ru/admin, locale/ru/all, locale/ru/am, - locale/ru/ap, locale/ru/ar, locale/ru/arap, locale/ru/arapprn, - locale/ru/bp, locale/ru/ca, locale/ru/cp, locale/ru/ct, - locale/ru/gl, locale/ru/hr, locale/ru/ic, locale/ru/io, - locale/ru/ir, locale/ru/is, locale/ru/login, locale/ru/menu, - locale/ru/oe, locale/ru/pe, locale/ru/pos, locale/ru/ps, - locale/ru/pw, locale/ru/rc, locale/ru/rp, locale/se/COPYING, - locale/se/LANGUAGE, locale/se/admin, locale/se/all, locale/se/am, - locale/se/ap, locale/se/ar, locale/se/arap, locale/se/arapprn, - locale/se/bp, locale/se/ca, locale/se/cp, locale/se/ct, - locale/se/gl, locale/se/hr, locale/se/ic, locale/se/io, - locale/se/ir, locale/se/is, locale/se/login, locale/se/menu, - locale/se/oe, locale/se/pe, locale/se/pos, locale/se/ps, - locale/se/pw, locale/se/rc, locale/se/rp, locale/sv/COPYING, - locale/sv/LANGUAGE, locale/sv/admin, locale/sv/all, locale/sv/am, - locale/sv/ap, locale/sv/ar, locale/sv/arap, locale/sv/arapprn, - locale/sv/bp, locale/sv/ca, locale/sv/cp, locale/sv/ct, - locale/sv/gl, locale/sv/hr, locale/sv/ic, locale/sv/io, - locale/sv/ir, locale/sv/is, locale/sv/login, locale/sv/menu, - locale/sv/oe, locale/sv/pe, locale/sv/pos, locale/sv/ps, - locale/sv/pw, locale/sv/rc, locale/sv/rp, locale/tr/COPYING, - locale/tr/LANGUAGE, locale/tr/admin, locale/tr/all, locale/tr/am, - locale/tr/ap, locale/tr/ar, locale/tr/arap, locale/tr/arapprn, - locale/tr/bp, locale/tr/ca, locale/tr/cp, locale/tr/ct, - locale/tr/gl, locale/tr/hr, locale/tr/ic, locale/tr/io, - locale/tr/ir, locale/tr/is, locale/tr/login, locale/tr/menu, - locale/tr/oe, locale/tr/pe, locale/tr/pos, locale/tr/ps, - locale/tr/pw, locale/tr/rc, locale/tr/rp, locale/tw_big5/COPYING, - locale/tw_big5/LANGUAGE, locale/tw_big5/admin, - locale/tw_big5/all, locale/tw_big5/am, locale/tw_big5/ap, - locale/tw_big5/ar, locale/tw_big5/arap, locale/tw_big5/arapprn, - locale/tw_big5/bp, locale/tw_big5/ca, locale/tw_big5/cp, - locale/tw_big5/ct, locale/tw_big5/gl, locale/tw_big5/hr, - locale/tw_big5/ic, locale/tw_big5/io, locale/tw_big5/ir, - locale/tw_big5/is, locale/tw_big5/login, locale/tw_big5/menu, - locale/tw_big5/oe, locale/tw_big5/pe, locale/tw_big5/pos, - locale/tw_big5/ps, locale/tw_big5/pw, locale/tw_big5/rc, - locale/tw_big5/rp, locale/tw_big5/temp, locale/tw_utf/COPYING, - locale/tw_utf/LANGUAGE, locale/tw_utf/admin, locale/tw_utf/all, - locale/tw_utf/am, locale/tw_utf/ap, locale/tw_utf/ar, - locale/tw_utf/arap, locale/tw_utf/arapprn, locale/tw_utf/bp, - locale/tw_utf/ca, locale/tw_utf/cp, locale/tw_utf/ct, - locale/tw_utf/gl, locale/tw_utf/hr, locale/tw_utf/ic, - locale/tw_utf/io, locale/tw_utf/ir, locale/tw_utf/is, - locale/tw_utf/login, locale/tw_utf/menu, locale/tw_utf/oe, - locale/tw_utf/pe, locale/tw_utf/pos, locale/tw_utf/ps, - locale/tw_utf/pw, locale/tw_utf/rc, locale/tw_utf/rp, - locale/ua/COPYING, locale/ua/LANGUAGE, locale/ua/admin, - locale/ua/all, locale/ua/am, locale/ua/ap, locale/ua/ar, - locale/ua/arap, locale/ua/arapprn, locale/ua/bp, locale/ua/ca, - locale/ua/cp, locale/ua/ct, locale/ua/gl, locale/ua/hr, - locale/ua/ic, locale/ua/io, locale/ua/ir, locale/ua/is, - locale/ua/login, locale/ua/menu, locale/ua/oe, locale/ua/pe, - locale/ua/pos, locale/ua/ps, locale/ua/pw, locale/ua/rc, - locale/ua/rp, locale/ve/COPYING, locale/ve/LANGUAGE, - locale/ve/admin, locale/ve/all, locale/ve/am, locale/ve/ap, - locale/ve/ar, locale/ve/arap, locale/ve/arapprn, locale/ve/bp, - locale/ve/ca, locale/ve/cp, locale/ve/ct, locale/ve/gl, - locale/ve/hr, locale/ve/ic, locale/ve/io, locale/ve/ir, - locale/ve/is, locale/ve/login, locale/ve/menu, locale/ve/oe, - locale/ve/pe, locale/ve/pos, locale/ve/ps, locale/ve/pw, - locale/ve/rc, locale/ve/rp, sql/Austria-chart.sql, - sql/Austria-gifi.sql, sql/Belgium-chart.sql, - sql/Belgium-gifi.sql, sql/Brazil_General-chart.sql, - sql/Canada-English-gifi.sql, - sql/Canada-English_General-chart.sql, sql/Canada-French-gifi.sql, - sql/Colombia-PUC-chart.sql, sql/Colombia-PUC-gifi.sql, - sql/Czech-Republic-chart.sql, sql/DB2-create.sql, - sql/DB2-indices.sql, sql/DB2-remove.sql, sql/DB2-set.sql, - sql/DB2-sql-ledger.order, sql/DB2-tables.sql, - sql/Danish_Default-chart.sql, sql/Default-chart.sql, - sql/Dutch_Default-chart.sql, sql/Dutch_Standard-chart.sql, - sql/Egypt-chart.sql, sql/France-chart.sql, - sql/German-Sample-chart.sql, sql/German-Sample-gifi.sql, - sql/Germany-DATEV-SKR03-chart.sql, - sql/Germany-DATEV-SKR03-gifi.sql, sql/Germany-SKR03-chart.sql, - sql/Germany-SKR03-gifi.sql, sql/Hungary-chart.sql, - sql/Hungary-gifi.sql, sql/Italy-gifi.sql, - sql/Italy_General-chart.sql, sql/Italy_cc2424-chart.sql, - sql/Latvia-chart.sql, sql/NAICS.sql, - sql/Norwegian_Default-chart.sql, sql/Oracle-indices.sql, - sql/Oracle-tables.sql, sql/Oracle-upgrade-1.8.0-1.8.4.sql, - sql/Oracle-upgrade-1.8.4-1.8.5.sql, - sql/Oracle-upgrade-1.8.5-2.0.0.sql, - sql/Oracle-upgrade-2.0.0-2.0.8.sql, - sql/Oracle-upgrade-2.0.8-2.2.0.sql, sql/Pg-functions.sql, - sql/Pg-indices.sql, sql/Pg-tables.sql, - sql/Pg-upgrade-1.2.6-1.2.7.sql, sql/Pg-upgrade-1.2.7-1.4.0.sql, - sql/Pg-upgrade-1.4.0-1.6.0.sql, sql/Pg-upgrade-1.6.0-1.8.0.sql, - sql/Pg-upgrade-1.8.0-1.8.4.sql, sql/Pg-upgrade-1.8.4-1.8.5.sql, - sql/Pg-upgrade-1.8.5-2.0.0.sql, sql/Pg-upgrade-2.0.0-2.0.8.sql, - sql/Pg-upgrade-2.0.8-2.2.0.sql, sql/Pg-upgrade-2.2.0-2.3.0.sql, - sql/Pg-upgrade-2.3.0-2.3.1.sql, sql/Pg-upgrade-2.3.1-2.3.3.sql, - sql/Pg-upgrade-2.3.3-2.3.4.sql, sql/Pg-upgrade-2.3.4-2.3.5.sql, - sql/Pg-upgrade-2.3.5-2.3.6.sql, sql/Pg-upgrade-2.3.6-2.3.7.sql, - sql/Pg-upgrade-2.3.7-2.3.8.sql, sql/Pg-upgrade-2.3.8-2.3.9.sql, - sql/Pg-upgrade-2.3.9-2.4.2.sql, sql/Pg-upgrade-2.4.2-2.4.3.sql, - sql/Pg-upgrade-2.4.3-2.4.4.sql, sql/Poland-chart.sql, - sql/Simplified-Chinese_Default-UTF8-chart.sql, - sql/Simplified-Chinese_Default-chart.sql, - sql/Spain-ISO-chart.sql, sql/Spain-UTF8-chart.sql, - sql/Swedish-chart.sql, sql/Swiss-German-chart.sql, - sql/Swiss-German-gifi.sql, - sql/Traditional-Chinese_Default-UTF8-chart.sql, - sql/Traditional-Chinese_Default-chart.sql, - sql/US_General-chart.sql, sql/US_Manufacturing-chart.sql, - sql/US_Service_Company-chart.sql, - templates/Brazilian_Portuguese-ap_transaction.html, - templates/Brazilian_Portuguese-ap_transaction.tex, - templates/Brazilian_Portuguese-ar_transaction.html, - templates/Brazilian_Portuguese-ar_transaction.tex, - templates/Brazilian_Portuguese-balance_sheet.html, - templates/Brazilian_Portuguese-bin_list.html, - templates/Brazilian_Portuguese-bin_list.tex, - templates/Brazilian_Portuguese-check.tex, - templates/Brazilian_Portuguese-income_statement.html, - templates/Brazilian_Portuguese-invoice.html, - templates/Brazilian_Portuguese-invoice.tex, - templates/Brazilian_Portuguese-packing_list.html, - templates/Brazilian_Portuguese-packing_list.tex, - templates/Brazilian_Portuguese-pick_list.html, - templates/Brazilian_Portuguese-pick_list.tex, - templates/Brazilian_Portuguese-pos_invoice.txt, - templates/Brazilian_Portuguese-purchase_order.html, - templates/Brazilian_Portuguese-purchase_order.tex, - templates/Brazilian_Portuguese-receipt.tex, - templates/Brazilian_Portuguese-request_quotation.html, - templates/Brazilian_Portuguese-request_quotation.tex, - templates/Brazilian_Portuguese-sales_order.html, - templates/Brazilian_Portuguese-sales_order.tex, - templates/Brazilian_Portuguese-sales_quotation.html, - templates/Brazilian_Portuguese-sales_quotation.tex, - templates/Brazilian_Portuguese-statement.html, - templates/Brazilian_Portuguese-statement.tex, - templates/Brazilian_Portuguese-work_order.html, - templates/Brazilian_Portuguese-work_order.tex, - templates/Danish-ap_transaction.html, - templates/Danish-ap_transaction.tex, - templates/Danish-ar_transaction.html, - templates/Danish-ar_transaction.tex, - templates/Danish-balance_sheet.html, - templates/Danish-bin_list.html, templates/Danish-bin_list.tex, - templates/Danish-check.tex, - templates/Danish-income_statement.html, - templates/Danish-invoice.html, templates/Danish-invoice.tex, - templates/Danish-packing_list.html, - templates/Danish-packing_list.tex, - templates/Danish-pick_list.html, templates/Danish-pick_list.tex, - templates/Danish-pos_invoice.txt, - templates/Danish-purchase_order.html, - templates/Danish-purchase_order.tex, - templates/Danish-receipt.tex, - templates/Danish-request_quotation.html, - templates/Danish-request_quotation.tex, - templates/Danish-sales_order.html, - templates/Danish-sales_order.tex, - templates/Danish-sales_quotation.html, - templates/Danish-sales_quotation.tex, - templates/Danish-statement.html, templates/Danish-statement.tex, - templates/Danish-work_order.html, - templates/Danish-work_order.tex, - templates/Default-ap_transaction.html, - templates/Default-ap_transaction.tex, - templates/Default-ar_transaction.html, - templates/Default-ar_transaction.tex, - templates/Default-balance_sheet.html, - templates/Default-bin_list.html, templates/Default-bin_list.tex, - templates/Default-check.tex, - templates/Default-income_statement.html, - templates/Default-invoice.html, templates/Default-invoice.tex, - templates/Default-packing_list.html, - templates/Default-packing_list.tex, - templates/Default-pick_list.html, - templates/Default-pick_list.tex, - templates/Default-pos_invoice.txt, - templates/Default-purchase_order.html, - templates/Default-purchase_order.tex, - templates/Default-receipt.tex, - templates/Default-request_quotation.html, - templates/Default-request_quotation.tex, - templates/Default-sales_order.html, - templates/Default-sales_order.tex, - templates/Default-sales_quotation.html, - templates/Default-sales_quotation.tex, - templates/Default-statement.html, - templates/Default-statement.tex, - templates/Default-work_order.html, - templates/Default-work_order.tex, - templates/Dutch-ap_transaction.html, - templates/Dutch-ap_transaction.tex, - templates/Dutch-ar_transaction.html, - templates/Dutch-ar_transaction.tex, - templates/Dutch-balance_sheet.html, - templates/Dutch-bin_list.html, templates/Dutch-bin_list.tex, - templates/Dutch-check.tex, templates/Dutch-income_statement.html, - templates/Dutch-invoice.html, templates/Dutch-invoice.tex, - templates/Dutch-packing_list.html, - templates/Dutch-packing_list.tex, templates/Dutch-pick_list.html, - templates/Dutch-pick_list.tex, templates/Dutch-pos_invoice.txt, - templates/Dutch-purchase_order.html, - templates/Dutch-purchase_order.tex, templates/Dutch-receipt.tex, - templates/Dutch-request_quotation.html, - templates/Dutch-request_quotation.tex, - templates/Dutch-sales_order.html, - templates/Dutch-sales_order.tex, - templates/Dutch-sales_quotation.html, - templates/Dutch-sales_quotation.tex, - templates/Dutch-statement.html, templates/Dutch-statement.tex, - templates/Dutch-work_order.html, templates/Dutch-work_order.tex, - templates/Estonian-ap_transaction.html, - templates/Estonian-ap_transaction.tex, - templates/Estonian-ar_transaction.html, - templates/Estonian-ar_transaction.tex, - templates/Estonian-balance_sheet.html, - templates/Estonian-bin_list.html, - templates/Estonian-bin_list.tex, templates/Estonian-check.tex, - templates/Estonian-income_statement.html, - templates/Estonian-invoice.html, templates/Estonian-invoice.tex, - templates/Estonian-packing_list.html, - templates/Estonian-packing_list.tex, - templates/Estonian-pick_list.html, - templates/Estonian-pick_list.tex, - templates/Estonian-pos_invoice.txt, - templates/Estonian-purchase_order.html, - templates/Estonian-purchase_order.tex, - templates/Estonian-receipt.tex, - templates/Estonian-request_quotation.html, - templates/Estonian-request_quotation.tex, - templates/Estonian-sales_order.html, - templates/Estonian-sales_order.tex, - templates/Estonian-statement.html, - templates/Estonian-statement.tex, - templates/Estonian-work_order.html, - templates/Estonian-work_order.tex, - templates/French-ap_transaction.html, - templates/French-ap_transaction.tex, - templates/French-ar_transaction.html, - templates/French-ar_transaction.tex, - templates/French-balance_sheet.html, - templates/French-bin_list.html, templates/French-bin_list.tex, - templates/French-check.tex, - templates/French-income_statement.html, - templates/French-invoice.html, templates/French-invoice.tex, - templates/French-packing_list.html, - templates/French-packing_list.tex, - templates/French-pick_list.html, templates/French-pick_list.tex, - templates/French-pos_invoice.txt, - templates/French-purchase_order.html, - templates/French-purchase_order.tex, - templates/French-receipt.tex, - templates/French-request_quotation.html, - templates/French-request_quotation.tex, - templates/French-sales_order.html, - templates/French-sales_order.tex, - templates/French-sales_quotation.html, - templates/French-sales_quotation.tex, - templates/French-statement.html, templates/French-statement.tex, - templates/French-work_order.html, - templates/French-work_order.tex, - templates/German-ap_transaction.html, - templates/German-ap_transaction.tex, - templates/German-ar_transaction.html, - templates/German-ar_transaction.tex, - templates/German-balance_sheet.html, - templates/German-bin_list.html, templates/German-bin_list.tex, - templates/German-check.tex, - templates/German-income_statement.html, - templates/German-invoice.html, templates/German-invoice.tex, - templates/German-packing_list.html, - templates/German-packing_list.tex, - templates/German-pick_list.html, templates/German-pick_list.tex, - templates/German-pos_invoice.txt, - templates/German-purchase_order.html, - templates/German-purchase_order.tex, - templates/German-receipt.tex, - templates/German-request_quotation.html, - templates/German-request_quotation.tex, - templates/German-sales_order.html, - templates/German-sales_order.tex, - templates/German-sales_quotation.html, - templates/German-sales_quotation.tex, - templates/German-statement.html, templates/German-statement.tex, - templates/German-work_order.html, - templates/German-work_order.tex, - templates/Hungarian-ap_transaction.html, - templates/Hungarian-ap_transaction.tex, - templates/Hungarian-ar_transaction.html, - templates/Hungarian-ar_transaction.tex, - templates/Hungarian-balance_sheet.html, - templates/Hungarian-bin_list.html, - templates/Hungarian-bin_list.tex, templates/Hungarian-check.tex, - templates/Hungarian-income_statement.html, - templates/Hungarian-invoice.html, - templates/Hungarian-invoice.tex, - templates/Hungarian-packing_list.html, - templates/Hungarian-packing_list.tex, - templates/Hungarian-pick_list.html, - templates/Hungarian-pick_list.tex, - templates/Hungarian-pos_invoice.txt, - templates/Hungarian-purchase_order.html, - templates/Hungarian-purchase_order.tex, - templates/Hungarian-receipt.tex, - templates/Hungarian-request_quotation.html, - templates/Hungarian-request_quotation.tex, - templates/Hungarian-sales_order.html, - templates/Hungarian-sales_order.tex, - templates/Hungarian-sales_quotation.html, - templates/Hungarian-sales_quotation.tex, - templates/Hungarian-statement.html, - templates/Hungarian-statement.tex, - templates/Hungarian-work_order.html, - templates/Hungarian-work_order.tex, - templates/Italian-ap_transaction.html, - templates/Italian-ap_transaction.tex, - templates/Italian-ar_transaction.html, - templates/Italian-ar_transaction.tex, - templates/Italian-balance_sheet.html, - templates/Italian-bin_list.html, templates/Italian-bin_list.tex, - templates/Italian-check.tex, - templates/Italian-income_statement.html, - templates/Italian-invoice.html, templates/Italian-invoice.tex, - templates/Italian-packing_list.html, - templates/Italian-packing_list.tex, - templates/Italian-pick_list.html, - templates/Italian-pick_list.tex, - templates/Italian-pos_invoice.txt, - templates/Italian-purchase_order.html, - templates/Italian-purchase_order.tex, - templates/Italian-receipt.tex, - templates/Italian-request_quotation.html, - templates/Italian-request_quotation.tex, - templates/Italian-sales_order.html, - templates/Italian-sales_order.tex, - templates/Italian-sales_quotation.html, - templates/Italian-sales_quotation.tex, - templates/Italian-statement.html, - templates/Italian-statement.tex, - templates/Italian-work_order.html, - templates/Italian-work_order.tex, - templates/Norwegian-ap_transaction.html, - templates/Norwegian-ap_transaction.tex, - templates/Norwegian-ar_transaction.html, - templates/Norwegian-ar_transaction.tex, - templates/Norwegian-balance_sheet.html, - templates/Norwegian-bin_list.html, - templates/Norwegian-bin_list.tex, templates/Norwegian-check.tex, - templates/Norwegian-income_statement.html, - templates/Norwegian-invoice.html, - templates/Norwegian-invoice.tex, - templates/Norwegian-packing_list.html, - templates/Norwegian-packing_list.tex, - templates/Norwegian-pick_list.html, - templates/Norwegian-pick_list.tex, - templates/Norwegian-pos_invoice.txt, - templates/Norwegian-purchase_order.html, - templates/Norwegian-purchase_order.tex, - templates/Norwegian-receipt.tex, - templates/Norwegian-request_quotation.html, - templates/Norwegian-request_quotation.tex, - templates/Norwegian-sales_order.html, - templates/Norwegian-sales_order.tex, - templates/Norwegian-sales_quotation.html, - templates/Norwegian-sales_quotation.tex, - templates/Norwegian-statement.html, - templates/Norwegian-statement.tex, - templates/Norwegian-work_order.html, - templates/Norwegian-work_order.tex, - templates/Service-ap_transaction.html, - templates/Service-ap_transaction.tex, - templates/Service-ar_transaction.html, - templates/Service-ar_transaction.tex, - templates/Service-balance_sheet.html, - templates/Service-bin_list.html, templates/Service-bin_list.tex, - templates/Service-check.tex, - templates/Service-income_statement.html, - templates/Service-invoice.html, templates/Service-invoice.tex, - templates/Service-packing_list.html, - templates/Service-packing_list.tex, - templates/Service-pick_list.html, - templates/Service-pick_list.tex, - templates/Service-pos_invoice.txt, - templates/Service-purchase_order.html, - templates/Service-purchase_order.tex, - templates/Service-receipt.tex, - templates/Service-request_quotation.html, - templates/Service-request_quotation.tex, - templates/Service-sales_order.html, - templates/Service-sales_order.tex, - templates/Service-sales_quotation.html, - templates/Service-sales_quotation.tex, - templates/Service-statement.html, - templates/Service-statement.tex, - templates/Service-work_order.html, - templates/Service-work_order.tex, - templates/Spanish_A4-ap_transaction.html, - templates/Spanish_A4-ap_transaction.tex, - templates/Spanish_A4-ar_transaction.html, - templates/Spanish_A4-ar_transaction.tex, - templates/Spanish_A4-balance_sheet.html, - templates/Spanish_A4-bin_list.html, - templates/Spanish_A4-bin_list.tex, - templates/Spanish_A4-check.tex, - templates/Spanish_A4-income_statement.html, - templates/Spanish_A4-invoice.html, - templates/Spanish_A4-invoice.tex, - templates/Spanish_A4-packing_list.html, - templates/Spanish_A4-packing_list.tex, - templates/Spanish_A4-pick_list.html, - templates/Spanish_A4-pick_list.tex, - templates/Spanish_A4-pos_invoice.txt, - templates/Spanish_A4-purchase_order.html, - templates/Spanish_A4-purchase_order.tex, - templates/Spanish_A4-receipt.tex, - templates/Spanish_A4-request_quotation.html, - templates/Spanish_A4-request_quotation.tex, - templates/Spanish_A4-sales_order.html, - templates/Spanish_A4-sales_order.tex, - templates/Spanish_A4-sales_quotation.html, - templates/Spanish_A4-sales_quotation.tex, - templates/Spanish_A4-statement.html, - templates/Spanish_A4-statement.tex, - templates/Spanish_A4-work_order.html, - templates/Spanish_A4-work_order.tex, - templates/Spanish_Letter-ap_transaction.html, - templates/Spanish_Letter-ap_transaction.tex, - templates/Spanish_Letter-ar_transaction.html, - templates/Spanish_Letter-ar_transaction.tex, - templates/Spanish_Letter-balance_sheet.html, - templates/Spanish_Letter-bin_list.html, - templates/Spanish_Letter-bin_list.tex, - templates/Spanish_Letter-check.tex, - templates/Spanish_Letter-income_statement.html, - templates/Spanish_Letter-invoice.html, - templates/Spanish_Letter-invoice.tex, - templates/Spanish_Letter-packing_list.html, - templates/Spanish_Letter-packing_list.tex, - templates/Spanish_Letter-pick_list.html, - templates/Spanish_Letter-pick_list.tex, - templates/Spanish_Letter-pos_invoice.txt, - templates/Spanish_Letter-purchase_order.html, - templates/Spanish_Letter-purchase_order.tex, - templates/Spanish_Letter-receipt.tex, - templates/Spanish_Letter-request_quotation.html, - templates/Spanish_Letter-request_quotation.tex, - templates/Spanish_Letter-sales_order.html, - templates/Spanish_Letter-sales_order.tex, - templates/Spanish_Letter-sales_quotation.html, - templates/Spanish_Letter-sales_quotation.tex, - templates/Spanish_Letter-statement.html, - templates/Spanish_Letter-statement.tex, - templates/Spanish_Letter-work_order.html, - templates/Spanish_Letter-work_order.tex, users/sql-ledger.eps, - users/sql-ledger.png: there's no reason this should still be - hanging aroudn the tree - 2007-12-04 12:51 ivan * httemplate/: elements/menu.html, elements/select-otaker.html, @@ -9990,7 +10548,6 @@ 2007-11-28 10:49 jeff * FS/FS/ConfDefaults.pm, FS/FS/UI/Web.pm, - httemplate/search/cust_main_ADV.cgi, httemplate/search/report_cust_main.html: advanced customer report rearrangement @@ -10063,7 +10620,7 @@ 2007-11-20 09:18 ivan - * AGPL, GPL: it finally happened + * AGPL: it finally happened 2007-11-18 12:02 ivan @@ -10112,14 +10669,12 @@ 2007-11-07 16:59 ivan * FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_main.pm, - FS/bin/freeside-expiration-alerter, conf/alerter_template, - conf/company_address, conf/company_name, + conf/alerter_template, conf/company_address, conf/company_name, conf/impending_recur_template, conf/invoice_latexfooter, - conf/invoice_latexnotes, conf/invoice_latexreturnaddress, - conf/invoice_latexsmallfooter, conf/invoice_template, - conf/invoice_template_statement, conf/welcome_letter: for new - installs, centralize some stuff that was spread around different - config files. + conf/invoice_latexnotes, conf/invoice_latexsmallfooter, + conf/invoice_template, conf/invoice_template_statement, + conf/welcome_letter: for new installs, centralize some stuff that + was spread around different config files. 2007-11-05 17:59 ivan @@ -10137,11 +10692,6 @@ fs_selfservice/FS-SelfService/SelfService.pm: add process_payment_order_pkg method -2007-11-04 10:22 jeff - - * httemplate/search/cust_main_ADV.cgi: comma is a bad delimiter - choice according to ut_text() - 2007-11-03 10:38 ivan * httemplate/elements/menu.html: move menu option for adv. customer @@ -10150,9 +10700,8 @@ 2007-11-02 17:55 jeff - * httemplate/: elements/menu.html, search/cust_main_ADV.cgi, - search/report_cust_main.html: new customer report/flattened - package report (ticket 1428) + * httemplate/: elements/menu.html, search/report_cust_main.html: + new customer report/flattened package report (ticket 1428) 2007-10-29 05:04 ivan @@ -10508,10 +11057,6 @@ * FS/bin/freeside-sqlradius-seconds: fixing wrong POD NAME doc -2007-10-03 18:29 ivan - - * FS/t/cust_tax_exempt.pm: wtf! - 2007-10-03 18:21 ivan * FS/FS.pm: update FS base page for new stuff in 1.9 @@ -10819,8 +11364,7 @@ 2007-09-13 15:35 ivan * FS/MANIFEST, FS/FS/Schema.pm, FS/FS/acct_rt_transaction.pm, - FS/FS/svc_acct_rt_transaction.pm, FS/t/acct_rt_transaction.t, - FS/t/svc_acct_rt_transaction.t, htetc/handler.pl, + FS/t/acct_rt_transaction.t, htetc/handler.pl, httemplate/misc/process/timeworked.html, httemplate/search/timeworked.html: rename svc_acct_rt_transaction to acct_rt_transaction, as it is not a service, its something @@ -10946,12 +11490,9 @@ 2007-08-16 06:40 jeff - * FS/FS/svc_acct_rt_transaction.pm, FS/FS/AccessRight.pm, - FS/FS/Conf.pm, FS/FS/Schema.pm, FS/FS/cust_main.pm, - FS/t/svc_acct_rt_transaction.t, - httemplate/misc/batch-cust_pay.html, - httemplate/misc/timeworked.html, - httemplate/misc/elements/customer-table.html, FS/MANIFEST, + * FS/FS/AccessRight.pm, FS/FS/Conf.pm, FS/FS/Schema.pm, + FS/FS/cust_main.pm, httemplate/misc/batch-cust_pay.html, + httemplate/misc/timeworked.html, FS/MANIFEST, httemplate/misc/process/timeworked.html, httemplate/search/timeworked.html, FS/FS/ClientAPI/MyAccount.pm, fs_selfservice/FS-SelfService/cgi/myaccount.html, @@ -10998,9 +11539,9 @@ 2007-08-10 16:50 ivan - * bin/dbdef-create, FS/bin/freeside-dbdef-create: rename - dbdef-create to freeside-dbdef-create and move it to FS/bin, so - it gets %%%FREESIDE_CONF%%% substituted + * FS/bin/: freeside-dbdef-create: rename dbdef-create to + freeside-dbdef-create and move it to FS/bin, so it gets + %%%FREESIDE_CONF%%% substituted 2007-08-10 15:48 ivan @@ -11100,10 +11641,7 @@ html/Elements/PageLayout, html/Elements/QuickCreate, html/Elements/SimpleSearch, html/Elements/Tabs, html/Elements/TicketList, html/Elements/TitleBoxStart, - html/Elements/CollectionAsTable/Row, html/NoAuth/printrt.css, - html/NoAuth/webrt.css, html/NoAuth/images/space.gif, - html/Search/Bulk.html, html/Ticket/Elements/ShowMemberOf, - html/Ticket/Elements/ShowReferences, + html/Elements/CollectionAsTable/Row, html/Search/Bulk.html, html/Ticket/Elements/ShowSummary, html/Ticket/Elements/Tabs, html/Widgets/TitleBoxStart, lib/RT/SearchBuilder.pm, sbin/rt-setup-database.in: merging RT_3_6_4 to HEAD @@ -11134,43 +11672,183 @@ * httemplate/view/cust_main/packages.html: line up package acitons all on one line +2007-08-02 12:56 ivan + + * rt/: html/Ticket/Elements/EditCustomFields, + html/Ticket/Elements/PreviewScrips, + html/Ticket/Elements/ShowDependencies, + html/Ticket/Elements/ShowMessageHeaders, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/ShowUserEntry, + html/Ticket/Elements/EditBasics, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/Reminders, + html/Ticket/Elements/ShowGroupMembers, + html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowMembers, + html/Ticket/Elements/ShowPeople, + html/Ticket/Elements/ShowTransaction, + html/Ticket/Elements/EditDates, html/Ticket/Elements/EditPeople, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowBasics, + html/Ticket/Elements/ShowCustomFields, + html/Ticket/Elements/ShowMessageStanza, + html/SelfService/Closed.html, html/SelfService/Create.html, + html/SelfService/CreateTicketInQueue.html, + html/SelfService/Display.html, html/SelfService/Error.html, + html/SelfService/Prefs.html, html/SelfService/Update.html, + html/Ticket/Attachment/dhandler, + html/Ticket/Elements/LoadTextAttachments, + html/SelfService/index.html, + html/SelfService/Attachment/dhandler, + html/SelfService/Elements/GotoTicket, + html/SelfService/Elements/Header, + html/SelfService/Elements/MyRequests, + html/SelfService/Elements/Tabs, html/Approvals/Display.html, + html/Approvals/index.html, + html/Approvals/Elements/PendingMyApproval, + html/Approvals/Elements/Tabs, html/Approvals/Elements/Approve, + html/Approvals/Elements/ShowDependency, + bin/mason_handler.fcgi.in, bin/mason_handler.svc.in, bin/rt.in, + bin/standalone_httpd.in, bin/mason_handler.scgi.in, + bin/rt-crontool.in, bin/rt-mailgate.in, bin/webmux.pl.in, + etc/initialdata, etc/drop.Oracle, etc/schema.mysql, + etc/upgrade/3.5.1/content: import rt 3.6.4 + 2007-08-02 12:54 ivan - * rt/: lib/RT/I18N/tr.po, lib/RT/Report/Tickets.pm, - lib/RT/Report/Tickets/Entry.pm, + * rt/html/: Prefs/SearchOptions.html, + NoAuth/css/3.5-default/main.css, NoAuth/css/3.5-default/misc.css, + NoAuth/css/3.5-default/titlebox.css, + NoAuth/css/3.5-default/transactions.css, + NoAuth/images/css/cb.gif, NoAuth/images/css/cbr.gif, + NoAuth/images/css/ct.gif, NoAuth/images/css/ctr.gif, + Widgets/TitleBoxStart: Initial revision + +2007-08-02 12:53 ivan + + * rt/: lib/RT/I18N/de.po, lib/RT/I18N/ru.po, lib/RT/I18N/nl.po, + lib/RT/I18N/pl.po, lib/RT/I18N/da.po, lib/RT/I18N/fr.po, + lib/RT/I18N/cs.pm, lib/RT/I18N/it.po, lib/RT/I18N/id.po, + lib/RT/I18N/ja.po, lib/RT/I18N/zh_tw.po, + lib/RT/I18N/i_default.pm, lib/RT/I18N/pt_br.po, + lib/RT/I18N/en.po, lib/RT/I18N/tr.po, + lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/Generic.pm, + lib/RT/Condition/Overdue.pm, lib/RT/Condition/PriorityChange.pm, + lib/RT/Condition/PriorityExceeds.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Condition/UserDefined.pm, lib/RT/I18N/no.po, + lib/RT/Condition/OwnerChange.pm, lib/RT/Condition/QueueChange.pm, + lib/RT/Report/Tickets.pm, lib/RT/Report/Tickets/Entry.pm, lib/t/data/subject-with-folding-ws, lib/t/data/lorem-ipsum, - lib/t/data/very-long-subject, + lib/t/data/very-long-subject, lib/t/regression/08web_cf_access.t, + lib/t/regression/12-search.t, lib/t/regression/04send_email.t, lib/t/regression/06-mime_decoding.t, lib/t/regression/15cf_pattern.t, + lib/t/regression/21query-builder.t, + lib/t/regression/22search_tix_by_txn.t, + lib/t/regression/22search_tix_by_watcher.t, lib/t/regression/23-batch-upload-csv.t, lib/t/regression/25scrip_order.t, lib/t/regression/27verp.t, - lib/t/regression/17custom_search.t, + lib/t/regression/14linking.t, lib/t/regression/17custom_search.t, lib/t/regression/19quicksearch.t, lib/t/regression/23cfsort.t, lib/t/regression/00-mason-syntax.t, + lib/t/regression/02basic_web.t, + lib/t/regression/01ticket_link_searching.t, + lib/t/regression/13-attribute-tests.t, lib/t/regression/26command_line.t, + lib/t/regression/03web_compiliation_errors.t, + lib/t/regression/06mailgateway.t, lib/t/regression/07acl.t, lib/t/regression/15cf_combo_cascade.t, lib/t/regression/18custom_frontpage.t, - lib/t/regression/24pawsort.t, + lib/t/regression/24pawsort.t, lib/t/regression/07rights.t, lib/t/regression/20-sort-by-requestor.t, lib/t/regression/23-web_attachments.t, - docs/design_docs/ruleset-workflow.txt, - html/Elements/SelectTimeUnits, html/Elements/RefreshHomepage, - html/Elements/MyAdminQueues, html/Elements/MyRT, - html/Elements/MyReminders, html/Elements/MySupportQueues, - html/Elements/QueueSummary, html/Elements/ShowSearch, + docs/design_docs/ruleset-workflow.txt, html/autohandler, + html/index.html, html/l, html/Elements/SelectBoolean, + html/Elements/SelectCustomFieldValue, html/Elements/SelectStatus, + html/Elements/TitleBox, html/Elements/EditCustomFieldImage, + html/Elements/EditCustomFieldSelect, html/Elements/ShowLinks, + html/Elements/EditLinks, html/Elements/ListActions, + html/Elements/MessageBox, html/Elements/SelectDateRelation, + html/Elements/SelectNewTicketQueue, + html/Elements/SelectTimeUnits, html/Elements/SelectWatcherType, + html/Elements/Error, html/Elements/GotoTicket, + html/Elements/MyTickets, html/Elements/QueryString, + html/Elements/RefreshHomepage, html/Elements/Section, + html/Elements/SelectLinkType, html/Elements/SelectMatch, + html/Elements/ShowCustomFieldBinary, html/Elements/ShowLink, + html/Elements/ShowMemberships, html/Elements/Login, + html/Elements/Refresh, html/Elements/SelectOwner, + html/Elements/SelectQueue, html/Elements/SelectUsers, + html/Elements/BevelBoxRaisedEnd, html/Elements/Callback, + html/Elements/SelectTicketTypes, html/Elements/Checkbox, + html/Elements/EditCustomField, html/Elements/MyAdminQueues, + html/Elements/MyRT, html/Elements/MyReminders, + html/Elements/MySupportQueues, html/Elements/QueueSummary, + html/Elements/ScrubHTML, html/Elements/SelectCustomFieldOperator, + html/Elements/SelectEqualityOperator, + html/Elements/SelectResultsPerPage, + html/Elements/SelectTicketSortBy, + html/Elements/ShowCustomFieldImage, + html/Elements/ShowCustomFieldWikitext, html/Elements/ShowSearch, html/Elements/ValidateCustomFields, html/Elements/Logo, - html/Elements/EditCustomFieldCombobox, html/Prefs/MyRT.html, + html/Elements/SelectSortOrder, html/Elements/SetupSessionCookie, + html/Elements/Submit, html/Elements/TitleBoxEnd, + html/Elements/BevelBoxRaisedStart, html/Elements/CreateTicket, + html/Elements/MyRequests, html/Elements/SelectGroups, + html/Elements/SelectLang, html/Elements/ShowCustomFields, + html/Elements/EditCustomFieldBinary, + html/Elements/EditCustomFieldFreeform, html/Elements/Quicksearch, + html/Elements/SelectAttachmentField, + html/Elements/SelectDateType, + html/Elements/EditCustomFieldCombobox, + html/Elements/EditCustomFieldText, + html/Elements/EditCustomFieldWikitext, + html/Elements/CollectionAsTable/Header, + html/Elements/CollectionAsTable/ParseFormat, + html/Elements/RT__Ticket/ColumnMap, html/Prefs/MyRT.html, html/Prefs/Quicksearch.html, html/Prefs/Search.html, - html/Prefs/SearchOptions.html, html/Prefs/Elements/Tabs, - html/Search/Chart.html, html/Search/Simple.html, - html/Search/Chart, html/Search/Elements/SelectGroupBy, - html/Search/Elements/Chart, + html/Prefs/Elements/Tabs, html/User/Delegation.html, + html/User/Elements/DelegateRights, html/User/Elements/GroupTabs, + html/User/Elements/Tabs, html/User/Groups/Modify.html, + html/Search/Chart.html, html/Search/Edit.html, + html/Search/Results.html, html/Search/Results.rdf, + html/Search/Simple.html, html/User/Groups/Members.html, + html/User/Groups/index.html, html/Search/Chart, + html/Search/Results.tsv, html/Search/Build.html, + html/Search/Elements/SelectAndOr, + html/Search/Elements/SelectGroupBy, + html/Search/Elements/SelectPersonType, + html/Search/Elements/BuildFormatString, + html/Search/Elements/Chart, html/Search/Elements/PickBasics, + html/Search/Elements/PickCFs, html/Search/Elements/SearchPrivacy, html/Search/Elements/SearchesForObject, - html/Search/Elements/SelectChartType, + html/Search/Elements/SelectGroup, + html/Search/Elements/SelectLinks, + html/Search/Elements/SelectSearchObject, + html/Search/Elements/SelectSearchesForObjects, + html/Search/Elements/DisplayOptions, + html/Search/Elements/EditFormat, html/Search/Elements/EditQuery, + html/Search/Elements/PickCriteria, + html/Search/Elements/SelectChartType, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/logout, + html/REST/1.0/Forms/queue/default, html/REST/1.0/Forms/queue/ns, html/REST/1.0/Forms/ticket/merge, + html/Search/Elements/EditSearches, + html/Search/Elements/NewListActions, html/REST/1.0/Forms/ticket/comment, html/REST/1.0/Forms/ticket/take, + html/REST/1.0/Forms/ticket/attachments, + html/REST/1.0/Forms/ticket/default, + html/REST/1.0/Forms/ticket/history, + html/REST/1.0/Forms/ticket/links, html/REST/1.0/Forms/transaction/default, + html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, + html/REST/1.0/NoAuth/mail-gateway, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/merge, + html/NoAuth/Logout.html, html/NoAuth/Reminder.html, html/NoAuth/css/autohandler, html/NoAuth/css/print.css, html/NoAuth/css/3.4-compat/footer.css, html/NoAuth/css/3.4-compat/header.css, @@ -11178,6 +11856,7 @@ html/NoAuth/css/3.4-compat/nav.css, html/NoAuth/css/3.4-compat/ticket.css, html/NoAuth/css/3.4-compat/transactions.css, + html/REST/1.0/ticket/comment, html/REST/1.0/ticket/link, html/NoAuth/css/3.4-compat/body.css, html/NoAuth/css/3.4-compat/forms.css, html/NoAuth/css/3.4-compat/main.css, @@ -11193,25 +11872,18 @@ html/NoAuth/css/3.5-default/forms.css, html/NoAuth/css/3.5-default/header.css, html/NoAuth/css/3.5-default/logo.css, - html/NoAuth/css/3.5-default/main.css, - html/NoAuth/css/3.5-default/misc.css, html/NoAuth/css/3.5-default/quickbar.css, - html/NoAuth/css/3.5-default/titlebox.css, - html/NoAuth/css/3.5-default/transactions.css, + html/NoAuth/images/autohandler, html/NoAuth/images/bplogo.gif, html/NoAuth/images/css/cb-light.gif, - html/NoAuth/images/css/cb.gif, html/NoAuth/images/css/cbr-b2g.gif, html/NoAuth/images/css/cbr-b2lb.gif, html/NoAuth/images/css/cbr-gray.gif, html/NoAuth/images/css/cbr-trans.gif, - html/NoAuth/images/css/cbr.gif, html/NoAuth/images/css/ct-light.gif, - html/NoAuth/images/css/ct.gif, html/NoAuth/images/css/ctr-b2g.gif, html/NoAuth/images/css/ctr-b2lb.gif, html/NoAuth/images/css/ctr-gray.gif, html/NoAuth/images/css/ctr-trans.gif, - html/NoAuth/images/css/ctr.gif, html/NoAuth/images/css/dark-arrow-up.png, html/NoAuth/images/css/dark-arrow.png, html/NoAuth/images/css/light-arrow-up.png, @@ -11225,22 +11897,168 @@ html/NoAuth/js/class.js, html/NoAuth/js/titlebox-state.js, html/Widgets/ComboBox, html/Widgets/SavedSearch, html/Widgets/SelectionBox, html/Widgets/TitleBox, - html/Widgets/TitleBoxEnd, html/Widgets/TitleBoxStart, - html/Helpers/CalPopup.html, html/Tools/index.html, + html/Widgets/TitleBoxEnd, html/Helpers/CalPopup.html, + html/Tools/MyDay.html, html/Tools/Offline.html, + html/Tools/index.html, html/Tools/Elements/Tabs, html/Tools/Reports/CreatedByDates.html, html/Tools/Reports/ResolvedByDates.html, html/Tools/Reports/ResolvedByOwner.html, - html/Tools/Reports/index.html, html/Tools/Reports/Elements/Tabs, - html/Admin/Elements/ConfigureMyRT, html/Admin/Global/MyRT.html, - html/Admin/Users/MyRT.html, html/Ticket/Reminders.html, - html/Ticket/Elements/ShowTime, html/Ticket/Elements/Reminders, - etc/upgrade/3.5.1/content: Initial revision + html/Tools/Reports/index.html, html/Admin/autohandler, + html/Admin/index.html, html/Admin/Queues/CustomField.html, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/GroupRights.html, + html/Admin/Queues/People.html, + html/Download/CustomFieldValue/dhandler, + html/Download/Tabular/dhandler, html/Tools/Reports/Elements/Tabs, + html/Admin/Queues/Modify.html, html/Admin/Queues/Scrip.html, + html/Admin/Queues/Scrips.html, html/Admin/Queues/Template.html, + html/Admin/Elements/ObjectCustomFields, + html/Admin/Elements/SelectCustomFieldType, + html/Admin/Elements/SelectScripCondition, + html/Admin/Queues/Templates.html, + html/Admin/Queues/UserRights.html, html/Admin/Queues/index.html, + html/Admin/Elements/CustomFieldTabs, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditUserComments, + html/Admin/Elements/GroupTabs, + html/Admin/Elements/SelectModifyQueue, + html/Admin/Elements/SelectScrip, + html/Admin/Elements/SelectScripAction, + html/Admin/Elements/SelectStage, + html/Admin/Elements/SelectTemplate, html/Admin/Elements/Tabs, + html/Admin/Elements/ConfigureMyRT, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/QueueTabs, html/Admin/Elements/EditScrip, + html/Admin/Elements/GlobalCustomFieldTabs, + html/Admin/Elements/ModifyTemplate, + html/Admin/Elements/SelectModifyGroup, + html/Admin/Elements/SelectSingleOrMultiple, + html/Admin/Elements/SystemTabs, + html/Admin/Elements/AddCustomFieldValue, + html/Admin/Elements/CreateUserCalled, + html/Admin/Elements/EditQueueWatchers, + html/Admin/Elements/EditScrips, + html/Admin/Elements/PickCustomFields, + html/Admin/Elements/SelectModifyUser, + html/Admin/Elements/SelectNewGroupMembers, + html/Admin/Elements/SelectUsers, html/Admin/Elements/UserTabs, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/ListGlobalCustomFields, + html/Admin/Elements/ListGlobalScrips, + html/Admin/Elements/PickObjects, + html/Admin/Elements/SelectCustomFieldLookupType, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/EditTemplates, html/Admin/Elements/Header, + html/Admin/Elements/QueueRightsForUser, + html/Admin/Elements/SelectRights, html/Admin/Elements/ToolTabs, + html/Admin/Global/MyRT.html, html/Admin/Global/GroupRights.html, + html/Admin/Global/Scrip.html, html/Admin/Global/Scrips.html, + html/Admin/Global/Template.html, + html/Admin/Global/Templates.html, + html/Admin/Global/UserRights.html, html/Admin/Global/index.html, + html/Admin/Global/CustomFields/Queue-Tickets.html, + html/Admin/Global/CustomFields/Queue-Transactions.html, + html/Admin/Global/CustomFields/Users.html, + html/Admin/Global/CustomFields/Groups.html, + html/Admin/Global/CustomFields/index.html, + html/Admin/Users/CustomFields.html, html/Admin/Users/MyRT.html, + html/Admin/Users/History.html, html/Admin/Users/Memberships.html, + html/Admin/CustomFields/GroupRights.html, + html/Admin/CustomFields/Modify.html, + html/Admin/CustomFields/Objects.html, + html/Admin/CustomFields/UserRights.html, + html/Admin/CustomFields/index.html, html/Admin/Users/index.html, + html/Admin/Groups/CustomFields.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/History.html, html/Admin/Groups/Modify.html, + html/Admin/Tools/Configuration.html, html/Admin/Tools/index.html, + html/Admin/Groups/Members.html, + html/Admin/Groups/UserRights.html, html/Admin/Groups/index.html, + html/Ticket/History.html, html/Ticket/Modify.html, + html/Ticket/ModifyLinks.html, html/Ticket/Reminders.html, + html/Ticket/ShowEmailRecord.html, html/Ticket/ModifyDates.html, + html/Ticket/ModifyPeople.html, html/Ticket/Update.html, + html/Ticket/ModifyAll.html, html/Ticket/Elements/AddWatchers, + html/Ticket/Elements/BulkLinks, + html/Ticket/Elements/EditWatchers, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowDates, html/Ticket/Elements/ShowTime: + import rt 3.6.4 -2007-08-02 12:51 ivan +2007-08-02 12:49 ivan - * rt/lib/RT/: Reminders.pm, Interface/Web/Menu.pm, - Interface/Web/Menu/Item.pm, Search/Googleish.pm, I18N/sv.po: - Initial revision + * rt/: configure, aclocal.m4, Changelog, Makefile.in, README, + UPGRADING, configure.ac, sbin/extract_pod_tests, + sbin/rt-test-dependencies.in, sbin/extract-message-catalog, + sbin/regression_harness, sbin/rt-dump-database.in, sbin/factory, + sbin/license_tag, lib/RT.pm.in, + lib/RT/ObjectCustomFieldValues.pm, + lib/RT/Transactions_Overlay.pm, lib/RT/URI.pm, lib/RT/Handle.pm, + lib/RT/ObjectCustomField.pm, lib/RT/ScripCondition_Overlay.pm, + lib/RT/CustomFieldValues_Overlay.pm, + lib/RT/ObjectCustomFieldValue.pm, lib/RT/ScripConditions.pm, + lib/RT/Scrip_Overlay.pm, lib/RT/Tickets_Overlay.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/GroupMembers_Overlay.pm, + lib/RT/I18N.pm, lib/RT/Queue.pm, + lib/RT/ScripConditions_Overlay.pm, lib/RT/Scrips.pm, + lib/RT/System.pm, lib/RT/CachedGroupMember.pm, lib/RT/Links.pm, + lib/RT/CustomFieldValues.pm, lib/RT/SavedSearch.pm, + lib/RT/Scrips_Overlay.pm, lib/RT/CustomFields_Overlay.pm, + lib/RT/ObjectCustomFields.pm, lib/RT/Reminders.pm, lib/RT/ACE.pm, + lib/RT/CurrentUser.pm, lib/RT/CustomFieldValue_Overlay.pm, + lib/RT/Attributes.pm, lib/RT/Base.pm, + lib/RT/ScripAction_Overlay.pm, lib/RT/User.pm, + lib/RT/Principals_Overlay.pm, lib/RT/ScripAction.pm, + lib/RT/CustomField.pm, lib/RT/Principal.pm, + lib/RT/Attributes_Overlay.pm, lib/RT/Queues.pm, + lib/RT/Attachments.pm, lib/RT/Attribute_Overlay.pm, + lib/RT/CachedGroupMember_Overlay.pm, + lib/RT/ObjectCustomFieldValues_Overlay.pm, + lib/RT/SavedSearches.pm, lib/RT/ScripCondition.pm, + lib/RT/Templates.pm, lib/RT/Tickets.pm, + lib/RT/ObjectCustomFieldValue_Overlay.pm, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/Users.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/CachedGroupMembers.pm, + lib/RT/Link.pm, lib/RT/Transaction.pm, + lib/RT/GroupMember_Overlay.pm, lib/RT/ScripActions_Overlay.pm, + lib/RT/ACE_Overlay.pm, lib/RT/CachedGroupMembers_Overlay.pm, + lib/RT/Scrip.pm, lib/RT/EmailParser.pm, + lib/RT/ObjectCustomField_Overlay.pm, lib/RT/Group.pm, + lib/RT/Template.pm, lib/RT/GroupMembers.pm, + lib/RT/Principal_Overlay.pm, lib/RT/Transactions.pm, + lib/RT/ACL_Overlay.pm, lib/RT/Attachment_Overlay.pm, + lib/RT/ACL.pm, lib/RT/Date.pm, lib/RT/GroupMember.pm, + lib/RT/Groups.pm, lib/RT/Templates_Overlay.pm, + lib/RT/Group_Overlay.pm, lib/RT/Links_Overlay.pm, + lib/RT/CustomFieldValue.pm, lib/RT/CustomFields.pm, + lib/RT/Link_Overlay.pm, lib/RT/ObjectCustomFields_Overlay.pm, + lib/RT/Principals.pm, lib/RT/Queues_Overlay.pm, lib/RT/Ticket.pm, + lib/RT/Attribute.pm, lib/RT/ScripActions.pm, + lib/RT/Attachment.pm, lib/RT/Queue_Overlay.pm, + lib/RT/Template_Overlay.pm, lib/RT/URI/base.pm, + lib/RT/URI/fsck_com_rt.pm, lib/RT/URI/t.pm, + lib/RT/Interface/Email.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/CLI.pm, lib/RT/Interface/Web.pm, + lib/RT/Interface/Web/Handler.pm, lib/RT/Interface/Web/Menu.pm, + lib/RT/Interface/Web/QueryBuilder.pm, + lib/RT/Interface/Web/Standalone.pm, + lib/RT/Interface/Email/Auth/GnuPG.pm, + lib/RT/Interface/Email/Filter/SpamAssassin.pm, + lib/RT/Interface/Web/Menu/Item.pm, + lib/RT/Interface/Web/QueryBuilder/Tree.pm, + lib/RT/Action/Autoreply.pm, lib/RT/Action/Generic.pm, + lib/RT/Interface/Email/Auth/MailFrom.pm, lib/RT/Action/Notify.pm, + lib/RT/Action/RecordComment.pm, + lib/RT/Action/RecordCorrespondence.pm, + lib/RT/Action/CreateTickets.pm, lib/RT/Action/NotifyAsComment.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/UserDefined.pm, + lib/RT/Action/AutoOpen.pm, lib/RT/Action/EscalatePriority.pm, + lib/RT/Action/SendEmail.pm, lib/RT/Action/SetPriority.pm, + lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/FromSQL.pm, + lib/RT/Search/Generic.pm, lib/RT/Search/Googleish.pm, + lib/RT/I18N/cs.po, lib/RT/I18N/es.po, lib/RT/I18N/sv.po, + lib/RT/I18N/fi.po, lib/RT/I18N/zh_cn.po, lib/RT/I18N/hu.po, + lib/RT/I18N/he.po: import rt 3.6.4 2007-08-01 15:33 ivan @@ -11248,13 +12066,13 @@ 2007-08-01 15:24 ivan - * ANNOUNCE.1.5, CREDITS, FS/MANIFEST, FS/README, - FS/FS/AccessRight.pm, FS/FS/Conf.pm, FS/FS/Record.pm, - FS/FS/Schema.pm, FS/FS/Setup.pm, FS/FS/access_group.pm, - FS/FS/access_user.pm, FS/FS/access_user_pref.pm, FS/FS/agent.pm, - FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, FS/FS/cust_event.pm, - FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_pay_batch.pm, - FS/FS/cust_pkg.pm, FS/FS/cust_refund.pm, FS/FS/m2name_Common.pm, + * CREDITS, FS/MANIFEST, FS/FS/AccessRight.pm, FS/FS/Conf.pm, + FS/FS/Record.pm, FS/FS/Schema.pm, FS/FS/Setup.pm, + FS/FS/access_group.pm, FS/FS/access_user.pm, + FS/FS/access_user_pref.pm, FS/FS/agent.pm, FS/FS/cust_bill.pm, + FS/FS/cust_credit.pm, FS/FS/cust_event.pm, FS/FS/cust_main.pm, + FS/FS/cust_pay.pm, FS/FS/cust_pay_batch.pm, FS/FS/cust_pkg.pm, + FS/FS/cust_refund.pm, FS/FS/m2name_Common.pm, FS/FS/option_Common.pm, FS/FS/part_bill_event.pm, FS/FS/part_event.pm, FS/FS/part_event_condition.pm, FS/FS/part_event_condition_option.pm, @@ -11677,7 +12495,6 @@ httemplate/view/cust_bill-logo.cgi, httemplate/view/cust_bill.cgi, httemplate/view/cust_main.cgi, httemplate/view/logo.cgi, httemplate/view/svc_Common.html, - httemplate/view/cust_main/order_pkg.html, httemplate/view/cust_main/packages.html, httemplate/view/cust_main/payment_history.html, test/cgi-test: event refactor, landing on HEAD! @@ -11687,10 +12504,10 @@ * rt/: Makefile, config.log, config.status, bin/mason_handler.fcgi, bin/mason_handler.scgi, bin/mason_handler.svc, bin/rt-commit-handler, bin/rt-crontool, bin/rt-mailgate, - bin/webmux.pl, etc/RT_Config.pm, lib/RT.pm, - lib/RTx/WebCronTool.pm, lib/t/02regression.t, lib/t/03web.pl, - lib/t/04_send_email.pl: commit these RT differences, seem to be - mostly in autogen'ed stuff + etc/RT_Config.pm, lib/RT.pm, lib/RTx/WebCronTool.pm, + lib/t/02regression.t, lib/t/03web.pl, lib/t/04_send_email.pl: + commit these RT differences, seem to be mostly in autogen'ed + stuff 2007-08-01 15:13 ivan @@ -11826,7 +12643,7 @@ 2007-07-06 01:08 ivan - * GPL, README: v3! + * README: v3! 2007-07-05 15:05 ivan @@ -11837,18 +12654,6 @@ * FS/FS/cust_pkg.pm: missing method name in docs -2007-07-01 11:26 ivan - - * fs_selfadmin/FS-MailAdminServer/MailAdminClient.pm, - fs_sesmon/FS-SessionClient/SessionClient.pm: this stuff is - probably obsoleted, but get rid of CVS Id tags causing merge pain - anyway - -2007-07-01 11:09 ivan - - * TODO: remove obsolete information and dollar sign Id dollar sign - from TODO - 2007-06-30 17:36 ivan * httemplate/edit/agent.cgi: separate agent interface is @@ -11869,8 +12674,8 @@ 2007-06-28 18:27 ivan - * bin/: create-history-tables, strip-eps: removing - create-history-tables, freeside-upgrade does this anyway + * bin/strip-eps: removing create-history-tables, freeside-upgrade + does this anyway 2007-06-28 18:23 ivan @@ -12175,30 +12980,6 @@ httemplate/misc/process/link.cgi: 1606 correct bug in overlimit groups handling -2007-05-01 14:49 ivan - - * fs_webdemo/: register.cgi, register.html, registerd, - registerd.Pg: removing 1.4-era web demo signup - -2007-05-01 14:47 ivan - - * fs_radlog/fs_radlogd: removing decade-old fs_radlog (you want - freeside-sqlradius-radacctd now) - -2007-05-01 14:27 ivan - - * install/: centos/3/INSTALL, centos/3/httpd-init, - debian/3.0/INSTALL, debian/3.1/INSTALL, fedora/fc1/INSTALL, - fedora/fc1/sources.list, fedora/fc2/INSTALL, - fedora/fc2/sources.list, fedora/fc3/INSTALL, - fedora/fc3/sources.list, freebsd/INSTALL, freebsd/ports, - openbsd/INSTALL, openbsd/cpan, openbsd/ports, redhat/7.3/INSTALL, - redhat/7.3/sources.list, redhat/8/INSTALL, - redhat/8/README.insecure, redhat/8/sources.list, - redhat/9/INSTALL, redhat/9/sources.list, redhat/es3/INSTALL, - redhat/es3/httpd-init, suse/9.0/INSTALL: remove obsolete install - notes - 2007-05-01 13:00 ivan * FS/FS/ClientAPI/Signup.pm: without debugging this time :) @@ -12408,9 +13189,8 @@ * FS/FS/Schema.pm, FS/FS/cust_main.pm, httemplate/edit/cust_main.cgi, - httemplate/edit/cust_main/billing.html, - httemplate/edit/cust_main/select-state.html: ticket 1443 add - account type and bank state for echeck processing + httemplate/edit/cust_main/billing.html: ticket 1443 add account + type and bank state for echeck processing 2007-04-05 17:37 ivan @@ -12613,63 +13393,6 @@ * bin/svc_acct_pop.import: pop import tool -2007-03-09 00:58 ivan - - * install/5.005/: DBD-Pg-1.22-fixvercmp/Changes, - DBD-Pg-1.22-fixvercmp/MANIFEST, - DBD-Pg-1.22-fixvercmp/Makefile.PL, DBD-Pg-1.22-fixvercmp/Pg.h, - DBD-Pg-1.22-fixvercmp/Pg.pm, DBD-Pg-1.22-fixvercmp/Pg.xs, - DBD-Pg-1.22-fixvercmp/README, DBD-Pg-1.22-fixvercmp/README.win32, - DBD-Pg-1.22-fixvercmp/dbd-pg.pod, DBD-Pg-1.22-fixvercmp/dbdimp.c, - DBD-Pg-1.22-fixvercmp/dbdimp.h, - DBD-Pg-1.22-fixvercmp/eg/ApacheDBI.pl, - DBD-Pg-1.22-fixvercmp/eg/lotest.pl, - DBD-Pg-1.22-fixvercmp/eg/notify_test.patch, - DBD-Pg-1.22-fixvercmp/t/00basic.t, - DBD-Pg-1.22-fixvercmp/t/01connect.t, - DBD-Pg-1.22-fixvercmp/t/01constants.t, - DBD-Pg-1.22-fixvercmp/t/01setup.t, - DBD-Pg-1.22-fixvercmp/t/02prepare.t, - DBD-Pg-1.22-fixvercmp/t/03bind.t, - DBD-Pg-1.22-fixvercmp/t/04execute.t, - DBD-Pg-1.22-fixvercmp/t/05fetch.t, - DBD-Pg-1.22-fixvercmp/t/06disconnect.t, - DBD-Pg-1.22-fixvercmp/t/07reuse.t, - DBD-Pg-1.22-fixvercmp/t/08txn.t, - DBD-Pg-1.22-fixvercmp/t/09autocommit.t, - DBD-Pg-1.22-fixvercmp/t/11quoting.t, - DBD-Pg-1.22-fixvercmp/t/12placeholders.t, - DBD-Pg-1.22-fixvercmp/t/13pgtype.t, - DBD-Pg-1.22-fixvercmp/t/15funct.t, - DBD-Pg-1.22-fixvercmp/t/99cleanup.t, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Handler.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/RDBMS.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Request.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Util.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Handler/Prompt.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/RDBMS/PostgreSQL.pm, - DBIx-DBSchema-0.23-5.005kludge/Changes, - DBIx-DBSchema-0.23-5.005kludge/DBSchema.pm, - DBIx-DBSchema-0.23-5.005kludge/MANIFEST, - DBIx-DBSchema-0.23-5.005kludge/MANIFEST.SKIP, - DBIx-DBSchema-0.23-5.005kludge/Makefile.PL, - DBIx-DBSchema-0.23-5.005kludge/README, - DBIx-DBSchema-0.23-5.005kludge/TODO, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/Column.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/Table.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup/Index.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup/Unique.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/Pg.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/Sybase.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/mysql.pm, - DBIx-DBSchema-0.23-5.005kludge/t/load-mysql.t, - DBIx-DBSchema-0.23-5.005kludge/t/load-pg.t, - DBIx-DBSchema-0.23-5.005kludge/t/load.t: removing old 5.005 - install stuff - 2007-03-07 11:48 khoff * FS/FS/: Conf.pm, cust_main.pm: Option to disable the charging of @@ -12749,9 +13472,8 @@ 2007-02-28 11:14 jeff - * httemplate/: edit/cust_main/select-domain.html, - misc/svc_acct-domains.cgi: restore (none) choice to first package - select + * httemplate/misc/svc_acct-domains.cgi: restore (none) choice to + first package select 2007-02-27 16:16 jayce @@ -12845,10 +13567,6 @@ * FS/FS/cust_main.pm: *** ERROR: unterminated L<...> at line 4716 in file FS/cust_main.pm -2007-02-14 17:09 ivan - - * httemplate/docs/billing.html: removing docs moved to wiki - 2007-02-14 16:49 ivan * httemplate/edit/part_bill_event.cgi: add send_email event @@ -12859,9 +13577,8 @@ 2007-02-14 15:32 jeff - * httemplate/: edit/cust_main/select-domain.html, - edit/cust_main.cgi, misc/svc_acct-domains.cgi: selectable domain - on first package in edit/cust_main + * httemplate/: edit/cust_main.cgi, misc/svc_acct-domains.cgi: + selectable domain on first package in edit/cust_main 2007-02-14 14:43 ivan @@ -12920,9 +13637,8 @@ 2007-02-12 09:56 jeff - * FS/FS/ClientAPI/Signup.pm, - httemplate/view/cust_main/order_pkg.html: alpha sort packages in - new package order SELECT (ticket 1446) + * FS/FS/ClientAPI/Signup.pm: alpha sort packages in new package + order SELECT (ticket 1446) 2007-02-11 19:11 ivan @@ -13051,10 +13767,6 @@ * FS/FS/pay_batch.pm: remove refactored code -2007-02-05 05:11 ivan - - * httemplate/search/svc_Smart.html: remove unused svc_Smart - 2007-02-05 05:10 ivan * httemplate/search/: report_receivables.cgi, @@ -13066,9 +13778,8 @@ * FS/FS/AccessRight.pm, httemplate/view/cust_bill-logo.cgi, httemplate/view/cust_bill-pdf.cgi, httemplate/view/cust_bill-ps.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_Common.html, httemplate/view/svc_acct.cgi, - httemplate/view/svc_broadband.cgi, + httemplate/view/cust_main.cgi, httemplate/view/svc_Common.html, + httemplate/view/svc_acct.cgi, httemplate/view/svc_broadband.cgi, httemplate/view/svc_domain.cgi, httemplate/view/svc_external.cgi, httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi, httemplate/view/cust_main/contacts.html, @@ -13462,8 +14173,8 @@ 2007-01-21 05:26 ivan - * Makefile, htetc/freeside-base.conf, htetc/freeside-base1.conf, - htetc/freeside-base2.conf: mod_perl v2, it finally happened + * Makefile, htetc/freeside-base1.conf, htetc/freeside-base2.conf: + mod_perl v2, it finally happened 2007-01-21 01:13 ivan @@ -13755,11 +14466,6 @@ * httemplate/docs/index.html: link more docs to wiki -2006-12-29 00:29 ivan - - * httemplate/browse/pay_batch.cgi: this is unused, replaced by - search/pay_batch.cgi - 2006-12-29 00:25 ivan * FS/FS/part_export/vpopmail.pm: didn't get checked in with @@ -13778,14 +14484,6 @@ * FS/FS/part_export.pm: use FS::queue for exports, though they should probably just use it themselves -2006-12-29 00:21 ivan - - * Changelog, Changes.1.5.7, Changes.1.5.8: removing old changelogs - -2006-12-29 00:20 ivan - - * Changes.1.7.0: changelog now in the wiki - 2006-12-28 23:23 ivan * httemplate/edit/elements/edit.html: document field types @@ -13816,7 +14514,6 @@ * FS/FS/Misc.pm, htetc/handler.pl, httemplate/edit/cust_main/contact.html, - httemplate/edit/cust_main/select-county.html, httemplate/misc/counties.cgi: Add a (magically appearing and disappearing) label on the county selector. confusing when labeled "state" @@ -13828,8 +14525,7 @@ 2006-12-26 17:07 ivan - * httemplate/: edit/cust_main.cgi, - edit/cust_main/select-county.html, misc/counties.cgi: fix county + * httemplate/: edit/cust_main.cgi, misc/counties.cgi: fix county selector 2006-12-26 11:53 ivan @@ -13966,8 +14662,8 @@ FS/bin/freeside-deluser, FS/bin/freeside-queued, FS/bin/freeside-selfservice-server, FS/bin/freeside-setup, FS/bin/freeside-sqlradius-radacctd, FS/bin/freeside-upgrade, - bin/dbdef-create, bin/mapsecrets2access_user, htetc/handler.pl: - make the config directory configurable + bin/mapsecrets2access_user, htetc/handler.pl: make the config + directory configurable 2006-12-13 22:00 ivan @@ -13994,9 +14690,8 @@ 2006-12-08 05:36 ivan - * httemplate/: view/cust_main/quick-charge.html, - edit/process/quick-charge.cgi: some javascript validation magic - to give one-time charges better UI + * httemplate/edit/process/quick-charge.cgi: some javascript + validation magic to give one-time charges better UI 2006-12-07 08:46 ivan @@ -14050,11 +14745,6 @@ * FS/bin/freeside-queued: remove unnecessary service use (in an awfully odd place) -2006-11-30 17:35 ivan - - * FS/bin/freeside-expiration-alerter: go away and never come back, - $Id$ - 2006-11-30 17:34 ivan * FS/bin/freeside-email: begone $Id$ and your diff noise! @@ -14264,10 +14954,6 @@ * FS/MANIFEST: removing freeside-daily -2006-10-29 16:26 ivan - - * FS/bin/freeside-bill: removing pre-1.4 freeside-bill - 2006-10-27 12:10 ivan * FS/FS/: Conf.pm, cust_pkg.pm: add @@ -14414,18 +15100,14 @@ 2006-10-19 07:26 jeff * httemplate/elements/tr-select-reason.html, - httemplate/misc/cancel_pkg.cgi, httemplate/misc/cancel_pkg.html, - httemplate/misc/expire_pkg.cgi, - httemplate/misc/process/cancel_pkg.html, - httemplate/misc/process/expire_pkg.cgi, - httemplate/misc/susp_pkg.cgi, FS/t/cust_pkg_reason.t: suspension - and cancellation reasons + httemplate/misc/cancel_pkg.html, + httemplate/misc/process/cancel_pkg.html, FS/t/cust_pkg_reason.t: + suspension and cancellation reasons 2006-10-19 07:23 jeff - * FS/FS/cancel_reason.pm, FS/FS/reason.pm, FS/FS/reason_type.pm, - FS/t/cancel_reason.t, FS/t/reason.t, FS/t/reason_type.t, - httemplate/browse/reason.html, + * FS/FS/reason.pm, FS/FS/reason_type.pm, FS/t/reason.t, + FS/t/reason_type.t, httemplate/browse/reason.html, httemplate/browse/reason_type.html, httemplate/edit/process/reason.html, httemplate/edit/process/reason_type.html, @@ -14448,11 +15130,6 @@ httemplate/view/cust_main/packages.html: suspension and cancellation reasons -2006-10-18 02:30 ivan - - * httemplate/docs/: config.html, export.html: removing obsolete - config.html, moving info from export.html into wiki - 2006-10-17 17:05 jeff * httemplate/elements/tr-input-date-field.html: fix ugly null dates @@ -14460,13 +15137,40 @@ 2006-10-17 02:03 ivan * rt/: html/Elements/Header, html/Elements/CollectionAsTable/Row, - html/NoAuth/webrt.css, sbin/rt-setup-database.in: commiting rt - 3.4.5 to HEAD + sbin/rt-setup-database.in: commiting rt 3.4.5 to HEAD 2006-10-17 01:49 ivan - * rt/: html/NoAuth/printrt.css, lib/t/regression/14linking.t, - lib/t/regression/22search_tix_by_watcher.t: Initial revision + * rt/: configure, configure.ac, README, Changelog, + sbin/rt-test-dependencies.in, + html/Ticket/Elements/EditCustomFields, html/Search/Build.html, + html/Search/Results.rdf, html/Search/Results.tsv, + html/Search/Elements/BuildFormatString, + html/Approvals/Elements/PendingMyApproval, + html/Elements/EditCustomField, html/Elements/QueryString, + html/Elements/ScrubHTML, html/Elements/EditCustomFieldSelect, + html/Elements/Callback, html/Elements/ShowCustomFields, + html/Elements/RT__Ticket/ColumnMap, html/User/Elements/Tabs, + lib/t/regression/22search_tix_by_txn.t, + lib/t/regression/09record_cf_api.t, lib/t/regression/07acl.t, + lib/t/regression/14linking.t, + lib/t/regression/22search_tix_by_watcher.t, + lib/t/regression/06mailgateway.t, lib/t/regression/07rights.t, + lib/RT/CustomField_Overlay.pm, lib/RT/Tickets_Overlay_SQL.pm, + lib/RT/EmailParser.pm, lib/RT/I18N.pm, lib/RT/Tickets_Overlay.pm, + lib/RT/CustomFieldValues.pm, lib/RT/Transactions_Overlay.pm, + lib/RT/Principal_Overlay.pm, lib/RT/Queue_Overlay.pm, + lib/RT/Attachments_Overlay.pm, + lib/RT/ObjectCustomFieldValues_Overlay.pm, lib/RT/ACE_Overlay.pm, + lib/RT/Link_Overlay.pm, lib/RT/I18N/en.po, lib/RT/I18N/cs.po, + lib/RT/I18N/pt_br.po, lib/RT/I18N/fr.po, lib/RT/I18N/es.po, + lib/RT/I18N/nl.po, lib/RT/I18N/pl.po, lib/RT/I18N/no.po, + lib/RT/I18N/it.po, lib/RT/I18N/hu.po, lib/RT/I18N/da.po, + lib/RT/I18N/ru.po, lib/RT/I18N/de.po, lib/RT/I18N/ja.po, + lib/RT/I18N/zh_tw.po, lib/RT/I18N/id.po, lib/RT/I18N/he.po, + lib/RT/I18N/fi.po, lib/RT/I18N/zh_cn.po, + lib/RT/Action/SendEmail.pm, lib/RT/Interface/Email.pm: import rt + 3.4.5 2006-10-16 22:49 ivan @@ -14521,8 +15225,8 @@ 2006-10-14 02:55 ivan - * httemplate/docs/: index.html, selfservice.html: move - signup/self-service install to wiki + * httemplate/docs/index.html: move signup/self-service install to + wiki 2006-10-12 02:42 ivan @@ -14623,8 +15327,7 @@ 2006-09-26 11:55 ivan - * httemplate/search/: svc_Smart.html, svc_acct.cgi: fix - username@domain search + * httemplate/search/svc_acct.cgi: fix username@domain search 2006-09-23 11:33 ivan @@ -14783,16 +15486,6 @@ * FS/FS/AccessRight.pm, httemplate/elements/menu.html: add RADIUS session search back to main menu -2006-09-02 20:14 ivan - - * bin/dbdef-create: REALLY don't error out trying to create a dbdef - file from scratch - -2006-09-02 20:12 ivan - - * bin/dbdef-create: don't error out trying to create a dbdef file - from scratch - 2006-09-02 13:38 ivan * httemplate/search/: cust_bill_event.cgi, cust_bill_event.html: @@ -14822,10 +15515,6 @@ * bin/: svc_acct.import, svc_domain.erase: BEGONE $Id$ -2006-08-31 13:44 ivan - - * bin/svc_acct.export: removing obsolete file - 2006-08-31 12:59 ivan * bin/fs-migrate-svc_acct_sm: BEGONE $Id$ @@ -14900,8 +15589,7 @@ FS/FS/cust_main.pm, FS/FS/cust_pay_batch.pm, FS/FS/part_bill_event.pm, FS/FS/payby.pm, FS/FS/ClientAPI/MyAccount.pm, FS/FS/ClientAPI/Signup.pm, - FS/t/cust_bill_pay_batch.t, httemplate/browse/cust_pay_batch.cgi, - httemplate/edit/cust_bill_pay.cgi, + FS/t/cust_bill_pay_batch.t, httemplate/edit/cust_bill_pay.cgi, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/part_bill_event.cgi, @@ -14945,13 +15633,9 @@ 2006-08-25 12:30 ivan - * FS/FS/Misc.pm, FS/FS/Record.pm, - httemplate/edit/cust_main/select-country.html, - httemplate/edit/cust_main/select-county.html, - httemplate/edit/cust_main/select-state.html: use GROUP BY instead - of DISTINCT ON in the state and country queries for better - cross-database compatibility, based on a preliminary patch from - Jason Thomas + * FS/FS/: Misc.pm, Record.pm: use GROUP BY instead of DISTINCT ON + in the state and country queries for better cross-database + compatibility, based on a preliminary patch from Jason Thomas 2006-08-23 18:37 ivan @@ -14966,7 +15650,6 @@ httemplate/browse/addr_block.cgi, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, - httemplate/browse/cust_pay_batch.cgi, httemplate/browse/inventory_class.html, httemplate/browse/msgcat.cgi, httemplate/browse/nas.cgi, httemplate/browse/part_bill_event.cgi, @@ -14981,7 +15664,7 @@ httemplate/browse/elements/browse.html, httemplate/config/config-process.cgi, httemplate/config/config-view.cgi, httemplate/config/config.cgi, - httemplate/docs/trouble.html, httemplate/edit/REAL_cust_pkg.cgi, + httemplate/edit/REAL_cust_pkg.cgi, httemplate/edit/access_group.html, httemplate/edit/access_user.html, httemplate/edit/agent.cgi, httemplate/edit/agent_payment_gateway.html, @@ -14992,7 +15675,6 @@ httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, httemplate/edit/cust_refund.cgi, httemplate/edit/inventory_class.html, httemplate/edit/msgcat.cgi, @@ -15012,9 +15694,6 @@ httemplate/edit/svc_www.cgi, httemplate/edit/cust_main/billing.html, httemplate/edit/cust_main/contact.html, - httemplate/edit/cust_main/select-country.html, - httemplate/edit/cust_main/select-county.html, - httemplate/edit/cust_main/select-state.html, httemplate/edit/elements/edit.html, httemplate/edit/elements/svc_Common.html, httemplate/edit/process/REAL_cust_pkg.cgi, @@ -15030,7 +15709,6 @@ httemplate/edit/process/cust_main.cgi, httemplate/edit/process/cust_main_county-collapse.cgi, httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/edit/process/cust_pkg.cgi, httemplate/edit/process/cust_refund.cgi, @@ -15105,9 +15783,8 @@ httemplate/graph/elements/monthly.html, httemplate/misc/batch-cust_pay.html, httemplate/misc/bill.cgi, httemplate/misc/cancel-unaudited.cgi, - httemplate/misc/cancel_pkg.cgi, httemplate/misc/catchall.cgi, - httemplate/misc/cdr-import.html, httemplate/misc/change_pkg.cgi, - httemplate/misc/counties.cgi, + httemplate/misc/catchall.cgi, httemplate/misc/cdr-import.html, + httemplate/misc/change_pkg.cgi, httemplate/misc/counties.cgi, httemplate/misc/cust_main-cancel.cgi, httemplate/misc/cust_main-import.cgi, httemplate/misc/cust_main-import_charges.cgi, @@ -15120,7 +15797,7 @@ httemplate/misc/email-invoice.cgi, httemplate/misc/email_invoice_events.cgi, httemplate/misc/email_invoices.cgi, - httemplate/misc/expire_pkg.cgi, httemplate/misc/fax-invoice.cgi, + httemplate/misc/fax-invoice.cgi, httemplate/misc/fax_invoice_events.cgi, httemplate/misc/fax_invoices.cgi, httemplate/misc/inventory_item-import.html, @@ -15128,7 +15805,7 @@ httemplate/misc/payment.cgi, httemplate/misc/print-invoice.cgi, httemplate/misc/print_invoice_events.cgi, httemplate/misc/print_invoices.cgi, httemplate/misc/queue.cgi, - httemplate/misc/states.cgi, httemplate/misc/susp_pkg.cgi, + httemplate/misc/states.cgi, httemplate/misc/unapply-cust_credit.cgi, httemplate/misc/unapply-cust_pay.cgi, httemplate/misc/unprovision.cgi, httemplate/misc/unsusp_pkg.cgi, @@ -15143,7 +15820,6 @@ httemplate/misc/process/cust_main-import.cgi, httemplate/misc/process/cust_main-import_charges.cgi, httemplate/misc/process/delete-customer.cgi, - httemplate/misc/process/expire_pkg.cgi, httemplate/misc/process/inventory_item-import.html, httemplate/misc/process/link.cgi, httemplate/misc/process/meta-import.cgi, @@ -15174,8 +15850,7 @@ httemplate/search/report_tax.cgi, httemplate/search/report_tax.html, httemplate/search/sql.html, httemplate/search/sqlradius.cgi, - httemplate/search/sqlradius.html, - httemplate/search/svc_Smart.html, httemplate/search/svc_acct.cgi, + httemplate/search/sqlradius.html, httemplate/search/svc_acct.cgi, httemplate/search/svc_broadband.cgi, httemplate/search/svc_domain.cgi, httemplate/search/svc_external.cgi, @@ -15185,18 +15860,16 @@ httemplate/view/cust_bill-logo.cgi, httemplate/view/cust_bill-pdf.cgi, httemplate/view/cust_bill-ps.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_broadband.cgi, + httemplate/view/cust_main.cgi, httemplate/view/svc_acct.cgi, + httemplate/view/svc_broadband.cgi, httemplate/view/svc_domain.cgi, httemplate/view/svc_external.cgi, httemplate/view/svc_forward.cgi, httemplate/view/svc_phone.cgi, httemplate/view/svc_www.cgi, httemplate/view/cust_main/billing.html, httemplate/view/cust_main/contacts.html, httemplate/view/cust_main/misc.html, - httemplate/view/cust_main/order_pkg.html, httemplate/view/cust_main/packages.html, httemplate/view/cust_main/payment_history.html, - httemplate/view/cust_main/quick-charge.html, httemplate/view/cust_main/tickets.html, httemplate/view/elements/svc_Common.html: Will things ever be the same again? It's the final masonize @@ -15216,18 +15889,7 @@ 2006-08-22 05:23 ivan - * httemplate/docs/: index.html, upgrade-1.4.2.html, upgrade10.html, - upgrade9.html: get rid of old upgrade instructions - -2006-08-22 05:20 ivan - - * README.1.7.0: wiki! - -2006-08-22 05:09 ivan - - * README.1.5.0pre6, README.1.5.7, README.1.5.7.lastbit, - README.1.5.8: removing old upgrade instructions... can always - get the out of the Attic + * httemplate/docs/index.html: get rid of old upgrade instructions 2006-08-21 16:01 ivan @@ -15252,8 +15914,8 @@ 2006-08-21 02:46 ivan - * httemplate/docs/: install-rt.html, install.html, index.html: - we're off to see the wiki, the wonderful wiki of oz + * httemplate/docs/index.html: we're off to see the wiki, the + wonderful wiki of oz 2006-08-18 05:18 ivan @@ -15336,10 +15998,6 @@ * FS/FS/cust_main.pm: pass email, phone and ip adderss to B:OP when doing refunds, hopefully this will fix OpenECHO refunds -2006-08-14 05:24 ivan - - * Changes.1.7.0: there's more, but this will have to do - 2006-08-14 05:13 ivan * FS/FS/cust_main.pm, httemplate/edit/cust_main.cgi, @@ -15349,10 +16007,10 @@ rt/html/Elements/FreesideNewCust, rt/html/Elements/FreesideSearch, rt/html/Elements/FreesideSvcSearch, rt/html/Elements/PageLayout, - rt/html/Elements/SimpleSearch, rt/html/Elements/Tabs, - rt/html/NoAuth/webrt.css: sprinkle some magic ajax fairy dust on - referring customer SELEKTAH. rewind! make smart search smarter, - re-layout the top search bars and add an invoice one + rt/html/Elements/SimpleSearch, rt/html/Elements/Tabs: sprinkle + some magic ajax fairy dust on referring customer SELEKTAH. + rewind! make smart search smarter, re-layout the top search bars + and add an invoice one 2006-08-14 01:38 ivan @@ -15423,8 +16081,8 @@ 2006-08-10 06:50 ivan - * README.1.7.0, FS/FS/Schema.pm, FS/FS/cust_main.pm, - FS/FS/part_referral.pm, httemplate/browse/part_referral.html, + * FS/FS/Schema.pm, FS/FS/cust_main.pm, FS/FS/part_referral.pm, + httemplate/browse/part_referral.html, httemplate/view/cust_main/misc.html: add cust_main.agent_custid (at least to schema and customer view, no manual editing yet) @@ -15436,11 +16094,8 @@ * FS/FS/AccessRight.pm, FS/FS/Record.pm, FS/FS/Schema.pm, FS/FS/access_user.pm, FS/FS/part_referral.pm, - httemplate/browse/part_referral.cgi, httemplate/browse/part_referral.html, - httemplate/edit/part_referral.cgi, httemplate/edit/part_referral.html, - httemplate/edit/process/part_referral.cgi, httemplate/edit/process/part_referral.html, httemplate/elements/menu.html: agent-virtualize advertising sources @@ -15487,12 +16142,11 @@ 2006-08-08 23:43 jeff - * README.1.7.0, FS/FS/Schema.pm, FS/FS/Setup.pm, - FS/FS/cust_bill.pm, FS/FS/cust_main.pm, FS/FS/cust_pay_batch.pm, + * FS/FS/Schema.pm, FS/FS/Setup.pm, FS/FS/cust_bill.pm, + FS/FS/cust_main.pm, FS/FS/cust_pay_batch.pm, FS/FS/part_bill_event.pm, FS/FS/pay_batch.pm, FS/FS/payby.pm, - httemplate/browse/cust_pay_batch.cgi, - httemplate/browse/pay_batch.cgi, httemplate/docs/schema.html, - httemplate/misc/download-batch.cgi: batch refactor + httemplate/docs/schema.html, httemplate/misc/download-batch.cgi: + batch refactor 2006-08-08 23:34 ivan @@ -15633,11 +16287,10 @@ 2006-07-15 17:55 ivan - * SCHEMA_CHANGE, FS/FS/Conf.pm, FS/FS/agent.pm, FS/FS/cust_bill.pm, + * FS/FS/Conf.pm, FS/FS/agent.pm, FS/FS/cust_bill.pm, FS/FS/inventory_item.pm, fs_selfservice/FS-SelfService/freeside-selfservice-clientd, - httemplate/autohandler, httemplate/browse/cust_pay_batch.cgi, - httemplate/edit/cust_credit.cgi, + httemplate/autohandler, httemplate/edit/cust_credit.cgi, httemplate/elements/overlibmws.js, httemplate/elements/overlibmws_draggable.js, httemplate/elements/phonenumber.html, @@ -15721,10 +16374,6 @@ * FS/FS/cust_main.pm: patch to fix fuzzy searching from Ryan Gunn -2006-07-05 04:23 ivan - - * README.1.7.0: hint about permissions and users - 2006-07-04 05:01 ivan * FS/: bin/freeside-addgroup, bin/freeside-adduser, MANIFEST: @@ -15833,8 +16482,7 @@ 2006-06-19 04:57 ivan - * Changes.1.7.0, README.1.7.0, bin/mapsecrets2access_user: ACL - bootstrapping/upgrade + * bin/mapsecrets2access_user: ACL bootstrapping/upgrade 2006-06-19 04:25 ivan @@ -15854,7 +16502,6 @@ httemplate/elements/tr-select-cust-fields.html, httemplate/elements/tr-select-cust_pkg-status.html, httemplate/graph/cust_bill_pkg.cgi, - httemplate/search/cust_pkg_report.cgi, httemplate/search/report_cust_pkg.html, httemplate/view/cust_main/contacts.html: add ability to select specific package defs. and package status to package report for @@ -15924,31 +16571,6 @@ * httemplate/elements/menu.html: fix link to prepaid card setup -2006-06-06 04:16 ivan - - * rt/html/NoAuth/webrt.css: whew, this can go back - -2006-06-06 04:08 ivan - - * rt/html/NoAuth/webrt.css: yay this should finally fix the weird - black navigation links; hide the Mason stuff from browsers when - it doesn't get processed for some reason - -2006-06-06 03:57 ivan - - * rt/html/NoAuth/webrt.css: yet another attempt to fix weird black - RT navigation links - -2006-06-06 03:54 ivan - - * rt/html/NoAuth/webrt.css: another attempt to fix weird black RT - navigation links - -2006-06-06 03:46 ivan - - * rt/html/NoAuth/webrt.css: attempt to fix weird black RT - navigation links - 2006-06-06 03:30 ivan * FS/FS/cdr.pm: fix unmatched =back somehow futzing things up with @@ -15956,8 +16578,7 @@ 2006-06-02 06:20 ivan - * httemplate/elements/header.html, - httemplate/search/svc_Smart.html, rt/FREESIDE_MODIFIED, + * httemplate/elements/header.html, rt/FREESIDE_MODIFIED, rt/html/Elements/FreesideSvcSearch, rt/html/Elements/PageLayout, rt/html/Elements/Tabs: add a service search @@ -15965,11 +16586,6 @@ * FS/MANIFEST: removing duplicate entries -2006-05-23 08:54 ivan - - * README.1.7.0: adding batch upgrade instructions to 1.7.0 - instructions too - 2006-05-22 13:38 ivan * rt/html/Elements/FreesideNewCust: missing > tag on INPUT @@ -15978,18 +16594,10 @@ * FS/FS/cust_main.pm: better error message for banned cards -2006-05-22 11:05 ivan - - * Changes.1.5.8: justification - 2006-05-21 19:06 ivan * Makefile: docs are going in the wiki Real Soon Now anyway -2006-05-21 19:04 ivan - - * Changes.1.5.8: 1.5.8! - 2006-05-21 17:50 ivan * Makefile: 1.7.0? why not? @@ -16004,11 +16612,9 @@ 2006-05-20 13:06 jeff - * README.1.5.7.lastbit, README.1.5.8, FS/FS.pm, FS/MANIFEST, - FS/FS/Schema.pm, FS/FS/cust_bill.pm, FS/FS/cust_pay_batch.pm, - FS/FS/pay_batch.pm, FS/t/pay_batch.t, htetc/handler.pl, - httemplate/browse/cust_pay_batch.cgi, - httemplate/docs/schema.html, httemplate/docs/upgrade10.html, + * FS/FS.pm, FS/MANIFEST, FS/FS/Schema.pm, FS/FS/cust_bill.pm, + FS/FS/cust_pay_batch.pm, FS/FS/pay_batch.pm, FS/t/pay_batch.t, + htetc/handler.pl, httemplate/docs/schema.html, httemplate/misc/download-batch.cgi: first stab at BoM download 2006-05-15 06:57 ivan @@ -16019,7 +16625,7 @@ 2006-05-15 04:05 ivan - * rt/html/NoAuth/webrt.css, httemplate/elements/freeside.css, + * httemplate/elements/freeside.css, httemplate/elements/header.html, httemplate/elements/xmenu.css, httemplate/search/cust_main.cgi, rt/FREESIDE_MODIFIED, rt/html/Elements/FreesideNewCust, @@ -16031,7 +16637,7 @@ 2006-05-14 09:47 ivan - * CREDITS, Changes.1.7.0, htetc/handler.pl, httemplate/autohandler, + * CREDITS, htetc/handler.pl, httemplate/autohandler, httemplate/index.html, httemplate/browse/access_group.html, httemplate/browse/access_user.html, httemplate/browse/agent_type.cgi, @@ -16043,7 +16649,6 @@ httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_pkg.cgi, - httemplate/edit/part_referral.cgi, httemplate/edit/part_virtual_field.cgi, httemplate/edit/svc_domain.cgi, httemplate/edit/elements/edit.html, @@ -16062,21 +16667,15 @@ httemplate/elements/tr-select-access_group.html, httemplate/elements/xmenu.css, httemplate/elements/xmenu.js, httemplate/misc/batch-cust_pay.html, httemplate/misc/payment.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_main-otaker.cgi, - httemplate/search/cust_main-payinfo.html, - httemplate/search/cust_main-quickpay.html, - httemplate/search/cust_main.cgi, httemplate/search/cust_pay.html, - httemplate/search/cust_pkg_report.cgi, + httemplate/search/cust_main.cgi, httemplate/search/report_cust_bill.html, httemplate/search/report_cust_credit.html, httemplate/search/report_cust_pay.html, httemplate/search/report_prepaid_income.html, httemplate/search/report_tax.html, httemplate/search/sqlradius.html, - httemplate/search/svc_acct.html, httemplate/search/svc_domain.cgi, - httemplate/search/svc_domain.html, httemplate/search/svc_external.cgi, FS/MANIFEST, FS/FS/AccessRight.pm, FS/FS/CGI.pm, FS/FS/Schema.pm, FS/FS/access_group.pm, FS/FS/access_groupagent.pm, @@ -16084,10 +16683,9 @@ FS/FS/access_user_pref.pm, FS/FS/access_usergroup.pm, FS/FS/agent_type.pm, FS/FS/cust_bill.pm, FS/FS/m2m_Common.pm, FS/FS/payby.pm, FS/FS/svc_domain.pm, FS/FS/UI/Web.pm, - FS/FS/part_pkg/billoneday.pm, FS/bin/freeside-addoutsourceuser, - FS/t/AccessRight.t, FS/t/access_group.t, - FS/t/access_groupagent.t, FS/t/access_right.t, - FS/t/access_user.t, FS/t/access_user_pref.t, + FS/bin/freeside-addoutsourceuser, FS/t/AccessRight.t, + FS/t/access_group.t, FS/t/access_groupagent.t, + FS/t/access_right.t, FS/t/access_user.t, FS/t/access_user_pref.t, FS/t/access_usergroup.t, httemplate/view/cust_main/packages.html, httemplate/view/cust_main/payment_history.html: first part of ACL and re-skinning work and some other small stuff @@ -16108,11 +16706,6 @@ * httemplate/search/report_receivables.cgi: Pg 8.1 fix was incorrect and broke things, this should actually work -2006-05-08 04:48 ivan - - * README.1.5.8, README.1.7.0: suggest "make clean" on upgrade - - something is not quite right with perl Makefile hoohaw - 2006-05-08 04:28 ivan * FS/FS/Conf.pm, FS/FS/cust_main.pm, @@ -16122,7 +16715,6 @@ 2006-05-08 03:01 ivan * FS/FS/Report/Table/Monthly.pm, httemplate/index.html, - httemplate/graph/cust_bill_pkg-graph.cgi, httemplate/graph/cust_bill_pkg.cgi, httemplate/graph/elements/monthly.html, httemplate/search/cust_bill_pkg.cgi: sales report per agent and @@ -16130,15 +16722,12 @@ 2006-05-07 13:27 ivan - * README.1.7.0, htetc/handler.pl, httemplate/docs/upgrade10.html, - httemplate/elements/select-month_year.html, + * htetc/handler.pl, httemplate/elements/select-month_year.html, httemplate/elements/select-pkg_class.html, httemplate/elements/select-table.html, httemplate/elements/tr-select-from_to.html, httemplate/elements/tr-select-pkg_class.html, - httemplate/graph/cust_bill_pkg-graph.cgi, httemplate/graph/cust_bill_pkg.cgi, - httemplate/graph/money_time-graph.cgi, httemplate/graph/money_time.cgi, httemplate/graph/report_cust_bill_pkg.html, httemplate/graph/report_money_time.html, @@ -16159,15 +16748,9 @@ * httemplate/: index.html, search/report_receivables.html: add an agent pre-selection page to receivables report -2006-05-02 06:29 ivan - - * SCHEMA_CHANGE: need to install the new Schema.pm before you can - autogenerate off it - 2006-05-02 04:59 ivan * httemplate/index.html, FS/FS/Report/Table/Monthly.pm, - httemplate/graph/money_time-graph.cgi, httemplate/graph/money_time.cgi, httemplate/graph/report_money_time.html: add a "pre-report" page to this report/graph as requested by lewis/wtxs, also add 12mo @@ -16202,8 +16785,7 @@ 2006-04-21 17:58 ivan - * httemplate/browse/generic.cgi, - httemplate/browse/inventory_class.html, + * httemplate/browse/inventory_class.html, httemplate/browse/part_pkg.cgi, httemplate/browse/pkg_class.html, httemplate/browse/rate.cgi, httemplate/browse/elements/browse.html, htetc/handler.pl, @@ -16217,8 +16799,7 @@ httemplate/elements/select-pkg_class.html, httemplate/elements/select-table.html, httemplate/elements/tr-select-pkg_class.html, - httemplate/search/cust_pkg.cgi, - httemplate/search/inventory_class.html, FS/FS/part_pkg.pm, + httemplate/search/cust_pkg.cgi, FS/FS/part_pkg.pm, httemplate/search/elements/search.html: start of package class web UI (add/edit package classes, package class selection in package def edit) @@ -16235,24 +16816,14 @@ 2006-04-21 05:45 ivan - * httemplate/: index.html, browse/queue.cgi, misc/queue.cgi, - search/queue.html: s(browse/queue.cgi)(search/queue.html) + * httemplate/: index.html, misc/queue.cgi, search/queue.html: + s(browse/queue.cgi)(search/queue.html) 2006-04-18 23:37 ivan * FS/FS/cust_main.pm: DOH! perlvar: not counting patterns matched in nested blocks that have been exited already. -2006-04-18 12:33 ivan - - * httemplate/docs/install.html: add JSON to initial install - instructions - -2006-04-18 12:24 ivan - - * install/debian/3.1/INSTALL: dev install notes patch from liran - tal - 2006-04-15 06:32 ivan * httemplate/graph/money_time.cgi: REALLY correct the period for @@ -16338,8 +16909,6 @@ * htetc/handler.pl, FS/FS/Misc.pm, httemplate/edit/cust_main/contact.html, - httemplate/edit/cust_main/select-country.html, - httemplate/edit/cust_main/select-state.html, httemplate/misc/states.cgi, httemplate/view/cust_main/contacts.html: have the UI use full country names, and state names outside the US... @@ -16379,8 +16948,8 @@ 2006-03-30 06:22 ivan - * README.1.7.0, FS/bin/freeside-upgrade: move all the - schema-updating magic into DBIx::DBSchema + * FS/bin/freeside-upgrade: move all the schema-updating magic into + DBIx::DBSchema 2006-03-24 18:23 ivan @@ -16404,8 +16973,8 @@ 2006-03-23 04:00 lsc - * FS/FS/part_pkg/: billoneday.pm, prorate.pm, subscription.pm: for - subscription.pm and prorate.pm: + * FS/FS/part_pkg/: prorate.pm, subscription.pm: for subscription.pm + and prorate.pm: -modify the subscription and prorate price plans (FS/FS/part_pkg/subscription.pm and prorate.pm) to have a @@ -16433,13 +17002,11 @@ 2006-03-20 11:13 ivan - * FS/FS/Conf.pm, FS/FS/Schema.pm, FS/FS/cdr.pm, - FS/FS/cdr_upstream_rate.pm, FS/FS/cust_main.pm, + * FS/FS/Conf.pm, FS/FS/Schema.pm, FS/FS/cdr.pm, FS/FS/cust_main.pm, FS/FS/cust_svc.pm, FS/FS/rate_detail.pm, FS/FS/svc_acct.pm, FS/FS/part_pkg/voip_cdr.pm, httemplate/edit/part_pkg.cgi, - FS/MANIFEST, FS/t/cdr_upstream_rate.t, - bin/cdr_upstream_rate.import, httemplate/edit/rate.cgi, - httemplate/edit/cust_main/billing.html, + FS/MANIFEST, bin/cdr_upstream_rate.import, + httemplate/edit/rate.cgi, httemplate/edit/cust_main/billing.html, httemplate/search/cdr.html, httemplate/search/report_cdr.html, httemplate/view/cust_main/billing.html: add price plan to bill on internal or external CDRs directly, add option to export CDRs to @@ -16509,7 +17076,6 @@ * FS/FS/inventory_item.pm, httemplate/misc/inventory_item-import.html, httemplate/misc/process/inventory_item-import.html, - httemplate/search/inventory_class.html, httemplate/search/inventory_item.html: Add an option to the web interface to batch upload new entries to the inventory_item table. @@ -16518,9 +17084,9 @@ * FS/MANIFEST, FS/FS/Schema.pm, FS/FS/inventory_class.pm, FS/FS/inventory_item.pm, FS/t/inventory_class.t, - FS/t/inventory_item.t, httemplate/search/inventory_class.html, - httemplate/search/inventory_item.html, bin/generate-table-module, - htetc/handler.pl, httemplate/edit/inventory_class.html, + FS/t/inventory_item.t, httemplate/search/inventory_item.html, + bin/generate-table-module, htetc/handler.pl, + httemplate/edit/inventory_class.html, httemplate/edit/elements/edit.html, httemplate/edit/process/inventory_class.html, httemplate/edit/process/elements/process.html, @@ -16535,10 +17101,8 @@ 2006-03-03 07:02 ivan - * FS/FS/Report/Table/Monthly.pm, - httemplate/graph/money_time-graph.cgi, - httemplate/graph/money_time.cgi: agent-specific - sales/credit/receipts summary + * FS/FS/Report/Table/Monthly.pm, httemplate/graph/money_time.cgi: + agent-specific sales/credit/receipts summary 2006-02-28 11:34 ivan @@ -16559,8 +17123,7 @@ * FS/FS/Schema.pm, FS/FS/cdr.pm, FS/FS/cdr_calltype.pm, FS/FS/cdr_carrier.pm, FS/FS/cdr_type.pm, FS/FS/cust_main.pm, - README.1.7.0, README.2.0.0, FS/MANIFEST, - FS/FS/part_pkg/voip_sqlradacct.pm, FS/t/cdr.t, + FS/MANIFEST, FS/FS/part_pkg/voip_sqlradacct.pm, FS/t/cdr.t, FS/t/cdr_calltype.t, FS/t/cdr_carrier.t, FS/t/cdr_type.t, FS/t/part_pkg-voip_cdr.t, htetc/handler.pl, httemplate/misc/cdr-import.html, @@ -16568,10 +17131,6 @@ httemplate/search/cdr.html, httemplate/search/report_cdr.html, bin/cdr_calltype.import: CDR schema and class -2006-02-17 20:32 ivan - - * htetc/global.asa, httemplate/docs/install.html: Mason it is - 2006-02-17 18:11 ivan * FS/FS/: cust_tax_exempt_pkg.pm, domain_record.pm, msgcat.pm, @@ -16581,9 +17140,9 @@ 2006-02-16 13:43 ivan - * FS/FS/Setup.pm, FS/bin/freeside-setup, bin/populate-msgcat, - httemplate/docs/admin.html, httemplate/docs/install.html: - automate more of the initial data adding... + * FS/FS/Setup.pm, FS/bin/freeside-setup, + httemplate/docs/admin.html: automate more of the initial data + adding... 2006-02-08 23:18 ivan @@ -16596,15 +17155,10 @@ * FS/bin/freeside-selfservice-server: don't leave ssh zombies around either -2006-02-07 19:50 ivan - - * httemplate/docs/: upgrade7.html, upgrade8.html: remove ancient - upgrade instructions - 2006-02-07 19:49 ivan - * httemplate/docs/: upgrade10.html, index.html: slightly html-ize - the 1.5.8 upgrade instructions + * httemplate/docs/index.html: slightly html-ize the 1.5.8 upgrade + instructions 2006-02-07 18:26 ivan @@ -16654,12 +17208,10 @@ 2006-01-30 20:26 ivan * httemplate/: browse/addr_block.cgi, browse/agent.cgi, - browse/agent_type.cgi, browse/cust_pay_batch.cgi, - browse/part_bill_event.cgi, browse/part_export.cgi, - browse/part_pkg.cgi, browse/part_referral.cgi, - browse/part_svc.cgi, browse/part_virtual_field.cgi, - browse/payment_gateway.html, browse/queue.cgi, browse/rate.cgi, - browse/router.cgi, browse/svc_acct_pop.cgi, + browse/agent_type.cgi, browse/part_bill_event.cgi, + browse/part_export.cgi, browse/part_pkg.cgi, browse/part_svc.cgi, + browse/part_virtual_field.cgi, browse/payment_gateway.html, + browse/rate.cgi, browse/router.cgi, browse/svc_acct_pop.cgi, config/config-view.cgi, config/config.cgi, edit/REAL_cust_pkg.cgi, edit/agent.cgi, edit/agent_payment_gateway.html, edit/agent_type.cgi, @@ -16670,9 +17222,8 @@ edit/svc_forward.cgi, edit/process/prepay_credit.cgi, edit/process/reg_code.cgi, misc/batch-cust_pay.html, misc/cust_main-import.cgi, misc/cust_main-import_charges.cgi, - misc/expire_pkg.cgi, misc/link.cgi, misc/meta-import.cgi, - misc/upload-batch.cgi, misc/whois.cgi, - misc/process/cust_main-import.cgi, + misc/link.cgi, misc/meta-import.cgi, misc/upload-batch.cgi, + misc/whois.cgi, misc/process/cust_main-import.cgi, misc/process/cust_main-import_charges.cgi, misc/process/meta-import.cgi, search/report_prepaid_income.cgi, search/report_tax.cgi, search/svc_external.cgi, @@ -16712,29 +17263,20 @@ 2006-01-25 04:34 ivan - * FS/FS/Record.pm, FS/FS/Schema.pm, FS/FS/cust_bill.pm, - FS/FS/cust_main.pm, FS/FS/cust_tax_exempt.pm, - FS/FS/cust_tax_exempt_pkg.pm, FS/FS/h_cust_bill.pm, - FS/FS/h_cust_tax_exempt.pm, FS/t/cust_tax_exempt_pkg.t, - FS/t/h_cust_bill.t, FS/t/h_cust_tax_exempt.t, README.2.0.0, - FS/MANIFEST: change texas-style tax exemptions to be against a - specific line item rather than just general per-customer, for - later tracking and tax reporting. fix 1969/1970 exemptions for - one-off charges - -2006-01-05 01:34 ivan - - * httemplate/docs/upgrade10.html: my last 1.4 -> 1.5 upgrade... + * FS/: FS/Record.pm, FS/Schema.pm, FS/cust_bill.pm, + FS/cust_main.pm, FS/cust_tax_exempt.pm, + FS/cust_tax_exempt_pkg.pm, FS/h_cust_bill.pm, + FS/h_cust_tax_exempt.pm, t/cust_tax_exempt_pkg.t, + t/h_cust_bill.t, t/h_cust_tax_exempt.t, MANIFEST: change + texas-style tax exemptions to be against a specific line item + rather than just general per-customer, for later tracking and tax + reporting. fix 1969/1970 exemptions for one-off charges 2006-01-04 18:03 ivan * FS/FS/Schema.pm: remove redundant indices on cust_main ship_ columns -2006-01-03 00:45 ivan - - * bin/billco-upload: agentnums 1-3 - 2005-12-29 18:41 rsiddall * FS/FS/Conf.pm, FS/FS/ConfItem.pm, FS/FS/cust_pkg.pm, @@ -16767,8 +17309,7 @@ 2005-12-24 19:00 ivan - * README.1.5.8, FS/FS/Schema.pm: update indices for better tax - report performance + * FS/FS/Schema.pm: update indices for better tax report performance 2005-12-24 18:31 ivan @@ -16802,15 +17343,10 @@ causing " "my" variable $t masks earlier declaration in same scope" errors -2005-12-21 20:02 ivan - - * Changes.1.5.8: more accurate description of tax report changes - 2005-12-21 20:01 ivan * httemplate/search/cust_bill_event.html, httemplate/search/cust_bill_pkg.cgi, - httemplate/search/cust_pkg_report.cgi, httemplate/search/report_cust_bill.html, httemplate/search/report_cust_credit.html, httemplate/search/report_cust_pay.html, @@ -16831,8 +17367,8 @@ 2005-12-18 20:18 ivan - * Changes.1.5.8, FS/FS/part_pkg/sqlradacct_hour.pm: add maximum - "caps" to RADIUS usage charges + * FS/FS/part_pkg/sqlradacct_hour.pm: add maximum "caps" to RADIUS + usage charges 2005-12-16 14:47 ivan @@ -16924,26 +17460,6 @@ * FS/bin/freeside-upgrade: force a dbdef reload. no wonder this had to be run multiple times before -2005-12-02 22:49 ivan - - * README.1.5.8, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: add Term::ReadKey to install & - upgrade docs and README.1.5.8 - -2005-12-01 18:30 ivan - - * httemplate/docs/upgrade10.html: and Net::Whois::Raw - -2005-12-01 17:52 ivan - - * README.1.5.8, httemplate/docs/upgrade10.html: note DBIx::DBSchema - 0.29 is required for Pg 7.2.x and earlier - -2005-12-01 17:22 ivan - - * httemplate/docs/upgrade10.html: apache instructions already up - top - 2005-12-01 11:17 ivan * httemplate/edit/agent_type.cgi: list disabled packages on agent @@ -16955,10 +17471,6 @@ shouldn't apply to RADIUS groups, this is messing up unrelated RADIUS exports -2005-11-30 09:48 ivan - - * README.1.5.8: later versions are okay too - 2005-11-28 09:16 ivan * FS/FS/cust_main.pm: turn off debugging @@ -17035,11 +17547,6 @@ * FS/FS/part_export/radiator.pm: update radiator export to deal with prepaid and some other random stuff -2005-11-22 01:13 ivan - - * httemplate/docs/install.html: correct common misconception RIGHT - THERE in the docs - 2005-11-21 07:24 ivan * FS/FS/: export_svc.pm, part_svc.pm, rate.pm: when editing exports @@ -17107,10 +17614,6 @@ * FS/FS/TicketSystem/RT_External.pm: update custom priorioty field BS for RT 3.4.4 -2005-11-17 23:05 ivan - - * README.1.5.8: slightly more info in 1.5.8 upgrade instructions - 2005-11-17 19:48 ivan * FS/FS/cust_main.pm: allow expired cards to remain on file; only @@ -17128,8 +17631,7 @@ 2005-11-17 04:27 ivan - * README.1.5.8, FS/FS/Schema.pm: add cust_pkg2 index on - cust_pkg.pkgpart + * FS/FS/Schema.pm: add cust_pkg2 index on cust_pkg.pkgpart 2005-11-17 03:15 ivan @@ -17148,15 +17650,10 @@ 2005-11-16 05:14 ivan * FS/FS/part_svc.pm, httemplate/index.html, - httemplate/browse/part_svc.cgi, Changes.1.5.8, FS/FS/UI/Web.pm, + httemplate/browse/part_svc.cgi, FS/FS/UI/Web.pm, httemplate/edit/bulk-cust_svc.html, httemplate/edit/process/bulk-cust_svc.cgi: bulk svcpart change -2005-11-12 04:19 ivan - - * README.1.5.8: one last bit for 1.5.7->1.5.8 RT upgrade - instructions - 2005-11-11 17:24 ivan * httemplate/view/cust_main/tickets.html: huh seem to have @@ -17199,10 +17696,6 @@ unaudited domain deletion, add record being deleted to record deletion popup -2005-11-09 12:48 ivan - - * httemplate/docs/install.html: closing paren - 2005-11-07 18:16 ivan * httemplate/docs/admin.html: bah @@ -17234,20 +17727,12 @@ * FS/FS/cust_bill.pm: only send to specific destinations, oops! -2005-10-31 21:21 ivan - - * bin/billco-upload: do the zip - 2005-10-31 21:14 ivan * httemplate/edit/part_bill_event.cgi: add option for spool_csv events to apply only to a specific destination type (i.e. postal only) -2005-10-31 19:16 ivan - - * bin/billco-upload: good nuff for 11/1 - 2005-10-31 19:15 ivan * httemplate/edit/part_bill_event.cgi, FS/FS/cust_bill.pm: add @@ -17255,10 +17740,6 @@ spool one giant (pair of) CSV files in addition to FTPing them individually -2005-10-28 10:10 ivan - - * bin/billco-upload: beginning of quick billco zip & upload tool - 2005-10-28 04:56 ivan * httemplate/search/cust_bill_event.cgi: don't show 'N/A' @@ -17281,7 +17762,7 @@ 2005-10-24 04:56 ivan - * README.1.5.8, FS/FS/Schema.pm, httemplate/edit/process/rate.cgi, + * FS/FS/Schema.pm, httemplate/edit/process/rate.cgi, httemplate/elements/progress-init.html, httemplate/elements/xmlhttp.html: fix rate plan editing with new xmlhttp progressbar - use POST instead of GET. also optimize SQL @@ -17366,80 +17847,216 @@ httemplate/edit/agent.cgi, httemplate/config/config-view.cgi, httemplate/config/config.cgi: agent option to select RT queue -2005-10-15 04:25 ivan - - * README.1.5.8: upgrade instructions for new RT verison - 2005-10-15 04:13 ivan - * README.1.5.8, rt/html/Elements/Header, rt/html/NoAuth/webrt.css: - land RT 3.4.4 on HEAD + * rt/html/Elements/Header: land RT 3.4.4 on HEAD 2005-10-15 02:33 ivan - * rt/: HOWTO/README, HOWTO/change.txt, HOWTO/release.txt, - HOWTO/version-control.txt, etc/RT_SiteConfig.pm, - html/Admin/Global/CustomField.html, - html/Admin/Global/CustomFields.html, html/Elements/Footer, + * rt/: etc/RT_SiteConfig.pm, html/Elements/Footer, html/Elements/Header, html/Elements/Menu, html/Elements/PageLayout, html/Elements/SimpleSearch, html/Elements/Tabs, html/Elements/CollectionAsTable/Row, - html/NoAuth/webrt.css, html/NoAuth/images/back_home.gif, - html/NoAuth/images/head_requestracker.gif, - html/NoAuth/images/rt.jpg, html/NoAuth/images/spacer.gif, - html/NoAuth/images/squares_blue.gif, html/Ticket/Elements/ShowSummary, html/Ticket/Elements/Tabs, - lib/RT/TicketCustomFieldValue.pm, - lib/RT/TicketCustomFieldValue_Overlay.pm, - lib/RT/TicketCustomFieldValues.pm, - lib/RT/TicketCustomFieldValues_Overlay.pm, - lib/RT/I18N/en_malkovich.po, lib/t/00smoke.t.in, - lib/t/01harness.t.in, lib/t/02regression.t.in, lib/t/03web.pl.in, - lib/t/04_send_email.pl.in, lib/t/05cronsupport.pl.in, - lib/t/regression/00placeholder, sbin/rt-setup-database.in: - landing rt 3.4.4 on HEAD + sbin/rt-setup-database.in: landing rt 3.4.4 on HEAD 2005-10-15 02:09 ivan - * rt/: docs/design_docs/realflow.txt, + * rt/: UPGRADING, configure, Makefile.in, README, configure.ac, + Changelog, aclocal.m4, docs/rt3-schema-relationships.dot, + docs/design_docs/realflow.txt, m4/rt_layout.m4, docs/design_docs/3.3-schema-redesign.txt, - docs/design_docs/rt-mvc, sbin/rt-dump-database.in, - html/Search/Elements/SelectGroup, html/Admin/autohandler, + docs/design_docs/cvs_integration, + docs/design_docs/link-definitions.txt, docs/design_docs/rt-mvc, + sbin/extract-message-catalog, sbin/extract_pod_tests, + sbin/factory, sbin/license_tag, sbin/regression_harness, + sbin/rt-dump-database.in, sbin/rt-test-dependencies.in, + html/autohandler, html/index.html, html/l, + html/Ticket/History.html, html/Ticket/Modify.html, + html/Ticket/ModifyAll.html, html/Ticket/ModifyDates.html, + html/Ticket/ModifyPeople.html, html/Ticket/Update.html, + html/Tools/MyDay.html, html/Tools/Offline.html, + html/Tools/Elements/Tabs, html/Ticket/ModifyLinks.html, + html/Ticket/ShowEmailRecord.html, + html/Ticket/Attachment/dhandler, + html/Ticket/Elements/AddWatchers, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/EditWatchers, + html/Ticket/Elements/LoadTextAttachments, + html/Ticket/Elements/ShowDependencies, + html/Ticket/Elements/ShowMessageHeaders, + html/Ticket/Elements/ShowPeople, + html/Ticket/Elements/ShowTransaction, + html/Ticket/Elements/BulkLinks, + html/Ticket/Elements/EditCustomFields, + html/Ticket/Elements/EditDates, html/Ticket/Elements/EditPeople, + html/Ticket/Elements/PreviewScrips, + html/Ticket/Elements/ShowBasics, + html/Ticket/Elements/ShowCustomFields, + html/Ticket/Elements/ShowDates, html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowMembers, + html/Ticket/Elements/ShowMessageStanza, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/ShowUserEntry, html/Search/Build.html, + html/Search/Edit.html, html/Search/Results.html, + html/Search/Results.rdf, html/Search/Results.tsv, + html/Ticket/Elements/EditBasics, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowGroupMembers, + html/Search/Elements/BuildFormatString, + html/Search/Elements/DisplayOptions, + html/Search/Elements/EditFormat, + html/Search/Elements/EditSearches, + html/Search/Elements/NewListActions, + html/Search/Elements/PickCFs, html/Search/Elements/SearchPrivacy, + html/Search/Elements/SelectAndOr, + html/Search/Elements/SelectGroup, + html/Search/Elements/SelectLinks, + html/Search/Elements/SelectSearchObject, + html/Search/Elements/SelectSearchesForObjects, + html/Admin/autohandler, html/Admin/index.html, + html/Approvals/Display.html, html/Approvals/index.html, + html/Approvals/Elements/Approve, + html/Approvals/Elements/PendingMyApproval, + html/Approvals/Elements/ShowDependency, + html/Approvals/Elements/Tabs, html/Download/CustomFieldValue/dhandler, html/Download/Tabular/dhandler, html/Search/Elements/EditQuery, + html/Search/Elements/PickBasics, + html/Search/Elements/PickCriteria, + html/Search/Elements/SelectPersonType, html/Admin/CustomFields/GroupRights.html, + html/Admin/Global/GroupRights.html, html/Admin/Global/Scrip.html, + html/Admin/Global/Scrips.html, html/Admin/Global/Template.html, + html/Admin/Global/Templates.html, + html/Admin/Global/UserRights.html, html/Admin/Global/index.html, html/Admin/Global/CustomFields/Groups.html, html/Admin/Global/CustomFields/Queue-Tickets.html, html/Admin/Global/CustomFields/Queue-Transactions.html, html/Admin/Global/CustomFields/Users.html, html/Admin/Global/CustomFields/index.html, html/Admin/Groups/CustomFields.html, - html/Admin/Groups/History.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/History.html, html/Admin/Groups/Members.html, + html/Admin/Groups/Modify.html, html/Admin/Groups/UserRights.html, + html/Admin/Groups/index.html, + html/Admin/Tools/Configuration.html, html/Admin/Tools/index.html, html/Admin/CustomFields/Modify.html, html/Admin/CustomFields/Objects.html, html/Admin/CustomFields/UserRights.html, html/Admin/CustomFields/index.html, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/GroupRights.html, html/Admin/Users/CustomFields.html, html/Admin/Users/History.html, html/Admin/Users/Memberships.html, + html/Admin/Users/index.html, html/Admin/Queues/CustomField.html, + html/Admin/Queues/Scrip.html, html/Admin/Queues/Templates.html, + html/Admin/Queues/UserRights.html, html/Admin/Elements/CustomFieldTabs, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditScrip, html/Admin/Elements/EditTemplates, + html/Admin/Elements/EditUserComments, html/Admin/Elements/Header, + html/Admin/Elements/ListGlobalScrips, + html/Admin/Elements/QueueTabs, html/Admin/Elements/SelectCustomFieldLookupType, + html/Admin/Elements/SelectCustomFieldType, + html/Admin/Elements/SelectModifyGroup, + html/Admin/Elements/SelectModifyUser, + html/Admin/Elements/SelectSingleOrMultiple, + html/Admin/Elements/SelectUsers, html/Admin/Elements/Tabs, + html/Admin/Elements/ToolTabs, html/Admin/Elements/UserTabs, + html/Admin/Queues/Modify.html, html/Admin/Queues/People.html, + html/Admin/Queues/Scrips.html, html/Admin/Queues/Template.html, + html/Admin/Queues/index.html, + html/Admin/Elements/AddCustomFieldValue, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/EditQueueWatchers, + html/Admin/Elements/EditScrips, html/Admin/Elements/GlobalCustomFieldTabs, + html/Admin/Elements/ModifyTemplate, html/Admin/Elements/ObjectCustomFields, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/SelectModifyQueue, + html/Admin/Elements/SelectNewGroupMembers, + html/Admin/Elements/SelectScrip, + html/Admin/Elements/SelectScripCondition, + html/Admin/Elements/CreateUserCalled, + html/Admin/Elements/GroupTabs, + html/Admin/Elements/ListGlobalCustomFields, html/Admin/Elements/PickCustomFields, html/Admin/Elements/PickObjects, + html/Admin/Elements/QueueRightsForUser, + html/Admin/Elements/SelectRights, + html/Admin/Elements/SelectScripAction, + html/Admin/Elements/SelectStage, + html/Admin/Elements/SelectTemplate, + html/Admin/Elements/SystemTabs, html/SelfService/Closed.html, + html/SelfService/Create.html, html/SelfService/CreateTicketInQueue.html, + html/SelfService/Display.html, html/SelfService/Error.html, + html/SelfService/Prefs.html, html/SelfService/Update.html, + html/SelfService/index.html, + html/SelfService/Attachment/dhandler, + html/Elements/BevelBoxRaisedEnd, html/Elements/CreateTicket, html/Elements/EditCustomField, - html/Elements/EditCustomFieldImage, + html/Elements/EditCustomFieldImage, html/Elements/EditLinks, + html/Elements/Error, html/Elements/ListActions, + html/Elements/MyRequests, html/Elements/QueryString, + html/Elements/ScrubHTML, html/Elements/SelectDateType, + html/Elements/SelectMatch, html/Elements/SelectNewTicketQueue, + html/Elements/SelectSortOrder, html/Elements/SelectTicketSortBy, + html/Elements/SelectUsers, html/Elements/ShowLinks, + html/SelfService/Elements/GotoTicket, + html/SelfService/Elements/Header, + html/SelfService/Elements/MyRequests, + html/SelfService/Elements/Tabs, + html/Elements/BevelBoxRaisedStart, html/Elements/EditCustomFieldBinary, - html/Elements/EditCustomFieldSelect, + html/Elements/EditCustomFieldSelect, html/Elements/GotoTicket, + html/Elements/MessageBox, html/Elements/SelectAttachmentField, + html/Elements/SelectGroups, html/Elements/SelectOwner, + html/Elements/SelectQueue, html/Elements/SelectStatus, + html/Elements/SelectWatcherType, html/Elements/ShowCustomFieldBinary, html/Elements/ShowCustomFieldImage, html/Elements/ShowCustomFieldWikitext, - html/Elements/ShowCustomFields, - html/Elements/EditCustomFieldFreeform, + html/Elements/ShowCustomFields, html/Elements/ShowLink, + html/Elements/TitleBox, html/Elements/Callback, + html/Elements/Checkbox, html/Elements/EditCustomFieldFreeform, + html/Elements/Quicksearch, html/Elements/Refresh, + html/Elements/Section, html/Elements/SelectLinkType, + html/Elements/SelectTicketTypes, html/Elements/EditCustomFieldText, - html/Elements/EditCustomFieldWikitext, - html/Elements/ShowMemberships, lib/t/setup_regression.t, + html/Elements/EditCustomFieldWikitext, html/Elements/Login, + html/Elements/MyTickets, html/Elements/SelectBoolean, + html/Elements/SelectCustomFieldOperator, + html/Elements/SelectCustomFieldValue, + html/Elements/SelectDateRelation, + html/Elements/SelectEqualityOperator, html/Elements/SelectLang, + html/Elements/SelectResultsPerPage, + html/Elements/SetupSessionCookie, html/Elements/ShowMemberships, + html/Elements/Submit, html/Elements/TitleBoxEnd, + html/Elements/CollectionAsTable/Header, + html/Elements/CollectionAsTable/ParseFormat, + html/Elements/RT__Ticket/ColumnMap, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/logout, + html/REST/1.0/Forms/queue/default, html/REST/1.0/Forms/queue/ns, + html/REST/1.0/Forms/ticket/attachments, + html/REST/1.0/Forms/ticket/default, + html/REST/1.0/Forms/ticket/history, + html/REST/1.0/Forms/ticket/links, + html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, + html/REST/1.0/NoAuth/mail-gateway, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/comment, + html/REST/1.0/ticket/link, html/REST/1.0/ticket/merge, + html/NoAuth/Logout.html, html/NoAuth/Reminder.html, + html/NoAuth/images/autohandler, html/User/Delegation.html, + html/User/Elements/DelegateRights, html/User/Elements/GroupTabs, + html/User/Elements/Tabs, html/User/Groups/Members.html, + html/User/Groups/Modify.html, html/User/Groups/index.html, + lib/RT.pm.in, lib/t/00smoke.t, lib/t/setup_regression.t, lib/t/create_data.pl, lib/t/regression/01ticket_link_searching.t, lib/t/regression/02basic_web.t, lib/t/regression/03web_compiliation_errors.t, @@ -17459,28 +18076,96 @@ lib/t/regression/06mailgateway.t, lib/t/regression/07rights.t, lib/t/regression/15cf_single_values_are_single.t, lib/t/regression/18stale_delegations_cleanup.t, - lib/RT/SavedSearch.pm, lib/RT/ObjectCustomFields.pm, - lib/RT/CustomFieldValue_Overlay.pm, lib/RT/ObjectCustomField.pm, - lib/RT/ObjectCustomFields_Overlay.pm, lib/RT/SavedSearches.pm, - lib/RT/ObjectCustomFieldValues.pm, + lib/RT/GroupMembers.pm, lib/RT/Principals.pm, + lib/RT/Scrips_Overlay.pm, lib/RT/Tickets.pm, lib/RT/Base.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/Date.pm, + lib/RT/Queues_Overlay.pm, lib/RT/ScripConditions_Overlay.pm, + lib/RT/Template_Overlay.pm, lib/RT/User.pm, lib/RT/Attributes.pm, + lib/RT/SavedSearch.pm, lib/RT/StyleGuide.pod, lib/RT/System.pm, + lib/RT/Templates_Overlay.pm, lib/RT/Tickets_Overlay_SQL.pm, + lib/RT/ACL_Overlay.pm, lib/RT/Attachment.pm, + lib/RT/Attribute_Overlay.pm, lib/RT/Group.pm, lib/RT/Handle.pm, + lib/RT/ObjectCustomFields.pm, lib/RT/EmailParser.pm, + lib/RT/GroupMembers_Overlay.pm, lib/RT/I18N.pm, + lib/RT/Principal.pm, lib/RT/Principals_Overlay.pm, + lib/RT/Tickets_Overlay.pm, lib/RT/Transactions.pm, + lib/RT/CachedGroupMember.pm, lib/RT/CustomFieldValue.pm, + lib/RT/Links.pm, lib/RT/Scrip.pm, lib/RT/Attachment_Overlay.pm, + lib/RT/Attributes_Overlay.pm, lib/RT/CurrentUser.pm, + lib/RT/CustomFieldValue_Overlay.pm, lib/RT/CustomFieldValues.pm, + lib/RT/Group_Overlay.pm, lib/RT/ObjectCustomField.pm, + lib/RT/ObjectCustomFields_Overlay.pm, lib/RT/Queue.pm, + lib/RT/ScripActions.pm, lib/RT/Attachments.pm, + lib/RT/CachedGroupMember_Overlay.pm, lib/RT/Groups.pm, + lib/RT/Links_Overlay.pm, lib/RT/SavedSearches.pm, + lib/RT/ScripAction.pm, lib/RT/Scrip_Overlay.pm, lib/RT/Scrips.pm, + lib/RT/Transactions_Overlay.pm, lib/RT/ACE.pm, + lib/RT/CachedGroupMembers.pm, + lib/RT/CustomFieldValues_Overlay.pm, lib/RT/CustomFields.pm, + lib/RT/GroupMember.pm, lib/RT/Link.pm, + lib/RT/ObjectCustomFieldValues.pm, lib/RT/Principal_Overlay.pm, + lib/RT/Queue_Overlay.pm, lib/RT/Queues.pm, + lib/RT/ScripCondition.pm, lib/RT/ScripConditions.pm, + lib/RT/Transaction.pm, lib/RT/CustomField.pm, lib/RT/ObjectCustomFieldValue.pm, lib/RT/ObjectCustomField_Overlay.pm, - lib/RT/ObjectCustomFieldValues_Overlay.pm, - lib/RT/ObjectCustomFieldValue_Overlay.pm, lib/RT/I18N/pl.po, - lib/RT/I18N/id.po, lib/RT/URI/t.pm, + lib/RT/ScripActions_Overlay.pm, lib/RT/Template.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/ScripAction_Overlay.pm, + lib/RT/ScripCondition_Overlay.pm, lib/RT/Ticket.pm, + lib/RT/ACL.pm, lib/RT/GroupMember_Overlay.pm, + lib/RT/ObjectCustomFieldValues_Overlay.pm, lib/RT/ACE_Overlay.pm, + lib/RT/Attribute.pm, lib/RT/CachedGroupMembers_Overlay.pm, + lib/RT/CustomFields_Overlay.pm, lib/RT/Link_Overlay.pm, + lib/RT/ObjectCustomFieldValue_Overlay.pm, lib/RT/Templates.pm, + lib/RT/URI.pm, lib/RT/Users.pm, lib/RT/I18N/en.po, + lib/RT/I18N/i_default.pm, lib/RT/I18N/cs.pm, lib/RT/I18N/cs.po, + lib/RT/I18N/pt_br.po, lib/RT/I18N/fr.po, lib/RT/I18N/es.po, + lib/RT/I18N/nl.po, lib/RT/I18N/pl.po, lib/RT/I18N/no.po, + lib/RT/I18N/it.po, lib/RT/I18N/hu.po, lib/RT/I18N/da.po, + lib/RT/I18N/ru.po, lib/RT/I18N/de.po, lib/RT/I18N/ja.po, + lib/RT/I18N/zh_tw.po, lib/RT/I18N/id.po, lib/RT/I18N/he.po, + lib/RT/I18N/fi.po, lib/RT/I18N/zh_cn.po, lib/RT/URI/base.pm, + lib/RT/URI/fsck_com_rt.pm, lib/RT/URI/t.pm, + lib/RT/Action/AutoOpen.pm, lib/RT/Action/Autoreply.pm, + lib/RT/Action/CreateTickets.pm, lib/RT/Action/Generic.pm, + lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, + lib/RT/Action/RecordComment.pm, + lib/RT/Action/RecordCorrespondence.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SetPriority.pm, + lib/RT/Action/UserDefined.pm, lib/RT/Action/EscalatePriority.pm, + lib/RT/Action/SendEmail.pm, lib/RT/Interface/CLI.pm, + lib/RT/Interface/Email.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/Web.pm, lib/RT/Interface/Email/Auth/GnuPG.pm, + lib/RT/Interface/Email/Auth/MailFrom.pm, + lib/RT/Interface/Email/Filter/SpamAssassin.pm, + lib/RT/Interface/Web/Handler.pm, lib/RT/Interface/Web/QueryBuilder.pm, - lib/RT/Interface/Web/Standalone.pm, + lib/RT/Interface/Web/Standalone.pm, bin/mason_handler.scgi.in, + bin/standalone_httpd.in, lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/Generic.pm, + lib/RT/Condition/Overdue.pm, lib/RT/Condition/OwnerChange.pm, + lib/RT/Condition/PriorityChange.pm, + lib/RT/Condition/PriorityExceeds.pm, + lib/RT/Condition/QueueChange.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Condition/UserDefined.pm, lib/RT/Interface/Web/QueryBuilder/Tree.pm, - etc/upgrade/3.3.0/acl.Informix, etc/upgrade/3.3.0/acl.Oracle, - etc/upgrade/3.3.0/acl.Pg, etc/upgrade/3.3.0/acl.SQLite, - etc/upgrade/3.3.0/acl.mysql, etc/upgrade/3.3.0/content, - etc/upgrade/3.3.0/schema.Oracle, etc/upgrade/3.3.0/schema.Pg, - etc/upgrade/3.3.0/schema.mysql, etc/upgrade/3.3.11/acl.Oracle, - etc/upgrade/3.3.11/acl.Pg, etc/upgrade/3.3.11/acl.SQLite, - etc/upgrade/3.3.11/acl.mysql, etc/upgrade/3.3.11/content, - etc/upgrade/3.3.11/schema.Oracle, etc/upgrade/3.3.11/schema.Pg, - etc/upgrade/3.3.11/schema.SQLite, - etc/upgrade/3.3.11/schema.mysql: Initial revision + lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/FromSQL.pm, + lib/RT/Search/Generic.pm, bin/mason_handler.fcgi.in, + bin/mason_handler.svc.in, bin/rt-crontool.in, bin/rt.in, + bin/webmux.pl.in, bin/rt-mailgate.in, etc/initialdata, + etc/acl.mysql, etc/schema.Informix, etc/schema.SQLite, + etc/acl.Pg, etc/schema.mysql, etc/upgrade/3.1.0/schema.SQLite, + etc/upgrade/3.1.0/schema.Pg, etc/upgrade/3.3.0/acl.Informix, + etc/upgrade/3.3.0/acl.Oracle, etc/upgrade/3.3.0/acl.Pg, + etc/upgrade/3.3.0/acl.SQLite, etc/upgrade/3.3.0/acl.mysql, + etc/upgrade/3.3.0/content, etc/upgrade/3.3.0/schema.Oracle, + etc/upgrade/3.3.0/schema.Pg, etc/upgrade/3.3.0/schema.mysql, + etc/upgrade/3.3.11/acl.Oracle, etc/upgrade/3.3.11/acl.Pg, + etc/upgrade/3.3.11/acl.SQLite, etc/upgrade/3.3.11/acl.mysql, + etc/upgrade/3.3.11/content, etc/upgrade/3.3.11/schema.Oracle, + etc/upgrade/3.3.11/schema.Pg, etc/upgrade/3.3.11/schema.SQLite, + etc/upgrade/3.3.11/schema.mysql: import rt 3.4.4 2005-10-13 14:16 ivan @@ -17511,9 +18196,7 @@ 2005-10-10 05:20 ivan - * Changes.1.5.8, README.1.5.8, FS/FS/cust_pay.pm, htetc/global.asa, - htetc/handler.pl, httemplate/index.html, - httemplate/docs/upgrade10.html, + * FS/FS/cust_pay.pm, htetc/handler.pl, httemplate/index.html, httemplate/misc/batch-cust_pay.html, httemplate/misc/xmlhttp-cust_main-search.cgi, httemplate/misc/process/batch-cust_pay.cgi, @@ -17527,19 +18210,14 @@ 2005-10-07 17:47 ivan * httemplate/: edit/part_pkg.cgi, edit/process/part_pkg.cgi, - edit/process/quick-charge.cgi, elements/select-taxclass.html, - view/cust_main/quick-charge.html: fix tax class selection in - package add/edit too + edit/process/quick-charge.cgi, elements/select-taxclass.html: fix + tax class selection in package add/edit too 2005-10-07 16:28 ivan * conf/invoice_latex: allow more width for return address, stuff is wrapping -2005-10-06 22:03 ivan - - * README.1.5.8: need new B:CC - 2005-10-06 21:50 ivan * httemplate/view/cust_main/billing.html: mask out echeck account @@ -17553,9 +18231,8 @@ 2005-10-06 19:25 ivan * FS/FS/Conf.pm, FS/FS/part_pkg.pm, - httemplate/edit/process/quick-charge.cgi, - httemplate/view/cust_main/quick-charge.html: add - require_taxclasses config flag + httemplate/edit/process/quick-charge.cgi: add require_taxclasses + config flag 2005-10-06 16:09 ivan @@ -17603,10 +18280,6 @@ usage information displays for any usage-capable export, add ability to edit uid/gid -2005-10-02 07:04 ivan - - * httemplate/docs/install.html: fix leading % causing Mason to barf - 2005-10-02 00:09 ivan * Makefile, htetc/handler.pl, init.d/freeside-init: add dev make @@ -17627,16 +18300,12 @@ 2005-09-25 01:13 ivan - * CREDITS, Changes.1.5.8, JSRS-LICENSE, README.1.5.7, - FS/FS/UI/Web.pm, httemplate/edit/cust_main/select-country.html, - httemplate/edit/cust_main/select-county.html, - httemplate/edit/process/part_svc.cgi, + * CREDITS, FS/FS/UI/Web.pm, httemplate/edit/process/part_svc.cgi, httemplate/edit/process/rate.cgi, httemplate/elements/jsrsServer.html, httemplate/elements/progress-init.html, httemplate/elements/progress-popup.html, - httemplate/elements/xmlhttp.html, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: get rid of JSRS iframe foo for + httemplate/elements/xmlhttp.html: get rid of JSRS iframe foo for progress bar, use XMLHTTPRequest instead. really should have done that in the first place. JSON will wait until another day... @@ -17671,9 +18340,8 @@ 2005-09-14 04:01 ivan * FS/t/agent_payment_gateway.t, FS/t/banned_pay.t, - FS/t/cancel_reason.t, FS/t/payment_gateway.t, - FS/t/payment_gateway_option.t, bin/generate-table-module: fix - autogenerated simple test + FS/t/payment_gateway.t, FS/t/payment_gateway_option.t, + bin/generate-table-module: fix autogenerated simple test 2005-09-13 13:12 ivan @@ -17683,9 +18351,6 @@ 2005-09-10 07:50 ivan * CREDITS, httemplate/edit/cust_main/contact.html, - httemplate/edit/cust_main/select-country.html, - httemplate/edit/cust_main/select-county.html, - httemplate/edit/cust_main/select-state.html, httemplate/edit/cust_main.cgi, httemplate/elements/xmlhttp.html, httemplate/misc/counties.cgi, httemplate/misc/states.cgi: ajax-style xmlhttprequest state/county/country selector! @@ -17757,8 +18422,8 @@ 2005-09-07 02:37 ivan - * Changes.1.5.8, FS/FS/part_export/cpanel.pm, - eg/export_template.pm: add cpanel export + * FS/FS/part_export/cpanel.pm, eg/export_template.pm: add cpanel + export 2005-09-06 14:58 ivan @@ -17768,17 +18433,11 @@ 2005-08-27 01:46 ivan * FS/MANIFEST, FS/FS/Schema.pm, FS/FS/banned_pay.pm, - FS/FS/cancel_reason.pm, FS/FS/cust_main.pm, FS/t/banned_pay.t, - FS/t/cancel_reason.t, bin/generate-table-module, + FS/FS/cust_main.pm, FS/t/banned_pay.t, bin/generate-table-module, httemplate/view/cust_main.cgi, httemplate/misc/cust_main-cancel.cgi: add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban payinfo -2005-08-24 07:07 ivan - - * README.1.5.8, httemplate/docs/upgrade10.html: need - H:W:SelectLayers 0.05 - 2005-08-24 06:47 ivan * httemplate/edit/cust_main/billing.html: fix size of cvv2 help @@ -17786,12 +18445,11 @@ 2005-08-24 06:22 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/edit/cust_main.cgi, + * htetc/handler.pl, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main/billing.html, - httemplate/edit/cust_main/contact.html, Changes.1.5.8, - FS/FS/cust_main.pm, FS/FS/cust_main_county.pm, - FS/FS/ClientAPI/MyAccount.pm, FS/FS/ClientAPI/Signup.pm, + httemplate/edit/cust_main/contact.html, FS/FS/cust_main.pm, + FS/FS/cust_main_county.pm, FS/FS/ClientAPI/MyAccount.pm, + FS/FS/ClientAPI/Signup.pm, fs_selfservice/FS-SelfService/SelfService.pm, httemplate/docs/ach.html, httemplate/docs/cvv2.html, httemplate/edit/process/cust_main.cgi, @@ -17820,11 +18478,6 @@ * FS/FS/cust_main.pm: add taxclass kludge to gateway overrides, fix parsing of new-style paybatch -2005-08-17 23:46 ivan - - * install/debian/3.1/INSTALL: slight adjustments to deb install for - latest 1.5.8cvs - 2005-08-17 22:41 ivan * httemplate/edit/process/agent_payment_gateway.html: hopefully @@ -17845,13 +18498,12 @@ FS/FS/option_Common.pm, FS/FS/part_export.pm, FS/FS/part_export_option.pm, FS/FS/part_pkg.pm, FS/FS/payment_gateway.pm, FS/FS/payment_gateway_option.pm, - FS/bin/freeside-setup, FS/bin/freeside-upgrade, README.1.5.8, - SCHEMA_CHANGE, FS/FS.pm, FS/MANIFEST, FS/t/option_Common.t, - FS/t/payment_gateway.t, FS/t/payment_gateway_option.t, - bin/generate-table-module, htetc/global.asa, htetc/handler.pl, - httemplate/index.html, httemplate/browse/agent.cgi, + FS/bin/freeside-setup, FS/bin/freeside-upgrade, FS/FS.pm, + FS/MANIFEST, FS/t/option_Common.t, FS/t/payment_gateway.t, + FS/t/payment_gateway_option.t, bin/generate-table-module, + htetc/handler.pl, httemplate/index.html, + httemplate/browse/agent.cgi, httemplate/browse/payment_gateway.html, - httemplate/docs/upgrade10.html, httemplate/edit/agent_payment_gateway.html, httemplate/edit/payment_gateway.html: infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option @@ -17868,20 +18520,14 @@ 2005-08-09 14:38 ivan - * Changes.1.5.8, FS/FS/part_export/radiator.pm, - FS/FS/part_export/sqlradius.pm, FS/t/part_export-radiator.t, - FS/FS/part_export/sqlradius_withdomain.pm: add native Radiator - export + * FS/: FS/part_export/radiator.pm, FS/part_export/sqlradius.pm, + t/part_export-radiator.t, FS/part_export/sqlradius_withdomain.pm: + add native Radiator export 2005-08-08 08:15 ivan - * Changes.1.5.8, FS/FS/part_export/everyone_net.pm: add export to - everyone.net outsource mail service - -2005-08-07 20:15 ivan - - * httemplate/docs/selfservice.html: add some docs on - signup_server-payby and -realtime configuration values + * FS/FS/part_export/everyone_net.pm: add export to everyone.net + outsource mail service 2005-08-06 17:41 ivan @@ -17891,8 +18537,8 @@ 2005-08-06 17:40 ivan - * Changes.1.5.8, FS/FS/agent.pm, FS/FS/cust_pkg.pm, - FS/FS/cust_svc.pm, FS/FS/UI/Web.pm, httemplate/browse/agent.cgi, + * FS/FS/agent.pm, FS/FS/cust_pkg.pm, FS/FS/cust_svc.pm, + FS/FS/UI/Web.pm, httemplate/browse/agent.cgi, httemplate/search/cust_pay.cgi, httemplate/search/cust_pkg.cgi, httemplate/search/elements/search.html: move cust_pkg search to new template, add active/suspended/cancelled customer packages to @@ -17902,11 +18548,6 @@ * httemplate/search/cust_credit.html: fix credit searches by otaker -2005-08-04 01:39 ivan - - * httemplate/docs/install.html: add IPC::Run3 and instructions for - adding fs_queue and fs_selfservice users to install docs - 2005-08-03 18:42 ivan * Makefile: don't use install -D flag, doesn't work on bsd @@ -17952,7 +18593,7 @@ 2005-07-14 03:52 ivan - * Changes.1.5.8, FS/MANIFEST, FS/FS/Conf.pm, FS/FS/cust_bill.pm, + * FS/MANIFEST, FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_bill_event.pm, FS/FS/cust_credit.pm, FS/FS/cust_main.pm, FS/FS/cust_main_Mixin.pm, FS/FS/cust_pay.pm, FS/FS/svc_Common.pm, FS/FS/UI/Web.pm, FS/t/cust_main_Mixin.t, @@ -17967,16 +18608,11 @@ configuration value to control which customer fields are shown on reports -2005-07-12 04:54 ivan - - * README.1.5.7: add alternative for very old Pg - 2005-07-12 02:31 ivan - * httemplate/: browse/part_pkg.cgi, view/cust_pkg.cgi: <rjbs> More - of the same: these patches make it safer to subclass - FS::part_pkg's pkg_svc method by eliminating qsearches on table - pkg_svc. + * httemplate/browse/part_pkg.cgi: <rjbs> More of the same: these + patches make it safer to subclass FS::part_pkg's pkg_svc method + by eliminating qsearches on table pkg_svc. 2005-07-12 02:22 ivan @@ -18003,34 +18639,18 @@ 2005-07-11 05:53 ivan - * httemplate/docs/: index.html, upgrade10.html: note alternate - instructions for 0pre6->7 - -2005-07-11 05:39 ivan - - * Changelog, Changes.1.5.7: s/ANNOUNCE/Changelog/ - -2005-07-11 05:23 ivan - - * install/freebsd/: INSTALL, ports: freebsd install update i guess + * httemplate/docs/index.html: note alternate instructions for + 0pre6->7 2005-07-11 05:22 ivan * bin/postfix.export: fix regex -2005-07-11 05:22 ivan - - * httemplate/browse/queue.cgi: template - 2005-07-11 05:21 ivan * Makefile: probably best to keep RT disabled by default, at least for this release -2005-07-11 05:09 ivan - - * ANNOUNCE.1.5: last bits - 2005-07-11 03:58 ivan * FS/t/ClientAPI_SessionCache.t: @@ -18074,10 +18694,6 @@ * FS/bin/freeside-daily: fix bug with new efficient customer-finding code. sql isn't perl, null != 0 -2005-07-05 14:46 ivan - - * httemplate/docs/install-rt.html: tyop - 2005-06-30 06:32 ivan * FS/FS/Misc.pm: pod error @@ -18091,11 +18707,6 @@ * FS/FS/cust_main.pm: oops, really fix error with new prepaid card foo -2005-06-21 20:54 ivan - - * httemplate/docs/upgrade10.html, install/debian/3.1/INSTALL: add - IPC::Run3 to install docs - 2005-06-16 22:31 ivan * httemplate/misc/process/link.cgi: fix preference sort order for @@ -18116,8 +18727,8 @@ 2005-06-14 21:46 ivan - * README.1.5.7, FS/FS/cust_bill.pm: better error reporting for - actual errors from lpr command + * FS/FS/cust_bill.pm: better error reporting for actual errors from + lpr command 2005-06-14 19:31 ivan @@ -18271,10 +18882,10 @@ FS/FS/part_pkg.pm, httemplate/view/cust_bill.cgi, FS/bin/freeside-queued, httemplate/search/elements/search.html, httemplate/elements/progress-init.html, - httemplate/elements/progress-popup.html, htetc/global.asa, - htetc/handler.pl: add ability to search on a date range of - invoice events and then reprint or reemail (boy was that a bit - more work than i expected), closes: Bug#946 + httemplate/elements/progress-popup.html, htetc/handler.pl: add + ability to search on a date range of invoice events and then + reprint or reemail (boy was that a bit more work than i + expected), closes: Bug#946 2005-06-01 17:02 ivan @@ -18449,18 +19060,10 @@ * httemplate/search/cust_bill.html: align -2005-05-14 13:11 ivan - - * README.1.5.7.lastbit: hmm virtual fields have no history? - -2005-05-14 13:11 ivan - - * README.1.5.7: 0.26 - 2005-05-14 12:57 ivan - * README.1.5.7, rt/lib/RT/URI/freeside.pm, - rt/lib/RT/URI/freeside/Internal.pm: fixup RT integration grr! + * rt/lib/RT/URI/: freeside.pm, freeside/Internal.pm: fixup RT + integration grr! 2005-05-14 11:03 ivan @@ -18483,10 +19086,9 @@ 2005-05-14 09:27 ivan - * ANNOUNCE.1.5, FS/FS/Conf.pm, FS/FS/Misc.pm, FS/FS/cust_bill.pm, + * FS/FS/Conf.pm, FS/FS/Misc.pm, FS/FS/cust_bill.pm, FS/FS/part_bill_event.pm, conf/invoice_html, conf/logo.png, - httemplate/docs/billing.html, httemplate/view/cust_bill.cgi: html - invoices! + httemplate/view/cust_bill.cgi: html invoices! http://chris-linfoot.net/d6plinks/CWLT-5VZD4Y http://www.dsv.su.se/~jpalme/ietf/mhtml.html @@ -18549,10 +19151,9 @@ 2005-05-03 17:40 ivan - * conf/invoice_latex, conf/invoice_latexfooter, - conf/invoice_latexreturnaddress, conf/logo.eps, - httemplate/docs/billing.html, FS/FS/Conf.pm, FS/FS/cust_bill.pm: - great new invoice template from kristian! + * conf/invoice_latex, conf/invoice_latexfooter, conf/logo.eps, + FS/FS/Conf.pm, FS/FS/cust_bill.pm: great new invoice template + from kristian! 2005-05-03 10:22 ivan @@ -18564,10 +19165,6 @@ * FS/bin/: freeside-addoutsource, freeside-addoutsourceuser: remove unnecessary host=localhost from outsource instance creation foo -2005-05-03 05:56 ivan - - * README.1.5.7: fix some wrapping - 2005-05-03 02:56 ivan * FS/FS/cust_pay.pm: on receipts, show "Electronic Check" instead @@ -18626,15 +19223,6 @@ just needs to update the "seconds" field(s), finally closes: Bug#1125 -2005-04-21 16:13 ivan - - * install/debian/3.1/INSTALL: little bit of apache setup and add - the fs_queue user - -2005-04-21 14:31 ivan - - * install/debian/3.1/INSTALL: or apache won't start - 2005-04-21 04:47 ivan * FS/FS/part_export/acct_sql.pm: fix nit with crypt flag when @@ -18644,10 +19232,6 @@ * FS/FS/part_export/acct_sql.pm: support multiple primary keys -2005-04-20 23:18 ivan - - * install/debian/3.1/INSTALL: libjavascript-rpc-perl hit testing - 2005-04-20 00:12 ivan * FS/FS/part_export/acct_sql.pm: hehe oops @@ -18657,23 +19241,12 @@ * FS/FS/: svc_acct.pm, part_export/acct_sql.pm: add vpopmail defaults to acct_sql export -2005-04-19 10:25 ivan - - * README.1.5.7: update pre6 -> 7 upgrade instructions too - 2005-04-19 02:50 ivan * FS/FS/Conf.pm: disable RT_Libs for now 2005-04-19 02:48 ivan - * httemplate/docs/install.html, httemplate/docs/upgrade10.html, - ANNOUNCE.1.5, README.1.5.7.lastbit, SCHEMA_CHANGE, - install/redhat/9/INSTALL: did another upgrade, fixed up the - instructions - -2005-04-19 02:48 ivan - * FS/FS/part_pkg.pm: silence an annoying but harmless perl warning 2005-04-18 00:37 ivan @@ -18750,15 +19323,6 @@ * FS/FS/: h_cust_svc.pm, h_svc_forward.pm: No need to inflict debugging messages on everyone. -2005-04-10 14:23 ivan - - * install/debian/3.1/INSTALL: a few more packages - -2005-04-10 06:01 ivan - - * httemplate/docs/selfservice.html: add apache snippet to - self-service install docs - 2005-04-10 03:16 ivan * httemplate/search/elements/search.html: add some left and right @@ -18776,20 +19340,16 @@ 2005-04-07 03:35 ivan - * Makefile, htetc/freeside-base.conf, htetc/freeside-rt.conf, - install/debian/3.1/INSTALL: add install/debian/3.1/INSTALL script - and script up some apache automation assuming a conf.d type dir + * Makefile, htetc/freeside-rt.conf: add install/debian/3.1/INSTALL + script and script up some apache automation assuming a conf.d + type dir 2005-04-07 02:26 ivan - * FS/FS/Record.pm, FS/bin/freeside-setup, bin/dbdef-create, - bin/fix-sequences: depend on DBIx::DBSchema 0.26 for dbdef-create - (for Pg 'public' schema fix) and 0.25 in freeside-setup and - Record.pm (for DBD::Pg 1.40 is bunk fix) - -2005-04-06 23:08 ivan - - * README.1.5.7.lastbit: and the history tables + * FS/FS/Record.pm, FS/bin/freeside-setup, bin/fix-sequences: depend + on DBIx::DBSchema 0.26 for dbdef-create (for Pg 'public' schema + fix) and 0.25 in freeside-setup and Record.pm (for DBD::Pg 1.40 + is bunk fix) 2005-04-06 20:28 khoff @@ -18797,11 +19357,6 @@ current (non-history) records in place of missing history records. -2005-04-06 18:29 ivan - - * httemplate/docs/upgrade8.html: ancient upgrade fix, oops. thanks - Rick Harby <rharby at caarnet.com> - 2005-04-06 15:52 ivan * FS/FS/svc_forward.pm: and fix the error msg haha @@ -18811,11 +19366,6 @@ * FS/FS/svc_forward.pm: looks like a domain part for a literally-specified forward src or dst is required, not optional -2005-04-06 03:38 ivan - - * httemplate/docs/install-rt.html: correct links to some - atypically-named CPAN distributions - 2005-04-05 17:50 khoff * FS/FS/h_Common.pm: $pkey should be the primary key of the real @@ -18832,11 +19382,11 @@ 2005-04-02 14:46 ivan - * README.1.5.7, README.1.5.7.lastbit, FS/FS/cust_bill_pkg.pm, - FS/FS/part_svc_router.pm, FS/FS/pkg_svc.pm, FS/FS/rate_detail.pm, - FS/FS/reg_code_pkg.pm, FS/FS/type_pkgs.pm, FS/bin/freeside-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade10.html: - herding elephants: add primary keys to *all* tables for slony + * FS/FS/cust_bill_pkg.pm, FS/FS/part_svc_router.pm, + FS/FS/pkg_svc.pm, FS/FS/rate_detail.pm, FS/FS/reg_code_pkg.pm, + FS/FS/type_pkgs.pm, FS/bin/freeside-setup, + httemplate/docs/schema.html: herding elephants: add primary keys + to *all* tables for slony 2005-04-02 12:34 ivan @@ -18871,10 +19421,6 @@ * bin/add-history-records.pl: Printing insert statements is not necessary -2005-03-30 21:02 khoff - - * httemplate/docs/upgrade10.html: Very annoying typo. >:-) - 2005-03-30 19:47 khoff * bin/add-history-records.pl: Committing the inserts helps. @@ -18912,12 +19458,6 @@ * FS/FS/part_export/cp.pm: according to landel CP no longer supports changing username -2005-03-29 17:32 ivan - - * httemplate/docs/selfservice.html: separate out referring customer - info to optional section, add a note on setting the agentnum via - templte - 2005-03-29 17:18 ivan * httemplate/search/cust_pay.cgi: fix ambiguous column error when @@ -18925,10 +19465,9 @@ 2005-03-29 14:41 ivan - * fs_selfservice/FS-SelfService/SelfService.pm, - httemplate/docs/selfservice.html: better self-service debugging, - don't point to install.html for suEXEC/setuid in self-service - setup docs + * fs_selfservice/FS-SelfService/SelfService.pm: better self-service + debugging, don't point to install.html for suEXEC/setuid in + self-service setup docs 2005-03-28 17:40 khoff @@ -18951,25 +19490,6 @@ child_objects can now set an alternate field for the svcnum, for things like forwards -2005-03-26 03:51 ivan - - * install/fedora/fc3/: INSTALL, sources.list: fc3 - -2005-03-22 20:16 ivan - - * httemplate/docs/install-rt.html, README.1.5.7: new RT requires - Tree::Simple too - -2005-03-22 18:59 ivan - - * README.1.5.7, httemplate/docs/install-rt.html: add HTML::Scrubber - to rt install/upgrade docs - -2005-03-22 10:15 ivan - - * httemplate/docs/upgrade10.html: small fix for indices in upgrade - instructions, found by s5 - 2005-03-21 14:13 khoff * FS/FS/Conf.pm, FS/FS/Misc.pm, FS/FS/cust_bill.pm, @@ -18978,7 +19498,7 @@ FS/FS/ClientAPI/MyAccount.pm, FS/FS/part_export/http.pm, FS/FS/part_export/infostreet.pm, FS/FS/part_export/shellcommands.pm, htetc/handler.pl, - httemplate/docs/install.html, httemplate/edit/cust_main.cgi, + httemplate/edit/cust_main.cgi, httemplate/edit/process/cust_main.cgi, httemplate/misc/fax-invoice.cgi, httemplate/view/cust_bill.cgi, httemplate/view/cust_main/billing.html, @@ -19003,10 +19523,9 @@ 2005-03-18 11:21 pbowen - * FS/FS/Conf.pm, FS/FS/Record.pm, FS/FS/cust_bill.pm, - FS/FS/cust_main.pm, FS/bin/freeside-setup, - httemplate/docs/upgrade10.html: Added encrypted fields for Credit - Cards, etc... - PB + * FS/: FS/Conf.pm, FS/Record.pm, FS/cust_bill.pm, FS/cust_main.pm, + bin/freeside-setup: Added encrypted fields for Credit Cards, + etc... - PB 2005-03-18 11:15 pbowen @@ -19018,10 +19537,6 @@ * FS/FS/Record.pm: Fixed a small bug... if replace is called by SUPER, @_ == 1 if it only contains an undef. -PB -2005-03-18 01:58 ivan - - * httemplate/docs/selfservice.html: selfservice uses HTML::Entities - 2005-03-18 01:15 ivan * FS/FS/cust_main_county.pm: no idea why this is only showing up on @@ -19035,19 +19550,14 @@ * FS/FS/cust_bill.pm: Documentation tyop. -2005-03-17 13:45 ivan - - * httemplate/docs/install-rt.html: Freeside side uses MIME-tools - now - 2005-03-17 13:41 khoff * FS/FS/Conf.pm, FS/FS/Misc.pm, FS/FS/cust_bill.pm, - httemplate/docs/install.html, httemplate/misc/email-invoice.cgi: - Added options invoice_email_pdf and invoice_email_pdf_note. - 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. + httemplate/misc/email-invoice.cgi: Added options + invoice_email_pdf and invoice_email_pdf_note. 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 03:31 ivan @@ -19074,8 +19584,7 @@ 2005-03-12 08:07 ivan - * Makefile, httemplate/docs/install-rt.html, - rt/etc/RT_SiteConfig.pm, rt/lib/RT/URI/freeside.pm, + * Makefile, rt/etc/RT_SiteConfig.pm, rt/lib/RT/URI/freeside.pm, rt/lib/RT/URI/freeside/Internal.pm, rt/lib/RT/URI/freeside/XMLRPC.pm: popurl(3) won't give us a good freeside base url since RT calls it from multiple directory @@ -19091,10 +19600,8 @@ 2005-03-12 06:31 ivan - * httemplate/docs/schema.html, httemplate/docs/selfservice.html, - httemplate/docs/upgrade10.html, README.1.5.7, ANNOUNCE.1.5, - FS/FS/agent.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, - FS/FS/prepay_credit.pm, FS/bin/freeside-setup, + * httemplate/docs/schema.html, FS/FS/agent.pm, FS/FS/cust_main.pm, + FS/FS/cust_pay.pm, FS/FS/prepay_credit.pm, FS/bin/freeside-setup, httemplate/view/cust_main/payment_history.html, httemplate/index.html, httemplate/browse/agent.cgi, httemplate/edit/prepay_credit.cgi, @@ -19116,34 +19623,11 @@ fs_selfservice/FS-SelfService/cgi/signup.cgi, fs_selfservice/FS-SelfService/cgi/signup.html, fs_selfservice/FS-SelfService/cgi/stateselect.html, - fs_selfservice/FS-SelfService/cgi/success.html, - fs_signup/cck.template, fs_signup/fs_signup_server, - fs_signup/ieak.template, fs_signup/FS-SignupClient/Changes, - fs_signup/FS-SignupClient/MANIFEST, - fs_signup/FS-SignupClient/MANIFEST.SKIP, - fs_signup/FS-SignupClient/Makefile.PL, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/test.pl, - fs_signup/FS-SignupClient/cgi/cvv2.html, - fs_signup/FS-SignupClient/cgi/cvv2.png, - fs_signup/FS-SignupClient/cgi/cvv2_amex.png, - fs_signup/FS-SignupClient/cgi/decline.html, - fs_signup/FS-SignupClient/cgi/map.gif, - fs_signup/FS-SignupClient/cgi/promocode.html, - fs_signup/FS-SignupClient/cgi/regcode.html, - fs_signup/FS-SignupClient/cgi/signup-agentselect.html, - fs_signup/FS-SignupClient/cgi/signup-alternate.html, - fs_signup/FS-SignupClient/cgi/signup-billaddress.html, - fs_signup/FS-SignupClient/cgi/signup-freeoption.html, - fs_signup/FS-SignupClient/cgi/signup-snarf.html, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - fs_signup/FS-SignupClient/cgi/stateselect.html, - fs_signup/FS-SignupClient/cgi/success.html, htetc/global.asa, - htetc/handler.pl: - bring prepaid support into this century - (close: Bug#1124) - 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 + fs_selfservice/FS-SelfService/cgi/success.html, htetc/handler.pl: + - bring prepaid support into this century (close: Bug#1124) - + 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 02:35 ivan @@ -19153,10 +19637,6 @@ * rt/etc/RT_SiteConfig.pm: merging -2005-03-11 02:18 ivan - - * httemplate/docs/install-rt.html: note about RT_External - 2005-03-10 17:34 khoff * rt/: etc/RT_SiteConfig.pm, html/Elements/Header, @@ -19175,26 +19655,6 @@ * FS/FS/XMLRPC.pm: Add the ability to do freeside configuration lookups through the XMLRPC interface. -2005-03-10 07:43 ivan - - * install/freebsd/: INSTALL, ports: ports is a steaming pile - -2005-03-10 07:33 ivan - - * README.1.5.7, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: arg - -2005-03-10 07:18 ivan - - * README.1.5.7, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: add Frontier::RPC to docs too - -2005-03-10 04:06 ivan - - * README.1.5.7, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: add IO-stringy (IO::Scalar) to - instructions - 2005-03-10 01:56 ivan * FS/bin/freeside-daily: fine. @@ -19205,20 +19665,9 @@ package editing problem with extraneous services showing up, closes: Bug#1170 -2005-03-09 23:27 ivan - - * install/freebsd/INSTALL: freebsd bs - -2005-03-09 00:46 ivan - - * httemplate/docs/install-rt.html: add complete apache config - instructions for RT, closes: Bug#1031 - 2005-03-09 00:18 ivan - * ANNOUNCE.1.5, httemplate/docs/index.html, - httemplate/docs/install-rt.html, httemplate/docs/install.html: - preliminary RT docs + * httemplate/docs/index.html: preliminary RT docs 2005-03-08 10:37 khoff @@ -19232,15 +19681,6 @@ * FS/FS/XMLRPC.pm: Minor re-work to allow for pseudo methods, like 'version', and eventually config look-ups (next commit). -2005-03-06 03:45 ivan - - * install/freebsd/ports: adding Text::CSV and - Spreadsheet::WriteExcel - -2005-03-06 02:15 ivan - - * ANNOUNCE.1.5: d - 2005-03-05 19:25 ivan * httemplate/search/elements/search.html: specity an explicit EOL @@ -19253,27 +19693,19 @@ 2005-03-05 19:04 ivan - * httemplate/search/elements/search.html, README.1.5.7, - htetc/global.asa, htetc/handler.pl, httemplate/index.html, - httemplate/docs/install.html, httemplate/docs/upgrade10.html, - httemplate/search/cust_bill.html, + * httemplate/search/elements/search.html, htetc/handler.pl, + httemplate/index.html, httemplate/search/cust_bill.html, httemplate/search/cust_bill_event.html, httemplate/search/cust_credit.html, httemplate/search/cust_main-otaker.cgi, - httemplate/search/cust_main-payinfo.html, - httemplate/search/cust_main-quickpay.html, httemplate/search/cust_main.cgi, httemplate/search/cust_main.html, httemplate/search/cust_pay.cgi, - httemplate/search/cust_pay.html, - httemplate/search/cust_pkg_report.cgi, httemplate/search/reg_code.html, httemplate/search/report_cust_credit.html, httemplate/search/report_cust_pay.html, httemplate/search/report_prepaid_income.html, httemplate/search/report_tax.html, - httemplate/search/sqlradius.html, - httemplate/search/svc_acct.html, - httemplate/search/svc_domain.html, httemplate/search/svc_www.cgi, + httemplate/search/sqlradius.html, httemplate/search/svc_www.cgi, httemplate/view/cust_bill-pdf.cgi, httemplate/view/cust_bill-ps.cgi: add Excel and CSV download of templated reports and clean up their HTML formatting, closes; @@ -19297,7 +19729,7 @@ httemplate/search/cust_credit.html, httemplate/search/cust_pay.cgi, httemplate/search/report_cust_credit.html, - httemplate/search/report_cust_pay.html, ANNOUNCE.1.5, + httemplate/search/report_cust_pay.html, httemplate/search/elements/search.html: add agent selection to payment and credit reports, add link to agent browse, closes: Bug#1105 @@ -19340,11 +19772,6 @@ * FS/FS/part_pkg/voip_sqlradacct.pm: voip: add start time for calls to invoice details -2005-03-03 00:21 ivan - - * install/redhat/es3/INSTALL: add tetex packages for typeset - invoices - 2005-03-03 00:15 ivan * FS/FS/Record.pm: want a full stack backtrace for this warning @@ -19355,9 +19782,9 @@ 2005-03-02 13:00 khoff - * httemplate/docs/install.html, eg/xmlrpc-example.pl, - httemplate/misc/xmlrpc.cgi, FS/FS/XMLRPC.pm, htetc/handler.pl: - Initial version of the xmlrpc interface for freeside. + * eg/xmlrpc-example.pl, httemplate/misc/xmlrpc.cgi, + FS/FS/XMLRPC.pm, htetc/handler.pl: Initial version of the xmlrpc + interface for freeside. 2005-03-01 16:47 ivan @@ -19385,11 +19812,6 @@ * FS/FS/Record.pm: fix replacement in edge case with NULL integer fields in a table without a primary key -2005-02-26 13:29 ivan - - * README.1.5.7, ANNOUNCE.1.5, ANNOUNCE.1.5.0, README.1.5.0pre7: - less cracktastic version numbering - 2005-02-25 14:14 ivan * bin/pg-readonly: try to set the sequences right for modern Pg @@ -19417,10 +19839,6 @@ FS/FS/part_svc.pm: add progressbar to service definition add - duplicate checking can take a while, closes: Bug#1126 -2005-02-22 22:43 ivan - - * httemplate/docs/install.html: update docs wrt mysql support - 2005-02-22 10:26 khoff * httemplate/edit/cust_pkg.cgi: Alphabetize/clean-up package list @@ -19436,10 +19854,9 @@ httemplate/elements/jsrsServer.html, httemplate/elements/overlibmws.js, httemplate/elements/progress-init.html, - httemplate/elements/progress-popup.html, - httemplate/misc/progress.html: use a javascript layer instead of - a browser popup (popup blockers), really generalize the - progressbar code to make it easy to use as a component + httemplate/elements/progress-popup.html: use a javascript layer + instead of a browser popup (popup blockers), really generalize + the progressbar code to make it easy to use as a component 2005-02-17 00:44 ivan @@ -19456,21 +19873,11 @@ * FS/FS/: rate.pm, UI/Web.pm: generalize progressbar code in preparation for using it wherever needed -2005-02-16 14:06 ivan - - * install/centos/3/: INSTALL, httpd-init: centos install notes, - basically like rhell - 2005-02-15 18:53 ivan * FS/FS/cust_bill.pm: slightly better error messages for LaTeX problems -2005-02-15 10:47 ivan - - * install/redhat/es3/INSTALL: update rhell3 docs, add some slony - notes - 2005-02-13 19:49 ivan * FS/FS/svc_acct.pm: this should fix uid duplicate checking, @@ -19483,10 +19890,10 @@ 2005-02-10 22:44 ivan - * FS/FS/rate.pm, FS/FS/UI/Web.pm, htetc/global.asa, - htetc/handler.pl, httemplate/edit/process/rate.cgi, - httemplate/edit/rate.cgi: generalize progressbar code in - preparation for using it wherever needed + * FS/FS/rate.pm, FS/FS/UI/Web.pm, htetc/handler.pl, + httemplate/edit/process/rate.cgi, httemplate/edit/rate.cgi: + generalize progressbar code in preparation for using it wherever + needed 2005-02-08 17:08 ivan @@ -19496,22 +19903,17 @@ * FS/FS/clientapi_session_field.pm: tyop -2005-02-08 12:51 ivan - - * install/freebsd/: INSTALL, ports: update freebsd install notes - 2005-02-08 12:22 ivan - * FS/bin/freeside-setup, httemplate/docs/upgrade10.html, - README.1.5.0pre7, FS/FS.pm, FS/MANIFEST, + * FS/bin/freeside-setup, FS/FS.pm, FS/MANIFEST, FS/FS/ClientAPI_SessionCache.pm, FS/FS/Conf.pm, FS/FS/clientapi_session.pm, FS/FS/clientapi_session_field.pm, FS/FS/ClientAPI/Agent.pm, FS/FS/ClientAPI/MyAccount.pm, FS/FS/ClientAPI/Signup.pm, FS/t/ClientAPI_SessionCache.t, FS/t/clientapi_session.t, FS/t/clientapi_session_field.t, - httemplate/docs/install.html, httemplate/docs/schema.html: make - self-service session cache module configurable, start framework - for in-database session cache + httemplate/docs/schema.html: make self-service session cache + module configurable, start framework for in-database session + cache 2005-02-05 15:39 ivan @@ -19535,19 +19937,6 @@ * httemplate/edit/cust_main.cgi: typo -2005-02-04 02:17 ivan - - * install/redhat/es3/INSTALL: minor update for rhel3 install notes - -2005-02-02 00:06 ivan - - * FS/FS/UI/: Base.pm, CGI.pm, Gtk.pm, agent.pm: removing old UI - experiment - -2005-01-29 04:51 ivan - - * ANNOUNCE.1.5.0: gotta do pre7 already - 2005-01-29 04:49 ivan * httemplate/browse/agent.cgi, FS/FS/part_pkg/flat.pm: oops, last @@ -19557,14 +19946,9 @@ * FS/FS.pm, FS/FS/agent.pm, FS/FS/cust_pkg.pm, FS/FS/part_pkg.pm, FS/FS/reg_code.pm, FS/FS/reg_code_pkg.pm, FS/bin/freeside-setup, - FS/t/reg_code.t, FS/t/reg_code_pkg.t, README.1.5.0pre7, - FS/MANIFEST, FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/cgi/regcode.html, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - httemplate/docs/install.html, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, httemplate/edit/reg_code.cgi, - httemplate/search/reg_code.html, + FS/t/reg_code.t, FS/t/reg_code_pkg.t, FS/MANIFEST, + FS/FS/ClientAPI/Signup.pm, httemplate/docs/schema.html, + httemplate/edit/reg_code.cgi, httemplate/search/reg_code.html, httemplate/edit/process/reg_code.cgi: registration codes 2005-01-27 15:01 ivan @@ -19579,9 +19963,8 @@ 2005-01-27 02:21 ivan * httemplate/edit/process/rate.cgi, CREDITS, FS/FS/UID.pm, - FS/FS/queue.pm, FS/FS/rate.pm, httemplate/docs/install.html, - httemplate/elements/jsrsClient.js, httemplate/misc/progress.html, - JSRS-LICENSE, FS/bin/freeside-queued, httemplate/edit/rate.cgi, + FS/FS/queue.pm, FS/FS/rate.pm, httemplate/elements/jsrsClient.js, + FS/bin/freeside-queued, httemplate/edit/rate.cgi, httemplate/elements/qlib/box.js, httemplate/elements/qlib/boxctrl.js, httemplate/elements/qlib/boxres.js, @@ -19701,18 +20084,6 @@ * FS/FS/: cust_svc.pm, svc_acct.pm, part_pkg/voip_sqlradacct.pm: fix up some bugs in VoIP rating -2004-12-30 15:47 ivan - - * htetc/global.asa: search the current dir *first*, otherwise some - weird Apache::ASP bugs could crop up if things are ever named the - same - -2004-12-30 01:59 ivan - - * htetc/global.asa: kludge to fix nested includes with - Apache::ASP... dunno how much longer i want to support that, - should just switch to Mason - 2004-12-29 17:41 ivan * FS/FS/: cust_svc.pm, domain_record.pm, Report/Table/Monthly.pm: @@ -19733,19 +20104,14 @@ FS/t/h_svc_acct.t, FS/t/h_svc_broadband.t, FS/t/h_svc_domain.t, FS/t/h_svc_external.t, FS/t/h_svc_forward.t, FS/t/h_svc_www.t, httemplate/view/cust_main.cgi, - httemplate/view/cust_main/packages.html, ANNOUNCE.1.5.0: - historical (immutable) invoice details about services and other - history infrastructure + httemplate/view/cust_main/packages.html: historical (immutable) + invoice details about services and other history infrastructure 2004-12-28 15:30 ivan * FS/FS/part_export/sqlradius.pm: add debug flag to sqlradius export -2004-12-27 02:23 ivan - - * ANNOUNCE.1.5.0: note integrated rt is updated - 2004-12-27 02:19 ivan * FS/FS/: cust_pay.pm, cust_credit.pm: prevent unsuspension errors @@ -19793,14 +20159,11 @@ 2004-12-23 00:32 ivan - * README.1.5.0pre7, FS/bin/freeside-setup, - httemplate/docs/upgrade10.html: allow NULL zip in some countries + * FS/bin/freeside-setup: allow NULL zip in some countries 2004-12-23 00:00 ivan - * README.1.5.0pre7, FS/bin/freeside-setup, - httemplate/docs/upgrade10.html: going with 6 digit misnamed "npa" - for now + * FS/bin/freeside-setup: going with 6 digit misnamed "npa" for now 2004-12-23 00:00 ivan @@ -19862,11 +20225,6 @@ * Makefile: add init script enable command in deb and redhat -2004-12-18 15:32 ivan - - * httemplate/docs/: billing.html, install.html: add info about - teTeX and Ghostscript - 2004-12-18 02:52 ivan * httemplate/index.html: fix spelling @@ -19876,11 +20234,6 @@ * FS/FS/Conf.pm, httemplate/index.html: add config option for address2 search, closes: Bug#1022 -2004-12-12 10:51 ivan - - * httemplate/view/cust_main/quick-charge.html: fix form action url - for template - 2004-12-12 00:34 ivan * FS/FS/cust_main.pm: fix customer status display for some cases @@ -19890,10 +20243,6 @@ * FS/FS/part_export/acct_sql.pm: finish modification -2004-12-11 14:50 ivan - - * httemplate/docs/install.html: update install doc - 2004-12-11 12:41 ivan * FS/FS/cust_bill.pm, FS/FS/part_bill_event.pm, @@ -19903,16 +20252,10 @@ 2004-12-10 23:50 ivan * FS/FS/Conf.pm, httemplate/view/cust_main.cgi, - httemplate/view/cust_main/order_pkg.html, httemplate/view/cust_main/packages.html, - httemplate/view/cust_main/payment_history.html, - httemplate/view/cust_main/quick-charge.html: voiding of echeck + httemplate/view/cust_main/payment_history.html: voiding of echeck payments instead of refunds -2004-12-10 15:51 ivan - - * httemplate/docs/selfservice.html: correct path to selfservice - 2004-12-10 14:28 ivan * FS/FS/CGI.pm: ui tweak for small customer view - line up billing @@ -20081,44 +20424,98 @@ * htetc/handler.pl: landing rt 3.2.2 -2004-12-03 13:23 ivan - - * README.1.5.0pre7: landing RT 3.2.2 - 2004-12-03 12:51 ivan - * rt/: config, config.pld, bin/rt-commit-handler.in, - etc/upgrade/2.1.71, html/Admin/Elements/ModifyQueue, - html/Admin/Elements/ModifyUser, html/Admin/Users/Prefs.html, - html/Elements/Footer, html/Elements/Header, - html/Elements/PageLayout, html/Elements/ShadedBox, - html/Elements/ShadedInputRow, html/Elements/ShadedRow, - html/Elements/SimpleSearch, html/Elements/Tabs, - html/Elements/ViewUser, html/NoAuth/webrt.css, - html/Search/Listing.html, html/Search/Elements/PickRestriction, - html/Search/Elements/TicketHeader, - html/Search/Elements/TicketHeaderCell, - html/Search/Elements/TicketRow, html/Ticket/Elements/EditLinks, - html/Ticket/Elements/ShowLink, html/Ticket/Elements/ShowLinks, - html/Ticket/Elements/ShowSummary, html/Ticket/Elements/Tabs, - sbin/rt-setup-database.in: landing rt 3.2.2 + * rt/: html/Elements/Footer, html/Elements/Header, + html/Elements/PageLayout, html/Elements/SimpleSearch, + html/Elements/Tabs, html/Ticket/Elements/ShowSummary, + html/Ticket/Elements/Tabs, sbin/rt-setup-database.in: landing rt + 3.2.2 2004-12-03 12:40 ivan - * rt/etc/upgrade/: 3.1.0/acl.Informix, 3.1.0/acl.Oracle, - 3.1.0/acl.Pg, 3.1.0/acl.SQLite, 3.1.0/acl.mysql, 3.1.0/content, - 3.1.0/schema.Informix, 3.1.0/schema.Oracle, 3.1.0/schema.Pg, - 3.1.0/schema.SQLite, 3.1.0/schema.mysql, 3.1.15/content, - 3.1.17/content: Initial revision + * rt/: lib/RT/I18N/fi.po, lib/RT/I18N/zh_cn.po, + lib/RT/Action/AutoOpen.pm, lib/RT/Action/Autoreply.pm, + lib/RT/Action/CreateTickets.pm, lib/RT/Action/Notify.pm, + lib/RT/Action/RecordCorrespondence.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/Generic.pm, + lib/RT/Action/SetPriority.pm, lib/RT/Action/UserDefined.pm, + lib/RT/Action/EscalatePriority.pm, + lib/RT/Action/NotifyAsComment.pm, lib/RT/Action/RecordComment.pm, + lib/RT/Action/SendEmail.pm, lib/RT/URI/fsck_com_rt.pm, + lib/RT/Interface/CLI.pm, lib/RT/Interface/Email.pm, + lib/RT/URI/base.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/Web.pm, lib/RT/Interface/Email/Auth/GnuPG.pm, + lib/RT/Interface/Email/Auth/MailFrom.pm, + lib/RT/Interface/Email/Filter/SpamAssassin.pm, + lib/RT/Condition/Overdue.pm, lib/RT/Condition/PriorityChange.pm, + lib/RT/Condition/QueueChange.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Interface/Web/Handler.pm, + lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/FromSQL.pm, + lib/RT/Search/Generic.pm, lib/RT/Condition/Generic.pm, + bin/mason_handler.scgi.in, bin/rt-crontool.in, + bin/standalone_httpd.in, bin/webmux.pl.in, + lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/OwnerChange.pm, + lib/RT/Condition/PriorityExceeds.pm, + lib/RT/Condition/UserDefined.pm, bin/mason_handler.fcgi.in, + bin/mason_handler.svc.in, bin/rt.in, bin/rt-mailgate.in, + etc/schema.Sybase, etc/acl.Sybase, etc/initialdata, + etc/schema.Informix, etc/acl.Pg, etc/constraints.mysql, + etc/schema.SQLite, etc/schema.mysql, etc/drop.Oracle, + etc/upgrade/3.1.0/acl.Informix, etc/upgrade/3.1.0/acl.Oracle, + etc/upgrade/3.1.0/acl.Pg, etc/upgrade/3.1.0/acl.SQLite, + etc/upgrade/3.1.0/acl.mysql, etc/upgrade/3.1.0/content, + etc/upgrade/3.1.0/schema.Informix, + etc/upgrade/3.1.0/schema.Oracle, etc/upgrade/3.1.0/schema.Pg, + etc/upgrade/3.1.0/schema.SQLite, etc/upgrade/3.1.0/schema.mysql, + etc/upgrade/3.1.15/content, etc/upgrade/3.1.17/content: import rt + 3.2.2 2004-12-03 12:37 ivan - * rt/: html/Tools/MyDay.html, html/Tools/Offline.html, - html/Tools/Elements/Tabs, html/Ticket/ShowEmailRecord.html, - html/Ticket/Elements/ShowTransactionAttachments, + * rt/html/: Ticket/Elements/ShowTransactionAttachments, + Elements/QuickCreate, Elements/TicketList, + Elements/CollectionAsTable/Row: Initial revision + +2004-12-03 12:37 ivan + + * rt/: UPGRADING, README, Makefile.in, configure, configure.ac, + Changelog, aclocal.m4, sbin/extract-message-catalog, + sbin/regression_harness, sbin/factory, sbin/license_tag, + sbin/rt-test-dependencies.in, sbin/extract_pod_tests, + html/autohandler, html/index.html, html/l, + html/Ticket/History.html, html/Ticket/ModifyAll.html, + html/Ticket/ModifyDates.html, html/Ticket/ModifyPeople.html, + html/Ticket/Update.html, html/Tools/MyDay.html, + html/Tools/Offline.html, html/Tools/Elements/Tabs, + html/Ticket/Modify.html, html/Ticket/ModifyLinks.html, + html/Ticket/ShowEmailRecord.html, + html/Ticket/Attachment/dhandler, + html/Ticket/Elements/LoadTextAttachments, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/EditWatchers, + html/Ticket/Elements/ShowDependencies, + html/Ticket/Elements/ShowMessageHeaders, + html/Ticket/Elements/ShowPeople, + html/Ticket/Elements/ShowTransaction, + html/Ticket/Elements/AddWatchers, html/Ticket/Elements/BulkLinks, + html/Ticket/Elements/EditPeople, html/Ticket/Elements/ShowDates, + html/Ticket/Elements/ShowMembers, + html/Ticket/Elements/ShowMessageStanza, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/EditCustomFields, + html/Ticket/Elements/EditDates, html/Ticket/Elements/PreviewScrips, + html/Ticket/Elements/ShowBasics, + html/Ticket/Elements/ShowCustomFields, html/Ticket/Elements/ShowGroupMembers, - html/Ticket/Elements/ShowUserEntry, html/Search/Build.html, + html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowUserEntry, + html/Ticket/Elements/EditBasics, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowAttachments, html/Search/Build.html, html/Search/Edit.html, html/Search/Results.html, html/Search/Results.rdf, html/Search/Results.tsv, html/Search/Elements/BuildFormatString, @@ -20130,34 +20527,152 @@ html/Search/Elements/SelectLinks, html/Search/Elements/SelectPersonType, html/Search/Elements/SelectSearchesForObjects, + html/Approvals/Display.html, html/Approvals/index.html, + html/Approvals/Elements/PendingMyApproval, html/Search/Elements/EditFormat, html/Search/Elements/PickBasics, html/Search/Elements/PickCriteria, - html/Search/Elements/SelectSearchObject, + html/Search/Elements/SelectSearchObject, html/Admin/index.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/Modify.html, html/Admin/Groups/UserRights.html, + html/Admin/Groups/index.html, html/Approvals/Elements/Approve, + html/Approvals/Elements/ShowDependency, + html/Approvals/Elements/Tabs, html/Admin/Global/GroupRights.html, + html/Admin/Global/Templates.html, + html/Admin/Global/UserRights.html, + html/Admin/Groups/Members.html, html/Admin/Tools/Configuration.html, html/Admin/Tools/index.html, - html/Admin/Elements/ToolTabs, html/Elements/ShowLinks, - html/Elements/EditLinks, html/Elements/QuickCreate, - html/Elements/ScrubHTML, html/Elements/TicketList, - html/Elements/ShowLink, html/Elements/TitleBox, + html/Admin/Global/Scrip.html, html/Admin/Global/Scrips.html, + html/Admin/Global/Template.html, html/Admin/Global/index.html, + html/Admin/Queues/CustomField.html, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/GroupRights.html, html/Admin/Queues/Scrip.html, + html/Admin/Queues/Scrips.html, html/Admin/Queues/Template.html, + html/Admin/Queues/Templates.html, + html/Admin/Queues/UserRights.html, html/Admin/Users/index.html, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/ListGlobalScrips, + html/Admin/Elements/SelectCustomFieldType, + html/Admin/Elements/SelectModifyUser, html/Admin/Elements/Tabs, + html/Admin/Elements/UserTabs, html/Admin/Queues/Modify.html, + html/Admin/Queues/People.html, html/Admin/Queues/index.html, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditScrip, + html/Admin/Elements/EditUserComments, html/Admin/Elements/Header, + html/Admin/Elements/QueueTabs, + html/Admin/Elements/SelectModifyGroup, + html/Admin/Elements/SelectSingleOrMultiple, + html/Admin/Elements/SelectUsers, html/Admin/Elements/ToolTabs, + html/Admin/Elements/AddCustomFieldValue, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/EditScrips, + html/Admin/Elements/EditTemplates, + html/Admin/Elements/ModifyTemplate, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/SelectNewGroupMembers, + html/Admin/Elements/SelectScrip, + html/Admin/Elements/CreateUserCalled, + html/Admin/Elements/EditQueueWatchers, + html/Admin/Elements/GroupTabs, + html/Admin/Elements/QueueRightsForUser, + html/Admin/Elements/SelectModifyQueue, + html/Admin/Elements/SelectRights, + html/Admin/Elements/SelectScripCondition, + html/Admin/Elements/SelectStage, + html/Admin/Elements/SelectTemplate, + html/Admin/Elements/SystemTabs, + html/Admin/Elements/ListGlobalCustomFields, + html/Admin/Elements/SelectScripAction, + html/SelfService/Closed.html, html/SelfService/Create.html, + html/SelfService/Display.html, html/SelfService/Error.html, + html/SelfService/Prefs.html, html/SelfService/Update.html, + html/SelfService/index.html, html/Elements/BevelBoxRaisedEnd, + html/Elements/MyRequests, html/Elements/SelectDateType, + html/Elements/SelectSortOrder, html/Elements/SelectStatus, + html/Elements/SelectTicketSortBy, html/Elements/ShowLinks, + html/SelfService/Attachment/dhandler, + html/SelfService/Elements/GotoTicket, + html/SelfService/Elements/Header, + html/SelfService/Elements/MyRequests, + html/SelfService/Elements/Tabs, html/Elements/Callback, + html/Elements/EditLinks, html/Elements/ListActions, + html/Elements/MessageBox, html/Elements/QueryString, + html/Elements/Refresh, html/Elements/SelectLinkType, + html/Elements/SelectMatch, html/Elements/Quicksearch, + html/Elements/SelectUsers, html/Elements/GotoTicket, + html/Elements/ScrubHTML, html/Elements/Section, + html/Elements/SelectBoolean, html/Elements/SelectGroups, + html/Elements/SelectLang, html/Elements/SelectNewTicketQueue, + html/Elements/SelectQueue, html/Elements/SelectTicketTypes, + html/Elements/TitleBoxEnd, html/Elements/Checkbox, + html/Elements/Error, html/Elements/Login, + html/Elements/SelectAttachmentField, + html/Elements/SelectCustomFieldOperator, + html/Elements/SelectOwner, html/Elements/SelectWatcherType, + html/Elements/SetupSessionCookie, html/Elements/ShowLink, + html/Elements/Submit, html/Elements/TitleBox, + html/Elements/BevelBoxRaisedStart, html/Elements/CreateTicket, + html/Elements/MyTickets, html/Elements/SelectCustomFieldValue, + html/Elements/SelectDateRelation, + html/Elements/SelectEqualityOperator, + html/Elements/SelectResultsPerPage, html/Elements/CollectionAsTable/Header, html/Elements/CollectionAsTable/ParseFormat, - html/Elements/CollectionAsTable/Row, - html/Elements/RT__Ticket/ColumnMap, - html/NoAuth/images/autohandler, lib/t/05cronsupport.pl.in, - lib/RT/Attributes.pm, lib/RT/Attribute_Overlay.pm, - lib/RT/Attributes_Overlay.pm, lib/RT/Attribute.pm, - lib/RT/I18N/en_malkovich.po, - lib/RT/Action/RecordCorrespondence.pm, - lib/RT/Action/RecordComment.pm, - lib/RT/Interface/Email/Auth/GnuPG.pm, - lib/RT/Condition/PriorityChange.pm, - lib/RT/Interface/Web/Handler.pm, lib/RT/Search/FromSQL.pm, - bin/standalone_httpd.in, etc/schema.Sybase, etc/acl.Sybase: - Initial revision - -2004-12-03 12:27 ivan - - * rt/sbin/: rt-setup-database, rt-test-dependencies: remove - autogenerated file + html/Elements/RT__Ticket/ColumnMap, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/logout, + html/REST/1.0/ticket/merge, + html/REST/1.0/Forms/ticket/attachments, + html/REST/1.0/Forms/ticket/links, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/comment, + html/REST/1.0/ticket/link, html/REST/1.0/Forms/queue/default, + html/REST/1.0/Forms/queue/ns, html/REST/1.0/Forms/ticket/default, + html/REST/1.0/Forms/ticket/history, + html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, + html/NoAuth/Logout.html, html/NoAuth/Reminder.html, + html/NoAuth/images/autohandler, + html/REST/1.0/NoAuth/mail-gateway, html/User/Delegation.html, + html/User/Elements/DelegateRights, html/User/Elements/GroupTabs, + html/User/Elements/Tabs, html/User/Groups/Members.html, + html/User/Groups/Modify.html, html/User/Groups/index.html, + lib/RT.pm.in, lib/RT/GroupMembers.pm, lib/RT/Principals.pm, + lib/RT/Scrips_Overlay.pm, lib/RT/Tickets.pm, lib/RT/Base.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/Queues_Overlay.pm, + lib/RT/Date.pm, lib/RT/ScripConditions_Overlay.pm, + lib/RT/Template_Overlay.pm, lib/RT/Group.pm, lib/RT/User.pm, + lib/RT/System.pm, lib/RT/Attachment.pm, lib/RT/Attributes.pm, + lib/RT/Handle.pm, lib/RT/Principals_Overlay.pm, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/ACL_Overlay.pm, + lib/RT/Templates_Overlay.pm, lib/RT/Attribute_Overlay.pm, + lib/RT/EmailParser.pm, lib/RT/GroupMembers_Overlay.pm, + lib/RT/Tickets_Overlay.pm, lib/RT/Attributes_Overlay.pm, + lib/RT/CachedGroupMember.pm, lib/RT/CustomFieldValue.pm, + lib/RT/Transactions.pm, lib/RT/I18N.pm, lib/RT/Links.pm, + lib/RT/Queue.pm, lib/RT/Scrip.pm, + lib/RT/CachedGroupMember_Overlay.pm, lib/RT/CurrentUser.pm, + lib/RT/Principal.pm, lib/RT/Attachment_Overlay.pm, + lib/RT/CustomFieldValues.pm, lib/RT/Group_Overlay.pm, + lib/RT/ACE.pm, lib/RT/ScripActions.pm, + lib/RT/Transactions_Overlay.pm, lib/RT/Attachments.pm, + lib/RT/Groups.pm, lib/RT/Principal_Overlay.pm, + lib/RT/ScripAction.pm, lib/RT/Scrip_Overlay.pm, + lib/RT/GroupMember.pm, lib/RT/Links_Overlay.pm, + lib/RT/ScripCondition.pm, lib/RT/Transaction.pm, + lib/RT/Queue_Overlay.pm, lib/RT/Scrips.pm, + lib/RT/CachedGroupMembers.pm, lib/RT/CustomField.pm, + lib/RT/CustomFieldValues_Overlay.pm, lib/RT/CustomFields.pm, + lib/RT/Link.pm, lib/RT/Queues.pm, lib/RT/ScripActions_Overlay.pm, + lib/RT/ScripConditions.pm, lib/RT/Template.pm, lib/RT/ACL.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/ScripAction_Overlay.pm, + lib/RT/ScripCondition_Overlay.pm, lib/RT/GroupMember_Overlay.pm, + lib/RT/Ticket.pm, lib/RT/ACE_Overlay.pm, lib/RT/Link_Overlay.pm, + lib/RT/Templates.pm, lib/RT/Attribute.pm, + lib/RT/CachedGroupMembers_Overlay.pm, + lib/RT/CustomFields_Overlay.pm, lib/RT/URI.pm, lib/RT/Users.pm, + lib/RT/I18N/en.po, lib/RT/I18N/i_default.pm, lib/RT/I18N/cs.pm, + lib/RT/I18N/cs.po, lib/RT/I18N/pt_br.po, lib/RT/I18N/fr.po, + lib/RT/I18N/es.po, lib/RT/I18N/nl.po, lib/RT/I18N/hu.po, + lib/RT/I18N/it.po, lib/RT/I18N/no.po, lib/RT/I18N/da.po, + lib/RT/I18N/ru.po, lib/RT/I18N/de.po, lib/RT/I18N/ja.po, + lib/RT/I18N/zh_tw.po, lib/RT/I18N/he.po: import rt 3.2.2 2004-12-02 02:18 ivan @@ -20178,8 +20693,8 @@ rt/html/Ticket/Elements/ShowCustomers, rt/html/Ticket/Elements/ShowSummary, rt/html/Ticket/Elements/Tabs, FS/FS/TicketSystem/RT_Internal.pm, - FS/FS/TicketSystem/RT_Libs.pm, htetc/global.asa, - htetc/handler.pl, httemplate/search/cust_main.cgi, + FS/FS/TicketSystem/RT_Libs.pm, htetc/handler.pl, + httemplate/search/cust_main.cgi, rt/lib/RT/Interface/Web_Vendor.pm, rt/lib/RT/URI/freeside.pm: second big RT integration checkin, customer linking/delinking interface @@ -20189,24 +20704,15 @@ * FS/FS/cust_pkg.pm: don't check that agent is allowed to purchase the package on changes -2004-12-01 10:38 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: add processing for ship - state/county/country - 2004-11-30 19:35 ivan - * FS/FS/part_pkg.pm, FS/FS/part_pkg/flat.pm, - FS/FS/part_pkg/flat_comission.pm, - FS/FS/part_pkg/flat_comission_cust.pm, - FS/FS/part_pkg/flat_comission_pkg.pm, - FS/FS/part_pkg/flat_delayed.pm, FS/FS/part_pkg/prorate.pm, - FS/FS/part_pkg/sesmon_hour.pm, FS/FS/part_pkg/sesmon_minute.pm, - FS/FS/part_pkg/sql_external.pm, FS/FS/part_pkg/sql_generic.pm, - FS/FS/part_pkg/sqlradacct_hour.pm, - FS/FS/part_pkg/subscription.pm, - FS/FS/part_pkg/voip_sqlradacct.pm, - fs_signup/FS-SignupClient/cgi/signup-freeoption.html: + * FS/FS/: part_pkg.pm, part_pkg/flat.pm, + part_pkg/flat_comission.pm, part_pkg/flat_comission_cust.pm, + part_pkg/flat_comission_pkg.pm, part_pkg/flat_delayed.pm, + part_pkg/prorate.pm, part_pkg/sesmon_hour.pm, + part_pkg/sesmon_minute.pm, part_pkg/sql_external.pm, + part_pkg/sql_generic.pm, part_pkg/sqlradacct_hour.pm, + part_pkg/subscription.pm, part_pkg/voip_sqlradacct.pm: creditcard-less promo code signup 2004-11-30 11:55 khoff @@ -20226,8 +20732,7 @@ httemplate/index.html, rt/FREESIDE_MODIFIED, rt/html/Elements/Footer, rt/html/Elements/Header, rt/html/Elements/PageLayout, rt/html/Elements/SimpleSearch, - rt/html/Elements/Tabs, ANNOUNCE.1.5.0, Makefile, FS/FS.pm, - htetc/global.asa, htetc/handler.pl, rt/html/NoAuth/webrt.css, + rt/html/Elements/Tabs, Makefile, FS/FS.pm, htetc/handler.pl, rt/html/NoAuth/images/small-logo.png: ticket system integration framework and skin RT @@ -20285,17 +20790,11 @@ 2004-11-22 10:20 ivan - * README.1.5.0pre7, FS/FS/ClientAPI/Signup.pm, - FS/bin/freeside-setup, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, FS/FS/Record.pm, - FS/FS/cust_pkg.pm, FS/FS/part_pkg.pm, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/cgi/promocode.html, - fs_signup/FS-SignupClient/cgi/signup-billaddress.html, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - httemplate/edit/cust_main.cgi, httemplate/edit/part_pkg.cgi: - promo codes and separate signup addresses for hdn + * FS/FS/ClientAPI/Signup.pm, FS/bin/freeside-setup, + httemplate/docs/schema.html, FS/FS/Record.pm, FS/FS/cust_pkg.pm, + FS/FS/part_pkg.pm, httemplate/edit/cust_main.cgi, + httemplate/edit/part_pkg.cgi: promo codes and separate signup + addresses for hdn 2004-11-22 03:11 ivan @@ -20312,51 +20811,17 @@ * FS/FS/cust_svc.pm, FS/FS/rate.pm, FS/FS/rate_detail.pm, FS/FS/rate_prefix.pm, FS/FS/rate_region.pm, FS/t/part_pkg-voip_sqlradacct.t, FS/t/rate.t, FS/t/rate_detail.t, - FS/t/rate_prefix.t, FS/t/rate_region.t, ANNOUNCE.1.5.0, - README.1.5.0pre7, SCHEMA_CHANGE, + FS/t/rate_prefix.t, FS/t/rate_region.t, FS/FS/part_pkg/voip_sqlradacct.pm, FS/bin/freeside-setup, httemplate/browse/rate.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, httemplate/edit/part_pkg.cgi, - httemplate/edit/rate.cgi, httemplate/edit/rate_region.cgi, + httemplate/edit/part_pkg.cgi, httemplate/edit/rate.cgi, + httemplate/edit/rate_region.cgi, httemplate/edit/process/rate.cgi, httemplate/edit/process/rate_region.cgi, FS/FS.pm, FS/MANIFEST, FS/FS/part_export/sqlradius.pm, eg/table_template.pm, - htetc/global.asa, htetc/handler.pl, - httemplate/search/sqlradius.cgi, + htetc/handler.pl, httemplate/search/sqlradius.cgi, httemplate/search/sqlradius.html: first pass at VoIP rating -2004-11-17 21:06 ivan - - * sql-ledger/: doc/copyright, locale/cn/COPYING, - locale/cn/LANGUAGE, locale/cn/admin, locale/cn/all, locale/cn/am, - locale/cn/ap, locale/cn/ar, locale/cn/arap, locale/cn/ca, - locale/cn/cp, locale/cn/ct, locale/cn/gl, locale/cn/ic, - locale/cn/io, locale/cn/ir, locale/cn/is, locale/cn/login, - locale/cn/menu, locale/cn/oe, locale/cn/pe, locale/cn/rc, - locale/cn/rp, locale/de/all, locale/es/COPYING, - locale/es/LANGUAGE, locale/es/Num2text, locale/es/admin, - locale/es/all, locale/es/am, locale/es/ap, locale/es/ar, - locale/es/arap, locale/es/ca, locale/es/cp, locale/es/ct, - locale/es/gl, locale/es/ic, locale/es/io, locale/es/ir, - locale/es/is, locale/es/login, locale/es/menu, locale/es/oe, - locale/es/pe, locale/es/rc, locale/es/rp, locale/no/COPYING, - locale/no/LANGUAGE, locale/no/admin, locale/no/all, locale/no/am, - locale/no/ap, locale/no/ar, locale/no/arap, locale/no/ca, - locale/no/cp, locale/no/ct, locale/no/gl, locale/no/ic, - locale/no/io, locale/no/ir, locale/no/is, locale/no/login, - locale/no/menu, locale/no/oe, locale/no/pe, locale/no/rc, - locale/no/rp, locale/tw/COPYING, locale/tw/LANGUAGE, - locale/tw/admin, locale/tw/all, locale/tw/am, locale/tw/ap, - locale/tw/ar, locale/tw/arap, locale/tw/ca, locale/tw/cp, - locale/tw/ct, locale/tw/gl, locale/tw/ic, locale/tw/io, - locale/tw/ir, locale/tw/is, locale/tw/login, locale/tw/menu, - locale/tw/oe, locale/tw/pe, locale/tw/rc, locale/tw/rp, - sql/Canada-gifi.sql, sql/Canada_General-chart.sql, - sql/Czech_Republic-chart.sql, sql/Italy-chart.sql, - sql/Simplified_Chinese_Default-chart.sql, sql/Spain-chart.sql, - sql/Traditional_Chinese_Default-chart.sql, users/members.default: - removing files moved in 2.4.4 - 2004-11-17 05:22 ivan * httemplate/edit/part_pkg.cgi: #debugging cruft @@ -20366,566 +20831,6 @@ * httemplate/edit/part_pkg.cgi: fix package options to be sticky on clone-ing (customize package) -2004-11-16 14:12 ivan - - * sql-ledger/: sql-ledger-2.0.8.tar.gz, sql-ledger-2.4.4.tar.gz, - old/sql-ledger/VERSION, old/sql-ledger/am.pl, - old/sql-ledger/favicon.ico, old/sql-ledger/login.pl, - old/sql-ledger/menu.ini, old/sql-ledger/setup.pl, - old/sql-ledger/sql-ledger.conf.default, - old/sql-ledger/sql-ledger.png, old/sql-ledger/SL/AM.pm, - old/sql-ledger/SL/AP.pm, old/sql-ledger/SL/AR.pm, - old/sql-ledger/SL/CA.pm, old/sql-ledger/SL/CP.pm, - old/sql-ledger/SL/CT.pm, old/sql-ledger/SL/Form.pm, - old/sql-ledger/SL/GL.pm, old/sql-ledger/SL/IC.pm, - old/sql-ledger/SL/IR.pm, old/sql-ledger/SL/IS.pm, - old/sql-ledger/SL/Inifile.pm, old/sql-ledger/SL/Mailer.pm, - old/sql-ledger/SL/Menu.pm, old/sql-ledger/SL/Num2text.pm, - old/sql-ledger/SL/OE.pm, old/sql-ledger/SL/PE.pm, - old/sql-ledger/SL/RC.pm, old/sql-ledger/SL/RP.pm, - old/sql-ledger/SL/User.pm, old/sql-ledger/bin/lynx/menu.pl, - old/sql-ledger/bin/mozilla/admin.pl, - old/sql-ledger/bin/mozilla/am.pl, - old/sql-ledger/bin/mozilla/ap.pl, - old/sql-ledger/bin/mozilla/ar.pl, - old/sql-ledger/bin/mozilla/arap.pl, - old/sql-ledger/bin/mozilla/ca.pl, - old/sql-ledger/bin/mozilla/cp.pl, - old/sql-ledger/bin/mozilla/ct.pl, - old/sql-ledger/bin/mozilla/gl.pl, - old/sql-ledger/bin/mozilla/ic.pl, - old/sql-ledger/bin/mozilla/io.pl, - old/sql-ledger/bin/mozilla/ir.pl, - old/sql-ledger/bin/mozilla/is.pl, - old/sql-ledger/bin/mozilla/login.pl, - old/sql-ledger/bin/mozilla/menu.pl, - old/sql-ledger/bin/mozilla/oe.pl, - old/sql-ledger/bin/mozilla/pe.pl, - old/sql-ledger/bin/mozilla/rc.pl, - old/sql-ledger/bin/mozilla/rp.pl, - old/sql-ledger/css/sql-ledger.css, old/sql-ledger/doc/COPYING, - old/sql-ledger/doc/README, old/sql-ledger/doc/UPGRADE-1.6-1.8, - old/sql-ledger/doc/UPGRADE-1.8-1.8.3, - old/sql-ledger/doc/UPGRADE-1.8.3-1.8.4, - old/sql-ledger/doc/UPGRADE-1.8.4-1.8.5, - old/sql-ledger/doc/UPGRADE-1.8.5-1.8.7, - old/sql-ledger/doc/UPGRADE-1.8.7-2.0.0, - old/sql-ledger/doc/UPGRADE-2.0-2.0.8, - old/sql-ledger/doc/copyright, old/sql-ledger/doc/faq.html, - old/sql-ledger/locale/br/COPYING, - old/sql-ledger/locale/br/LANGUAGE, - old/sql-ledger/locale/br/admin, old/sql-ledger/locale/br/all, - old/sql-ledger/locale/br/am, old/sql-ledger/locale/br/ap, - old/sql-ledger/locale/br/ar, old/sql-ledger/locale/br/arap, - old/sql-ledger/locale/br/ca, old/sql-ledger/locale/br/cp, - old/sql-ledger/locale/br/ct, old/sql-ledger/locale/br/gl, - old/sql-ledger/locale/br/ic, old/sql-ledger/locale/br/io, - old/sql-ledger/locale/br/ir, old/sql-ledger/locale/br/is, - old/sql-ledger/locale/br/login, old/sql-ledger/locale/br/menu, - old/sql-ledger/locale/br/oe, old/sql-ledger/locale/br/pe, - old/sql-ledger/locale/br/rc, old/sql-ledger/locale/br/rp, - old/sql-ledger/locale/cn/COPYING, - old/sql-ledger/locale/cn/LANGUAGE, - old/sql-ledger/locale/cn/admin, old/sql-ledger/locale/cn/all, - old/sql-ledger/locale/cn/am, old/sql-ledger/locale/cn/ap, - old/sql-ledger/locale/cn/ar, old/sql-ledger/locale/cn/arap, - old/sql-ledger/locale/cn/ca, old/sql-ledger/locale/cn/cp, - old/sql-ledger/locale/cn/ct, old/sql-ledger/locale/cn/gl, - old/sql-ledger/locale/cn/ic, old/sql-ledger/locale/cn/io, - old/sql-ledger/locale/cn/ir, old/sql-ledger/locale/cn/is, - old/sql-ledger/locale/cn/login, old/sql-ledger/locale/cn/menu, - old/sql-ledger/locale/cn/oe, old/sql-ledger/locale/cn/pe, - old/sql-ledger/locale/cn/rc, old/sql-ledger/locale/cn/rp, - old/sql-ledger/locale/ct/COPYING, - old/sql-ledger/locale/ct/LANGUAGE, - old/sql-ledger/locale/ct/admin, old/sql-ledger/locale/ct/all, - old/sql-ledger/locale/ct/am, old/sql-ledger/locale/ct/ap, - old/sql-ledger/locale/ct/ar, old/sql-ledger/locale/ct/arap, - old/sql-ledger/locale/ct/ca, old/sql-ledger/locale/ct/cp, - old/sql-ledger/locale/ct/ct, old/sql-ledger/locale/ct/gl, - old/sql-ledger/locale/ct/ic, old/sql-ledger/locale/ct/io, - old/sql-ledger/locale/ct/ir, old/sql-ledger/locale/ct/is, - old/sql-ledger/locale/ct/login, old/sql-ledger/locale/ct/menu, - old/sql-ledger/locale/ct/oe, old/sql-ledger/locale/ct/pe, - old/sql-ledger/locale/ct/rc, old/sql-ledger/locale/ct/rp, - old/sql-ledger/locale/cz/COPYING, - old/sql-ledger/locale/cz/LANGUAGE, - old/sql-ledger/locale/cz/admin, old/sql-ledger/locale/cz/all, - old/sql-ledger/locale/cz/am, old/sql-ledger/locale/cz/ap, - old/sql-ledger/locale/cz/ar, old/sql-ledger/locale/cz/arap, - old/sql-ledger/locale/cz/ca, old/sql-ledger/locale/cz/cp, - old/sql-ledger/locale/cz/ct, old/sql-ledger/locale/cz/gl, - old/sql-ledger/locale/cz/ic, old/sql-ledger/locale/cz/io, - old/sql-ledger/locale/cz/ir, old/sql-ledger/locale/cz/is, - old/sql-ledger/locale/cz/login, old/sql-ledger/locale/cz/menu, - old/sql-ledger/locale/cz/oe, old/sql-ledger/locale/cz/pe, - old/sql-ledger/locale/cz/rc, old/sql-ledger/locale/cz/rp, - old/sql-ledger/locale/de/COPYING, - old/sql-ledger/locale/de/LANGUAGE, - old/sql-ledger/locale/de/Num2text, - old/sql-ledger/locale/de/admin, old/sql-ledger/locale/de/all, - old/sql-ledger/locale/de/am, old/sql-ledger/locale/de/ap, - old/sql-ledger/locale/de/ar, old/sql-ledger/locale/de/arap, - old/sql-ledger/locale/de/ca, old/sql-ledger/locale/de/cp, - old/sql-ledger/locale/de/ct, old/sql-ledger/locale/de/gl, - old/sql-ledger/locale/de/ic, old/sql-ledger/locale/de/io, - old/sql-ledger/locale/de/ir, old/sql-ledger/locale/de/is, - old/sql-ledger/locale/de/locales.pl, - old/sql-ledger/locale/de/login, old/sql-ledger/locale/de/menu, - old/sql-ledger/locale/de/oe, old/sql-ledger/locale/de/pe, - old/sql-ledger/locale/de/rc, old/sql-ledger/locale/de/rp, - old/sql-ledger/locale/dk/COPYING, - old/sql-ledger/locale/dk/LANGUAGE, - old/sql-ledger/locale/dk/admin, old/sql-ledger/locale/dk/all, - old/sql-ledger/locale/dk/am, old/sql-ledger/locale/dk/ap, - old/sql-ledger/locale/dk/ar, old/sql-ledger/locale/dk/arap, - old/sql-ledger/locale/dk/ca, old/sql-ledger/locale/dk/cp, - old/sql-ledger/locale/dk/ct, old/sql-ledger/locale/dk/gl, - old/sql-ledger/locale/dk/ic, old/sql-ledger/locale/dk/io, - old/sql-ledger/locale/dk/ir, old/sql-ledger/locale/dk/is, - old/sql-ledger/locale/dk/login, old/sql-ledger/locale/dk/menu, - old/sql-ledger/locale/dk/oe, old/sql-ledger/locale/dk/pe, - old/sql-ledger/locale/dk/rc, old/sql-ledger/locale/dk/rp, - old/sql-ledger/locale/ee/COPYING, - old/sql-ledger/locale/ee/LANGUAGE, - old/sql-ledger/locale/ee/admin, old/sql-ledger/locale/ee/all, - old/sql-ledger/locale/ee/am, old/sql-ledger/locale/ee/ap, - old/sql-ledger/locale/ee/ar, old/sql-ledger/locale/ee/arap, - old/sql-ledger/locale/ee/ca, old/sql-ledger/locale/ee/cp, - old/sql-ledger/locale/ee/ct, old/sql-ledger/locale/ee/gl, - old/sql-ledger/locale/ee/ic, old/sql-ledger/locale/ee/io, - old/sql-ledger/locale/ee/ir, old/sql-ledger/locale/ee/is, - old/sql-ledger/locale/ee/login, old/sql-ledger/locale/ee/menu, - old/sql-ledger/locale/ee/oe, old/sql-ledger/locale/ee/pe, - old/sql-ledger/locale/ee/rc, old/sql-ledger/locale/ee/rp, - old/sql-ledger/locale/en_GB/COPYING, - old/sql-ledger/locale/en_GB/LANGUAGE, - old/sql-ledger/locale/en_GB/admin, - old/sql-ledger/locale/en_GB/all, old/sql-ledger/locale/en_GB/am, - old/sql-ledger/locale/en_GB/ap, old/sql-ledger/locale/en_GB/ar, - old/sql-ledger/locale/en_GB/arap, old/sql-ledger/locale/en_GB/bp, - old/sql-ledger/locale/en_GB/ca, old/sql-ledger/locale/en_GB/cp, - old/sql-ledger/locale/en_GB/ct, old/sql-ledger/locale/en_GB/gl, - old/sql-ledger/locale/en_GB/ic, old/sql-ledger/locale/en_GB/io, - old/sql-ledger/locale/en_GB/ir, old/sql-ledger/locale/en_GB/is, - old/sql-ledger/locale/en_GB/login, - old/sql-ledger/locale/en_GB/menu, old/sql-ledger/locale/en_GB/oe, - old/sql-ledger/locale/en_GB/pe, old/sql-ledger/locale/en_GB/rc, - old/sql-ledger/locale/en_GB/rp, old/sql-ledger/locale/es/COPYING, - old/sql-ledger/locale/es/LANGUAGE, - old/sql-ledger/locale/es/Num2text, - old/sql-ledger/locale/es/admin, old/sql-ledger/locale/es/all, - old/sql-ledger/locale/es/am, old/sql-ledger/locale/es/ap, - old/sql-ledger/locale/es/ar, old/sql-ledger/locale/es/arap, - old/sql-ledger/locale/es/ca, old/sql-ledger/locale/es/cp, - old/sql-ledger/locale/es/ct, old/sql-ledger/locale/es/gl, - old/sql-ledger/locale/es/ic, old/sql-ledger/locale/es/io, - old/sql-ledger/locale/es/ir, old/sql-ledger/locale/es/is, - old/sql-ledger/locale/es/login, old/sql-ledger/locale/es/menu, - old/sql-ledger/locale/es/oe, old/sql-ledger/locale/es/pe, - old/sql-ledger/locale/es/rc, old/sql-ledger/locale/es/rp, - old/sql-ledger/locale/fi/COPYING, - old/sql-ledger/locale/fi/LANGUAGE, - old/sql-ledger/locale/fi/admin, old/sql-ledger/locale/fi/all, - old/sql-ledger/locale/fi/am, old/sql-ledger/locale/fi/ap, - old/sql-ledger/locale/fi/ar, old/sql-ledger/locale/fi/arap, - old/sql-ledger/locale/fi/ca, old/sql-ledger/locale/fi/cp, - old/sql-ledger/locale/fi/ct, old/sql-ledger/locale/fi/gl, - old/sql-ledger/locale/fi/ic, old/sql-ledger/locale/fi/io, - old/sql-ledger/locale/fi/ir, old/sql-ledger/locale/fi/is, - old/sql-ledger/locale/fi/login, old/sql-ledger/locale/fi/menu, - old/sql-ledger/locale/fi/oe, old/sql-ledger/locale/fi/pe, - old/sql-ledger/locale/fi/rc, old/sql-ledger/locale/fi/rp, - old/sql-ledger/locale/fr/COPYING, - old/sql-ledger/locale/fr/LANGUAGE, - old/sql-ledger/locale/fr/admin, old/sql-ledger/locale/fr/all, - old/sql-ledger/locale/fr/am, old/sql-ledger/locale/fr/ap, - old/sql-ledger/locale/fr/ar, old/sql-ledger/locale/fr/arap, - old/sql-ledger/locale/fr/ca, old/sql-ledger/locale/fr/cp, - old/sql-ledger/locale/fr/ct, old/sql-ledger/locale/fr/gl, - old/sql-ledger/locale/fr/ic, old/sql-ledger/locale/fr/io, - old/sql-ledger/locale/fr/ir, old/sql-ledger/locale/fr/is, - old/sql-ledger/locale/fr/login, old/sql-ledger/locale/fr/menu, - old/sql-ledger/locale/fr/oe, old/sql-ledger/locale/fr/pe, - old/sql-ledger/locale/fr/rc, old/sql-ledger/locale/fr/rp, - old/sql-ledger/locale/hu/COPYING, - old/sql-ledger/locale/hu/LANGUAGE, - old/sql-ledger/locale/hu/admin, old/sql-ledger/locale/hu/all, - old/sql-ledger/locale/hu/am, old/sql-ledger/locale/hu/ap, - old/sql-ledger/locale/hu/ar, old/sql-ledger/locale/hu/arap, - old/sql-ledger/locale/hu/ca, old/sql-ledger/locale/hu/cp, - old/sql-ledger/locale/hu/ct, old/sql-ledger/locale/hu/gl, - old/sql-ledger/locale/hu/ic, old/sql-ledger/locale/hu/io, - old/sql-ledger/locale/hu/ir, old/sql-ledger/locale/hu/is, - old/sql-ledger/locale/hu/login, old/sql-ledger/locale/hu/menu, - old/sql-ledger/locale/hu/oe, old/sql-ledger/locale/hu/pe, - old/sql-ledger/locale/hu/rc, old/sql-ledger/locale/hu/rp, - old/sql-ledger/locale/is/COPYING, - old/sql-ledger/locale/is/LANGUAGE, - old/sql-ledger/locale/is/admin, old/sql-ledger/locale/is/all, - old/sql-ledger/locale/is/am, old/sql-ledger/locale/is/ap, - old/sql-ledger/locale/is/ar, old/sql-ledger/locale/is/arap, - old/sql-ledger/locale/is/ca, old/sql-ledger/locale/is/cp, - old/sql-ledger/locale/is/ct, old/sql-ledger/locale/is/gl, - old/sql-ledger/locale/is/ic, old/sql-ledger/locale/is/io, - old/sql-ledger/locale/is/ir, old/sql-ledger/locale/is/is, - old/sql-ledger/locale/is/login, old/sql-ledger/locale/is/menu, - old/sql-ledger/locale/is/oe, old/sql-ledger/locale/is/pe, - old/sql-ledger/locale/is/rc, old/sql-ledger/locale/is/rp, - old/sql-ledger/locale/it/COPYING, - old/sql-ledger/locale/it/LANGUAGE, - old/sql-ledger/locale/it/Num2text, - old/sql-ledger/locale/it/admin, old/sql-ledger/locale/it/all, - old/sql-ledger/locale/it/am, old/sql-ledger/locale/it/ap, - old/sql-ledger/locale/it/ar, old/sql-ledger/locale/it/arap, - old/sql-ledger/locale/it/ca, old/sql-ledger/locale/it/cp, - old/sql-ledger/locale/it/ct, old/sql-ledger/locale/it/gl, - old/sql-ledger/locale/it/ic, old/sql-ledger/locale/it/io, - old/sql-ledger/locale/it/ir, old/sql-ledger/locale/it/is, - old/sql-ledger/locale/it/login, old/sql-ledger/locale/it/menu, - old/sql-ledger/locale/it/oe, old/sql-ledger/locale/it/pe, - old/sql-ledger/locale/it/qe, old/sql-ledger/locale/it/rc, - old/sql-ledger/locale/it/rp, old/sql-ledger/locale/lt/COPYING, - old/sql-ledger/locale/lt/LANGUAGE, - old/sql-ledger/locale/lt/admin, old/sql-ledger/locale/lt/all, - old/sql-ledger/locale/lt/am, old/sql-ledger/locale/lt/ap, - old/sql-ledger/locale/lt/ar, old/sql-ledger/locale/lt/arap, - old/sql-ledger/locale/lt/ca, old/sql-ledger/locale/lt/cp, - old/sql-ledger/locale/lt/ct, old/sql-ledger/locale/lt/gl, - old/sql-ledger/locale/lt/ic, old/sql-ledger/locale/lt/io, - old/sql-ledger/locale/lt/ir, old/sql-ledger/locale/lt/is, - old/sql-ledger/locale/lt/login, old/sql-ledger/locale/lt/menu, - old/sql-ledger/locale/lt/oe, old/sql-ledger/locale/lt/pe, - old/sql-ledger/locale/lt/rc, old/sql-ledger/locale/lt/rp, - old/sql-ledger/locale/mx/COPYING, - old/sql-ledger/locale/mx/LANGUAGE, - old/sql-ledger/locale/mx/admin, old/sql-ledger/locale/mx/all, - old/sql-ledger/locale/mx/am, old/sql-ledger/locale/mx/ap, - old/sql-ledger/locale/mx/ar, old/sql-ledger/locale/mx/arap, - old/sql-ledger/locale/mx/ca, old/sql-ledger/locale/mx/cp, - old/sql-ledger/locale/mx/ct, old/sql-ledger/locale/mx/gl, - old/sql-ledger/locale/mx/ic, old/sql-ledger/locale/mx/io, - old/sql-ledger/locale/mx/ir, old/sql-ledger/locale/mx/is, - old/sql-ledger/locale/mx/login, old/sql-ledger/locale/mx/menu, - old/sql-ledger/locale/mx/oe, old/sql-ledger/locale/mx/pe, - old/sql-ledger/locale/mx/rc, old/sql-ledger/locale/mx/rp, - old/sql-ledger/locale/nl/COPYING, - old/sql-ledger/locale/nl/LANGUAGE, - old/sql-ledger/locale/nl/Num2text, - old/sql-ledger/locale/nl/admin, old/sql-ledger/locale/nl/all, - old/sql-ledger/locale/nl/am, old/sql-ledger/locale/nl/ap, - old/sql-ledger/locale/nl/ar, old/sql-ledger/locale/nl/arap, - old/sql-ledger/locale/nl/ca, old/sql-ledger/locale/nl/cp, - old/sql-ledger/locale/nl/ct, old/sql-ledger/locale/nl/gl, - old/sql-ledger/locale/nl/ic, old/sql-ledger/locale/nl/io, - old/sql-ledger/locale/nl/ir, old/sql-ledger/locale/nl/is, - old/sql-ledger/locale/nl/login, old/sql-ledger/locale/nl/menu, - old/sql-ledger/locale/nl/oe, old/sql-ledger/locale/nl/pe, - old/sql-ledger/locale/nl/rc, old/sql-ledger/locale/nl/rp, - old/sql-ledger/locale/no/COPYING, - old/sql-ledger/locale/no/LANGUAGE, - old/sql-ledger/locale/no/admin, old/sql-ledger/locale/no/all, - old/sql-ledger/locale/no/am, old/sql-ledger/locale/no/ap, - old/sql-ledger/locale/no/ar, old/sql-ledger/locale/no/arap, - old/sql-ledger/locale/no/ca, old/sql-ledger/locale/no/cp, - old/sql-ledger/locale/no/ct, old/sql-ledger/locale/no/gl, - old/sql-ledger/locale/no/ic, old/sql-ledger/locale/no/io, - old/sql-ledger/locale/no/ir, old/sql-ledger/locale/no/is, - old/sql-ledger/locale/no/login, old/sql-ledger/locale/no/menu, - old/sql-ledger/locale/no/oe, old/sql-ledger/locale/no/pe, - old/sql-ledger/locale/no/rc, old/sql-ledger/locale/no/rp, - old/sql-ledger/locale/pa/COPYING, - old/sql-ledger/locale/pa/LANGUAGE, - old/sql-ledger/locale/pa/admin, old/sql-ledger/locale/pa/all, - old/sql-ledger/locale/pa/am, old/sql-ledger/locale/pa/ap, - old/sql-ledger/locale/pa/ar, old/sql-ledger/locale/pa/arap, - old/sql-ledger/locale/pa/ca, old/sql-ledger/locale/pa/cp, - old/sql-ledger/locale/pa/ct, old/sql-ledger/locale/pa/gl, - old/sql-ledger/locale/pa/ic, old/sql-ledger/locale/pa/io, - old/sql-ledger/locale/pa/ir, old/sql-ledger/locale/pa/is, - old/sql-ledger/locale/pa/login, old/sql-ledger/locale/pa/menu, - old/sql-ledger/locale/pa/oe, old/sql-ledger/locale/pa/pe, - old/sql-ledger/locale/pa/rc, old/sql-ledger/locale/pa/rp, - old/sql-ledger/locale/pl/COPYING, - old/sql-ledger/locale/pl/LANGUAGE, - old/sql-ledger/locale/pl/admin, old/sql-ledger/locale/pl/all, - old/sql-ledger/locale/pl/am, old/sql-ledger/locale/pl/ap, - old/sql-ledger/locale/pl/ar, old/sql-ledger/locale/pl/arap, - old/sql-ledger/locale/pl/ca, old/sql-ledger/locale/pl/cp, - old/sql-ledger/locale/pl/ct, old/sql-ledger/locale/pl/gl, - old/sql-ledger/locale/pl/ic, old/sql-ledger/locale/pl/io, - old/sql-ledger/locale/pl/ir, old/sql-ledger/locale/pl/is, - old/sql-ledger/locale/pl/login, old/sql-ledger/locale/pl/menu, - old/sql-ledger/locale/pl/oe, old/sql-ledger/locale/pl/pe, - old/sql-ledger/locale/pl/rc, old/sql-ledger/locale/pl/rp, - old/sql-ledger/locale/pt/COPYING, - old/sql-ledger/locale/pt/LANGUAGE, - old/sql-ledger/locale/pt/admin, old/sql-ledger/locale/pt/all, - old/sql-ledger/locale/pt/am, old/sql-ledger/locale/pt/ap, - old/sql-ledger/locale/pt/ar, old/sql-ledger/locale/pt/arap, - old/sql-ledger/locale/pt/ca, old/sql-ledger/locale/pt/cp, - old/sql-ledger/locale/pt/ct, old/sql-ledger/locale/pt/gl, - old/sql-ledger/locale/pt/ic, old/sql-ledger/locale/pt/io, - old/sql-ledger/locale/pt/ir, old/sql-ledger/locale/pt/is, - old/sql-ledger/locale/pt/login, old/sql-ledger/locale/pt/menu, - old/sql-ledger/locale/pt/oe, old/sql-ledger/locale/pt/pe, - old/sql-ledger/locale/pt/rc, old/sql-ledger/locale/pt/rp, - old/sql-ledger/locale/ru/COPYING, - old/sql-ledger/locale/ru/LANGUAGE, - old/sql-ledger/locale/ru/admin, old/sql-ledger/locale/ru/all, - old/sql-ledger/locale/ru/am, old/sql-ledger/locale/ru/ap, - old/sql-ledger/locale/ru/ar, old/sql-ledger/locale/ru/arap, - old/sql-ledger/locale/ru/ca, old/sql-ledger/locale/ru/cp, - old/sql-ledger/locale/ru/ct, old/sql-ledger/locale/ru/gl, - old/sql-ledger/locale/ru/ic, old/sql-ledger/locale/ru/io, - old/sql-ledger/locale/ru/ir, old/sql-ledger/locale/ru/is, - old/sql-ledger/locale/ru/login, old/sql-ledger/locale/ru/menu, - old/sql-ledger/locale/ru/oe, old/sql-ledger/locale/ru/pe, - old/sql-ledger/locale/ru/rc, old/sql-ledger/locale/ru/rp, - old/sql-ledger/locale/se/COPYING, - old/sql-ledger/locale/se/LANGUAGE, - old/sql-ledger/locale/se/admin, old/sql-ledger/locale/se/all, - old/sql-ledger/locale/se/am, old/sql-ledger/locale/se/ap, - old/sql-ledger/locale/se/ar, old/sql-ledger/locale/se/arap, - old/sql-ledger/locale/se/ca, old/sql-ledger/locale/se/cp, - old/sql-ledger/locale/se/ct, old/sql-ledger/locale/se/gl, - old/sql-ledger/locale/se/ic, old/sql-ledger/locale/se/io, - old/sql-ledger/locale/se/ir, old/sql-ledger/locale/se/is, - old/sql-ledger/locale/se/login, old/sql-ledger/locale/se/menu, - old/sql-ledger/locale/se/oe, old/sql-ledger/locale/se/pe, - old/sql-ledger/locale/se/rc, old/sql-ledger/locale/se/rp, - old/sql-ledger/locale/tr/COPYING, - old/sql-ledger/locale/tr/LANGUAGE, - old/sql-ledger/locale/tr/admin, old/sql-ledger/locale/tr/all, - old/sql-ledger/locale/tr/am, old/sql-ledger/locale/tr/ap, - old/sql-ledger/locale/tr/ar, old/sql-ledger/locale/tr/arap, - old/sql-ledger/locale/tr/ca, old/sql-ledger/locale/tr/cp, - old/sql-ledger/locale/tr/ct, old/sql-ledger/locale/tr/gl, - old/sql-ledger/locale/tr/ic, old/sql-ledger/locale/tr/io, - old/sql-ledger/locale/tr/ir, old/sql-ledger/locale/tr/is, - old/sql-ledger/locale/tr/login, old/sql-ledger/locale/tr/menu, - old/sql-ledger/locale/tr/oe, old/sql-ledger/locale/tr/pe, - old/sql-ledger/locale/tr/rc, old/sql-ledger/locale/tr/rp, - old/sql-ledger/locale/tw/COPYING, - old/sql-ledger/locale/tw/LANGUAGE, - old/sql-ledger/locale/tw/admin, old/sql-ledger/locale/tw/all, - old/sql-ledger/locale/tw/am, old/sql-ledger/locale/tw/ap, - old/sql-ledger/locale/tw/ar, old/sql-ledger/locale/tw/arap, - old/sql-ledger/locale/tw/ca, old/sql-ledger/locale/tw/cp, - old/sql-ledger/locale/tw/ct, old/sql-ledger/locale/tw/gl, - old/sql-ledger/locale/tw/ic, old/sql-ledger/locale/tw/io, - old/sql-ledger/locale/tw/ir, old/sql-ledger/locale/tw/is, - old/sql-ledger/locale/tw/login, old/sql-ledger/locale/tw/menu, - old/sql-ledger/locale/tw/oe, old/sql-ledger/locale/tw/pe, - old/sql-ledger/locale/tw/rc, old/sql-ledger/locale/tw/rp, - old/sql-ledger/locale/ua/COPYING, - old/sql-ledger/locale/ua/LANGUAGE, - old/sql-ledger/locale/ua/admin, old/sql-ledger/locale/ua/all, - old/sql-ledger/locale/ua/am, old/sql-ledger/locale/ua/ap, - old/sql-ledger/locale/ua/ar, old/sql-ledger/locale/ua/arap, - old/sql-ledger/locale/ua/ca, old/sql-ledger/locale/ua/cp, - old/sql-ledger/locale/ua/ct, old/sql-ledger/locale/ua/gl, - old/sql-ledger/locale/ua/ic, old/sql-ledger/locale/ua/io, - old/sql-ledger/locale/ua/ir, old/sql-ledger/locale/ua/is, - old/sql-ledger/locale/ua/login, old/sql-ledger/locale/ua/menu, - old/sql-ledger/locale/ua/oe, old/sql-ledger/locale/ua/pe, - old/sql-ledger/locale/ua/rc, old/sql-ledger/locale/ua/rp, - old/sql-ledger/locale/ve/COPYING, - old/sql-ledger/locale/ve/LANGUAGE, - old/sql-ledger/locale/ve/admin, old/sql-ledger/locale/ve/all, - old/sql-ledger/locale/ve/am, old/sql-ledger/locale/ve/ap, - old/sql-ledger/locale/ve/ar, old/sql-ledger/locale/ve/arap, - old/sql-ledger/locale/ve/ca, old/sql-ledger/locale/ve/cp, - old/sql-ledger/locale/ve/ct, old/sql-ledger/locale/ve/gl, - old/sql-ledger/locale/ve/ic, old/sql-ledger/locale/ve/io, - old/sql-ledger/locale/ve/ir, old/sql-ledger/locale/ve/is, - old/sql-ledger/locale/ve/login, old/sql-ledger/locale/ve/menu, - old/sql-ledger/locale/ve/oe, old/sql-ledger/locale/ve/pe, - old/sql-ledger/locale/ve/rc, old/sql-ledger/locale/ve/rp, - old/sql-ledger/sql/Austria-chart.sql, - old/sql-ledger/sql/Austria-gifi.sql, - old/sql-ledger/sql/Brazil_General-chart.sql, - old/sql-ledger/sql/Canada-gifi.sql, - old/sql-ledger/sql/Canada_General-chart.sql, - old/sql-ledger/sql/Czech_Republic-chart.sql, - old/sql-ledger/sql/Danish_Default-chart.sql, - old/sql-ledger/sql/Default-chart.sql, - old/sql-ledger/sql/Dutch_Default-chart.sql, - old/sql-ledger/sql/Dutch_Standard-chart.sql, - old/sql-ledger/sql/France-chart.sql, - old/sql-ledger/sql/German-Sample-chart.sql, - old/sql-ledger/sql/German-Sample-gifi.sql, - old/sql-ledger/sql/Germany-DATEV-SKR03-chart.sql, - old/sql-ledger/sql/Germany-DATEV-SKR03-gifi.sql, - old/sql-ledger/sql/Germany-SKR03-chart.sql, - old/sql-ledger/sql/Germany-SKR03-gifi.sql, - old/sql-ledger/sql/Italy-chart.sql, - old/sql-ledger/sql/Oracle-indices.sql, - old/sql-ledger/sql/Oracle-tables.sql, - old/sql-ledger/sql/Oracle-upgrade-1.8.0-1.8.4.sql, - old/sql-ledger/sql/Oracle-upgrade-1.8.4-1.8.5.sql, - old/sql-ledger/sql/Oracle-upgrade-1.8.5-2.0.0.sql, - old/sql-ledger/sql/Oracle-upgrade-2.0.0-2.0.8.sql, - old/sql-ledger/sql/Pg-indices.sql, - old/sql-ledger/sql/Pg-tables.sql, - old/sql-ledger/sql/Pg-upgrade-1.2.6-1.2.7.sql, - old/sql-ledger/sql/Pg-upgrade-1.2.7-1.4.0.sql, - old/sql-ledger/sql/Pg-upgrade-1.4.0-1.6.0.sql, - old/sql-ledger/sql/Pg-upgrade-1.6.0-1.8.0.sql, - old/sql-ledger/sql/Pg-upgrade-1.8.0-1.8.4.sql, - old/sql-ledger/sql/Pg-upgrade-1.8.4-1.8.5.sql, - old/sql-ledger/sql/Pg-upgrade-1.8.5-2.0.0.sql, - old/sql-ledger/sql/Pg-upgrade-2.0.0-2.0.8.sql, - old/sql-ledger/sql/Poland-chart.sql, - old/sql-ledger/sql/Simplified_Chinese_Default-chart.sql, - old/sql-ledger/sql/Spain-chart.sql, - old/sql-ledger/sql/Swiss-German-chart.sql, - old/sql-ledger/sql/Swiss-German-gifi.sql, - old/sql-ledger/sql/Traditional_Chinese_Default-chart.sql, - old/sql-ledger/sql/US_General-chart.sql, - old/sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html, - old/sql-ledger/templates/Brazilian_Portuguese-check.tex, - old/sql-ledger/templates/Brazilian_Portuguese-income_statement.html, - old/sql-ledger/templates/Brazilian_Portuguese-invoice.html, - old/sql-ledger/templates/Brazilian_Portuguese-invoice.tex, - old/sql-ledger/templates/Brazilian_Portuguese-packing_list.html, - old/sql-ledger/templates/Brazilian_Portuguese-packing_list.tex, - old/sql-ledger/templates/Brazilian_Portuguese-purchase_order.html, - old/sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex, - old/sql-ledger/templates/Brazilian_Portuguese-receipt.tex, - old/sql-ledger/templates/Brazilian_Portuguese-sales_order.html, - old/sql-ledger/templates/Brazilian_Portuguese-sales_order.tex, - old/sql-ledger/templates/Brazilian_Portuguese-statement.html, - old/sql-ledger/templates/Brazilian_Portuguese-statement.tex, - old/sql-ledger/templates/Danish-balance_sheet.html, - old/sql-ledger/templates/Danish-check.tex, - old/sql-ledger/templates/Danish-income_statement.html, - old/sql-ledger/templates/Danish-invoice.html, - old/sql-ledger/templates/Danish-invoice.tex, - old/sql-ledger/templates/Danish-packing_list.html, - old/sql-ledger/templates/Danish-packing_list.tex, - old/sql-ledger/templates/Danish-purchase_order.html, - old/sql-ledger/templates/Danish-purchase_order.tex, - old/sql-ledger/templates/Danish-receipt.tex, - old/sql-ledger/templates/Danish-sales_order.html, - old/sql-ledger/templates/Danish-sales_order.tex, - old/sql-ledger/templates/Danish-statement.html, - old/sql-ledger/templates/Danish-statement.tex, - old/sql-ledger/templates/Default-balance_sheet.html, - old/sql-ledger/templates/Default-check.tex, - old/sql-ledger/templates/Default-income_statement.html, - old/sql-ledger/templates/Default-invoice.html, - old/sql-ledger/templates/Default-invoice.tex, - old/sql-ledger/templates/Default-packing_list.html, - old/sql-ledger/templates/Default-packing_list.tex, - old/sql-ledger/templates/Default-purchase_order.html, - old/sql-ledger/templates/Default-purchase_order.tex, - old/sql-ledger/templates/Default-receipt.tex, - old/sql-ledger/templates/Default-sales_order.html, - old/sql-ledger/templates/Default-sales_order.tex, - old/sql-ledger/templates/Default-statement.html, - old/sql-ledger/templates/Default-statement.tex, - old/sql-ledger/templates/Dutch-balance_sheet.html, - old/sql-ledger/templates/Dutch-check.tex, - old/sql-ledger/templates/Dutch-income_statement.html, - old/sql-ledger/templates/Dutch-invoice.html, - old/sql-ledger/templates/Dutch-invoice.tex, - old/sql-ledger/templates/Dutch-packing_list.html, - old/sql-ledger/templates/Dutch-packing_list.tex, - old/sql-ledger/templates/Dutch-purchase_order.html, - old/sql-ledger/templates/Dutch-purchase_order.tex, - old/sql-ledger/templates/Dutch-receipt.tex, - old/sql-ledger/templates/Dutch-sales_order.html, - old/sql-ledger/templates/Dutch-sales_order.tex, - old/sql-ledger/templates/Dutch-statement.html, - old/sql-ledger/templates/Dutch-statement.tex, - old/sql-ledger/templates/Estonian-balance_sheet.html, - old/sql-ledger/templates/Estonian-check.tex, - old/sql-ledger/templates/Estonian-income_statement.html, - old/sql-ledger/templates/Estonian-invoice.html, - old/sql-ledger/templates/Estonian-invoice.tex, - old/sql-ledger/templates/Estonian-packing_list.html, - old/sql-ledger/templates/Estonian-packing_list.tex, - old/sql-ledger/templates/Estonian-purchase_order.html, - old/sql-ledger/templates/Estonian-purchase_order.tex, - old/sql-ledger/templates/Estonian-receipt.tex, - old/sql-ledger/templates/Estonian-sales_order.html, - old/sql-ledger/templates/Estonian-sales_order.tex, - old/sql-ledger/templates/Estonian-statement.html, - old/sql-ledger/templates/Estonian-statement.tex, - old/sql-ledger/templates/French-balance_sheet.html, - old/sql-ledger/templates/French-check.tex, - old/sql-ledger/templates/French-income_statement.html, - old/sql-ledger/templates/French-invoice.html, - old/sql-ledger/templates/French-invoice.tex, - old/sql-ledger/templates/French-packing_list.html, - old/sql-ledger/templates/French-packing_list.tex, - old/sql-ledger/templates/French-purchase_order.html, - old/sql-ledger/templates/French-purchase_order.tex, - old/sql-ledger/templates/French-receipt.tex, - old/sql-ledger/templates/French-sales_order.html, - old/sql-ledger/templates/French-sales_order.tex, - old/sql-ledger/templates/French-statement.html, - old/sql-ledger/templates/French-statement.tex, - old/sql-ledger/templates/German-balance_sheet.html, - old/sql-ledger/templates/German-check.tex, - old/sql-ledger/templates/German-income_statement.html, - old/sql-ledger/templates/German-invoice.html, - old/sql-ledger/templates/German-invoice.tex, - old/sql-ledger/templates/German-packing_list.html, - old/sql-ledger/templates/German-packing_list.tex, - old/sql-ledger/templates/German-purchase_order.html, - old/sql-ledger/templates/German-purchase_order.tex, - old/sql-ledger/templates/German-receipt.tex, - old/sql-ledger/templates/German-sales_order.html, - old/sql-ledger/templates/German-sales_order.tex, - old/sql-ledger/templates/German-statement.html, - old/sql-ledger/templates/German-statement.tex, - old/sql-ledger/templates/Service-balance_sheet.html, - old/sql-ledger/templates/Service-check.tex, - old/sql-ledger/templates/Service-income_statement.html, - old/sql-ledger/templates/Service-invoice.html, - old/sql-ledger/templates/Service-invoice.tex, - old/sql-ledger/templates/Service-packing_list.html, - old/sql-ledger/templates/Service-packing_list.tex, - old/sql-ledger/templates/Service-purchase_order.html, - old/sql-ledger/templates/Service-purchase_order.tex, - old/sql-ledger/templates/Service-receipt.tex, - old/sql-ledger/templates/Service-sales_order.html, - old/sql-ledger/templates/Service-sales_order.tex, - old/sql-ledger/templates/Service-statement.html, - old/sql-ledger/templates/Service-statement.tex, - old/sql-ledger/templates/Spanish_A4-balance_sheet.html, - old/sql-ledger/templates/Spanish_A4-check.tex, - old/sql-ledger/templates/Spanish_A4-income_statement.html, - old/sql-ledger/templates/Spanish_A4-invoice.html, - old/sql-ledger/templates/Spanish_A4-invoice.tex, - old/sql-ledger/templates/Spanish_A4-packing_list.html, - old/sql-ledger/templates/Spanish_A4-packing_list.tex, - old/sql-ledger/templates/Spanish_A4-purchase_order.html, - old/sql-ledger/templates/Spanish_A4-purchase_order.tex, - old/sql-ledger/templates/Spanish_A4-receipt.tex, - old/sql-ledger/templates/Spanish_A4-sales_order.html, - old/sql-ledger/templates/Spanish_A4-sales_order.tex, - old/sql-ledger/templates/Spanish_A4-statement.html, - old/sql-ledger/templates/Spanish_A4-statement.tex, - old/sql-ledger/templates/Spanish_Letter-balance_sheet.html, - old/sql-ledger/templates/Spanish_Letter-check.tex, - old/sql-ledger/templates/Spanish_Letter-income_statement.html, - old/sql-ledger/templates/Spanish_Letter-invoice.html, - old/sql-ledger/templates/Spanish_Letter-invoice.tex, - old/sql-ledger/templates/Spanish_Letter-packing_list.html, - old/sql-ledger/templates/Spanish_Letter-packing_list.tex, - old/sql-ledger/templates/Spanish_Letter-purchase_order.html, - old/sql-ledger/templates/Spanish_Letter-purchase_order.tex, - old/sql-ledger/templates/Spanish_Letter-receipt.tex, - old/sql-ledger/templates/Spanish_Letter-sales_order.html, - old/sql-ledger/templates/Spanish_Letter-sales_order.tex, - old/sql-ledger/templates/Spanish_Letter-statement.html, - old/sql-ledger/templates/Spanish_Letter-statement.tex, - old/sql-ledger/users/members.default: removing files from import - mistake - 2004-11-16 06:19 ivan * htetc/handler.pl: can't set $p without $cgi @@ -20938,2323 +20843,6 @@ * htetc/handler.pl: handle RT NoAuth sections -2004-11-15 02:35 ivan - - * sql-ledger/locale/: sv/arap, sv/cp, sv/oe, sv/pe, sv/pos, sv/rc, - nb/admin, sv/arapprn, sv/bp, sv/hr, sv/ps, sv/pw, nb/all, nb/am, - nb/ap, nb/ar, nb/ca, nb/ct, nb/gl, nb/ic, nb/ir, nb/io, nb/is, - nb/login, nb/menu, nb/rp, nb/COPYING, nb/LANGUAGE, nb/arap, - nb/oe, nb/arapprn, nb/bp, nb/cp, nb/hr, nb/pe, nb/pos, nb/ps, - nb/pw, nb/rc, tw_utf/admin, tw_utf/all, tw_utf/COPYING, - tw_utf/am, tw_utf/ap, tw_utf/ar, tw_utf/arap, tw_utf/bp, - tw_utf/ca, tw_utf/cp, tw_utf/ct, tw_utf/gl, tw_utf/hr, tw_utf/ic, - tw_utf/LANGUAGE, tw_utf/io, tw_utf/ir, tw_utf/is, tw_utf/login, - tw_utf/menu, tw_utf/oe, tw_utf/pe, tw_utf/pos, tw_big5/admin, - tw_utf/arapprn, tw_utf/ps, tw_utf/pw, tw_utf/rc, tw_utf/rp, - tw_big5/all, tw_big5/am, tw_big5/ap, tw_big5/COPYING, tw_big5/ar, - tw_big5/arap, tw_big5/bp, tw_big5/ca, tw_big5/cp, tw_big5/ct, - tw_big5/gl, tw_big5/hr, tw_big5/ic, tw_big5/io, tw_big5/ir, - tw_big5/LANGUAGE, tw_big5/is, tw_big5/login, tw_big5/menu, - tw_big5/oe, tw_big5/pe, be_nl/admin, tw_big5/arapprn, - tw_big5/pos, tw_big5/ps, tw_big5/pw, tw_big5/rc, tw_big5/rp, - tw_big5/temp, be_nl/all, be_nl/am, be_nl/ap, be_nl/ar, be_nl/ca, - be_nl/ct, be_nl/gl, be_nl/ic, be_nl/io, be_nl/ir, be_nl/is, - be_nl/login, be_nl/menu, be_nl/COPYING, be_nl/LANGUAGE, - be_nl/arap, be_nl/oe, be_nl/rp, be_nl/Num2text, be_nl/bp, - be_nl/cp, be_nl/pe, be_nl/pos, be_nl/rc, be_nl/arapprn, be_nl/hr, - be_nl/ps, be_nl/pw, cn_utf/admin, cn_utf/all, cn_utf/COPYING, - cn_utf/am, cn_utf/ap, cn_utf/ar, cn_utf/arap, cn_utf/bp, - cn_utf/ca, cn_utf/cp, cn_utf/ct, cn_utf/gl, cn_utf/hr, cn_utf/ic, - cn_utf/io, cn_utf/ir, cn_utf/LANGUAGE, cn_utf/is, cn_utf/login, - cn_utf/menu, cn_utf/oe, cn_utf/pe, cn_utf/pos, cn_utf/ps, - cn_utf/rc, cn_utf/arapprn, cn_utf/pw, cn_utf/rp, gr/COPYING, - gr/LANGUAGE, gr/admin, gr/all, gr/am, gr/ap, gr/ar, gr/ca, gr/ct, - gr/gl, gr/ic, gr/io, gr/ir, gr/is, gr/login, gr/menu, gr/rp, - gr/arap, gr/bp, gr/cp, gr/oe, gr/pe, gr/pos, gr/rc, gr/arapprn, - gr/hr, gr/ps, gr/pw: Initial revision - -2004-11-15 02:32 ivan - - * sql-ledger/locale/: co/admin, co/all, co/am, co/ap, co/ar, co/ca, - co/ct, co/gl, co/ic, co/io, co/ir, co/login, co/menu, co/rp, - co/arap, co/cp, co/is, co/oe, co/pe, co/bp, co/pos, co/ps, co/rc, - co/arapprn, co/hr, co/pw, dk/bp, dk/pos, dk/ps, dk/hr, - dk/arapprn, dk/pw, br/bp, br/arapprn, br/hr, br/pos, br/ps, - br/pw, it/arapprn, it/bp, it/hr, it/pos, it/ps, it/pw, ct/bp, - ct/pos, ct/ps, ct/arapprn, ct/hr, ct/pw, ee/Num2text, ee/bp, - ee/pos, ee/arapprn, ee/hr, ee/ps, ee/pw, nl/bp, nl/pos, - nl/arapprn, nl/hr, nl/ps, nl/pw, tr/bp, tr/arapprn, tr/hr, - tr/pos, tr/ps, tr/pw, ve/bp, ve/hr, ve/pos, ve/ps, ve/pw, - ve/arapprn, pa/bp, pa/hr, pa/pos, pa/ps, pa/pw, pa/arapprn, - cz/bp, cz/pos, cz/arapprn, cz/hr, cz/ps, cz/pw, pt/bp, pt/pos, - pt/ps, ec/admin, pt/arapprn, pt/hr, pt/pw, ec/all, ec/am, ec/ap, - ec/ar, ec/arap, ec/COPYING, ec/bp, ec/ca, ec/cp, ec/ct, ec/gl, - ec/hr, ec/ic, ec/io, ec/ir, ec/LANGUAGE, ec/Num2text, ec/is, - ec/login, ec/menu, ec/oe, ec/pe, ec/pos, ec/ps, ec/rc, - ec/arapprn, ec/pw, ec/rp, pl/arapprn, pl/bp, pl/hr, pl/pos, - pl/ps, pl/pw, mx/bp, mx/pos, mx/arapprn, mx/hr, mx/ps, mx/pw, - fi/bp, fi/pos, fi/arapprn, fi/hr, fi/ps, fi/pw, ru/bp, ru/pos, - ru/arapprn, ru/hr, ru/ps, ru/pw, ua/bp, ua/arapprn, ua/hr, - ua/pos, ua/ps, ua/pw, se/arapprn, se/bp, se/hr, se/pos, se/ps, - se/pw, hu/Num2text, hu/bp, hu/hr, hu/pos, hu/ps, hu/pw, - hu/arapprn, lt/arapprn, lt/bp, lt/hr, lt/pos, lt/ps, lt/pw, - is/bp, es_iso/login, is/arapprn, is/hr, is/pos, is/ps, is/pw, - es_iso/admin, es_iso/all, es_iso/ar, es_iso/ct, es_iso/gl, - es_iso/ic, es_iso/ir, es_iso/is, es_iso/rp, es_iso/am, es_iso/ap, - es_iso/ca, es_iso/menu, es_iso/COPYING, es_iso/LANGUAGE, - es_iso/Num2text, es_iso/arap, es_iso/io, es_iso/oe, es_iso/pe, - es_iso/bp, es_iso/cp, es_iso/pos, es_iso/rc, es_iso/arapprn, - es_iso/hr, es_iso/ps, es_iso/pw, lv/COPYING, lv/LANGUAGE, - lv/admin, lv/all, lv/am, lv/ap, lv/ar, lv/ca, lv/ct, lv/gl, - lv/ic, lv/io, lv/ir, lv/login, lv/menu, lv/rp, lv/arap, lv/cp, - lv/is, lv/oe, lv/pe, lv/bp, lv/pos, lv/ps, lv/rc, es_utf/admin, - es_utf/login, lv/arapprn, lv/hr, lv/pw, es_utf/all, es_utf/ar, - es_utf/ct, es_utf/gl, es_utf/ic, es_utf/ir, es_utf/is, es_utf/rp, - es_utf/LANGUAGE, es_utf/am, es_utf/ap, es_utf/ca, es_utf/io, - es_utf/menu, es_utf/COPYING, es_utf/Num2text, es_utf/arap, - es_utf/bp, es_utf/cp, es_utf/oe, es_utf/pe, es_utf/pos, - es_utf/rc, es_utf/arapprn, es_utf/hr, es_utf/ps, es_utf/pw, - eg/COPYING, eg/LANGUAGE, eg/admin, en_GB/arapprn, en_GB/hr, - en_GB/pos, en_GB/ps, en_GB/pw, eg/all, eg/am, eg/ap, eg/ar, - eg/arap, eg/bp, eg/ca, eg/cp, eg/ct, eg/gl, eg/ic, eg/io, eg/ir, - eg/hr, eg/is, eg/login, eg/menu, eg/oe, eg/arapprn, eg/pe, - eg/pos, eg/ps, eg/pw, eg/rc, eg/rp, sv/COPYING, sv/LANGUAGE, - sv/admin, sv/all, sv/am, sv/ap, sv/ar, sv/ca, sv/ct, sv/gl, - sv/ic, sv/io, sv/ir, sv/login, sv/is, sv/menu, sv/rp: Initial - revision - -2004-11-15 02:29 ivan - - * sql-ledger/: index.html, sql-ledger.gif, bin/mozilla/bp.pl, - bin/mozilla/pos.pl, bin/mozilla/ps.pl, bin/mozilla/hr.pl, - bin/js/menu.pl, bin/mozilla/arapprn.pl, bin/mozilla/pw.pl, - doc/COPYRIGHT, doc/README.DB2, doc/UPGRADE-2.0.8-2.0.9, - doc/UPGRADE-2.0.9-2.2.0, doc/UPGRADE-2.2.0-2.2.7, - doc/UPGRADE-2.2.7-2.4.0, doc/UPGRADE-2.4.0-2.4.1, - doc/UPGRADE-2.4.1-2.4.2, doc/UPGRADE-2.4.2-2.4.3, - doc/UPGRADE-2.4.3-2.4.4, sql/Italy-gifi.sql, - sql/Czech-Republic-chart.sql, - sql/Simplified-Chinese_Default-chart.sql, - sql/Traditional-Chinese_Default-chart.sql, - sql/Canada-English_General-chart.sql, - sql/Pg-upgrade-2.3.0-2.3.1.sql, sql/Swedish-chart.sql, - sql/DB2-create.sql, sql/Italy_General-chart.sql, - sql/Oracle-upgrade-2.0.8-2.2.0.sql, - sql/Pg-upgrade-2.0.8-2.2.0.sql, sql/Pg-upgrade-2.2.0-2.3.0.sql, - sql/Hungary-chart.sql, sql/Norwegian_Default-chart.sql, - sql/Belgium-chart.sql, sql/Belgium-gifi.sql, - sql/Hungary-gifi.sql, sql/Pg-upgrade-2.3.1-2.3.3.sql, - sql/Canada-English-gifi.sql, sql/Italy_cc2424-chart.sql, - sql/Pg-upgrade-2.3.3-2.3.4.sql, sql/Pg-upgrade-2.3.4-2.3.5.sql, - sql/Pg-upgrade-2.3.5-2.3.6.sql, sql/Spain-ISO-chart.sql, - sql/Spain-UTF8-chart.sql, sql/Canada-French-gifi.sql, - sql/DB2-indices.sql, sql/DB2-remove.sql, sql/DB2-set.sql, - sql/DB2-tables.sql, sql/DB2-sql-ledger.order, - sql/Latvia-chart.sql, sql/Pg-upgrade-2.3.6-2.3.7.sql, - sql/NAICS.sql, sql/Pg-upgrade-2.3.7-2.3.8.sql, - sql/Pg-upgrade-2.3.8-2.3.9.sql, sql/Colombia-PUC-chart.sql, - sql/Colombia-PUC-gifi.sql, sql/Egypt-chart.sql, - sql/Pg-functions.sql, sql/US_Manufacturing-chart.sql, - sql/Pg-upgrade-2.3.9-2.4.2.sql, sql/Pg-upgrade-2.4.2-2.4.3.sql, - sql/Pg-upgrade-2.4.3-2.4.4.sql, - sql/Simplified-Chinese_Default-UTF8-chart.sql, - sql/Traditional-Chinese_Default-UTF8-chart.sql, - sql/US_Service_Company-chart.sql, - templates/Default-pos_invoice.txt, - templates/Norwegian-balance_sheet.html, - templates/Danish-pos_invoice.txt, - templates/Dutch-pos_invoice.txt, templates/Norwegian-check.tex, - templates/Norwegian-income_statement.html, - templates/Norwegian-invoice.html, - templates/Norwegian-invoice.tex, - templates/Norwegian-packing_list.html, - templates/Norwegian-packing_list.tex, - templates/Norwegian-purchase_order.html, - templates/Norwegian-purchase_order.tex, - templates/Norwegian-receipt.tex, - templates/Italian-balance_sheet.html, - templates/Italian-check.tex, - templates/Italian-income_statement.html, - templates/Italian-invoice.html, templates/Italian-invoice.tex, - templates/Italian-packing_list.html, - templates/Italian-packing_list.tex, - templates/Norwegian-sales_order.html, - templates/Norwegian-sales_order.tex, - templates/Norwegian-statement.html, - templates/Norwegian-statement.tex, - templates/Default-bin_list.html, templates/Default-bin_list.tex, - templates/Hungarian-balance_sheet.html, - templates/Italian-purchase_order.html, - templates/Italian-purchase_order.tex, - templates/Italian-receipt.tex, - templates/Italian-sales_order.html, - templates/Italian-sales_order.tex, - templates/Italian-statement.html, - templates/Italian-statement.tex, - templates/Default-pick_list.html, - templates/Default-pick_list.tex, - templates/Default-request_quotation.html, - templates/Default-request_quotation.tex, - templates/Default-sales_quotation.html, - templates/Default-sales_quotation.tex, - templates/Hungarian-check.tex, - templates/Hungarian-income_statement.html, - templates/Hungarian-invoice.html, - templates/Hungarian-invoice.tex, - templates/Hungarian-packing_list.html, - templates/Hungarian-packing_list.tex, - templates/Hungarian-pos_invoice.txt, - templates/Hungarian-purchase_order.html, - templates/Hungarian-purchase_order.tex, - templates/Hungarian-receipt.tex, - templates/Default-work_order.tex, - templates/Hungarian-sales_order.html, - templates/Hungarian-sales_order.tex, - templates/Hungarian-statement.html, - templates/Hungarian-statement.tex, templates/Danish-bin_list.tex, - templates/Danish-work_order.html, - templates/Danish-work_order.tex, - templates/Default-work_order.html, - templates/Dutch-work_order.html, templates/Dutch-work_order.tex, - templates/Estonian-pos_invoice.txt, - templates/Estonian-work_order.html, - templates/Estonian-work_order.tex, - templates/French-pos_invoice.txt, - templates/French-work_order.html, - templates/French-work_order.tex, - templates/German-work_order.html, - templates/German-work_order.tex, - templates/Hungarian-work_order.html, - templates/Hungarian-work_order.tex, - templates/Italian-work_order.html, - templates/Italian-work_order.tex, - templates/Norwegian-work_order.html, - templates/Norwegian-work_order.tex, - templates/Service-work_order.html, - templates/Service-work_order.tex, - templates/Spanish_A4-work_order.html, - templates/Brazilian_Portuguese-bin_list.html, - templates/Brazilian_Portuguese-bin_list.tex, - templates/Danish-pick_list.html, - templates/German-pos_invoice.txt, - templates/Italian-pos_invoice.txt, - templates/Norwegian-pos_invoice.txt, - templates/Service-pos_invoice.txt, - templates/Spanish_A4-pos_invoice.txt, - templates/Spanish_A4-work_order.tex, - templates/Spanish_Letter-pos_invoice.txt, - templates/Spanish_Letter-work_order.html, - templates/Spanish_Letter-work_order.tex, - templates/Brazilian_Portuguese-pick_list.html, - templates/Brazilian_Portuguese-pick_list.tex, - templates/Brazilian_Portuguese-pos_invoice.txt, - templates/Brazilian_Portuguese-request_quotation.html, - templates/Brazilian_Portuguese-request_quotation.tex, - templates/Brazilian_Portuguese-sales_quotation.html, - templates/Brazilian_Portuguese-sales_quotation.tex, - templates/Brazilian_Portuguese-work_order.html, - templates/Brazilian_Portuguese-work_order.tex, - templates/Danish-bin_list.html, templates/Danish-pick_list.tex, - templates/Danish-request_quotation.html, - templates/Danish-request_quotation.tex, - templates/Danish-sales_quotation.html, - templates/Danish-sales_quotation.tex, - templates/Dutch-bin_list.html, templates/Dutch-bin_list.tex, - templates/Dutch-pick_list.html, templates/Dutch-pick_list.tex, - templates/Dutch-request_quotation.html, - templates/Dutch-request_quotation.tex, - templates/Dutch-sales_quotation.html, - templates/Dutch-sales_quotation.tex, - templates/Estonian-bin_list.html, - templates/Estonian-bin_list.tex, - templates/Estonian-pick_list.html, - templates/Estonian-pick_list.tex, - templates/Estonian-request_quotation.html, - templates/Estonian-request_quotation.tex, - templates/French-bin_list.html, templates/French-bin_list.tex, - templates/French-pick_list.html, templates/French-pick_list.tex, - templates/French-request_quotation.html, - templates/French-request_quotation.tex, - templates/French-sales_quotation.html, - templates/French-sales_quotation.tex, - templates/German-bin_list.html, templates/German-bin_list.tex, - templates/German-pick_list.html, templates/German-pick_list.tex, - templates/German-request_quotation.html, - templates/German-request_quotation.tex, - templates/German-sales_quotation.html, - templates/German-sales_quotation.tex, - templates/Hungarian-bin_list.html, - templates/Hungarian-bin_list.tex, - templates/Hungarian-pick_list.html, - templates/Hungarian-pick_list.tex, - templates/Hungarian-request_quotation.html, - templates/Hungarian-request_quotation.tex, - templates/Hungarian-sales_quotation.html, - templates/Hungarian-sales_quotation.tex, - templates/Italian-bin_list.html, templates/Italian-bin_list.tex, - templates/Italian-pick_list.html, - templates/Italian-pick_list.tex, - templates/Italian-request_quotation.html, - templates/Italian-request_quotation.tex, - templates/Italian-sales_quotation.html, - templates/Italian-sales_quotation.tex, - templates/Norwegian-bin_list.html, - templates/Norwegian-bin_list.tex, - templates/Norwegian-pick_list.html, - templates/Norwegian-pick_list.tex, - templates/Norwegian-request_quotation.html, - templates/Norwegian-request_quotation.tex, - templates/Norwegian-sales_quotation.html, - templates/Norwegian-sales_quotation.tex, - templates/Service-bin_list.html, templates/Service-bin_list.tex, - templates/Service-pick_list.html, - templates/Service-pick_list.tex, - templates/Service-request_quotation.html, - templates/Service-request_quotation.tex, - templates/Service-sales_quotation.html, - templates/Service-sales_quotation.tex, - templates/Spanish_A4-bin_list.html, - templates/Spanish_A4-bin_list.tex, - templates/Spanish_A4-pick_list.html, - templates/Spanish_A4-pick_list.tex, - templates/Spanish_A4-request_quotation.html, - templates/Spanish_A4-request_quotation.tex, - templates/Spanish_A4-sales_quotation.html, - templates/Spanish_A4-sales_quotation.tex, - templates/Spanish_Letter-bin_list.html, - templates/Spanish_Letter-bin_list.tex, - templates/Brazilian_Portuguese-ap_transaction.html, - templates/Brazilian_Portuguese-ap_transaction.tex, - templates/Brazilian_Portuguese-ar_transaction.html, - templates/Spanish_Letter-pick_list.html, - templates/Spanish_Letter-pick_list.tex, - templates/Spanish_Letter-request_quotation.html, - templates/Spanish_Letter-request_quotation.tex, - templates/Spanish_Letter-sales_quotation.html, - templates/Spanish_Letter-sales_quotation.tex, - templates/Brazilian_Portuguese-ar_transaction.tex, - templates/Danish-ap_transaction.html, - templates/Danish-ap_transaction.tex, - templates/Danish-ar_transaction.html, - templates/Danish-ar_transaction.tex, - templates/Default-ap_transaction.html, - templates/Default-ap_transaction.tex, - templates/Default-ar_transaction.html, - templates/Default-ar_transaction.tex, - templates/Dutch-ap_transaction.html, - templates/Dutch-ap_transaction.tex, - templates/Dutch-ar_transaction.html, - templates/Dutch-ar_transaction.tex, - templates/Estonian-ap_transaction.html, - templates/Estonian-ap_transaction.tex, - templates/Estonian-ar_transaction.html, - templates/Estonian-ar_transaction.tex, - templates/French-ap_transaction.html, - templates/French-ap_transaction.tex, - templates/French-ar_transaction.html, - templates/French-ar_transaction.tex, - templates/German-ap_transaction.html, - templates/German-ap_transaction.tex, - templates/German-ar_transaction.html, - templates/German-ar_transaction.tex, - templates/Hungarian-ap_transaction.html, - templates/Hungarian-ap_transaction.tex, - templates/Hungarian-ar_transaction.html, - templates/Hungarian-ar_transaction.tex, - templates/Italian-ap_transaction.html, - templates/Italian-ap_transaction.tex, - templates/Italian-ar_transaction.html, - templates/Italian-ar_transaction.tex, - templates/Norwegian-ap_transaction.html, - templates/Norwegian-ap_transaction.tex, - templates/Norwegian-ar_transaction.html, - templates/Norwegian-ar_transaction.tex, - templates/Service-ap_transaction.html, - templates/Service-ap_transaction.tex, - templates/Service-ar_transaction.html, - templates/Service-ar_transaction.tex, - templates/Spanish_A4-ap_transaction.html, - templates/Spanish_A4-ap_transaction.tex, - templates/Spanish_A4-ar_transaction.html, - templates/Spanish_A4-ar_transaction.tex, - templates/Spanish_Letter-ap_transaction.html, - templates/Spanish_Letter-ap_transaction.tex, - templates/Spanish_Letter-ar_transaction.html, - templates/Spanish_Letter-ar_transaction.tex, - users/sql-ledger.eps, users/sql-ledger.png, SL/BP.pm, SL/HR.pm, - SL/OP.pm, locale/de/bp, locale/de/hr, locale/de/pos, - locale/de/ps, locale/de/arapprn, locale/de/pw, locale/fr/bp, - locale/fr/pos, locale/fr/hr, locale/fr/ps, locale/co/COPYING, - locale/co/LANGUAGE, locale/co/Num2text, locale/fr/Num2text, - locale/fr/arapprn, locale/fr/pw: Initial revision - -2004-11-15 02:28 ivan - - * sql-ledger/sql-ledger/: VERSION, am.pl, favicon.ico, index.html, - login.pl, menu.ini, setup.pl, sql-ledger.conf.default, - sql-ledger.gif, sql-ledger.png, SL/AM.pm, SL/AP.pm, SL/AR.pm, - SL/BP.pm, SL/CA.pm, SL/CP.pm, SL/CT.pm, SL/Form.pm, SL/GL.pm, - SL/HR.pm, SL/IC.pm, SL/IR.pm, SL/IS.pm, SL/Inifile.pm, - SL/Mailer.pm, SL/Menu.pm, SL/Num2text.pm, SL/OE.pm, SL/OP.pm, - SL/PE.pm, SL/RC.pm, SL/RP.pm, SL/User.pm, bin/js/menu.pl, - bin/lynx/menu.pl, bin/mozilla/admin.pl, bin/mozilla/am.pl, - bin/mozilla/ap.pl, bin/mozilla/ar.pl, bin/mozilla/arap.pl, - bin/mozilla/arapprn.pl, bin/mozilla/bp.pl, bin/mozilla/ca.pl, - bin/mozilla/cp.pl, bin/mozilla/ct.pl, bin/mozilla/gl.pl, - bin/mozilla/hr.pl, bin/mozilla/ic.pl, bin/mozilla/io.pl, - bin/mozilla/ir.pl, bin/mozilla/is.pl, bin/mozilla/login.pl, - bin/mozilla/menu.pl, bin/mozilla/oe.pl, bin/mozilla/pe.pl, - bin/mozilla/pos.pl, bin/mozilla/ps.pl, bin/mozilla/pw.pl, - bin/mozilla/rc.pl, bin/mozilla/rp.pl, css/sql-ledger.css, - doc/COPYING, doc/COPYRIGHT, doc/README, doc/README.DB2, - doc/UPGRADE-1.6-1.8, doc/UPGRADE-1.8-1.8.3, - doc/UPGRADE-1.8.3-1.8.4, doc/UPGRADE-1.8.4-1.8.5, - doc/UPGRADE-1.8.5-1.8.7, doc/UPGRADE-1.8.7-2.0.0, - doc/UPGRADE-2.0-2.0.8, doc/UPGRADE-2.0.8-2.0.9, - doc/UPGRADE-2.0.9-2.2.0, doc/UPGRADE-2.2.0-2.2.7, - doc/UPGRADE-2.2.7-2.4.0, doc/UPGRADE-2.4.0-2.4.1, - doc/UPGRADE-2.4.1-2.4.2, doc/UPGRADE-2.4.2-2.4.3, - doc/UPGRADE-2.4.3-2.4.4, doc/faq.html, locale/be_nl/COPYING, - locale/be_nl/LANGUAGE, locale/be_nl/Num2text, locale/be_nl/admin, - locale/be_nl/all, locale/be_nl/am, locale/be_nl/ap, - locale/be_nl/ar, locale/be_nl/arap, locale/be_nl/arapprn, - locale/be_nl/bp, locale/be_nl/ca, locale/be_nl/cp, - locale/be_nl/ct, locale/be_nl/gl, locale/be_nl/hr, - locale/be_nl/ic, locale/be_nl/io, locale/be_nl/ir, - locale/be_nl/is, locale/be_nl/login, locale/be_nl/menu, - locale/be_nl/oe, locale/be_nl/pe, locale/be_nl/pos, - locale/be_nl/ps, locale/be_nl/pw, locale/be_nl/rc, - locale/be_nl/rp, locale/br/COPYING, locale/br/LANGUAGE, - locale/br/admin, locale/br/all, locale/br/am, locale/br/ap, - locale/br/ar, locale/br/arap, locale/br/arapprn, locale/br/bp, - locale/br/ca, locale/br/cp, locale/br/ct, locale/br/gl, - locale/br/hr, locale/br/ic, locale/br/io, locale/br/ir, - locale/br/is, locale/br/login, locale/br/menu, locale/br/oe, - locale/br/pe, locale/br/pos, locale/br/ps, locale/br/pw, - locale/br/rc, locale/br/rp, locale/cn_utf/COPYING, - locale/cn_utf/LANGUAGE, locale/cn_utf/admin, locale/cn_utf/all, - locale/cn_utf/am, locale/cn_utf/ap, locale/cn_utf/ar, - locale/cn_utf/arap, locale/cn_utf/arapprn, locale/cn_utf/bp, - locale/cn_utf/ca, locale/cn_utf/cp, locale/cn_utf/ct, - locale/cn_utf/gl, locale/cn_utf/hr, locale/cn_utf/ic, - locale/cn_utf/io, locale/cn_utf/ir, locale/cn_utf/is, - locale/cn_utf/login, locale/cn_utf/menu, locale/cn_utf/oe, - locale/cn_utf/pe, locale/cn_utf/pos, locale/cn_utf/ps, - locale/cn_utf/pw, locale/cn_utf/rc, locale/cn_utf/rp, - locale/co/COPYING, locale/co/LANGUAGE, locale/co/Num2text, - locale/co/admin, locale/co/all, locale/co/am, locale/co/ap, - locale/co/ar, locale/co/arap, locale/co/arapprn, locale/co/bp, - locale/co/ca, locale/co/cp, locale/co/ct, locale/co/gl, - locale/co/hr, locale/co/ic, locale/co/io, locale/co/ir, - locale/co/is, locale/co/login, locale/co/menu, locale/co/oe, - locale/co/pe, locale/co/pos, locale/co/ps, locale/co/pw, - locale/co/rc, locale/co/rp, locale/ct/COPYING, - locale/ct/LANGUAGE, locale/ct/admin, locale/ct/all, locale/ct/am, - locale/ct/ap, locale/ct/ar, locale/ct/arap, locale/ct/arapprn, - locale/ct/bp, locale/ct/ca, locale/ct/cp, locale/ct/ct, - locale/ct/gl, locale/ct/hr, locale/ct/ic, locale/ct/io, - locale/ct/ir, locale/ct/is, locale/ct/login, locale/ct/menu, - locale/ct/oe, locale/ct/pe, locale/ct/pos, locale/ct/ps, - locale/ct/pw, locale/ct/rc, locale/ct/rp, locale/cz/COPYING, - locale/cz/LANGUAGE, locale/cz/admin, locale/cz/all, locale/cz/am, - locale/cz/ap, locale/cz/ar, locale/cz/arap, locale/cz/arapprn, - locale/cz/bp, locale/cz/ca, locale/cz/cp, locale/cz/ct, - locale/cz/gl, locale/cz/hr, locale/cz/ic, locale/cz/io, - locale/cz/ir, locale/cz/is, locale/cz/login, locale/cz/menu, - locale/cz/oe, locale/cz/pe, locale/cz/pos, locale/cz/ps, - locale/cz/pw, locale/cz/rc, locale/cz/rp, locale/de/COPYING, - locale/de/LANGUAGE, locale/de/Num2text, locale/de/admin, - locale/de/am, locale/de/ap, locale/de/ar, locale/de/arap, - locale/de/arapprn, locale/de/bp, locale/de/ca, locale/de/cp, - locale/de/ct, locale/de/gl, locale/de/hr, locale/de/ic, - locale/de/io, locale/de/ir, locale/de/is, locale/de/locales.pl, - locale/de/login, locale/de/menu, locale/de/oe, locale/de/pe, - locale/de/pos, locale/de/ps, locale/de/pw, locale/de/rc, - locale/de/rp, locale/dk/COPYING, locale/dk/LANGUAGE, - locale/dk/admin, locale/dk/all, locale/dk/am, locale/dk/ap, - locale/dk/ar, locale/dk/arap, locale/dk/arapprn, locale/dk/bp, - locale/dk/ca, locale/dk/cp, locale/dk/ct, locale/dk/gl, - locale/dk/hr, locale/dk/ic, locale/dk/io, locale/dk/ir, - locale/dk/is, locale/dk/login, locale/dk/menu, locale/dk/oe, - locale/dk/pe, locale/dk/pos, locale/dk/ps, locale/dk/pw, - locale/dk/rc, locale/dk/rp, locale/ec/COPYING, - locale/ec/LANGUAGE, locale/ec/Num2text, locale/ec/admin, - locale/ec/all, locale/ec/am, locale/ec/ap, locale/ec/ar, - locale/ec/arap, locale/ec/arapprn, locale/ec/bp, locale/ec/ca, - locale/ec/cp, locale/ec/ct, locale/ec/gl, locale/ec/hr, - locale/ec/ic, locale/ec/io, locale/ec/ir, locale/ec/is, - locale/ec/login, locale/ec/menu, locale/ec/oe, locale/ec/pe, - locale/ec/pos, locale/ec/ps, locale/ec/pw, locale/ec/rc, - locale/ec/rp, locale/ee/COPYING, locale/ee/LANGUAGE, - locale/ee/Num2text, locale/ee/admin, locale/ee/all, locale/ee/am, - locale/ee/ap, locale/ee/ar, locale/ee/arap, locale/ee/arapprn, - locale/ee/bp, locale/ee/ca, locale/ee/cp, locale/ee/ct, - locale/ee/gl, locale/ee/hr, locale/ee/ic, locale/ee/io, - locale/ee/ir, locale/ee/is, locale/ee/login, locale/ee/menu, - locale/ee/oe, locale/ee/pe, locale/ee/pos, locale/ee/ps, - locale/ee/pw, locale/ee/rc, locale/ee/rp, locale/eg/COPYING, - locale/eg/LANGUAGE, locale/eg/admin, locale/eg/all, locale/eg/am, - locale/eg/ap, locale/eg/ar, locale/eg/arap, locale/eg/arapprn, - locale/eg/bp, locale/eg/ca, locale/eg/cp, locale/eg/ct, - locale/eg/gl, locale/eg/hr, locale/eg/ic, locale/eg/io, - locale/eg/ir, locale/eg/is, locale/eg/login, locale/eg/menu, - locale/eg/oe, locale/eg/pe, locale/eg/pos, locale/eg/ps, - locale/eg/pw, locale/eg/rc, locale/eg/rp, locale/en_GB/COPYING, - locale/en_GB/LANGUAGE, locale/en_GB/admin, locale/en_GB/all, - locale/en_GB/am, locale/en_GB/ap, locale/en_GB/ar, - locale/en_GB/arap, locale/en_GB/arapprn, locale/en_GB/bp, - locale/en_GB/ca, locale/en_GB/cp, locale/en_GB/ct, - locale/en_GB/gl, locale/en_GB/hr, locale/en_GB/ic, - locale/en_GB/io, locale/en_GB/ir, locale/en_GB/is, - locale/en_GB/login, locale/en_GB/menu, locale/en_GB/oe, - locale/en_GB/pe, locale/en_GB/pos, locale/en_GB/ps, - locale/en_GB/pw, locale/en_GB/rc, locale/en_GB/rp, - locale/es_iso/COPYING, locale/es_iso/LANGUAGE, - locale/es_iso/Num2text, locale/es_iso/admin, locale/es_iso/all, - locale/es_iso/am, locale/es_iso/ap, locale/es_iso/ar, - locale/es_iso/arap, locale/es_iso/arapprn, locale/es_iso/bp, - locale/es_iso/ca, locale/es_iso/cp, locale/es_iso/ct, - locale/es_iso/gl, locale/es_iso/hr, locale/es_iso/ic, - locale/es_iso/io, locale/es_iso/ir, locale/es_iso/is, - locale/es_iso/login, locale/es_iso/menu, locale/es_iso/oe, - locale/es_iso/pe, locale/es_iso/pos, locale/es_iso/ps, - locale/es_iso/pw, locale/es_iso/rc, locale/es_iso/rp, - locale/es_utf/COPYING, locale/es_utf/LANGUAGE, - locale/es_utf/Num2text, locale/es_utf/admin, locale/es_utf/all, - locale/es_utf/am, locale/es_utf/ap, locale/es_utf/ar, - locale/es_utf/arap, locale/es_utf/arapprn, locale/es_utf/bp, - locale/es_utf/ca, locale/es_utf/cp, locale/es_utf/ct, - locale/es_utf/gl, locale/es_utf/hr, locale/es_utf/ic, - locale/es_utf/io, locale/es_utf/ir, locale/es_utf/is, - locale/es_utf/login, locale/es_utf/menu, locale/es_utf/oe, - locale/es_utf/pe, locale/es_utf/pos, locale/es_utf/ps, - locale/es_utf/pw, locale/es_utf/rc, locale/es_utf/rp, - locale/fi/COPYING, locale/fi/LANGUAGE, locale/fi/admin, - locale/fi/all, locale/fi/am, locale/fi/ap, locale/fi/ar, - locale/fi/arap, locale/fi/arapprn, locale/fi/bp, locale/fi/ca, - locale/fi/cp, locale/fi/ct, locale/fi/gl, locale/fi/hr, - locale/fi/ic, locale/fi/io, locale/fi/ir, locale/fi/is, - locale/fi/login, locale/fi/menu, locale/fi/oe, locale/fi/pe, - locale/fi/pos, locale/fi/ps, locale/fi/pw, locale/fi/rc, - locale/fi/rp, locale/fr/COPYING, locale/fr/LANGUAGE, - locale/fr/Num2text, locale/fr/admin, locale/fr/all, locale/fr/am, - locale/fr/ap, locale/fr/ar, locale/fr/arap, locale/fr/arapprn, - locale/fr/bp, locale/fr/ca, locale/fr/cp, locale/fr/ct, - locale/fr/gl, locale/fr/hr, locale/fr/ic, locale/fr/io, - locale/fr/ir, locale/fr/is, locale/fr/login, locale/fr/menu, - locale/fr/oe, locale/fr/pe, locale/fr/pos, locale/fr/ps, - locale/fr/pw, locale/fr/rc, locale/fr/rp, locale/gr/COPYING, - locale/gr/LANGUAGE, locale/gr/admin, locale/gr/all, locale/gr/am, - locale/gr/ap, locale/gr/ar, locale/gr/arap, locale/gr/arapprn, - locale/gr/bp, locale/gr/ca, locale/gr/cp, locale/gr/ct, - locale/gr/gl, locale/gr/hr, locale/gr/ic, locale/gr/io, - locale/gr/ir, locale/gr/is, locale/gr/login, locale/gr/menu, - locale/gr/oe, locale/gr/pe, locale/gr/pos, locale/gr/ps, - locale/gr/pw, locale/gr/rc, locale/gr/rp, locale/hu/COPYING, - locale/hu/LANGUAGE, locale/hu/Num2text, locale/hu/admin, - locale/hu/all, locale/hu/am, locale/hu/ap, locale/hu/ar, - locale/hu/arap, locale/hu/arapprn, locale/hu/bp, locale/hu/ca, - locale/hu/cp, locale/hu/ct, locale/hu/gl, locale/hu/hr, - locale/hu/ic, locale/hu/io, locale/hu/ir, locale/hu/is, - locale/hu/login, locale/hu/menu, locale/hu/oe, locale/hu/pe, - locale/hu/pos, locale/hu/ps, locale/hu/pw, locale/hu/rc, - locale/hu/rp, locale/is/COPYING, locale/is/LANGUAGE, - locale/is/admin, locale/is/all, locale/is/am, locale/is/ap, - locale/is/ar, locale/is/arap, locale/is/arapprn, locale/is/bp, - locale/is/ca, locale/is/cp, locale/is/ct, locale/is/gl, - locale/is/hr, locale/is/ic, locale/is/io, locale/is/ir, - locale/is/is, locale/is/login, locale/is/menu, locale/is/oe, - locale/is/pe, locale/is/pos, locale/is/ps, locale/is/pw, - locale/is/rc, locale/is/rp, locale/it/COPYING, - locale/it/LANGUAGE, locale/it/Num2text, locale/it/admin, - locale/it/all, locale/it/am, locale/it/ap, locale/it/ar, - locale/it/arap, locale/it/arapprn, locale/it/bp, locale/it/ca, - locale/it/cp, locale/it/ct, locale/it/gl, locale/it/hr, - locale/it/ic, locale/it/io, locale/it/ir, locale/it/is, - locale/it/login, locale/it/menu, locale/it/oe, locale/it/pe, - locale/it/pos, locale/it/ps, locale/it/pw, locale/it/qe, - locale/it/rc, locale/it/rp, locale/lt/COPYING, - locale/lt/LANGUAGE, locale/lt/admin, locale/lt/all, locale/lt/am, - locale/lt/ap, locale/lt/ar, locale/lt/arap, locale/lt/arapprn, - locale/lt/bp, locale/lt/ca, locale/lt/cp, locale/lt/ct, - locale/lt/gl, locale/lt/hr, locale/lt/ic, locale/lt/io, - locale/lt/ir, locale/lt/is, locale/lt/login, locale/lt/menu, - locale/lt/oe, locale/lt/pe, locale/lt/pos, locale/lt/ps, - locale/lt/pw, locale/lt/rc, locale/lt/rp, locale/lv/COPYING, - locale/lv/LANGUAGE, locale/lv/admin, locale/lv/all, locale/lv/am, - locale/lv/ap, locale/lv/ar, locale/lv/arap, locale/lv/arapprn, - locale/lv/bp, locale/lv/ca, locale/lv/cp, locale/lv/ct, - locale/lv/gl, locale/lv/hr, locale/lv/ic, locale/lv/io, - locale/lv/ir, locale/lv/is, locale/lv/login, locale/lv/menu, - locale/lv/oe, locale/lv/pe, locale/lv/pos, locale/lv/ps, - locale/lv/pw, locale/lv/rc, locale/lv/rp, locale/mx/COPYING, - locale/mx/LANGUAGE, locale/mx/admin, locale/mx/all, locale/mx/am, - locale/mx/ap, locale/mx/ar, locale/mx/arap, locale/mx/arapprn, - locale/mx/bp, locale/mx/ca, locale/mx/cp, locale/mx/ct, - locale/mx/gl, locale/mx/hr, locale/mx/ic, locale/mx/io, - locale/mx/ir, locale/mx/is, locale/mx/login, locale/mx/menu, - locale/mx/oe, locale/mx/pe, locale/mx/pos, locale/mx/ps, - locale/mx/pw, locale/mx/rc, locale/mx/rp, locale/nb/COPYING, - locale/nb/LANGUAGE, locale/nb/admin, locale/nb/all, locale/nb/am, - locale/nb/ap, locale/nb/ar, locale/nb/arap, locale/nb/arapprn, - locale/nb/bp, locale/nb/ca, locale/nb/cp, locale/nb/ct, - locale/nb/gl, locale/nb/hr, locale/nb/ic, locale/nb/io, - locale/nb/ir, locale/nb/is, locale/nb/login, locale/nb/menu, - locale/nb/oe, locale/nb/pe, locale/nb/pos, locale/nb/ps, - locale/nb/pw, locale/nb/rc, locale/nb/rp, locale/nl/COPYING, - locale/nl/LANGUAGE, locale/nl/Num2text, locale/nl/admin, - locale/nl/all, locale/nl/am, locale/nl/ap, locale/nl/ar, - locale/nl/arap, locale/nl/arapprn, locale/nl/bp, locale/nl/ca, - locale/nl/cp, locale/nl/ct, locale/nl/gl, locale/nl/hr, - locale/nl/ic, locale/nl/io, locale/nl/ir, locale/nl/is, - locale/nl/login, locale/nl/menu, locale/nl/oe, locale/nl/pe, - locale/nl/pos, locale/nl/ps, locale/nl/pw, locale/nl/rc, - locale/nl/rp, locale/pa/COPYING, locale/pa/LANGUAGE, - locale/pa/admin, locale/pa/all, locale/pa/am, locale/pa/ap, - locale/pa/ar, locale/pa/arap, locale/pa/arapprn, locale/pa/bp, - locale/pa/ca, locale/pa/cp, locale/pa/ct, locale/pa/gl, - locale/pa/hr, locale/pa/ic, locale/pa/io, locale/pa/ir, - locale/pa/is, locale/pa/login, locale/pa/menu, locale/pa/oe, - locale/pa/pe, locale/pa/pos, locale/pa/ps, locale/pa/pw, - locale/pa/rc, locale/pa/rp, locale/pl/COPYING, - locale/pl/LANGUAGE, locale/pl/admin, locale/pl/all, locale/pl/am, - locale/pl/ap, locale/pl/ar, locale/pl/arap, locale/pl/arapprn, - locale/pl/bp, locale/pl/ca, locale/pl/cp, locale/pl/ct, - locale/pl/gl, locale/pl/hr, locale/pl/ic, locale/pl/io, - locale/pl/ir, locale/pl/is, locale/pl/login, locale/pl/menu, - locale/pl/oe, locale/pl/pe, locale/pl/pos, locale/pl/ps, - locale/pl/pw, locale/pl/rc, locale/pl/rp, locale/pt/COPYING, - locale/pt/LANGUAGE, locale/pt/admin, locale/pt/all, locale/pt/am, - locale/pt/ap, locale/pt/ar, locale/pt/arap, locale/pt/arapprn, - locale/pt/bp, locale/pt/ca, locale/pt/cp, locale/pt/ct, - locale/pt/gl, locale/pt/hr, locale/pt/ic, locale/pt/io, - locale/pt/ir, locale/pt/is, locale/pt/login, locale/pt/menu, - locale/pt/oe, locale/pt/pe, locale/pt/pos, locale/pt/ps, - locale/pt/pw, locale/pt/rc, locale/pt/rp, locale/ru/COPYING, - locale/ru/LANGUAGE, locale/ru/admin, locale/ru/all, locale/ru/am, - locale/ru/ap, locale/ru/ar, locale/ru/arap, locale/ru/arapprn, - locale/ru/bp, locale/ru/ca, locale/ru/cp, locale/ru/ct, - locale/ru/gl, locale/ru/hr, locale/ru/ic, locale/ru/io, - locale/ru/ir, locale/ru/is, locale/ru/login, locale/ru/menu, - locale/ru/oe, locale/ru/pe, locale/ru/pos, locale/ru/ps, - locale/ru/pw, locale/ru/rc, locale/ru/rp, locale/se/COPYING, - locale/se/LANGUAGE, locale/se/admin, locale/se/all, locale/se/am, - locale/se/ap, locale/se/ar, locale/se/arap, locale/se/arapprn, - locale/se/bp, locale/se/ca, locale/se/cp, locale/se/ct, - locale/se/gl, locale/se/hr, locale/se/ic, locale/se/io, - locale/se/ir, locale/se/is, locale/se/login, locale/se/menu, - locale/se/oe, locale/se/pe, locale/se/pos, locale/se/ps, - locale/se/pw, locale/se/rc, locale/se/rp, locale/sv/COPYING, - locale/sv/LANGUAGE, locale/sv/admin, locale/sv/all, locale/sv/am, - locale/sv/ap, locale/sv/ar, locale/sv/arap, locale/sv/arapprn, - locale/sv/bp, locale/sv/ca, locale/sv/cp, locale/sv/ct, - locale/sv/gl, locale/sv/hr, locale/sv/ic, locale/sv/io, - locale/sv/ir, locale/sv/is, locale/sv/login, locale/sv/menu, - locale/sv/oe, locale/sv/pe, locale/sv/pos, locale/sv/ps, - locale/sv/pw, locale/sv/rc, locale/sv/rp, locale/tr/COPYING, - locale/tr/LANGUAGE, locale/tr/admin, locale/tr/all, locale/tr/am, - locale/tr/ap, locale/tr/ar, locale/tr/arap, locale/tr/arapprn, - locale/tr/bp, locale/tr/ca, locale/tr/cp, locale/tr/ct, - locale/tr/gl, locale/tr/hr, locale/tr/ic, locale/tr/io, - locale/tr/ir, locale/tr/is, locale/tr/login, locale/tr/menu, - locale/tr/oe, locale/tr/pe, locale/tr/pos, locale/tr/ps, - locale/tr/pw, locale/tr/rc, locale/tr/rp, locale/tw_big5/COPYING, - locale/tw_big5/LANGUAGE, locale/tw_big5/admin, - locale/tw_big5/all, locale/tw_big5/am, locale/tw_big5/ap, - locale/tw_big5/ar, locale/tw_big5/arap, locale/tw_big5/arapprn, - locale/tw_big5/bp, locale/tw_big5/ca, locale/tw_big5/cp, - locale/tw_big5/ct, locale/tw_big5/gl, locale/tw_big5/hr, - locale/tw_big5/ic, locale/tw_big5/io, locale/tw_big5/ir, - locale/tw_big5/is, locale/tw_big5/login, locale/tw_big5/menu, - locale/tw_big5/oe, locale/tw_big5/pe, locale/tw_big5/pos, - locale/tw_big5/ps, locale/tw_big5/pw, locale/tw_big5/rc, - locale/tw_big5/rp, locale/tw_big5/temp, locale/tw_utf/COPYING, - locale/tw_utf/LANGUAGE, locale/tw_utf/admin, locale/tw_utf/all, - locale/tw_utf/am, locale/tw_utf/ap, locale/tw_utf/ar, - locale/tw_utf/arap, locale/tw_utf/arapprn, locale/tw_utf/bp, - locale/tw_utf/ca, locale/tw_utf/cp, locale/tw_utf/ct, - locale/tw_utf/gl, locale/tw_utf/hr, locale/tw_utf/ic, - locale/tw_utf/io, locale/tw_utf/ir, locale/tw_utf/is, - locale/tw_utf/login, locale/tw_utf/menu, locale/tw_utf/oe, - locale/tw_utf/pe, locale/tw_utf/pos, locale/tw_utf/ps, - locale/tw_utf/pw, locale/tw_utf/rc, locale/tw_utf/rp, - locale/ua/COPYING, locale/ua/LANGUAGE, locale/ua/admin, - locale/ua/all, locale/ua/am, locale/ua/ap, locale/ua/ar, - locale/ua/arap, locale/ua/arapprn, locale/ua/bp, locale/ua/ca, - locale/ua/cp, locale/ua/ct, locale/ua/gl, locale/ua/hr, - locale/ua/ic, locale/ua/io, locale/ua/ir, locale/ua/is, - locale/ua/login, locale/ua/menu, locale/ua/oe, locale/ua/pe, - locale/ua/pos, locale/ua/ps, locale/ua/pw, locale/ua/rc, - locale/ua/rp, locale/ve/COPYING, locale/ve/LANGUAGE, - locale/ve/admin, locale/ve/all, locale/ve/am, locale/ve/ap, - locale/ve/ar, locale/ve/arap, locale/ve/arapprn, locale/ve/bp, - locale/ve/ca, locale/ve/cp, locale/ve/ct, locale/ve/gl, - locale/ve/hr, locale/ve/ic, locale/ve/io, locale/ve/ir, - locale/ve/is, locale/ve/login, locale/ve/menu, locale/ve/oe, - locale/ve/pe, locale/ve/pos, locale/ve/ps, locale/ve/pw, - locale/ve/rc, locale/ve/rp, sql/Austria-chart.sql, - sql/Austria-gifi.sql, sql/Belgium-chart.sql, - sql/Belgium-gifi.sql, sql/Brazil_General-chart.sql, - sql/Canada-English-gifi.sql, - sql/Canada-English_General-chart.sql, sql/Canada-French-gifi.sql, - sql/Colombia-PUC-chart.sql, sql/Colombia-PUC-gifi.sql, - sql/Czech-Republic-chart.sql, sql/DB2-create.sql, - sql/DB2-indices.sql, sql/DB2-remove.sql, sql/DB2-set.sql, - sql/DB2-sql-ledger.order, sql/DB2-tables.sql, - sql/Danish_Default-chart.sql, sql/Default-chart.sql, - sql/Dutch_Default-chart.sql, sql/Dutch_Standard-chart.sql, - sql/Egypt-chart.sql, sql/France-chart.sql, - sql/German-Sample-chart.sql, sql/German-Sample-gifi.sql, - sql/Germany-DATEV-SKR03-chart.sql, - sql/Germany-DATEV-SKR03-gifi.sql, sql/Germany-SKR03-chart.sql, - sql/Germany-SKR03-gifi.sql, sql/Hungary-chart.sql, - sql/Hungary-gifi.sql, sql/Italy-gifi.sql, - sql/Italy_General-chart.sql, sql/Italy_cc2424-chart.sql, - sql/Latvia-chart.sql, sql/NAICS.sql, - sql/Norwegian_Default-chart.sql, sql/Oracle-indices.sql, - sql/Oracle-tables.sql, sql/Oracle-upgrade-1.8.0-1.8.4.sql, - sql/Oracle-upgrade-1.8.4-1.8.5.sql, - sql/Oracle-upgrade-1.8.5-2.0.0.sql, - sql/Oracle-upgrade-2.0.0-2.0.8.sql, - sql/Oracle-upgrade-2.0.8-2.2.0.sql, sql/Pg-functions.sql, - sql/Pg-indices.sql, sql/Pg-tables.sql, - sql/Pg-upgrade-1.2.6-1.2.7.sql, sql/Pg-upgrade-1.2.7-1.4.0.sql, - sql/Pg-upgrade-1.4.0-1.6.0.sql, sql/Pg-upgrade-1.6.0-1.8.0.sql, - sql/Pg-upgrade-1.8.0-1.8.4.sql, sql/Pg-upgrade-1.8.4-1.8.5.sql, - sql/Pg-upgrade-1.8.5-2.0.0.sql, sql/Pg-upgrade-2.0.0-2.0.8.sql, - sql/Pg-upgrade-2.0.8-2.2.0.sql, sql/Pg-upgrade-2.2.0-2.3.0.sql, - sql/Pg-upgrade-2.3.0-2.3.1.sql, sql/Pg-upgrade-2.3.1-2.3.3.sql, - sql/Pg-upgrade-2.3.3-2.3.4.sql, sql/Pg-upgrade-2.3.4-2.3.5.sql, - sql/Pg-upgrade-2.3.5-2.3.6.sql, sql/Pg-upgrade-2.3.6-2.3.7.sql, - sql/Pg-upgrade-2.3.7-2.3.8.sql, sql/Pg-upgrade-2.3.8-2.3.9.sql, - sql/Pg-upgrade-2.3.9-2.4.2.sql, sql/Pg-upgrade-2.4.2-2.4.3.sql, - sql/Pg-upgrade-2.4.3-2.4.4.sql, sql/Poland-chart.sql, - sql/Simplified-Chinese_Default-UTF8-chart.sql, - sql/Simplified-Chinese_Default-chart.sql, - sql/Spain-ISO-chart.sql, sql/Spain-UTF8-chart.sql, - sql/Swedish-chart.sql, sql/Swiss-German-chart.sql, - sql/Swiss-German-gifi.sql, - sql/Traditional-Chinese_Default-UTF8-chart.sql, - sql/Traditional-Chinese_Default-chart.sql, - sql/US_General-chart.sql, sql/US_Manufacturing-chart.sql, - sql/US_Service_Company-chart.sql, - templates/Brazilian_Portuguese-ap_transaction.html, - templates/Brazilian_Portuguese-ap_transaction.tex, - templates/Brazilian_Portuguese-ar_transaction.html, - templates/Brazilian_Portuguese-ar_transaction.tex, - templates/Brazilian_Portuguese-balance_sheet.html, - templates/Brazilian_Portuguese-bin_list.html, - templates/Brazilian_Portuguese-bin_list.tex, - templates/Brazilian_Portuguese-check.tex, - templates/Brazilian_Portuguese-income_statement.html, - templates/Brazilian_Portuguese-invoice.html, - templates/Brazilian_Portuguese-invoice.tex, - templates/Brazilian_Portuguese-packing_list.html, - templates/Brazilian_Portuguese-packing_list.tex, - templates/Brazilian_Portuguese-pick_list.html, - templates/Brazilian_Portuguese-pick_list.tex, - templates/Brazilian_Portuguese-pos_invoice.txt, - templates/Brazilian_Portuguese-purchase_order.html, - templates/Brazilian_Portuguese-purchase_order.tex, - templates/Brazilian_Portuguese-receipt.tex, - templates/Brazilian_Portuguese-request_quotation.html, - templates/Brazilian_Portuguese-request_quotation.tex, - templates/Brazilian_Portuguese-sales_order.html, - templates/Brazilian_Portuguese-sales_order.tex, - templates/Brazilian_Portuguese-sales_quotation.html, - templates/Brazilian_Portuguese-sales_quotation.tex, - templates/Brazilian_Portuguese-statement.html, - templates/Brazilian_Portuguese-statement.tex, - templates/Brazilian_Portuguese-work_order.html, - templates/Brazilian_Portuguese-work_order.tex, - templates/Danish-ap_transaction.html, - templates/Danish-ap_transaction.tex, - templates/Danish-ar_transaction.html, - templates/Danish-ar_transaction.tex, - templates/Danish-balance_sheet.html, - templates/Danish-bin_list.html, templates/Danish-bin_list.tex, - templates/Danish-check.tex, - templates/Danish-income_statement.html, - templates/Danish-invoice.html, templates/Danish-invoice.tex, - templates/Danish-packing_list.html, - templates/Danish-packing_list.tex, - templates/Danish-pick_list.html, templates/Danish-pick_list.tex, - templates/Danish-pos_invoice.txt, - templates/Danish-purchase_order.html, - templates/Danish-purchase_order.tex, - templates/Danish-receipt.tex, - templates/Danish-request_quotation.html, - templates/Danish-request_quotation.tex, - templates/Danish-sales_order.html, - templates/Danish-sales_order.tex, - templates/Danish-sales_quotation.html, - templates/Danish-sales_quotation.tex, - templates/Danish-statement.html, templates/Danish-statement.tex, - templates/Danish-work_order.html, - templates/Danish-work_order.tex, - templates/Default-ap_transaction.html, - templates/Default-ap_transaction.tex, - templates/Default-ar_transaction.html, - templates/Default-ar_transaction.tex, - templates/Default-balance_sheet.html, - templates/Default-bin_list.html, templates/Default-bin_list.tex, - templates/Default-check.tex, - templates/Default-income_statement.html, - templates/Default-invoice.html, templates/Default-invoice.tex, - templates/Default-packing_list.html, - templates/Default-packing_list.tex, - templates/Default-pick_list.html, - templates/Default-pick_list.tex, - templates/Default-pos_invoice.txt, - templates/Default-purchase_order.html, - templates/Default-purchase_order.tex, - templates/Default-receipt.tex, - templates/Default-request_quotation.html, - templates/Default-request_quotation.tex, - templates/Default-sales_order.html, - templates/Default-sales_order.tex, - templates/Default-sales_quotation.html, - templates/Default-sales_quotation.tex, - templates/Default-statement.html, - templates/Default-statement.tex, - templates/Default-work_order.html, - templates/Default-work_order.tex, - templates/Dutch-ap_transaction.html, - templates/Dutch-ap_transaction.tex, - templates/Dutch-ar_transaction.html, - templates/Dutch-ar_transaction.tex, - templates/Dutch-balance_sheet.html, - templates/Dutch-bin_list.html, templates/Dutch-bin_list.tex, - templates/Dutch-check.tex, templates/Dutch-income_statement.html, - templates/Dutch-invoice.html, templates/Dutch-invoice.tex, - templates/Dutch-packing_list.html, - templates/Dutch-packing_list.tex, templates/Dutch-pick_list.html, - templates/Dutch-pick_list.tex, templates/Dutch-pos_invoice.txt, - templates/Dutch-purchase_order.html, - templates/Dutch-purchase_order.tex, templates/Dutch-receipt.tex, - templates/Dutch-request_quotation.html, - templates/Dutch-request_quotation.tex, - templates/Dutch-sales_order.html, - templates/Dutch-sales_order.tex, - templates/Dutch-sales_quotation.html, - templates/Dutch-sales_quotation.tex, - templates/Dutch-statement.html, templates/Dutch-statement.tex, - templates/Dutch-work_order.html, templates/Dutch-work_order.tex, - templates/Estonian-ap_transaction.html, - templates/Estonian-ap_transaction.tex, - templates/Estonian-ar_transaction.html, - templates/Estonian-ar_transaction.tex, - templates/Estonian-balance_sheet.html, - templates/Estonian-bin_list.html, - templates/Estonian-bin_list.tex, templates/Estonian-check.tex, - templates/Estonian-income_statement.html, - templates/Estonian-invoice.html, templates/Estonian-invoice.tex, - templates/Estonian-packing_list.html, - templates/Estonian-packing_list.tex, - templates/Estonian-pick_list.html, - templates/Estonian-pick_list.tex, - templates/Estonian-pos_invoice.txt, - templates/Estonian-purchase_order.html, - templates/Estonian-purchase_order.tex, - templates/Estonian-receipt.tex, - templates/Estonian-request_quotation.html, - templates/Estonian-request_quotation.tex, - templates/Estonian-sales_order.html, - templates/Estonian-sales_order.tex, - templates/Estonian-statement.html, - templates/Estonian-statement.tex, - templates/Estonian-work_order.html, - templates/Estonian-work_order.tex, - templates/French-ap_transaction.html, - templates/French-ap_transaction.tex, - templates/French-ar_transaction.html, - templates/French-ar_transaction.tex, - templates/French-balance_sheet.html, - templates/French-bin_list.html, templates/French-bin_list.tex, - templates/French-check.tex, - templates/French-income_statement.html, - templates/French-invoice.html, templates/French-invoice.tex, - templates/French-packing_list.html, - templates/French-packing_list.tex, - templates/French-pick_list.html, templates/French-pick_list.tex, - templates/French-pos_invoice.txt, - templates/French-purchase_order.html, - templates/French-purchase_order.tex, - templates/French-receipt.tex, - templates/French-request_quotation.html, - templates/French-request_quotation.tex, - templates/French-sales_order.html, - templates/French-sales_order.tex, - templates/French-sales_quotation.html, - templates/French-sales_quotation.tex, - templates/French-statement.html, templates/French-statement.tex, - templates/French-work_order.html, - templates/French-work_order.tex, - templates/German-ap_transaction.html, - templates/German-ap_transaction.tex, - templates/German-ar_transaction.html, - templates/German-ar_transaction.tex, - templates/German-balance_sheet.html, - templates/German-bin_list.html, templates/German-bin_list.tex, - templates/German-check.tex, - templates/German-income_statement.html, - templates/German-invoice.html, templates/German-invoice.tex, - templates/German-packing_list.html, - templates/German-packing_list.tex, - templates/German-pick_list.html, templates/German-pick_list.tex, - templates/German-pos_invoice.txt, - templates/German-purchase_order.html, - templates/German-purchase_order.tex, - templates/German-receipt.tex, - templates/German-request_quotation.html, - templates/German-request_quotation.tex, - templates/German-sales_order.html, - templates/German-sales_order.tex, - templates/German-sales_quotation.html, - templates/German-sales_quotation.tex, - templates/German-statement.html, templates/German-statement.tex, - templates/German-work_order.html, - templates/German-work_order.tex, - templates/Hungarian-ap_transaction.html, - templates/Hungarian-ap_transaction.tex, - templates/Hungarian-ar_transaction.html, - templates/Hungarian-ar_transaction.tex, - templates/Hungarian-balance_sheet.html, - templates/Hungarian-bin_list.html, - templates/Hungarian-bin_list.tex, templates/Hungarian-check.tex, - templates/Hungarian-income_statement.html, - templates/Hungarian-invoice.html, - templates/Hungarian-invoice.tex, - templates/Hungarian-packing_list.html, - templates/Hungarian-packing_list.tex, - templates/Hungarian-pick_list.html, - templates/Hungarian-pick_list.tex, - templates/Hungarian-pos_invoice.txt, - templates/Hungarian-purchase_order.html, - templates/Hungarian-purchase_order.tex, - templates/Hungarian-receipt.tex, - templates/Hungarian-request_quotation.html, - templates/Hungarian-request_quotation.tex, - templates/Hungarian-sales_order.html, - templates/Hungarian-sales_order.tex, - templates/Hungarian-sales_quotation.html, - templates/Hungarian-sales_quotation.tex, - templates/Hungarian-statement.html, - templates/Hungarian-statement.tex, - templates/Hungarian-work_order.html, - templates/Hungarian-work_order.tex, - templates/Italian-ap_transaction.html, - templates/Italian-ap_transaction.tex, - templates/Italian-ar_transaction.html, - templates/Italian-ar_transaction.tex, - templates/Italian-balance_sheet.html, - templates/Italian-bin_list.html, templates/Italian-bin_list.tex, - templates/Italian-check.tex, - templates/Italian-income_statement.html, - templates/Italian-invoice.html, templates/Italian-invoice.tex, - templates/Italian-packing_list.html, - templates/Italian-packing_list.tex, - templates/Italian-pick_list.html, - templates/Italian-pick_list.tex, - templates/Italian-pos_invoice.txt, - templates/Italian-purchase_order.html, - templates/Italian-purchase_order.tex, - templates/Italian-receipt.tex, - templates/Italian-request_quotation.html, - templates/Italian-request_quotation.tex, - templates/Italian-sales_order.html, - templates/Italian-sales_order.tex, - templates/Italian-sales_quotation.html, - templates/Italian-sales_quotation.tex, - templates/Italian-statement.html, - templates/Italian-statement.tex, - templates/Italian-work_order.html, - templates/Italian-work_order.tex, - templates/Norwegian-ap_transaction.html, - templates/Norwegian-ap_transaction.tex, - templates/Norwegian-ar_transaction.html, - templates/Norwegian-ar_transaction.tex, - templates/Norwegian-balance_sheet.html, - templates/Norwegian-bin_list.html, - templates/Norwegian-bin_list.tex, templates/Norwegian-check.tex, - templates/Norwegian-income_statement.html, - templates/Norwegian-invoice.html, - templates/Norwegian-invoice.tex, - templates/Norwegian-packing_list.html, - templates/Norwegian-packing_list.tex, - templates/Norwegian-pick_list.html, - templates/Norwegian-pick_list.tex, - templates/Norwegian-pos_invoice.txt, - templates/Norwegian-purchase_order.html, - templates/Norwegian-purchase_order.tex, - templates/Norwegian-receipt.tex, - templates/Norwegian-request_quotation.html, - templates/Norwegian-request_quotation.tex, - templates/Norwegian-sales_order.html, - templates/Norwegian-sales_order.tex, - templates/Norwegian-sales_quotation.html, - templates/Norwegian-sales_quotation.tex, - templates/Norwegian-statement.html, - templates/Norwegian-statement.tex, - templates/Norwegian-work_order.html, - templates/Norwegian-work_order.tex, - templates/Service-ap_transaction.html, - templates/Service-ap_transaction.tex, - templates/Service-ar_transaction.html, - templates/Service-ar_transaction.tex, - templates/Service-balance_sheet.html, - templates/Service-bin_list.html, templates/Service-bin_list.tex, - templates/Service-check.tex, - templates/Service-income_statement.html, - templates/Service-invoice.html, templates/Service-invoice.tex, - templates/Service-packing_list.html, - templates/Service-packing_list.tex, - templates/Service-pick_list.html, - templates/Service-pick_list.tex, - templates/Service-pos_invoice.txt, - templates/Service-purchase_order.html, - templates/Service-purchase_order.tex, - templates/Service-receipt.tex, - templates/Service-request_quotation.html, - templates/Service-request_quotation.tex, - templates/Service-sales_order.html, - templates/Service-sales_order.tex, - templates/Service-sales_quotation.html, - templates/Service-sales_quotation.tex, - templates/Service-statement.html, - templates/Service-statement.tex, - templates/Service-work_order.html, - templates/Service-work_order.tex, - templates/Spanish_A4-ap_transaction.html, - templates/Spanish_A4-ap_transaction.tex, - templates/Spanish_A4-ar_transaction.html, - templates/Spanish_A4-ar_transaction.tex, - templates/Spanish_A4-balance_sheet.html, - templates/Spanish_A4-bin_list.html, - templates/Spanish_A4-bin_list.tex, - templates/Spanish_A4-check.tex, - templates/Spanish_A4-income_statement.html, - templates/Spanish_A4-invoice.html, - templates/Spanish_A4-invoice.tex, - templates/Spanish_A4-packing_list.html, - templates/Spanish_A4-packing_list.tex, - templates/Spanish_A4-pick_list.html, - templates/Spanish_A4-pick_list.tex, - templates/Spanish_A4-pos_invoice.txt, - templates/Spanish_A4-purchase_order.html, - templates/Spanish_A4-purchase_order.tex, - templates/Spanish_A4-receipt.tex, - templates/Spanish_A4-request_quotation.html, - templates/Spanish_A4-request_quotation.tex, - templates/Spanish_A4-sales_order.html, - templates/Spanish_A4-sales_order.tex, - templates/Spanish_A4-sales_quotation.html, - templates/Spanish_A4-sales_quotation.tex, - templates/Spanish_A4-statement.html, - templates/Spanish_A4-statement.tex, - templates/Spanish_A4-work_order.html, - templates/Spanish_A4-work_order.tex, - templates/Spanish_Letter-ap_transaction.html, - templates/Spanish_Letter-ap_transaction.tex, - templates/Spanish_Letter-ar_transaction.html, - templates/Spanish_Letter-ar_transaction.tex, - templates/Spanish_Letter-balance_sheet.html, - templates/Spanish_Letter-bin_list.html, - templates/Spanish_Letter-bin_list.tex, - templates/Spanish_Letter-check.tex, - templates/Spanish_Letter-income_statement.html, - templates/Spanish_Letter-invoice.html, - templates/Spanish_Letter-invoice.tex, - templates/Spanish_Letter-packing_list.html, - templates/Spanish_Letter-packing_list.tex, - templates/Spanish_Letter-pick_list.html, - templates/Spanish_Letter-pick_list.tex, - templates/Spanish_Letter-pos_invoice.txt, - templates/Spanish_Letter-purchase_order.html, - templates/Spanish_Letter-purchase_order.tex, - templates/Spanish_Letter-receipt.tex, - templates/Spanish_Letter-request_quotation.html, - templates/Spanish_Letter-request_quotation.tex, - templates/Spanish_Letter-sales_order.html, - templates/Spanish_Letter-sales_order.tex, - templates/Spanish_Letter-sales_quotation.html, - templates/Spanish_Letter-sales_quotation.tex, - templates/Spanish_Letter-statement.html, - templates/Spanish_Letter-statement.tex, - templates/Spanish_Letter-work_order.html, - templates/Spanish_Letter-work_order.tex, users/sql-ledger.eps, - users/sql-ledger.png: remove misplaced sql ledger update - -2004-11-13 04:50 ivan - - * sql-ledger/old/sql-ledger/: locale/en_GB/ic, locale/en_GB/io, - locale/en_GB/ir, locale/en_GB/is, locale/en_GB/login, - locale/en_GB/menu, locale/en_GB/oe, locale/en_GB/pe, - locale/en_GB/rc, locale/en_GB/rp, locale/es/COPYING, - locale/es/LANGUAGE, locale/es/Num2text, locale/es/admin, - locale/es/all, locale/es/am, locale/es/ap, locale/es/ar, - locale/es/arap, locale/es/ca, locale/es/cp, locale/es/ct, - locale/es/gl, locale/es/ic, locale/es/io, locale/es/ir, - locale/es/is, locale/es/login, locale/es/menu, locale/es/oe, - locale/es/pe, locale/es/rc, locale/es/rp, locale/fi/COPYING, - locale/fi/LANGUAGE, locale/fi/admin, locale/fi/all, locale/fi/am, - locale/fi/ap, locale/fi/ar, locale/fi/arap, locale/fi/ca, - locale/fi/cp, locale/fi/ct, locale/fi/gl, locale/fi/ic, - locale/fi/io, locale/fi/ir, locale/fi/is, locale/fi/login, - locale/fi/menu, locale/fi/oe, locale/fi/pe, locale/fi/rc, - locale/fi/rp, locale/fr/COPYING, locale/fr/LANGUAGE, - locale/fr/admin, locale/fr/all, locale/fr/am, locale/fr/ap, - locale/fr/ar, locale/fr/arap, locale/fr/ca, locale/fr/cp, - locale/fr/ct, locale/fr/gl, locale/fr/ic, locale/fr/io, - locale/fr/ir, locale/fr/is, locale/fr/login, locale/fr/menu, - locale/fr/oe, locale/fr/pe, locale/fr/rc, locale/fr/rp, - locale/hu/COPYING, locale/hu/LANGUAGE, locale/hu/admin, - locale/hu/all, locale/hu/am, locale/hu/ap, locale/hu/ar, - locale/hu/arap, locale/hu/ca, locale/hu/cp, locale/hu/ct, - locale/hu/gl, locale/hu/ic, locale/hu/io, locale/hu/ir, - locale/hu/is, locale/hu/login, locale/hu/menu, locale/hu/oe, - locale/hu/pe, locale/hu/rc, locale/hu/rp, locale/is/COPYING, - locale/is/LANGUAGE, locale/is/admin, locale/is/all, locale/is/am, - locale/is/ap, locale/is/ar, locale/is/arap, locale/is/ca, - locale/is/cp, locale/is/ct, locale/is/gl, locale/is/ic, - locale/is/io, locale/is/ir, locale/is/is, locale/is/login, - locale/is/menu, locale/is/oe, locale/is/pe, locale/is/rc, - locale/is/rp, locale/it/COPYING, locale/it/LANGUAGE, - locale/it/Num2text, locale/it/admin, locale/it/all, locale/it/am, - locale/it/ap, locale/it/ar, locale/it/arap, locale/it/ca, - locale/it/cp, locale/it/ct, locale/it/gl, locale/it/ic, - locale/it/io, locale/it/ir, locale/it/is, locale/it/login, - locale/it/menu, locale/it/oe, locale/it/pe, locale/it/qe, - locale/it/rc, locale/it/rp, locale/lt/COPYING, - locale/lt/LANGUAGE, locale/lt/admin, locale/lt/all, locale/lt/am, - locale/lt/ap, locale/lt/ar, locale/lt/arap, locale/lt/ca, - locale/lt/cp, locale/lt/ct, locale/lt/gl, locale/lt/ic, - locale/lt/io, locale/lt/ir, locale/lt/is, locale/lt/login, - locale/lt/menu, locale/lt/oe, locale/lt/pe, locale/lt/rc, - locale/lt/rp, locale/mx/COPYING, locale/mx/LANGUAGE, - locale/mx/admin, locale/mx/all, locale/mx/am, locale/mx/ap, - locale/mx/ar, locale/mx/arap, locale/mx/ca, locale/mx/cp, - locale/mx/ct, locale/mx/gl, locale/mx/ic, locale/mx/io, - locale/mx/ir, locale/mx/is, locale/mx/login, locale/mx/menu, - locale/mx/oe, locale/mx/pe, locale/mx/rc, locale/mx/rp, - locale/nl/COPYING, locale/nl/LANGUAGE, locale/nl/Num2text, - locale/nl/admin, locale/nl/all, locale/nl/am, locale/nl/ap, - locale/nl/ar, locale/nl/arap, locale/nl/ca, locale/nl/cp, - locale/nl/ct, locale/nl/gl, locale/nl/ic, locale/nl/io, - locale/nl/ir, locale/nl/is, locale/nl/login, locale/nl/menu, - locale/nl/oe, locale/nl/pe, locale/nl/rc, locale/nl/rp, - locale/no/COPYING, locale/no/LANGUAGE, locale/no/admin, - locale/no/all, locale/no/am, locale/no/ap, locale/no/ar, - locale/no/arap, locale/no/ca, locale/no/cp, locale/no/ct, - locale/no/gl, locale/no/ic, locale/no/io, locale/no/ir, - locale/no/is, locale/no/login, locale/no/menu, locale/no/oe, - locale/no/pe, locale/no/rc, locale/no/rp, locale/pa/COPYING, - locale/pa/LANGUAGE, locale/pa/admin, locale/pa/all, locale/pa/am, - locale/pa/ap, locale/pa/ar, locale/pa/arap, locale/pa/ca, - locale/pa/cp, locale/pa/ct, locale/pa/gl, locale/pa/ic, - locale/pa/io, locale/pa/ir, locale/pa/is, locale/pa/login, - locale/pa/menu, locale/pa/oe, locale/pa/pe, locale/pa/rc, - locale/pa/rp, locale/pl/COPYING, locale/pl/LANGUAGE, - locale/pl/admin, locale/pl/all, locale/pl/am, locale/pl/ap, - locale/pl/ar, locale/pl/arap, locale/pl/ca, locale/pl/cp, - locale/pl/ct, locale/pl/gl, locale/pl/ic, locale/pl/io, - locale/pl/ir, locale/pl/is, locale/pl/login, locale/pl/menu, - locale/pl/oe, locale/pl/pe, locale/pl/rc, locale/pl/rp, - locale/pt/COPYING, locale/pt/LANGUAGE, locale/pt/admin, - locale/pt/all, locale/pt/am, locale/pt/ap, locale/pt/ar, - locale/pt/arap, locale/pt/ca, locale/pt/cp, locale/pt/ct, - locale/pt/gl, locale/pt/ic, locale/pt/io, locale/pt/ir, - locale/pt/is, locale/pt/login, locale/pt/menu, locale/pt/oe, - locale/pt/pe, locale/pt/rc, locale/pt/rp, locale/ru/COPYING, - locale/ru/LANGUAGE, locale/ru/admin, locale/ru/all, locale/ru/am, - locale/ru/ap, locale/ru/ar, locale/ru/arap, locale/ru/ca, - locale/ru/cp, locale/ru/ct, locale/ru/gl, locale/ru/ic, - locale/ru/io, locale/ru/ir, locale/ru/is, locale/ru/login, - locale/ru/menu, locale/ru/oe, locale/ru/pe, locale/ru/rc, - locale/ru/rp, locale/se/COPYING, locale/se/LANGUAGE, - locale/se/admin, locale/se/all, locale/se/am, locale/se/ap, - locale/se/ar, locale/se/arap, locale/se/ca, locale/se/cp, - locale/se/ct, locale/se/gl, locale/se/ic, locale/se/io, - locale/se/ir, locale/se/is, locale/se/login, locale/se/menu, - locale/se/oe, locale/se/pe, locale/se/rc, locale/se/rp, - locale/tr/COPYING, locale/tr/LANGUAGE, locale/tr/admin, - locale/tr/all, locale/tr/am, locale/tr/ap, locale/tr/ar, - locale/tr/arap, locale/tr/ca, locale/tr/cp, locale/tr/ct, - locale/tr/gl, locale/tr/ic, locale/tr/io, locale/tr/ir, - locale/tr/is, locale/tr/login, locale/tr/menu, locale/tr/oe, - locale/tr/pe, locale/tr/rc, locale/tr/rp, locale/tw/COPYING, - locale/tw/LANGUAGE, locale/tw/admin, locale/tw/all, locale/tw/am, - locale/tw/ap, locale/tw/ar, locale/tw/arap, locale/tw/ca, - locale/tw/cp, locale/tw/ct, locale/tw/gl, locale/tw/ic, - locale/tw/io, locale/tw/ir, locale/tw/is, locale/tw/login, - locale/tw/menu, locale/tw/oe, locale/tw/pe, locale/tw/rc, - locale/tw/rp, locale/ua/COPYING, locale/ua/LANGUAGE, - locale/ua/admin, locale/ua/all, locale/ua/am, locale/ua/ap, - locale/ua/ar, locale/ua/arap, locale/ua/ca, locale/ua/cp, - locale/ua/ct, locale/ua/gl, locale/ua/ic, locale/ua/io, - locale/ua/ir, locale/ua/is, locale/ua/login, locale/ua/menu, - locale/ua/oe, locale/ua/pe, locale/ua/rc, locale/ua/rp, - locale/ve/COPYING, locale/ve/LANGUAGE, locale/ve/admin, - locale/ve/all, locale/ve/am, locale/ve/ap, locale/ve/ar, - locale/ve/arap, locale/ve/ca, locale/ve/cp, locale/ve/ct, - locale/ve/gl, locale/ve/ic, locale/ve/io, locale/ve/ir, - locale/ve/is, locale/ve/login, locale/ve/menu, locale/ve/oe, - locale/ve/pe, locale/ve/rc, locale/ve/rp, sql/Austria-chart.sql, - sql/Austria-gifi.sql, sql/Brazil_General-chart.sql, - sql/Canada_General-chart.sql, sql/Canada-gifi.sql, - sql/Germany-DATEV-SKR03-chart.sql, sql/Czech_Republic-chart.sql, - sql/Danish_Default-chart.sql, sql/Default-chart.sql, - sql/Dutch_Default-chart.sql, sql/Dutch_Standard-chart.sql, - sql/France-chart.sql, sql/German-Sample-chart.sql, - sql/German-Sample-gifi.sql, sql/Oracle-upgrade-1.8.0-1.8.4.sql, - sql/Germany-DATEV-SKR03-gifi.sql, sql/Germany-SKR03-chart.sql, - sql/Germany-SKR03-gifi.sql, sql/Italy-chart.sql, - sql/Oracle-indices.sql, sql/Oracle-tables.sql, - sql/Oracle-upgrade-1.8.4-1.8.5.sql, - sql/Oracle-upgrade-1.8.5-2.0.0.sql, - sql/Oracle-upgrade-2.0.0-2.0.8.sql, sql/Pg-indices.sql, - sql/Pg-tables.sql, sql/Pg-upgrade-1.2.6-1.2.7.sql, - sql/Simplified_Chinese_Default-chart.sql, - sql/Pg-upgrade-1.2.7-1.4.0.sql, sql/Pg-upgrade-1.4.0-1.6.0.sql, - sql/Pg-upgrade-1.6.0-1.8.0.sql, sql/Pg-upgrade-1.8.0-1.8.4.sql, - sql/Pg-upgrade-1.8.4-1.8.5.sql, sql/Pg-upgrade-1.8.5-2.0.0.sql, - sql/Pg-upgrade-2.0.0-2.0.8.sql, sql/Poland-chart.sql, - sql/Swiss-German-chart.sql, sql/Spain-chart.sql, - sql/Swiss-German-gifi.sql, - sql/Traditional_Chinese_Default-chart.sql, - sql/US_General-chart.sql, - templates/Brazilian_Portuguese-balance_sheet.html, - templates/Brazilian_Portuguese-check.tex, - templates/Brazilian_Portuguese-income_statement.html, - templates/Brazilian_Portuguese-invoice.html, - templates/Brazilian_Portuguese-packing_list.html, - templates/Brazilian_Portuguese-invoice.tex, - templates/Brazilian_Portuguese-packing_list.tex, - templates/Brazilian_Portuguese-purchase_order.html, - templates/Brazilian_Portuguese-purchase_order.tex, - templates/Brazilian_Portuguese-receipt.tex, - templates/Brazilian_Portuguese-sales_order.html, - templates/Danish-check.tex, templates/Danish-invoice.html, - templates/Brazilian_Portuguese-sales_order.tex, - templates/Brazilian_Portuguese-statement.html, - templates/Brazilian_Portuguese-statement.tex, - templates/Danish-balance_sheet.html, - templates/Danish-income_statement.html, - templates/Danish-invoice.tex, templates/Danish-packing_list.html, - templates/Danish-packing_list.tex, - templates/Danish-purchase_order.html, - templates/Default-income_statement.html, - templates/Danish-purchase_order.tex, - templates/Danish-receipt.tex, templates/Danish-sales_order.html, - templates/Danish-sales_order.tex, - templates/Danish-statement.html, templates/Danish-statement.tex, - templates/Default-balance_sheet.html, - templates/Default-check.tex, templates/Default-invoice.html, - templates/Default-invoice.tex, - templates/Default-packing_list.html, - templates/Default-packing_list.tex, - templates/Default-purchase_order.html, - templates/Default-purchase_order.tex, - templates/Default-receipt.tex, - templates/Default-sales_order.html, - templates/Default-sales_order.tex, - templates/Default-statement.html, - templates/Default-statement.tex, - templates/Dutch-balance_sheet.html, templates/Dutch-check.tex, - templates/Dutch-income_statement.html, - templates/Estonian-income_statement.html, - templates/Dutch-invoice.html, templates/Dutch-invoice.tex, - templates/Dutch-packing_list.html, - templates/Dutch-packing_list.tex, - templates/Dutch-purchase_order.html, - templates/Dutch-purchase_order.tex, templates/Dutch-receipt.tex, - templates/Dutch-sales_order.html, - templates/Dutch-sales_order.tex, templates/Dutch-statement.html, - templates/Dutch-statement.tex, - templates/Estonian-balance_sheet.html, - templates/Estonian-check.tex, templates/Estonian-invoice.html, - templates/Estonian-invoice.tex, - templates/Estonian-packing_list.html, - templates/Estonian-packing_list.tex, - templates/Estonian-purchase_order.html, - templates/Estonian-purchase_order.tex, - templates/Estonian-receipt.tex, - templates/Service-income_statement.html, - templates/Estonian-sales_order.html, - templates/Estonian-sales_order.tex, - templates/Estonian-statement.html, - templates/Estonian-statement.tex, - templates/French-balance_sheet.html, templates/French-check.tex, - templates/French-income_statement.html, - templates/French-invoice.html, templates/French-invoice.tex, - templates/French-packing_list.html, - templates/French-packing_list.tex, - templates/French-purchase_order.html, - templates/French-purchase_order.tex, - templates/French-receipt.tex, templates/French-sales_order.html, - templates/French-sales_order.tex, - templates/French-statement.html, templates/French-statement.tex, - templates/German-balance_sheet.html, templates/German-check.tex, - templates/German-income_statement.html, - templates/German-invoice.html, templates/German-invoice.tex, - templates/German-packing_list.html, - templates/German-packing_list.tex, - templates/German-purchase_order.html, - templates/German-purchase_order.tex, - templates/German-receipt.tex, templates/German-sales_order.html, - templates/German-sales_order.tex, - templates/German-statement.html, templates/German-statement.tex, - templates/Service-balance_sheet.html, - templates/Service-check.tex, templates/Service-invoice.html, - templates/Service-invoice.tex, - templates/Service-packing_list.html, - templates/Service-packing_list.tex, - templates/Service-purchase_order.html, - templates/Service-purchase_order.tex, - templates/Service-receipt.tex, - templates/Service-sales_order.html, - templates/Spanish_A4-balance_sheet.html, - templates/Service-sales_order.tex, - templates/Service-statement.html, - templates/Service-statement.tex, templates/Spanish_A4-check.tex, - templates/Spanish_A4-income_statement.html, - templates/Spanish_A4-invoice.html, - templates/Spanish_A4-invoice.tex, - templates/Spanish_A4-packing_list.html, - templates/Spanish_A4-packing_list.tex, - templates/Spanish_Letter-balance_sheet.html, - templates/Spanish_A4-purchase_order.html, - templates/Spanish_A4-purchase_order.tex, - templates/Spanish_A4-receipt.tex, - templates/Spanish_A4-sales_order.html, - templates/Spanish_A4-sales_order.tex, - templates/Spanish_A4-statement.html, - templates/Spanish_A4-statement.tex, - templates/Spanish_Letter-check.tex, - templates/Spanish_Letter-invoice.html, - templates/Spanish_Letter-income_statement.html, - templates/Spanish_Letter-invoice.tex, - templates/Spanish_Letter-packing_list.html, - templates/Spanish_Letter-packing_list.tex, - templates/Spanish_Letter-purchase_order.html, - templates/Spanish_Letter-purchase_order.tex, - templates/Spanish_Letter-receipt.tex, - templates/Spanish_Letter-sales_order.html, - templates/Spanish_Letter-sales_order.tex, - templates/Spanish_Letter-statement.html, - templates/Spanish_Letter-statement.tex, users/members.default: - Initial revision - -2004-11-13 04:47 ivan - - * sql-ledger/: sql-ledger/locale/ru/arap, sql-ledger/locale/ru/bp, - sql-ledger/locale/ru/cp, sql-ledger/locale/ru/oe, - sql-ledger/locale/ru/pe, sql-ledger/locale/ru/pos, - sql-ledger/locale/ru/rc, sql-ledger/locale/ru/arapprn, - sql-ledger/locale/ru/hr, sql-ledger/locale/ru/ps, - sql-ledger/locale/ru/pw, sql-ledger/locale/ua/COPYING, - sql-ledger/locale/ua/LANGUAGE, sql-ledger/locale/ua/admin, - sql-ledger/locale/ua/all, sql-ledger/locale/ua/am, - sql-ledger/locale/ua/ap, sql-ledger/locale/ua/ar, - sql-ledger/locale/ua/ca, sql-ledger/locale/ua/ct, - sql-ledger/locale/ua/gl, sql-ledger/locale/ua/ic, - sql-ledger/locale/ua/ir, sql-ledger/locale/ua/io, - sql-ledger/locale/ua/login, sql-ledger/locale/ua/menu, - sql-ledger/locale/ua/rp, sql-ledger/locale/ua/arap, - sql-ledger/locale/ua/bp, sql-ledger/locale/ua/cp, - sql-ledger/locale/ua/is, sql-ledger/locale/ua/oe, - sql-ledger/locale/ua/pe, sql-ledger/locale/ua/pos, - sql-ledger/locale/ua/rc, sql-ledger/locale/ua/arapprn, - sql-ledger/locale/ua/hr, sql-ledger/locale/ua/ps, - sql-ledger/locale/ua/pw, sql-ledger/locale/se/COPYING, - sql-ledger/locale/se/LANGUAGE, sql-ledger/locale/se/all, - sql-ledger/locale/se/admin, sql-ledger/locale/se/am, - sql-ledger/locale/se/ap, sql-ledger/locale/se/ar, - sql-ledger/locale/se/ca, sql-ledger/locale/se/ct, - sql-ledger/locale/se/gl, sql-ledger/locale/se/ic, - sql-ledger/locale/se/io, sql-ledger/locale/se/ir, - sql-ledger/locale/se/login, sql-ledger/locale/se/menu, - sql-ledger/locale/se/rp, sql-ledger/locale/se/arap, - sql-ledger/locale/se/is, sql-ledger/locale/se/oe, - sql-ledger/locale/se/pe, sql-ledger/locale/se/arapprn, - sql-ledger/locale/se/bp, sql-ledger/locale/se/cp, - sql-ledger/locale/se/hr, sql-ledger/locale/se/pos, - sql-ledger/locale/se/ps, sql-ledger/locale/se/pw, - sql-ledger/locale/se/rc, sql-ledger/locale/hu/COPYING, - sql-ledger/locale/hu/LANGUAGE, sql-ledger/locale/hu/admin, - sql-ledger/locale/hu/all, sql-ledger/locale/hu/am, - sql-ledger/locale/hu/ap, sql-ledger/locale/hu/ar, - sql-ledger/locale/hu/ca, sql-ledger/locale/hu/ct, - sql-ledger/locale/hu/gl, sql-ledger/locale/hu/ic, - sql-ledger/locale/hu/io, sql-ledger/locale/hu/ir, - sql-ledger/locale/hu/is, sql-ledger/locale/hu/login, - sql-ledger/locale/hu/menu, sql-ledger/locale/hu/rp, - sql-ledger/locale/hu/arap, sql-ledger/locale/hu/cp, - sql-ledger/locale/hu/oe, sql-ledger/locale/hu/pe, - sql-ledger/locale/hu/rc, sql-ledger/locale/hu/Num2text, - sql-ledger/locale/hu/arapprn, sql-ledger/locale/hu/bp, - sql-ledger/locale/hu/hr, sql-ledger/locale/hu/pos, - sql-ledger/locale/hu/ps, sql-ledger/locale/hu/pw, - sql-ledger/locale/lt/COPYING, sql-ledger/locale/lt/LANGUAGE, - sql-ledger/locale/lt/admin, sql-ledger/locale/lt/all, - sql-ledger/locale/lt/am, sql-ledger/locale/lt/ap, - sql-ledger/locale/lt/ar, sql-ledger/locale/lt/ca, - sql-ledger/locale/lt/ct, sql-ledger/locale/lt/gl, - sql-ledger/locale/lt/ic, sql-ledger/locale/lt/ir, - sql-ledger/locale/lt/io, sql-ledger/locale/lt/is, - sql-ledger/locale/lt/login, sql-ledger/locale/lt/menu, - sql-ledger/locale/lt/rp, sql-ledger/locale/lt/arap, - sql-ledger/locale/lt/cp, sql-ledger/locale/lt/oe, - sql-ledger/locale/lt/pe, sql-ledger/locale/lt/rc, - sql-ledger/locale/is/COPYING, sql-ledger/locale/is/LANGUAGE, - sql-ledger/locale/lt/arapprn, sql-ledger/locale/lt/bp, - sql-ledger/locale/lt/hr, sql-ledger/locale/lt/pos, - sql-ledger/locale/lt/ps, sql-ledger/locale/lt/pw, - sql-ledger/locale/is/all, sql-ledger/locale/is/admin, - sql-ledger/locale/is/am, sql-ledger/locale/is/ap, - sql-ledger/locale/is/ar, sql-ledger/locale/is/ca, - sql-ledger/locale/is/ct, sql-ledger/locale/is/gl, - sql-ledger/locale/is/ic, sql-ledger/locale/is/io, - sql-ledger/locale/is/ir, sql-ledger/locale/is/login, - sql-ledger/locale/is/menu, sql-ledger/locale/is/rp, - sql-ledger/locale/is/arap, sql-ledger/locale/is/cp, - sql-ledger/locale/is/is, sql-ledger/locale/is/oe, - sql-ledger/locale/is/pe, sql-ledger/locale/is/bp, - sql-ledger/locale/is/pos, sql-ledger/locale/is/rc, - sql-ledger/locale/es_iso/admin, sql-ledger/locale/es_iso/login, - sql-ledger/locale/is/arapprn, sql-ledger/locale/is/hr, - sql-ledger/locale/is/ps, sql-ledger/locale/is/pw, - sql-ledger/locale/es_iso/all, sql-ledger/locale/es_iso/ar, - sql-ledger/locale/es_iso/ct, sql-ledger/locale/es_iso/gl, - sql-ledger/locale/es_iso/ic, sql-ledger/locale/es_iso/ir, - sql-ledger/locale/es_iso/ap, sql-ledger/locale/es_iso/ca, - sql-ledger/locale/es_iso/is, sql-ledger/locale/es_iso/menu, - sql-ledger/locale/es_iso/rp, sql-ledger/locale/es_iso/LANGUAGE, - sql-ledger/locale/es_iso/am, sql-ledger/locale/es_iso/io, - sql-ledger/locale/es_iso/COPYING, - sql-ledger/locale/es_iso/Num2text, sql-ledger/locale/es_iso/arap, - sql-ledger/locale/es_iso/bp, sql-ledger/locale/es_iso/cp, - sql-ledger/locale/es_iso/oe, sql-ledger/locale/es_iso/pe, - sql-ledger/locale/es_iso/pos, sql-ledger/locale/es_iso/rc, - sql-ledger/locale/es_iso/arapprn, sql-ledger/locale/es_iso/hr, - sql-ledger/locale/es_iso/ps, sql-ledger/locale/es_iso/pw, - sql-ledger/locale/lv/COPYING, sql-ledger/locale/lv/LANGUAGE, - sql-ledger/locale/lv/admin, sql-ledger/locale/lv/all, - sql-ledger/locale/lv/am, sql-ledger/locale/lv/ap, - sql-ledger/locale/lv/ar, sql-ledger/locale/lv/ca, - sql-ledger/locale/lv/ct, sql-ledger/locale/lv/gl, - sql-ledger/locale/lv/ic, sql-ledger/locale/lv/io, - sql-ledger/locale/lv/ir, sql-ledger/locale/lv/login, - sql-ledger/locale/lv/menu, sql-ledger/locale/lv/is, - sql-ledger/locale/lv/rp, sql-ledger/locale/lv/arap, - sql-ledger/locale/lv/bp, sql-ledger/locale/lv/cp, - sql-ledger/locale/lv/oe, sql-ledger/locale/lv/pe, - sql-ledger/locale/lv/pos, sql-ledger/locale/lv/rc, - sql-ledger/locale/es_utf/admin, sql-ledger/locale/es_utf/login, - sql-ledger/locale/lv/arapprn, sql-ledger/locale/lv/hr, - sql-ledger/locale/lv/ps, sql-ledger/locale/lv/pw, - sql-ledger/locale/es_utf/all, sql-ledger/locale/es_utf/ar, - sql-ledger/locale/es_utf/ct, sql-ledger/locale/es_utf/gl, - sql-ledger/locale/es_utf/ic, sql-ledger/locale/es_utf/ap, - sql-ledger/locale/es_utf/ir, sql-ledger/locale/es_utf/is, - sql-ledger/locale/es_utf/menu, sql-ledger/locale/es_utf/rp, - sql-ledger/locale/es_utf/LANGUAGE, sql-ledger/locale/es_utf/am, - sql-ledger/locale/es_utf/ca, sql-ledger/locale/es_utf/io, - sql-ledger/locale/es_utf/oe, sql-ledger/locale/es_utf/COPYING, - sql-ledger/locale/es_utf/Num2text, sql-ledger/locale/es_utf/arap, - sql-ledger/locale/es_utf/bp, sql-ledger/locale/es_utf/cp, - sql-ledger/locale/es_utf/pe, sql-ledger/locale/es_utf/pos, - sql-ledger/locale/es_utf/rc, sql-ledger/locale/en_GB/admin, - sql-ledger/locale/en_GB/am, sql-ledger/locale/es_utf/arapprn, - sql-ledger/locale/es_utf/hr, sql-ledger/locale/es_utf/ps, - sql-ledger/locale/es_utf/pw, sql-ledger/locale/en_GB/ap, - sql-ledger/locale/en_GB/ar, sql-ledger/locale/en_GB/ca, - sql-ledger/locale/en_GB/ct, sql-ledger/locale/en_GB/gl, - sql-ledger/locale/en_GB/ic, sql-ledger/locale/en_GB/io, - sql-ledger/locale/en_GB/ir, sql-ledger/locale/en_GB/is, - sql-ledger/locale/en_GB/login, sql-ledger/locale/en_GB/menu, - sql-ledger/locale/en_GB/rp, sql-ledger/locale/en_GB/COPYING, - sql-ledger/locale/en_GB/LANGUAGE, sql-ledger/locale/en_GB/arap, - sql-ledger/locale/en_GB/bp, sql-ledger/locale/en_GB/cp, - sql-ledger/locale/en_GB/oe, sql-ledger/locale/en_GB/pe, - sql-ledger/locale/en_GB/rc, sql-ledger/locale/eg/COPYING, - sql-ledger/locale/eg/LANGUAGE, sql-ledger/locale/en_GB/all, - sql-ledger/locale/en_GB/arapprn, sql-ledger/locale/en_GB/hr, - sql-ledger/locale/en_GB/pos, sql-ledger/locale/en_GB/ps, - sql-ledger/locale/en_GB/pw, sql-ledger/locale/eg/admin, - sql-ledger/locale/eg/all, sql-ledger/locale/eg/am, - sql-ledger/locale/eg/ap, sql-ledger/locale/eg/ar, - sql-ledger/locale/eg/arap, sql-ledger/locale/eg/bp, - sql-ledger/locale/eg/ca, sql-ledger/locale/eg/cp, - sql-ledger/locale/eg/ct, sql-ledger/locale/eg/gl, - sql-ledger/locale/eg/ic, sql-ledger/locale/eg/io, - sql-ledger/locale/eg/ir, sql-ledger/locale/eg/is, - sql-ledger/locale/eg/login, sql-ledger/locale/eg/menu, - sql-ledger/locale/eg/hr, sql-ledger/locale/eg/oe, - sql-ledger/locale/eg/arapprn, sql-ledger/locale/eg/pe, - sql-ledger/locale/eg/pos, sql-ledger/locale/eg/ps, - sql-ledger/locale/eg/pw, sql-ledger/locale/eg/rc, - sql-ledger/locale/eg/rp, sql-ledger/locale/sv/COPYING, - sql-ledger/locale/sv/LANGUAGE, sql-ledger/locale/sv/admin, - sql-ledger/locale/sv/all, sql-ledger/locale/sv/am, - sql-ledger/locale/sv/ap, sql-ledger/locale/sv/ar, - sql-ledger/locale/sv/ca, sql-ledger/locale/sv/ct, - sql-ledger/locale/sv/gl, sql-ledger/locale/sv/ic, - sql-ledger/locale/sv/io, sql-ledger/locale/sv/ir, - sql-ledger/locale/sv/login, sql-ledger/locale/sv/menu, - sql-ledger/locale/sv/is, sql-ledger/locale/sv/oe, - sql-ledger/locale/sv/rp, sql-ledger/locale/sv/arap, - sql-ledger/locale/sv/cp, sql-ledger/locale/sv/pe, - sql-ledger/locale/sv/pos, sql-ledger/locale/sv/rc, - sql-ledger/locale/nb/admin, sql-ledger/locale/sv/arapprn, - sql-ledger/locale/sv/bp, sql-ledger/locale/sv/hr, - sql-ledger/locale/sv/ps, sql-ledger/locale/sv/pw, - sql-ledger/locale/nb/all, sql-ledger/locale/nb/am, - sql-ledger/locale/nb/ap, sql-ledger/locale/nb/ar, - sql-ledger/locale/nb/ca, sql-ledger/locale/nb/ct, - sql-ledger/locale/nb/gl, sql-ledger/locale/nb/ic, - sql-ledger/locale/nb/ir, sql-ledger/locale/nb/COPYING, - sql-ledger/locale/nb/io, sql-ledger/locale/nb/is, - sql-ledger/locale/nb/login, sql-ledger/locale/nb/menu, - sql-ledger/locale/nb/rp, sql-ledger/locale/nb/LANGUAGE, - sql-ledger/locale/nb/arap, sql-ledger/locale/nb/bp, - sql-ledger/locale/nb/cp, sql-ledger/locale/nb/oe, - sql-ledger/locale/nb/pe, sql-ledger/locale/nb/rc, - sql-ledger/locale/nb/arapprn, sql-ledger/locale/nb/hr, - sql-ledger/locale/nb/pos, sql-ledger/locale/nb/ps, - sql-ledger/locale/nb/pw, sql-ledger/locale/tw_utf/admin, - sql-ledger/locale/tw_utf/all, sql-ledger/locale/tw_utf/COPYING, - sql-ledger/locale/tw_utf/am, sql-ledger/locale/tw_utf/ap, - sql-ledger/locale/tw_utf/ar, sql-ledger/locale/tw_utf/arap, - sql-ledger/locale/tw_utf/bp, sql-ledger/locale/tw_utf/ca, - sql-ledger/locale/tw_utf/cp, sql-ledger/locale/tw_utf/ct, - sql-ledger/locale/tw_utf/gl, sql-ledger/locale/tw_utf/hr, - sql-ledger/locale/tw_utf/ic, sql-ledger/locale/tw_utf/io, - sql-ledger/locale/tw_utf/ir, sql-ledger/locale/tw_utf/LANGUAGE, - sql-ledger/locale/tw_utf/is, sql-ledger/locale/tw_utf/login, - sql-ledger/locale/tw_utf/menu, sql-ledger/locale/tw_utf/oe, - sql-ledger/locale/tw_utf/pe, sql-ledger/locale/tw_utf/pos, - sql-ledger/locale/tw_utf/ps, sql-ledger/locale/tw_utf/rc, - sql-ledger/locale/tw_utf/rp, sql-ledger/locale/tw_big5/admin, - sql-ledger/locale/tw_utf/arapprn, sql-ledger/locale/tw_utf/pw, - sql-ledger/locale/tw_big5/all, sql-ledger/locale/tw_big5/am, - sql-ledger/locale/tw_big5/COPYING, sql-ledger/locale/tw_big5/ap, - sql-ledger/locale/tw_big5/ar, sql-ledger/locale/tw_big5/arap, - sql-ledger/locale/tw_big5/bp, sql-ledger/locale/tw_big5/ca, - sql-ledger/locale/tw_big5/cp, sql-ledger/locale/tw_big5/ct, - sql-ledger/locale/tw_big5/gl, sql-ledger/locale/tw_big5/hr, - sql-ledger/locale/tw_big5/ic, sql-ledger/locale/tw_big5/io, - sql-ledger/locale/tw_big5/LANGUAGE, sql-ledger/locale/tw_big5/ir, - sql-ledger/locale/tw_big5/is, sql-ledger/locale/tw_big5/login, - sql-ledger/locale/tw_big5/menu, sql-ledger/locale/tw_big5/oe, - sql-ledger/locale/tw_big5/pe, sql-ledger/locale/tw_big5/pos, - sql-ledger/locale/tw_big5/arapprn, sql-ledger/locale/tw_big5/ps, - sql-ledger/locale/tw_big5/pw, sql-ledger/locale/tw_big5/rc, - sql-ledger/locale/tw_big5/rp, sql-ledger/locale/tw_big5/temp, - sql-ledger/locale/be_nl/admin, sql-ledger/locale/be_nl/all, - sql-ledger/locale/be_nl/am, sql-ledger/locale/be_nl/ap, - sql-ledger/locale/be_nl/ar, sql-ledger/locale/be_nl/ca, - sql-ledger/locale/be_nl/ct, sql-ledger/locale/be_nl/gl, - sql-ledger/locale/be_nl/ic, sql-ledger/locale/be_nl/ir, - sql-ledger/locale/be_nl/is, sql-ledger/locale/be_nl/login, - sql-ledger/locale/be_nl/menu, sql-ledger/locale/be_nl/io, - sql-ledger/locale/be_nl/rp, sql-ledger/locale/be_nl/COPYING, - sql-ledger/locale/be_nl/LANGUAGE, - sql-ledger/locale/be_nl/Num2text, sql-ledger/locale/be_nl/arap, - sql-ledger/locale/be_nl/bp, sql-ledger/locale/be_nl/cp, - sql-ledger/locale/be_nl/oe, sql-ledger/locale/be_nl/pe, - sql-ledger/locale/be_nl/pos, sql-ledger/locale/be_nl/rc, - sql-ledger/locale/be_nl/hr, sql-ledger/locale/be_nl/ps, - sql-ledger/locale/be_nl/arapprn, sql-ledger/locale/be_nl/pw, - sql-ledger/locale/cn_utf/admin, sql-ledger/locale/cn_utf/all, - sql-ledger/locale/cn_utf/am, sql-ledger/locale/cn_utf/ap, - sql-ledger/locale/cn_utf/ar, sql-ledger/locale/cn_utf/COPYING, - sql-ledger/locale/cn_utf/arap, sql-ledger/locale/cn_utf/bp, - sql-ledger/locale/cn_utf/ca, sql-ledger/locale/cn_utf/cp, - sql-ledger/locale/cn_utf/ct, sql-ledger/locale/cn_utf/gl, - sql-ledger/locale/cn_utf/hr, sql-ledger/locale/cn_utf/ic, - sql-ledger/locale/cn_utf/io, sql-ledger/locale/cn_utf/LANGUAGE, - sql-ledger/locale/cn_utf/ir, sql-ledger/locale/cn_utf/is, - sql-ledger/locale/cn_utf/login, sql-ledger/locale/cn_utf/menu, - sql-ledger/locale/cn_utf/oe, sql-ledger/locale/cn_utf/pe, - sql-ledger/locale/cn_utf/pos, sql-ledger/locale/cn_utf/arapprn, - sql-ledger/locale/cn_utf/ps, sql-ledger/locale/cn_utf/pw, - sql-ledger/locale/cn_utf/rc, sql-ledger/locale/cn_utf/rp, - sql-ledger/locale/gr/COPYING, sql-ledger/locale/gr/LANGUAGE, - sql-ledger/locale/gr/all, sql-ledger/locale/gr/admin, - sql-ledger/locale/gr/am, sql-ledger/locale/gr/ap, - sql-ledger/locale/gr/ar, sql-ledger/locale/gr/ca, - sql-ledger/locale/gr/ct, sql-ledger/locale/gr/gl, - sql-ledger/locale/gr/ic, sql-ledger/locale/gr/ir, - sql-ledger/locale/gr/io, sql-ledger/locale/gr/is, - sql-ledger/locale/gr/login, sql-ledger/locale/gr/menu, - sql-ledger/locale/gr/rp, sql-ledger/locale/gr/arap, - sql-ledger/locale/gr/arapprn, sql-ledger/locale/gr/bp, - sql-ledger/locale/gr/cp, sql-ledger/locale/gr/hr, - sql-ledger/locale/gr/oe, sql-ledger/locale/gr/pe, - sql-ledger/locale/gr/pos, sql-ledger/locale/gr/ps, - sql-ledger/locale/gr/pw, sql-ledger/locale/gr/rc, - old/sql-ledger/VERSION, old/sql-ledger/am.pl, - old/sql-ledger/favicon.ico, old/sql-ledger/login.pl, - old/sql-ledger/menu.ini, old/sql-ledger/sql-ledger.png, - old/sql-ledger/setup.pl, old/sql-ledger/sql-ledger.conf.default, - old/sql-ledger/SL/AM.pm, old/sql-ledger/SL/Inifile.pm, - old/sql-ledger/SL/AP.pm, old/sql-ledger/SL/AR.pm, - old/sql-ledger/SL/CA.pm, old/sql-ledger/SL/CP.pm, - old/sql-ledger/SL/CT.pm, old/sql-ledger/SL/Form.pm, - old/sql-ledger/SL/GL.pm, old/sql-ledger/SL/IC.pm, - old/sql-ledger/SL/IR.pm, old/sql-ledger/SL/IS.pm, - old/sql-ledger/SL/Mailer.pm, old/sql-ledger/SL/Menu.pm, - old/sql-ledger/SL/Num2text.pm, old/sql-ledger/SL/OE.pm, - old/sql-ledger/SL/PE.pm, old/sql-ledger/SL/RC.pm, - old/sql-ledger/SL/RP.pm, old/sql-ledger/SL/User.pm, - old/sql-ledger/bin/lynx/menu.pl, - old/sql-ledger/bin/mozilla/admin.pl, - old/sql-ledger/bin/mozilla/am.pl, - old/sql-ledger/bin/mozilla/ap.pl, - old/sql-ledger/bin/mozilla/ar.pl, - old/sql-ledger/bin/mozilla/arap.pl, - old/sql-ledger/bin/mozilla/ca.pl, - old/sql-ledger/bin/mozilla/cp.pl, - old/sql-ledger/bin/mozilla/ct.pl, - old/sql-ledger/bin/mozilla/gl.pl, - old/sql-ledger/bin/mozilla/ic.pl, - old/sql-ledger/bin/mozilla/io.pl, - old/sql-ledger/bin/mozilla/ir.pl, - old/sql-ledger/bin/mozilla/is.pl, - old/sql-ledger/bin/mozilla/login.pl, - old/sql-ledger/bin/mozilla/menu.pl, - old/sql-ledger/bin/mozilla/oe.pl, - old/sql-ledger/bin/mozilla/pe.pl, - old/sql-ledger/bin/mozilla/rc.pl, - old/sql-ledger/bin/mozilla/rp.pl, - old/sql-ledger/css/sql-ledger.css, old/sql-ledger/doc/COPYING, - old/sql-ledger/doc/README, old/sql-ledger/doc/UPGRADE-1.6-1.8, - old/sql-ledger/doc/UPGRADE-1.8-1.8.3, - old/sql-ledger/doc/UPGRADE-1.8.3-1.8.4, - old/sql-ledger/doc/UPGRADE-1.8.4-1.8.5, - old/sql-ledger/doc/UPGRADE-1.8.5-1.8.7, - old/sql-ledger/doc/UPGRADE-1.8.7-2.0.0, - old/sql-ledger/doc/UPGRADE-2.0-2.0.8, - old/sql-ledger/doc/copyright, old/sql-ledger/doc/faq.html, - old/sql-ledger/locale/br/COPYING, - old/sql-ledger/locale/br/LANGUAGE, - old/sql-ledger/locale/br/admin, old/sql-ledger/locale/br/all, - old/sql-ledger/locale/br/am, old/sql-ledger/locale/br/ap, - old/sql-ledger/locale/br/ar, old/sql-ledger/locale/br/arap, - old/sql-ledger/locale/br/ca, old/sql-ledger/locale/br/cp, - old/sql-ledger/locale/br/ct, old/sql-ledger/locale/br/gl, - old/sql-ledger/locale/br/ic, old/sql-ledger/locale/br/io, - old/sql-ledger/locale/br/ir, old/sql-ledger/locale/br/is, - old/sql-ledger/locale/br/login, old/sql-ledger/locale/br/menu, - old/sql-ledger/locale/br/oe, old/sql-ledger/locale/br/pe, - old/sql-ledger/locale/br/rc, old/sql-ledger/locale/br/rp, - old/sql-ledger/locale/cn/COPYING, - old/sql-ledger/locale/cn/LANGUAGE, - old/sql-ledger/locale/cn/admin, old/sql-ledger/locale/cn/all, - old/sql-ledger/locale/cn/am, old/sql-ledger/locale/cn/ap, - old/sql-ledger/locale/cn/ar, old/sql-ledger/locale/cn/arap, - old/sql-ledger/locale/cn/ca, old/sql-ledger/locale/cn/cp, - old/sql-ledger/locale/cn/ct, old/sql-ledger/locale/cn/gl, - old/sql-ledger/locale/cn/ic, old/sql-ledger/locale/cn/io, - old/sql-ledger/locale/cn/ir, old/sql-ledger/locale/cn/is, - old/sql-ledger/locale/cn/login, old/sql-ledger/locale/cn/menu, - old/sql-ledger/locale/cn/oe, old/sql-ledger/locale/cn/pe, - old/sql-ledger/locale/cn/rc, old/sql-ledger/locale/cn/rp, - old/sql-ledger/locale/ct/COPYING, - old/sql-ledger/locale/ct/LANGUAGE, - old/sql-ledger/locale/ct/admin, old/sql-ledger/locale/ct/all, - old/sql-ledger/locale/ct/am, old/sql-ledger/locale/ct/ap, - old/sql-ledger/locale/ct/ar, old/sql-ledger/locale/ct/arap, - old/sql-ledger/locale/ct/ca, old/sql-ledger/locale/ct/cp, - old/sql-ledger/locale/ct/ct, old/sql-ledger/locale/ct/gl, - old/sql-ledger/locale/ct/ic, old/sql-ledger/locale/ct/io, - old/sql-ledger/locale/ct/ir, old/sql-ledger/locale/ct/is, - old/sql-ledger/locale/ct/login, old/sql-ledger/locale/ct/menu, - old/sql-ledger/locale/ct/oe, old/sql-ledger/locale/ct/pe, - old/sql-ledger/locale/ct/rc, old/sql-ledger/locale/ct/rp, - old/sql-ledger/locale/cz/COPYING, - old/sql-ledger/locale/cz/LANGUAGE, - old/sql-ledger/locale/cz/admin, old/sql-ledger/locale/cz/all, - old/sql-ledger/locale/cz/am, old/sql-ledger/locale/cz/ap, - old/sql-ledger/locale/cz/ar, old/sql-ledger/locale/cz/arap, - old/sql-ledger/locale/cz/ca, old/sql-ledger/locale/cz/cp, - old/sql-ledger/locale/cz/ct, old/sql-ledger/locale/cz/gl, - old/sql-ledger/locale/cz/ic, old/sql-ledger/locale/cz/io, - old/sql-ledger/locale/cz/ir, old/sql-ledger/locale/cz/is, - old/sql-ledger/locale/cz/login, old/sql-ledger/locale/cz/menu, - old/sql-ledger/locale/cz/oe, old/sql-ledger/locale/cz/pe, - old/sql-ledger/locale/cz/rc, old/sql-ledger/locale/cz/rp, - old/sql-ledger/locale/de/COPYING, - old/sql-ledger/locale/de/LANGUAGE, - old/sql-ledger/locale/de/Num2text, - old/sql-ledger/locale/de/admin, - old/sql-ledger/locale/de/locales.pl, - old/sql-ledger/locale/de/all, old/sql-ledger/locale/de/am, - old/sql-ledger/locale/de/ap, old/sql-ledger/locale/de/ar, - old/sql-ledger/locale/de/arap, old/sql-ledger/locale/de/ca, - old/sql-ledger/locale/de/cp, old/sql-ledger/locale/de/ct, - old/sql-ledger/locale/de/gl, old/sql-ledger/locale/de/ic, - old/sql-ledger/locale/de/io, old/sql-ledger/locale/de/ir, - old/sql-ledger/locale/de/is, old/sql-ledger/locale/de/login, - old/sql-ledger/locale/de/menu, old/sql-ledger/locale/de/oe, - old/sql-ledger/locale/de/pe, old/sql-ledger/locale/de/rc, - old/sql-ledger/locale/de/rp, old/sql-ledger/locale/dk/COPYING, - old/sql-ledger/locale/dk/LANGUAGE, - old/sql-ledger/locale/dk/admin, old/sql-ledger/locale/dk/all, - old/sql-ledger/locale/dk/am, old/sql-ledger/locale/dk/ap, - old/sql-ledger/locale/dk/ar, old/sql-ledger/locale/dk/arap, - old/sql-ledger/locale/dk/ca, old/sql-ledger/locale/dk/cp, - old/sql-ledger/locale/dk/ct, old/sql-ledger/locale/dk/gl, - old/sql-ledger/locale/dk/ic, old/sql-ledger/locale/dk/io, - old/sql-ledger/locale/dk/ir, old/sql-ledger/locale/dk/is, - old/sql-ledger/locale/dk/login, old/sql-ledger/locale/dk/menu, - old/sql-ledger/locale/dk/oe, old/sql-ledger/locale/dk/pe, - old/sql-ledger/locale/dk/rc, old/sql-ledger/locale/dk/rp, - old/sql-ledger/locale/ee/COPYING, - old/sql-ledger/locale/ee/LANGUAGE, - old/sql-ledger/locale/ee/admin, old/sql-ledger/locale/ee/all, - old/sql-ledger/locale/ee/am, old/sql-ledger/locale/ee/ap, - old/sql-ledger/locale/ee/ar, old/sql-ledger/locale/ee/arap, - old/sql-ledger/locale/ee/ca, old/sql-ledger/locale/ee/cp, - old/sql-ledger/locale/ee/ct, old/sql-ledger/locale/ee/gl, - old/sql-ledger/locale/ee/ic, old/sql-ledger/locale/ee/io, - old/sql-ledger/locale/ee/ir, old/sql-ledger/locale/ee/is, - old/sql-ledger/locale/ee/login, old/sql-ledger/locale/ee/menu, - old/sql-ledger/locale/ee/oe, old/sql-ledger/locale/ee/pe, - old/sql-ledger/locale/ee/rc, old/sql-ledger/locale/ee/rp, - old/sql-ledger/locale/en_GB/COPYING, - old/sql-ledger/locale/en_GB/LANGUAGE, - old/sql-ledger/locale/en_GB/admin, - old/sql-ledger/locale/en_GB/all, old/sql-ledger/locale/en_GB/am, - old/sql-ledger/locale/en_GB/ap, old/sql-ledger/locale/en_GB/ar, - old/sql-ledger/locale/en_GB/arap, old/sql-ledger/locale/en_GB/bp, - old/sql-ledger/locale/en_GB/ca, old/sql-ledger/locale/en_GB/cp, - old/sql-ledger/locale/en_GB/ct, old/sql-ledger/locale/en_GB/gl: - Initial revision - -2004-11-13 04:44 ivan - - * sql-ledger/sql-ledger/: templates/Default-work_order.tex, - templates/Hungarian-purchase_order.html, - templates/Hungarian-purchase_order.tex, - templates/Hungarian-receipt.tex, - templates/Hungarian-sales_order.html, - templates/Hungarian-sales_order.tex, - templates/Hungarian-statement.html, - templates/Hungarian-statement.tex, templates/Danish-bin_list.tex, - templates/Danish-work_order.html, - templates/Danish-work_order.tex, - templates/Default-work_order.html, - templates/Dutch-work_order.html, templates/Dutch-work_order.tex, - templates/Estonian-pos_invoice.txt, - templates/French-pos_invoice.txt, - templates/Service-work_order.html, - templates/Service-work_order.tex, - templates/Estonian-work_order.html, - templates/Estonian-work_order.tex, - templates/French-work_order.html, - templates/French-work_order.tex, - templates/German-work_order.html, - templates/German-work_order.tex, - templates/Hungarian-work_order.html, - templates/Hungarian-work_order.tex, - templates/Italian-work_order.html, - templates/Italian-work_order.tex, - templates/Norwegian-work_order.html, - templates/Brazilian_Portuguese-bin_list.html, - templates/Brazilian_Portuguese-bin_list.tex, - templates/Brazilian_Portuguese-pick_list.html, - templates/Brazilian_Portuguese-pick_list.tex, - templates/Brazilian_Portuguese-pos_invoice.txt, - templates/Danish-pick_list.html, - templates/German-pos_invoice.txt, - templates/Italian-pos_invoice.txt, - templates/Norwegian-pos_invoice.txt, - templates/Norwegian-work_order.tex, - templates/Service-pos_invoice.txt, - templates/Spanish_A4-pos_invoice.txt, - templates/Spanish_A4-work_order.html, - templates/Spanish_A4-work_order.tex, - templates/Spanish_Letter-pos_invoice.txt, - templates/Spanish_Letter-work_order.html, - templates/Spanish_Letter-work_order.tex, - templates/Brazilian_Portuguese-request_quotation.html, - templates/Brazilian_Portuguese-request_quotation.tex, - templates/Brazilian_Portuguese-sales_quotation.html, - templates/Brazilian_Portuguese-sales_quotation.tex, - templates/Brazilian_Portuguese-work_order.html, - templates/Brazilian_Portuguese-work_order.tex, - templates/Danish-bin_list.html, templates/Danish-pick_list.tex, - templates/Danish-request_quotation.html, - templates/Danish-request_quotation.tex, - templates/Danish-sales_quotation.html, - templates/Danish-sales_quotation.tex, - templates/Dutch-bin_list.html, templates/Dutch-bin_list.tex, - templates/Dutch-pick_list.html, templates/Dutch-pick_list.tex, - templates/Dutch-request_quotation.html, - templates/Dutch-request_quotation.tex, - templates/Dutch-sales_quotation.html, - templates/Dutch-sales_quotation.tex, - templates/Estonian-bin_list.html, - templates/Estonian-bin_list.tex, - templates/Estonian-pick_list.html, - templates/Estonian-pick_list.tex, - templates/Estonian-request_quotation.html, - templates/Estonian-request_quotation.tex, - templates/French-bin_list.html, templates/French-bin_list.tex, - templates/French-pick_list.html, templates/French-pick_list.tex, - templates/French-request_quotation.html, - templates/French-request_quotation.tex, - templates/French-sales_quotation.html, - templates/French-sales_quotation.tex, - templates/German-bin_list.html, templates/German-bin_list.tex, - templates/German-pick_list.html, templates/German-pick_list.tex, - templates/German-request_quotation.html, - templates/German-request_quotation.tex, - templates/German-sales_quotation.html, - templates/German-sales_quotation.tex, - templates/Hungarian-bin_list.html, - templates/Hungarian-bin_list.tex, - templates/Hungarian-pick_list.html, - templates/Hungarian-pick_list.tex, - templates/Hungarian-request_quotation.html, - templates/Hungarian-request_quotation.tex, - templates/Hungarian-sales_quotation.html, - templates/Hungarian-sales_quotation.tex, - templates/Italian-bin_list.html, templates/Italian-bin_list.tex, - templates/Italian-pick_list.html, - templates/Italian-pick_list.tex, - templates/Italian-request_quotation.html, - templates/Italian-request_quotation.tex, - templates/Italian-sales_quotation.html, - templates/Italian-sales_quotation.tex, - templates/Norwegian-bin_list.html, - templates/Norwegian-bin_list.tex, - templates/Norwegian-pick_list.html, - templates/Norwegian-pick_list.tex, - templates/Norwegian-request_quotation.html, - templates/Norwegian-request_quotation.tex, - templates/Norwegian-sales_quotation.html, - templates/Norwegian-sales_quotation.tex, - templates/Service-bin_list.html, templates/Service-bin_list.tex, - templates/Service-pick_list.html, - templates/Service-pick_list.tex, - templates/Service-request_quotation.html, - templates/Service-request_quotation.tex, - templates/Service-sales_quotation.html, - templates/Service-sales_quotation.tex, - templates/Spanish_A4-bin_list.html, - templates/Spanish_A4-bin_list.tex, - templates/Spanish_A4-pick_list.html, - templates/Spanish_A4-pick_list.tex, - templates/Spanish_A4-request_quotation.html, - templates/Spanish_A4-request_quotation.tex, - templates/Spanish_A4-sales_quotation.html, - templates/Spanish_A4-sales_quotation.tex, - templates/Spanish_Letter-bin_list.html, - templates/Spanish_Letter-bin_list.tex, - templates/Spanish_Letter-pick_list.html, - templates/Spanish_Letter-pick_list.tex, - templates/Spanish_Letter-request_quotation.html, - templates/Spanish_Letter-request_quotation.tex, - templates/Spanish_Letter-sales_quotation.html, - templates/Spanish_Letter-sales_quotation.tex, - templates/Brazilian_Portuguese-ap_transaction.html, - templates/Brazilian_Portuguese-ap_transaction.tex, - templates/Brazilian_Portuguese-ar_transaction.html, - templates/Brazilian_Portuguese-ar_transaction.tex, - templates/Danish-ap_transaction.html, - templates/Danish-ap_transaction.tex, - templates/Danish-ar_transaction.html, - templates/Danish-ar_transaction.tex, - templates/Default-ap_transaction.html, - templates/Default-ap_transaction.tex, - templates/Default-ar_transaction.html, - templates/Default-ar_transaction.tex, - templates/Dutch-ap_transaction.html, - templates/Dutch-ap_transaction.tex, - templates/Dutch-ar_transaction.html, - templates/Dutch-ar_transaction.tex, - templates/Estonian-ap_transaction.html, - templates/Estonian-ap_transaction.tex, - templates/Estonian-ar_transaction.html, - templates/Estonian-ar_transaction.tex, - templates/French-ap_transaction.html, - templates/French-ap_transaction.tex, - templates/French-ar_transaction.html, - templates/French-ar_transaction.tex, - templates/German-ap_transaction.html, - templates/German-ap_transaction.tex, - templates/German-ar_transaction.html, - templates/German-ar_transaction.tex, - templates/Hungarian-ap_transaction.html, - templates/Hungarian-ap_transaction.tex, - templates/Hungarian-ar_transaction.html, - templates/Hungarian-ar_transaction.tex, - templates/Italian-ap_transaction.html, - templates/Italian-ap_transaction.tex, - templates/Italian-ar_transaction.html, - templates/Italian-ar_transaction.tex, - templates/Norwegian-ap_transaction.html, - templates/Norwegian-ap_transaction.tex, - templates/Norwegian-ar_transaction.html, - templates/Norwegian-ar_transaction.tex, - templates/Service-ap_transaction.html, - templates/Service-ap_transaction.tex, - templates/Service-ar_transaction.html, - templates/Service-ar_transaction.tex, - templates/Spanish_A4-ap_transaction.html, - templates/Spanish_A4-ap_transaction.tex, - templates/Spanish_A4-ar_transaction.html, - templates/Spanish_A4-ar_transaction.tex, - templates/Spanish_Letter-ap_transaction.html, - templates/Spanish_Letter-ap_transaction.tex, css/sql-ledger.css, - templates/Spanish_Letter-ar_transaction.html, - templates/Spanish_Letter-ar_transaction.tex, - users/sql-ledger.eps, users/sql-ledger.png, SL/AP.pm, SL/AR.pm, - SL/Form.pm, SL/User.pm, SL/GL.pm, SL/CT.pm, SL/IC.pm, SL/IR.pm, - SL/IS.pm, SL/AM.pm, SL/CA.pm, SL/RP.pm, SL/Menu.pm, - SL/Inifile.pm, SL/Mailer.pm, SL/OE.pm, SL/Num2text.pm, SL/PE.pm, - SL/BP.pm, SL/HR.pm, SL/CP.pm, SL/OP.pm, SL/RC.pm, - locale/de/admin, locale/de/am, locale/de/ap, locale/de/ar, - locale/de/arap, locale/de/bp, locale/de/ca, locale/de/cp, - locale/de/ct, locale/de/locales.pl, locale/de/gl, locale/de/hr, - locale/de/ic, locale/de/io, locale/de/COPYING, - locale/de/LANGUAGE, locale/de/ir, locale/de/is, locale/de/login, - locale/de/menu, locale/de/oe, locale/de/pe, locale/de/pos, - locale/de/ps, locale/de/rc, locale/de/Num2text, - locale/de/arapprn, locale/de/pw, locale/de/rp, locale/fr/admin, - locale/fr/am, locale/fr/io, locale/fr/all, locale/fr/ap, - locale/fr/ar, locale/fr/ca, locale/fr/ct, locale/fr/gl, - locale/fr/arap, locale/fr/ic, locale/fr/ir, locale/fr/is, - locale/fr/rp, locale/fr/COPYING, locale/fr/LANGUAGE, - locale/fr/login, locale/fr/menu, locale/fr/oe, locale/fr/pe, - locale/fr/bp, locale/fr/cp, locale/fr/pos, locale/fr/ps, - locale/fr/rc, locale/co/COPYING, locale/co/LANGUAGE, - locale/co/Num2text, locale/fr/Num2text, locale/fr/arapprn, - locale/fr/hr, locale/fr/pw, locale/co/admin, locale/co/all, - locale/co/am, locale/co/ap, locale/co/ar, locale/co/ca, - locale/co/ct, locale/co/gl, locale/co/ic, locale/co/io, - locale/co/ir, locale/co/login, locale/co/menu, locale/co/is, - locale/co/oe, locale/co/rp, locale/co/arap, locale/co/bp, - locale/co/cp, locale/co/pe, locale/co/pos, locale/co/rc, - locale/co/arapprn, locale/co/hr, locale/co/ps, locale/co/pw, - locale/dk/admin, locale/dk/ap, locale/dk/ar, locale/dk/ca, - locale/dk/menu, locale/dk/ct, locale/dk/gl, locale/dk/ic, - locale/dk/ir, locale/dk/is, locale/dk/login, locale/dk/LANGUAGE, - locale/dk/am, locale/dk/io, locale/dk/rp, locale/dk/COPYING, - locale/dk/arap, locale/dk/bp, locale/dk/cp, locale/dk/oe, - locale/dk/pe, locale/dk/rc, locale/dk/pos, locale/dk/hr, - locale/dk/ps, locale/br/ar, locale/dk/all, locale/dk/arapprn, - locale/dk/pw, locale/br/admin, locale/br/login, locale/br/all, - locale/br/am, locale/br/ct, locale/br/gl, locale/br/ic, - locale/br/ir, locale/br/is, locale/br/ap, locale/br/ca, - locale/br/menu, locale/br/rp, locale/br/COPYING, - locale/br/LANGUAGE, locale/br/arap, locale/br/cp, locale/br/io, - locale/br/oe, locale/br/pe, locale/br/bp, locale/br/pos, - locale/br/ps, locale/br/rc, locale/br/arapprn, locale/br/hr, - locale/br/pw, locale/it/admin, locale/it/ap, locale/it/ar, - locale/it/ca, locale/it/ct, locale/it/gl, locale/it/menu, - locale/it/ic, locale/it/ir, locale/it/is, locale/it/login, - locale/it/rp, locale/it/all, locale/it/am, locale/it/io, - locale/it/COPYING, locale/it/LANGUAGE, locale/it/Num2text, - locale/it/arap, locale/it/bp, locale/it/cp, locale/it/oe, - locale/it/pe, locale/it/rc, locale/it/pos, locale/it/qe, - locale/ct/COPYING, locale/ct/LANGUAGE, locale/it/arapprn, - locale/it/hr, locale/it/ps, locale/it/pw, locale/ct/all, - locale/ct/admin, locale/ct/am, locale/ct/ap, locale/ct/ar, - locale/ct/ca, locale/ct/ct, locale/ct/gl, locale/ct/ic, - locale/ct/io, locale/ct/ir, locale/ct/login, locale/ct/is, - locale/ct/menu, locale/ct/rp, locale/ct/arap, locale/ct/arapprn, - locale/ct/bp, locale/ct/cp, locale/ct/hr, locale/ct/oe, - locale/ct/pe, locale/ct/pos, locale/ct/ps, locale/ct/pw, - locale/ct/rc, locale/ee/admin, locale/ee/login, locale/ee/all, - locale/ee/ar, locale/ee/ct, locale/ee/gl, locale/ee/ic, - locale/ee/ir, locale/ee/am, locale/ee/ap, locale/ee/ca, - locale/ee/is, locale/ee/menu, locale/ee/rp, locale/ee/COPYING, - locale/ee/LANGUAGE, locale/ee/arap, locale/ee/io, locale/ee/oe, - locale/ee/pe, locale/ee/cp, locale/ee/rc, locale/ee/Num2text, - locale/ee/arapprn, locale/ee/bp, locale/ee/hr, locale/ee/pos, - locale/ee/ps, locale/ee/pw, locale/nl/admin, locale/nl/all, - locale/nl/am, locale/nl/ap, locale/nl/ar, locale/nl/ca, - locale/nl/ct, locale/nl/gl, locale/nl/ic, locale/nl/ir, - locale/nl/io, locale/nl/is, locale/nl/login, locale/nl/menu, - locale/nl/oe, locale/nl/rp, locale/nl/COPYING, - locale/nl/LANGUAGE, locale/nl/Num2text, locale/nl/arap, - locale/nl/bp, locale/nl/cp, locale/nl/pe, locale/nl/pos, - locale/nl/rc, locale/nl/arapprn, locale/nl/hr, locale/nl/ps, - locale/nl/pw, locale/tr/COPYING, locale/tr/admin, locale/tr/all, - locale/tr/am, locale/tr/ap, locale/tr/ar, locale/tr/ca, - locale/tr/ct, locale/tr/gl, locale/tr/ic, locale/tr/LANGUAGE, - locale/tr/arap, locale/tr/io, locale/tr/ir, locale/tr/is, - locale/tr/login, locale/tr/menu, locale/tr/oe, locale/tr/pe, - locale/tr/rp, locale/tr/arapprn, locale/tr/bp, locale/tr/cp, - locale/tr/hr, locale/tr/pos, locale/tr/ps, locale/tr/pw, - locale/tr/rc, locale/ve/COPYING, locale/ve/admin, locale/ve/all, - locale/ve/login, locale/ve/am, locale/ve/ar, locale/ve/ap, - locale/ve/ct, locale/ve/gl, locale/ve/ic, locale/ve/ir, - locale/ve/ca, locale/ve/is, locale/ve/rp, locale/ve/LANGUAGE, - locale/ve/arap, locale/ve/cp, locale/ve/io, locale/ve/menu, - locale/ve/oe, locale/ve/pe, locale/ve/arapprn, locale/ve/bp, - locale/ve/hr, locale/ve/pos, locale/ve/ps, locale/ve/pw, - locale/ve/rc, locale/pa/admin, locale/pa/all, locale/pa/am, - locale/pa/ap, locale/pa/ar, locale/pa/ca, locale/pa/ct, - locale/pa/gl, locale/pa/ic, locale/pa/ir, locale/pa/is, - locale/pa/login, locale/pa/menu, locale/pa/COPYING, - locale/pa/LANGUAGE, locale/pa/arap, locale/pa/io, locale/pa/oe, - locale/pa/pe, locale/pa/rp, locale/pa/arapprn, locale/pa/bp, - locale/pa/cp, locale/pa/hr, locale/pa/pos, locale/pa/ps, - locale/pa/pw, locale/pa/rc, locale/cz/all, locale/cz/admin, - locale/cz/am, locale/cz/ap, locale/cz/ar, locale/cz/ca, - locale/cz/ct, locale/cz/gl, locale/cz/ic, locale/cz/ir, - locale/cz/COPYING, locale/cz/LANGUAGE, locale/cz/arap, - locale/cz/io, locale/cz/is, locale/cz/login, locale/cz/menu, - locale/cz/oe, locale/cz/rp, locale/cz/arapprn, locale/cz/bp, - locale/cz/cp, locale/cz/hr, locale/cz/pe, locale/cz/pos, - locale/cz/ps, locale/cz/pw, locale/cz/rc, locale/pt/admin, - locale/pt/all, locale/pt/am, locale/pt/ap, locale/pt/ar, - locale/pt/ca, locale/pt/ct, locale/pt/gl, locale/pt/ic, - locale/pt/ir, locale/pt/is, locale/pt/login, locale/pt/COPYING, - locale/pt/LANGUAGE, locale/pt/arap, locale/pt/io, locale/pt/menu, - locale/pt/oe, locale/pt/rp, locale/pt/bp, locale/pt/cp, - locale/pt/pe, locale/pt/pos, locale/pt/rc, locale/ec/admin, - locale/pt/arapprn, locale/pt/hr, locale/pt/ps, locale/pt/pw, - locale/ec/all, locale/ec/am, locale/ec/ap, locale/ec/COPYING, - locale/ec/ar, locale/ec/arap, locale/ec/bp, locale/ec/ca, - locale/ec/cp, locale/ec/ct, locale/ec/gl, locale/ec/hr, - locale/ec/ic, locale/ec/LANGUAGE, locale/ec/io, locale/ec/ir, - locale/ec/is, locale/ec/login, locale/ec/Num2text, - locale/ec/menu, locale/ec/oe, locale/ec/pe, locale/ec/pos, - locale/ec/arapprn, locale/ec/ps, locale/ec/pw, locale/ec/rc, - locale/ec/rp, locale/pl/admin, locale/pl/all, locale/pl/am, - locale/pl/ap, locale/pl/ar, locale/pl/ca, locale/pl/ct, - locale/pl/gl, locale/pl/ic, locale/pl/ir, locale/pl/COPYING, - locale/pl/is, locale/pl/login, locale/pl/menu, locale/pl/rp, - locale/pl/LANGUAGE, locale/pl/arap, locale/pl/cp, locale/pl/io, - locale/pl/oe, locale/pl/pe, locale/pl/bp, locale/pl/pos, - locale/pl/rc, locale/mx/COPYING, locale/pl/arapprn, locale/pl/hr, - locale/pl/ps, locale/pl/pw, locale/mx/all, locale/mx/admin, - locale/mx/am, locale/mx/ap, locale/mx/ar, locale/mx/ca, - locale/mx/ct, locale/mx/gl, locale/mx/ic, locale/mx/ir, - locale/mx/is, locale/mx/login, locale/mx/menu, locale/mx/rp, - locale/mx/LANGUAGE, locale/mx/arap, locale/mx/cp, locale/mx/io, - locale/mx/oe, locale/mx/pe, locale/mx/bp, locale/mx/pos, - locale/mx/ps, locale/mx/rc, locale/fi/COPYING, - locale/fi/LANGUAGE, locale/mx/arapprn, locale/mx/hr, - locale/mx/pw, locale/fi/admin, locale/fi/all, locale/fi/am, - locale/fi/ap, locale/fi/ar, locale/fi/ca, locale/fi/ct, - locale/fi/gl, locale/fi/ic, locale/fi/ir, locale/fi/io, - locale/fi/login, locale/fi/menu, locale/fi/rp, locale/fi/arap, - locale/fi/bp, locale/fi/cp, locale/fi/is, locale/fi/oe, - locale/fi/pe, locale/fi/pos, locale/fi/rc, locale/fi/arapprn, - locale/fi/hr, locale/fi/ps, locale/fi/pw, locale/ru/COPYING, - locale/ru/LANGUAGE, locale/ru/all, locale/ru/admin, locale/ru/am, - locale/ru/ap, locale/ru/ar, locale/ru/ca, locale/ru/ct, - locale/ru/gl, locale/ru/ic, locale/ru/io, locale/ru/ir, - locale/ru/is, locale/ru/login, locale/ru/menu, locale/ru/rp: - Initial revision - -2004-11-13 04:41 ivan - - * sql-ledger/: sql-ledger-2.0.8.tar.gz, sql-ledger-2.4.4.tar.gz, - sql-ledger/VERSION, sql-ledger/am.pl, sql-ledger/favicon.ico, - sql-ledger/index.html, sql-ledger/login.pl, sql-ledger/menu.ini, - sql-ledger/setup.pl, sql-ledger/sql-ledger.conf.default, - sql-ledger/sql-ledger.gif, sql-ledger/sql-ledger.png, - sql-ledger/bin/mozilla/admin.pl, sql-ledger/bin/mozilla/am.pl, - sql-ledger/bin/mozilla/ap.pl, sql-ledger/bin/mozilla/ar.pl, - sql-ledger/bin/mozilla/ca.pl, sql-ledger/bin/mozilla/ct.pl, - sql-ledger/bin/mozilla/gl.pl, sql-ledger/bin/mozilla/ic.pl, - sql-ledger/bin/mozilla/ir.pl, sql-ledger/bin/mozilla/io.pl, - sql-ledger/bin/mozilla/login.pl, sql-ledger/bin/mozilla/menu.pl, - sql-ledger/bin/mozilla/rp.pl, sql-ledger/bin/mozilla/is.pl, - sql-ledger/bin/mozilla/oe.pl, sql-ledger/bin/mozilla/arap.pl, - sql-ledger/bin/mozilla/pe.pl, sql-ledger/bin/mozilla/bp.pl, - sql-ledger/bin/mozilla/cp.pl, sql-ledger/bin/mozilla/rc.pl, - sql-ledger/bin/mozilla/pos.pl, sql-ledger/bin/mozilla/ps.pl, - sql-ledger/bin/lynx/menu.pl, sql-ledger/bin/mozilla/arapprn.pl, - sql-ledger/bin/mozilla/hr.pl, sql-ledger/bin/mozilla/pw.pl, - sql-ledger/bin/js/menu.pl, sql-ledger/doc/COPYING, - sql-ledger/doc/README, sql-ledger/doc/COPYRIGHT, - sql-ledger/doc/README.DB2, sql-ledger/doc/UPGRADE-1.6-1.8, - sql-ledger/doc/UPGRADE-1.8-1.8.3, - sql-ledger/doc/UPGRADE-1.8.3-1.8.4, - sql-ledger/doc/UPGRADE-1.8.4-1.8.5, - sql-ledger/doc/UPGRADE-1.8.5-1.8.7, - sql-ledger/doc/UPGRADE-1.8.7-2.0.0, - sql-ledger/doc/UPGRADE-2.0-2.0.8, - sql-ledger/doc/UPGRADE-2.0.8-2.0.9, - sql-ledger/doc/UPGRADE-2.0.9-2.2.0, - sql-ledger/doc/UPGRADE-2.2.0-2.2.7, sql-ledger/doc/faq.html, - sql-ledger/doc/UPGRADE-2.2.7-2.4.0, - sql-ledger/doc/UPGRADE-2.4.0-2.4.1, - sql-ledger/doc/UPGRADE-2.4.1-2.4.2, - sql-ledger/doc/UPGRADE-2.4.2-2.4.3, - sql-ledger/doc/UPGRADE-2.4.3-2.4.4, - sql-ledger/sql/Default-chart.sql, - sql-ledger/sql/Oracle-tables.sql, - sql-ledger/sql/France-chart.sql, - sql-ledger/sql/Pg-upgrade-1.6.0-1.8.0.sql, - sql-ledger/sql/Dutch_Default-chart.sql, - sql-ledger/sql/Poland-chart.sql, - sql-ledger/sql/Danish_Default-chart.sql, - sql-ledger/sql/Italy-gifi.sql, - sql-ledger/sql/Czech-Republic-chart.sql, - sql-ledger/sql/Simplified-Chinese_Default-chart.sql, - sql-ledger/sql/Traditional-Chinese_Default-chart.sql, - sql-ledger/sql/Oracle-indices.sql, sql-ledger/sql/Pg-indices.sql, - sql-ledger/sql/Austria-chart.sql, - sql-ledger/sql/Pg-upgrade-1.2.6-1.2.7.sql, - sql-ledger/sql/Pg-upgrade-1.2.7-1.4.0.sql, - sql-ledger/sql/Pg-upgrade-1.4.0-1.6.0.sql, - sql-ledger/sql/Pg-upgrade-1.8.0-1.8.4.sql, - sql-ledger/sql/US_General-chart.sql, - sql-ledger/sql/Dutch_Standard-chart.sql, - sql-ledger/sql/Oracle-upgrade-1.8.0-1.8.4.sql, - sql-ledger/sql/Swiss-German-gifi.sql, - sql-ledger/sql/Canada-English_General-chart.sql, - sql-ledger/sql/German-Sample-gifi.sql, - sql-ledger/sql/Pg-upgrade-1.8.4-1.8.5.sql, - sql-ledger/sql/Austria-gifi.sql, - sql-ledger/sql/Pg-upgrade-2.3.0-2.3.1.sql, - sql-ledger/sql/DB2-create.sql, sql-ledger/sql/Swedish-chart.sql, - sql-ledger/sql/German-Sample-chart.sql, - sql-ledger/sql/Oracle-upgrade-1.8.4-1.8.5.sql, - sql-ledger/sql/Swiss-German-chart.sql, - sql-ledger/sql/Germany-SKR03-gifi.sql, - sql-ledger/sql/Germany-SKR03-chart.sql, - sql-ledger/sql/Germany-DATEV-SKR03-gifi.sql, - sql-ledger/sql/Pg-upgrade-1.8.5-2.0.0.sql, - sql-ledger/sql/Germany-DATEV-SKR03-chart.sql, - sql-ledger/sql/Oracle-upgrade-1.8.5-2.0.0.sql, - sql-ledger/sql/Oracle-upgrade-2.0.8-2.2.0.sql, - sql-ledger/sql/Pg-upgrade-2.0.8-2.2.0.sql, - sql-ledger/sql/Brazil_General-chart.sql, - sql-ledger/sql/Hungary-chart.sql, - sql-ledger/sql/Italy_General-chart.sql, - sql-ledger/sql/Pg-upgrade-2.2.0-2.3.0.sql, - sql-ledger/sql/Norwegian_Default-chart.sql, - sql-ledger/sql/Pg-upgrade-2.0.0-2.0.8.sql, - sql-ledger/sql/Belgium-chart.sql, - sql-ledger/sql/Belgium-gifi.sql, sql-ledger/sql/Hungary-gifi.sql, - sql-ledger/sql/Pg-upgrade-2.3.1-2.3.3.sql, - sql-ledger/sql/Canada-English-gifi.sql, - sql-ledger/sql/Italy_cc2424-chart.sql, - sql-ledger/sql/Pg-upgrade-2.3.3-2.3.4.sql, - sql-ledger/sql/Pg-upgrade-2.3.4-2.3.5.sql, - sql-ledger/sql/Pg-upgrade-2.3.5-2.3.6.sql, - sql-ledger/sql/Spain-ISO-chart.sql, - sql-ledger/sql/Spain-UTF8-chart.sql, - sql-ledger/sql/Canada-French-gifi.sql, - sql-ledger/sql/DB2-set.sql, sql-ledger/sql/DB2-indices.sql, - sql-ledger/sql/DB2-remove.sql, sql-ledger/sql/DB2-tables.sql, - sql-ledger/sql/DB2-sql-ledger.order, - sql-ledger/sql/Latvia-chart.sql, - sql-ledger/sql/Oracle-upgrade-2.0.0-2.0.8.sql, - sql-ledger/sql/Pg-upgrade-2.3.6-2.3.7.sql, - sql-ledger/sql/NAICS.sql, - sql-ledger/sql/Pg-upgrade-2.3.7-2.3.8.sql, - sql-ledger/sql/Pg-upgrade-2.3.8-2.3.9.sql, - sql-ledger/sql/Colombia-PUC-chart.sql, - sql-ledger/sql/Colombia-PUC-gifi.sql, - sql-ledger/sql/Pg-functions.sql, sql-ledger/sql/Pg-tables.sql, - sql-ledger/sql/Egypt-chart.sql, - sql-ledger/sql/US_Manufacturing-chart.sql, - sql-ledger/sql/US_Service_Company-chart.sql, - sql-ledger/sql/Pg-upgrade-2.3.9-2.4.2.sql, - sql-ledger/sql/Pg-upgrade-2.4.2-2.4.3.sql, - sql-ledger/sql/Pg-upgrade-2.4.3-2.4.4.sql, - sql-ledger/sql/Simplified-Chinese_Default-UTF8-chart.sql, - sql-ledger/sql/Traditional-Chinese_Default-UTF8-chart.sql, - sql-ledger/templates/Danish-invoice.html, - sql-ledger/templates/Default-invoice.html, - sql-ledger/templates/Service-income_statement.html, - sql-ledger/templates/Service-invoice.html, - sql-ledger/templates/Service-packing_list.tex, - sql-ledger/templates/Service-purchase_order.tex, - sql-ledger/templates/Spanish_A4-invoice.html, - sql-ledger/templates/Spanish_A4-packing_list.html, - sql-ledger/templates/Spanish_A4-sales_order.html, - sql-ledger/templates/Danish-balance_sheet.html, - sql-ledger/templates/Danish-income_statement.html, - sql-ledger/templates/Danish-invoice.tex, - sql-ledger/templates/Default-income_statement.html, - sql-ledger/templates/Default-pos_invoice.txt, - sql-ledger/templates/French-invoice.html, - sql-ledger/templates/Spanish_A4-invoice.tex, - sql-ledger/templates/Spanish_A4-packing_list.tex, - sql-ledger/templates/Spanish_A4-purchase_order.tex, - sql-ledger/templates/Danish-packing_list.tex, - sql-ledger/templates/Default-balance_sheet.html, - sql-ledger/templates/French-packing_list.html, - sql-ledger/templates/Service-invoice.tex, - sql-ledger/templates/Service-sales_order.tex, - sql-ledger/templates/Spanish_A4-sales_order.tex, - sql-ledger/templates/Spanish_Letter-balance_sheet.html, - sql-ledger/templates/Spanish_Letter-income_statement.html, - sql-ledger/templates/Spanish_Letter-invoice.html, - sql-ledger/templates/Spanish_Letter-invoice.tex, - sql-ledger/templates/Spanish_Letter-packing_list.html, - sql-ledger/templates/French-balance_sheet.html, - sql-ledger/templates/French-income_statement.html, - sql-ledger/templates/Spanish_A4-balance_sheet.html, - sql-ledger/templates/Spanish_Letter-packing_list.tex, - sql-ledger/templates/Spanish_Letter-purchase_order.html, - sql-ledger/templates/Spanish_Letter-purchase_order.tex, - sql-ledger/templates/Spanish_Letter-sales_order.html, - sql-ledger/templates/Spanish_Letter-sales_order.tex, - sql-ledger/templates/Danish-packing_list.html, - sql-ledger/templates/Danish-purchase_order.html, - sql-ledger/templates/Danish-purchase_order.tex, - sql-ledger/templates/Danish-sales_order.html, - sql-ledger/templates/Danish-sales_order.tex, - sql-ledger/templates/Estonian-balance_sheet.html, - sql-ledger/templates/Estonian-income_statement.html, - sql-ledger/templates/Estonian-invoice.html, - sql-ledger/templates/Service-balance_sheet.html, - sql-ledger/templates/Service-packing_list.html, - sql-ledger/templates/Spanish_A4-income_statement.html, - sql-ledger/templates/Spanish_A4-purchase_order.html, - sql-ledger/templates/Default-packing_list.html, - sql-ledger/templates/Default-sales_order.html, - sql-ledger/templates/Estonian-invoice.tex, - sql-ledger/templates/Estonian-packing_list.html, - sql-ledger/templates/Estonian-packing_list.tex, - sql-ledger/templates/Estonian-purchase_order.html, - sql-ledger/templates/Service-purchase_order.html, - sql-ledger/templates/Default-purchase_order.html, - sql-ledger/templates/Dutch-balance_sheet.html, - sql-ledger/templates/Dutch-income_statement.html, - sql-ledger/templates/Dutch-invoice.html, - sql-ledger/templates/Estonian-purchase_order.tex, - sql-ledger/templates/Estonian-sales_order.html, - sql-ledger/templates/Estonian-sales_order.tex, - sql-ledger/templates/Service-sales_order.html, - sql-ledger/templates/Dutch-invoice.tex, - sql-ledger/templates/Dutch-packing_list.html, - sql-ledger/templates/Dutch-packing_list.tex, - sql-ledger/templates/Dutch-purchase_order.html, - sql-ledger/templates/Dutch-purchase_order.tex, - sql-ledger/templates/Dutch-sales_order.html, - sql-ledger/templates/Dutch-sales_order.tex, - sql-ledger/templates/French-invoice.tex, - sql-ledger/templates/French-packing_list.tex, - sql-ledger/templates/French-purchase_order.tex, - sql-ledger/templates/German-packing_list.html, - sql-ledger/templates/Default-invoice.tex, - sql-ledger/templates/Default-packing_list.tex, - sql-ledger/templates/Default-purchase_order.tex, - sql-ledger/templates/French-purchase_order.html, - sql-ledger/templates/French-sales_order.html, - sql-ledger/templates/French-sales_order.tex, - sql-ledger/templates/Default-sales_order.tex, - sql-ledger/templates/German-balance_sheet.html, - sql-ledger/templates/German-income_statement.html, - sql-ledger/templates/German-invoice.html, - sql-ledger/templates/German-invoice.tex, - sql-ledger/templates/German-packing_list.tex, - sql-ledger/templates/German-purchase_order.html, - sql-ledger/templates/German-purchase_order.tex, - sql-ledger/templates/German-sales_order.html, - sql-ledger/templates/Brazilian_Portuguese-check.tex, - sql-ledger/templates/Danish-check.tex, - sql-ledger/templates/Danish-receipt.tex, - sql-ledger/templates/Default-check.tex, - sql-ledger/templates/Default-receipt.tex, - sql-ledger/templates/Dutch-check.tex, - sql-ledger/templates/Dutch-receipt.tex, - sql-ledger/templates/Estonian-check.tex, - sql-ledger/templates/French-receipt.tex, - sql-ledger/templates/German-check.tex, - sql-ledger/templates/German-receipt.tex, - sql-ledger/templates/German-sales_order.tex, - sql-ledger/templates/Norwegian-balance_sheet.html, - sql-ledger/templates/Service-check.tex, - sql-ledger/templates/Service-receipt.tex, - sql-ledger/templates/Spanish_A4-check.tex, - sql-ledger/templates/Spanish_A4-receipt.tex, - sql-ledger/templates/Spanish_Letter-check.tex, - sql-ledger/templates/Spanish_Letter-receipt.tex, - sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html, - sql-ledger/templates/Danish-statement.html, - sql-ledger/templates/Danish-statement.tex, - sql-ledger/templates/Default-statement.html, - sql-ledger/templates/Default-statement.tex, - sql-ledger/templates/Dutch-statement.html, - sql-ledger/templates/Dutch-statement.tex, - sql-ledger/templates/Estonian-statement.html, - sql-ledger/templates/Estonian-statement.tex, - sql-ledger/templates/French-statement.html, - sql-ledger/templates/French-statement.tex, - sql-ledger/templates/German-statement.html, - sql-ledger/templates/German-statement.tex, - sql-ledger/templates/Brazilian_Portuguese-income_statement.html, - sql-ledger/templates/Dutch-pos_invoice.txt, - sql-ledger/templates/Estonian-receipt.tex, - sql-ledger/templates/French-check.tex, - sql-ledger/templates/Service-statement.html, - sql-ledger/templates/Service-statement.tex, - sql-ledger/templates/Spanish_A4-statement.html, - sql-ledger/templates/Spanish_A4-statement.tex, - sql-ledger/templates/Spanish_Letter-statement.html, - sql-ledger/templates/Spanish_Letter-statement.tex, - sql-ledger/templates/Brazilian_Portuguese-invoice.html, - sql-ledger/templates/Brazilian_Portuguese-invoice.tex, - sql-ledger/templates/Brazilian_Portuguese-packing_list.html, - sql-ledger/templates/Brazilian_Portuguese-packing_list.tex, - sql-ledger/templates/Brazilian_Portuguese-purchase_order.html, - sql-ledger/templates/Brazilian_Portuguese-purchase_order.tex, - sql-ledger/templates/Brazilian_Portuguese-receipt.tex, - sql-ledger/templates/Brazilian_Portuguese-sales_order.html, - sql-ledger/templates/Brazilian_Portuguese-sales_order.tex, - sql-ledger/templates/Brazilian_Portuguese-statement.html, - sql-ledger/templates/Brazilian_Portuguese-statement.tex, - sql-ledger/templates/Danish-pos_invoice.txt, - sql-ledger/templates/Norwegian-check.tex, - sql-ledger/templates/Norwegian-income_statement.html, - sql-ledger/templates/Norwegian-invoice.html, - sql-ledger/templates/Norwegian-invoice.tex, - sql-ledger/templates/Norwegian-packing_list.html, - sql-ledger/templates/Norwegian-packing_list.tex, - sql-ledger/templates/Italian-balance_sheet.html, - sql-ledger/templates/Italian-check.tex, - sql-ledger/templates/Italian-income_statement.html, - sql-ledger/templates/Norwegian-purchase_order.html, - sql-ledger/templates/Norwegian-purchase_order.tex, - sql-ledger/templates/Norwegian-receipt.tex, - sql-ledger/templates/Norwegian-sales_order.html, - sql-ledger/templates/Norwegian-sales_order.tex, - sql-ledger/templates/Norwegian-statement.html, - sql-ledger/templates/Norwegian-statement.tex, - sql-ledger/templates/Italian-invoice.html, - sql-ledger/templates/Italian-invoice.tex, - sql-ledger/templates/Italian-packing_list.html, - sql-ledger/templates/Italian-packing_list.tex, - sql-ledger/templates/Italian-purchase_order.html, - sql-ledger/templates/Italian-purchase_order.tex, - sql-ledger/templates/Italian-receipt.tex, - sql-ledger/templates/Italian-sales_order.html, - sql-ledger/templates/Italian-sales_order.tex, - sql-ledger/templates/Italian-statement.html, - sql-ledger/templates/Default-bin_list.html, - sql-ledger/templates/Default-bin_list.tex, - sql-ledger/templates/Default-pick_list.html, - sql-ledger/templates/Default-pick_list.tex, - sql-ledger/templates/Default-request_quotation.html, - sql-ledger/templates/Default-request_quotation.tex, - sql-ledger/templates/Hungarian-balance_sheet.html, - sql-ledger/templates/Italian-statement.tex, - sql-ledger/templates/Default-sales_quotation.html, - sql-ledger/templates/Default-sales_quotation.tex, - sql-ledger/templates/Hungarian-check.tex, - sql-ledger/templates/Hungarian-income_statement.html, - sql-ledger/templates/Hungarian-invoice.html, - sql-ledger/templates/Hungarian-invoice.tex, - sql-ledger/templates/Hungarian-packing_list.html, - sql-ledger/templates/Hungarian-packing_list.tex, - sql-ledger/templates/Hungarian-pos_invoice.txt: Initial revision - 2004-11-12 21:37 ivan * FS/FS/svc_acct.pm: oops, that's better @@ -23269,24 +20857,63 @@ * rt/sbin/rt-setup-database.in: merge in changes to rt-setup-database -2004-11-11 04:11 ivan - - * rt/: html/Ticket/Elements/LoadTextAttachments, - html/Ticket/Elements/FindAttachments, html/Elements/QueryString, - lib/t/data/rt-send-cc, lib/RT/I18N/hu.po, lib/RT/I18N/da.po: - Initial revision - -2004-11-11 00:16 ivan - - * install/fedora/fc2/INSTALL: last wo +2004-11-11 04:13 ivan -2004-11-11 00:13 ivan + * rt/: bin/mason_handler.fcgi.in, bin/mason_handler.scgi.in, + bin/rt.in, bin/rt-crontool.in, bin/webmux.pl.in, etc/acl.mysql: + import rt 3.0.12 - * install/fedora/fc2/INSTALL: cats help alot +2004-11-11 04:10 ivan -2004-11-10 23:44 ivan - - * install/fedora/fc2/: INSTALL, sources.list: adding fc2 install + * rt/: Makefile.in, configure, Changelog, configure.ac, + sbin/rt-test-dependencies.in, html/autohandler, html/index.html, + html/Ticket/History.html, html/Ticket/ModifyAll.html, + html/Ticket/Update.html, html/Ticket/ModifyDates.html, + html/Ticket/ModifyLinks.html, + html/Ticket/Elements/LoadTextAttachments, + html/Ticket/Elements/ShowRequestor, + html/Ticket/Elements/ShowTransaction, + html/Ticket/Elements/FindAttachments, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowDates, html/Ticket/Elements/ShowHistory, + html/Approvals/index.html, html/Admin/Global/GroupRights.html, + html/Admin/Global/UserRights.html, + html/Admin/Groups/GroupRights.html, + html/Admin/Groups/Members.html, html/Admin/Groups/Modify.html, + html/Admin/Groups/UserRights.html, html/Admin/Groups/index.html, + html/Admin/Global/Template.html, + html/Admin/Queues/GroupRights.html, + html/Admin/Queues/Modify.html, html/Admin/Queues/Scrip.html, + html/Admin/Queues/Template.html, + html/Admin/Queues/UserRights.html, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/EditScrip, html/Admin/Elements/EditTemplates, + html/Admin/Elements/UserTabs, + html/Admin/Elements/SelectNewGroupMembers, + html/SelfService/Prefs.html, html/Elements/MyRequests, + html/SelfService/Display.html, html/Elements/MessageBox, + html/Elements/QueryString, html/Elements/SelectMatch, + html/REST/1.0/Forms/ticket/default, + html/REST/1.0/NoAuth/mail-gateway, html/User/Delegation.html, + html/User/Groups/Members.html, html/User/Groups/Modify.html, + lib/RT.pm.in, lib/t/data/rt-send-cc, lib/RT/Template_Overlay.pm, + lib/RT/Date.pm, lib/RT/StyleGuide.pod, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/ACL_Overlay.pm, + lib/RT/Handle.pm, lib/RT/Templates_Overlay.pm, + lib/RT/EmailParser.pm, lib/RT/GroupMembers_Overlay.pm, + lib/RT/Tickets_Overlay.pm, lib/RT/Attachment_Overlay.pm, + lib/RT/CurrentUser.pm, lib/RT/Principal_Overlay.pm, + lib/RT/Scrip_Overlay.pm, lib/RT/Queue_Overlay.pm, + lib/RT/CachedGroupMembers_Overlay.pm, lib/RT/Link_Overlay.pm, + lib/RT/I18N/cs.po, lib/RT/I18N/pt_br.po, lib/RT/I18N/fr.po, + lib/RT/I18N/es.po, lib/RT/I18N/nl.po, lib/RT/I18N/hu.po, + lib/RT/I18N/it.po, lib/RT/I18N/no.po, lib/RT/I18N/da.po, + lib/RT/I18N/ru.po, lib/RT/I18N/de.po, lib/RT/I18N/ja.po, + lib/RT/I18N/zh_tw.po, lib/RT/I18N/he.po, lib/RT/I18N/fi.po, + lib/RT/I18N/zh_cn.po, lib/RT/Action/SendEmail.pm, + lib/RT/Action/EscalatePriority.pm, lib/RT/Interface/Email.pm, + lib/RT/Interface/Web.pm, lib/RT/Interface/Email/Auth/MailFrom.pm: + import rt 3.0.12 2004-11-09 03:42 ivan @@ -23332,39 +20959,14 @@ * bin/rollback: adding in case this is needed again -2004-11-07 14:58 ivan - - * ANNOUNCE.1.5.0, httemplate/docs/install.html: update install - documentation for 1.5 HTML::Mason or Apache::ASP install - -2004-11-04 01:45 ivan - - * install/debian/3.0/INSTALL: and the last two runtime ones - -2004-11-04 01:26 ivan - - * install/debian/3.0/INSTALL: few additional dependancies - -2004-10-30 17:01 ivan - - * httemplate/search/cust_main-quickpay.html: quick pay shouldnt - default to exact search - -2004-10-26 05:43 ivan - - * install/redhat/es3/: INSTALL, httpd-init: adding rh es3 files - 2004-10-26 05:36 ivan * Makefile: 1.5.0pre6! 2004-10-26 05:33 ivan - * ANNOUNCE.1.5.0, httemplate/docs/billing.html, - httemplate/docs/export.html, httemplate/docs/index.html, - httemplate/docs/overview-new.dia, - httemplate/docs/overview-new.png, httemplate/docs/schema.html, - httemplate/docs/selfservice.html: slightly more up-to-date docs + * httemplate/docs/: index.html, overview-new.dia, overview-new.png, + schema.html: slightly more up-to-date docs 2004-10-26 05:07 ivan @@ -23380,9 +20982,9 @@ * FS/FS/CGI.pm, FS/FS/Conf.pm, FS/FS/Record.pm, FS/FS/cust_main.pm, FS/FS/cust_pkg.pm, FS/FS/part_export.pm, FS/FS/part_pkg.pm, - FS/FS/part_pkg_option.pm, ANNOUNCE.1.5.0, README.1.5.0pre6, - SCHEMA_CHANGE, FS/FS.pm, FS/MANIFEST, FS/bin/freeside-setup, - FS/t/part_pkg-flat.t, FS/t/part_pkg-flat_comission.t, + FS/FS/part_pkg_option.pm, FS/FS.pm, FS/MANIFEST, + FS/bin/freeside-setup, FS/t/part_pkg-flat.t, + FS/t/part_pkg-flat_comission.t, FS/t/part_pkg-flat_comission_cust.t, FS/t/part_pkg-flat_comission_pkg.t, FS/t/part_pkg-flat_delayed.t, FS/t/part_pkg-prorate.t, FS/t/part_pkg-sesmon_hour.t, @@ -23390,9 +20992,8 @@ FS/t/part_pkg-sql_generic.t, FS/t/part_pkg-sqlradacct_hour.t, FS/t/part_pkg-subscription.t, FS/t/part_pkg_option.t, httemplate/browse/part_pkg.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, httemplate/edit/part_pkg.cgi, - httemplate/view/cust_main.cgi, FS/FS/part_pkg/flat.pm, - FS/FS/part_pkg/flat_comission.pm, + httemplate/edit/part_pkg.cgi, httemplate/view/cust_main.cgi, + FS/FS/part_pkg/flat.pm, FS/FS/part_pkg/flat_comission.pm, FS/FS/part_pkg/flat_comission_cust.pm, FS/FS/part_pkg/flat_comission_pkg.pm, FS/FS/part_pkg/flat_delayed.pm, FS/FS/part_pkg/prorate.pm, @@ -23512,8 +21113,8 @@ 2004-10-18 05:37 ivan - * httemplate/: index.html, images/mid-logo.png, - images/small-logo.png: that's right, a new logo + * httemplate/: index.html, images/small-logo.png: that's right, a + new logo 2004-10-17 07:01 ivan @@ -23532,16 +21133,15 @@ 2004-10-17 02:19 ivan - * FS/FS/Conf.pm, FS/FS/cust_svc.pm, bin/populate-msgcat, - README.1.5.0pre6, FS/FS/part_export/artera_turbo.pm, - httemplate/docs/upgrade10.html, httemplate/view/svc_external.cgi: - add options to adjust UI for artera turbo as svc_export + * FS/FS/Conf.pm, FS/FS/cust_svc.pm, + FS/FS/part_export/artera_turbo.pm, + httemplate/view/svc_external.cgi: add options to adjust UI for + artera turbo as svc_export 2004-10-16 03:15 ivan - * FS/FS/Conf.pm, FS/FS/part_export/artera_turbo.pm, - README.1.5.0pre6, FS/FS/svc_external.pm, FS/bin/freeside-setup, - httemplate/docs/upgrade10.html: add artera turbo export + * FS/: FS/Conf.pm, FS/part_export/artera_turbo.pm, + FS/svc_external.pm, bin/freeside-setup: add artera turbo export 2004-10-12 22:46 ivan @@ -23620,28 +21220,6 @@ in the parent process, this cached the $dbdef and speeds things up significantly -2004-10-05 04:38 ivan - - * ANNOUNCE.1.5.0: [no log message] - -2004-09-30 18:38 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: -w flag spewing too - much to STDOUT - -2004-09-27 16:17 ivan - - * install/redhat/8/INSTALL: please don't use rh8 - -2004-09-27 13:42 ivan - - * install/redhat/8/INSTALL: apachetoolbox instead i guess - -2004-09-27 13:37 ivan - - * install/redhat/8/: INSTALL, README.insecure, sources.list: adding - rh8 install foo and warning - 2004-09-22 04:28 ivan * httemplate/search/: cust_bill_event.html, @@ -23744,9 +21322,7 @@ 2004-09-05 15:42 ivan - * fs_selfservice/FS-SelfService/cgi/signup.html, - fs_signup/FS-SignupClient/cgi/signup-agentselect.html, - fs_signup/FS-SignupClient/cgi/signup.html: fixed duplicate + * fs_selfservice/FS-SelfService/cgi/signup.html: fixed duplicate checking will catch it, but add client-side protection against double-submission also. @@ -23964,10 +21540,6 @@ * FS/FS/Record.pm: better error message for missing tables -2004-07-06 10:27 ivan - - * ANNOUNCE.1.5.0: new features - 2004-07-06 10:26 ivan * FS/FS/Conf.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, @@ -23983,22 +21555,14 @@ 2004-07-06 06:26 ivan - * README.1.5.0pre1, README.1.5.0pre6, FS/FS.pm, FS/FS/cust_pay.pm, - FS/FS/cust_pay_void.pm, FS/t/cust_pay_void.t, - FS/bin/freeside-setup, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, - httemplate/misc/void-cust_pay.cgi: add cust_pay_void table and - payment voiding web ui part one + * FS/FS.pm, FS/FS/cust_pay.pm, FS/FS/cust_pay_void.pm, + FS/t/cust_pay_void.t, FS/bin/freeside-setup, + httemplate/docs/schema.html, httemplate/misc/void-cust_pay.cgi: + add cust_pay_void table and payment voiding web ui part one 2004-07-06 01:43 ivan - * htetc/: global.asa, handler.pl: 0.32 (and then some) released - -2004-07-06 01:31 ivan - - * install/5.005/Net-Whois-Raw/: COPYRIGHT, Changes, MANIFEST, - META.yml, Makefile.PL, README, pwhois, lib/Net/Whois/Raw.pm, - lib/Net/Whois/Raw/Data.pm, t/01.t: 0.32 (and then some) released + * htetc/handler.pl: 0.32 (and then some) released 2004-07-01 06:49 ivan @@ -24055,11 +21619,10 @@ 2004-06-28 21:02 ivan - * ANNOUNCE.1.5.0, README.1.5.0pre6, FS/FS.pm, FS/MANIFEST, - FS/FS/cust_bill_pay.pm, FS/FS/cust_credit_bill.pm, - FS/FS/cust_credit_refund.pm, FS/FS/cust_pay.pm, - FS/FS/cust_pay_refund.pm, FS/FS/cust_refund.pm, - FS/bin/freeside-setup, httemplate/docs/upgrade10.html, + * FS/FS.pm, FS/MANIFEST, FS/FS/cust_bill_pay.pm, + FS/FS/cust_credit_bill.pm, FS/FS/cust_credit_refund.pm, + FS/FS/cust_pay.pm, FS/FS/cust_pay_refund.pm, + FS/FS/cust_refund.pm, FS/bin/freeside-setup, httemplate/view/cust_main.cgi, FS/t/cust_pay_refund.t, httemplate/edit/cust_bill_pay.cgi, httemplate/edit/process/cust_bill_pay.cgi: add cust_pay_refund @@ -24104,10 +21667,6 @@ * FS/FS/cust_bill.pm: forgotten space in typeset invoice credit lines -2004-06-22 18:23 ivan - - * httemplate/docs/upgrade10.html: escape html - 2004-06-21 20:12 ivan * Makefile: snapshot before schema changes @@ -24126,11 +21685,6 @@ * fs_selfservice/FS-SelfService/cgi/agent.cgi: fix dup password checking on add'l package order -2004-06-21 07:20 ivan - - * fs_signup/FS-SignupClient/SignupClient.pm: export popselector and - expselect - 2004-06-21 06:36 ivan * FS/MANIFEST: removing old report from MANIFEST @@ -24160,10 +21714,6 @@ fix: avoid newline prepend fix from borking indented first <%, fixes customer search by otaker under mason, closes: Bug#830 -2004-06-18 03:07 ivan - - * httemplate/docs/install.html: recommend HTML::Mason - 2004-06-17 05:32 ivan * FS/FS/part_export/: www_shellcommands.pm, apache.pm: add @@ -24180,10 +21730,8 @@ 2004-06-15 06:27 ivan - * fs_passwd/fs_passwd.cgi, fs_passwd/fs_passwd.html, - fs_selfservice/FS-SelfService/cgi/passwd.cgi, - fs_selfservice/FS-SelfService/cgi/passwd.html: moving passwd cgi - to self-service + * fs_selfservice/FS-SelfService/cgi/: passwd.cgi, passwd.html: + moving passwd cgi to self-service 2004-06-15 03:59 ivan @@ -24210,8 +21758,7 @@ 2004-06-11 06:44 ivan - * FS/bin/freeside-tax-report, httemplate/search/report_tax.cgi: tax - report! + * httemplate/search/report_tax.cgi: tax report! 2004-06-11 00:37 ivan @@ -24236,9 +21783,7 @@ fs_selfservice/FS-SelfService/cgi/signup.html, fs_selfservice/FS-SelfService/cgi/view_customer.html, httemplate/browse/agent.cgi, httemplate/search/cust_main.cgi, - fs_selfservice/FS-SelfService/SelfService.pm, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi: agent interface + fs_selfservice/FS-SelfService/SelfService.pm: agent interface 2004-06-10 04:28 ivan @@ -24248,11 +21793,6 @@ * Makefile: need this entry for myself though! -2004-06-09 00:17 ivan - - * httemplate/docs/install.html: explicitly specify Apache - httpd.conf. fear. - 2004-06-05 05:01 ivan * Makefile: AND set its owner. whew. @@ -24372,8 +21912,8 @@ 2004-05-26 11:59 ivan - * FS/FS/cust_bill.pm, httemplate/docs/upgrade-1.4.2.html: require - the version of File::Temp with the OO interface + * FS/FS/cust_bill.pm: require the version of File::Temp with the OO + interface 2004-05-26 06:07 ivan @@ -24462,10 +22002,6 @@ * bin/: sequences.reset, freeside.import: adding -2004-05-12 05:38 ivan - - * install/redhat/9/: INSTALL, sources.list: that wasn't pleasant - 2004-05-12 03:03 ivan * Makefile: for native apache installs @@ -24506,10 +22042,6 @@ * httemplate/: index.html, search/svc_www.cgi: vary basic virtual host browse -2004-05-10 16:16 ivan - - * httemplate/docs/upgrade10.html: fix sequences in upgrade docs? - 2004-05-10 06:46 ivan * FS/FS/part_export/shellcommands_withdomain.pm: fix ISPMan @@ -24606,15 +22138,6 @@ * httemplate/search/cust_bill.html: handle missing customer records without erroring out -2004-05-01 03:43 ivan - - * install/redhat/9/INSTALL: update for some new atrpms package - versions - -2004-04-30 20:54 ivan - - * htetc/global.asa: very weird 5.005 problem - 2004-04-30 14:58 ivan * FS/FS/Record.pm: accept empty zips for non-US countries... @@ -24628,89 +22151,18 @@ * httemplate/index.html: 15 day open invoice reports for qis -2004-04-29 06:08 ivan - - * fs_signup/FS-SignupClient/cgi/: map.gif, stateselect.html: - imagemap for state selection - -2004-04-29 02:24 ivan - - * install/5.005/Net-Whois-Raw/lib/Net/Whois/Raw/Data.pm: 5.005 fix - -2004-04-29 02:21 ivan - - * install/5.005/: DBIx-DBSchema-0.23-5.005kludge/Changes, - DBIx-DBSchema-0.23-5.005kludge/DBSchema.pm, - DBIx-DBSchema-0.23-5.005kludge/MANIFEST, - DBIx-DBSchema-0.23-5.005kludge/MANIFEST.SKIP, - DBIx-DBSchema-0.23-5.005kludge/Makefile.PL, - DBIx-DBSchema-0.23-5.005kludge/README, - DBIx-DBSchema-0.23-5.005kludge/TODO, - DBD-Pg-1.22-fixvercmp/Changes, DBD-Pg-1.22-fixvercmp/MANIFEST, - DBD-Pg-1.22-fixvercmp/Makefile.PL, DBD-Pg-1.22-fixvercmp/Pg.h, - DBD-Pg-1.22-fixvercmp/Pg.pm, DBD-Pg-1.22-fixvercmp/Pg.xs, - DBD-Pg-1.22-fixvercmp/README, DBD-Pg-1.22-fixvercmp/README.win32, - DBD-Pg-1.22-fixvercmp/dbd-pg.pod, DBD-Pg-1.22-fixvercmp/dbdimp.c, - DBD-Pg-1.22-fixvercmp/dbdimp.h, - DBD-Pg-1.22-fixvercmp/eg/ApacheDBI.pl, - DBD-Pg-1.22-fixvercmp/eg/lotest.pl, - DBD-Pg-1.22-fixvercmp/eg/notify_test.patch, - DBD-Pg-1.22-fixvercmp/t/00basic.t, - DBD-Pg-1.22-fixvercmp/t/01connect.t, - DBD-Pg-1.22-fixvercmp/t/01constants.t, - DBD-Pg-1.22-fixvercmp/t/01setup.t, - DBD-Pg-1.22-fixvercmp/t/02prepare.t, - DBD-Pg-1.22-fixvercmp/t/03bind.t, - DBD-Pg-1.22-fixvercmp/t/04execute.t, - DBD-Pg-1.22-fixvercmp/t/05fetch.t, - DBD-Pg-1.22-fixvercmp/t/06disconnect.t, - DBD-Pg-1.22-fixvercmp/t/07reuse.t, - DBD-Pg-1.22-fixvercmp/t/08txn.t, - DBD-Pg-1.22-fixvercmp/t/09autocommit.t, - DBD-Pg-1.22-fixvercmp/t/11quoting.t, - DBD-Pg-1.22-fixvercmp/t/12placeholders.t, - DBD-Pg-1.22-fixvercmp/t/13pgtype.t, - DBD-Pg-1.22-fixvercmp/t/15funct.t, - DBD-Pg-1.22-fixvercmp/t/99cleanup.t, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Handler.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/RDBMS.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Request.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Util.pm, - DBIx-DBSchema-0.23-5.005kludge/t/load-mysql.t, - DBIx-DBSchema-0.23-5.005kludge/t/load-pg.t, - DBIx-DBSchema-0.23-5.005kludge/t/load.t, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/Handler/Prompt.pm, - DBD-Pg-1.22-fixvercmp/t/lib/App/Info/RDBMS/PostgreSQL.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/Column.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/Table.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup/Index.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/ColGroup/Unique.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/Pg.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/Sybase.pm, - DBIx-DBSchema-0.23-5.005kludge/DBSchema/DBD/mysql.pm: adding - DBD::Pg and DBIx::DBSchema for 5.005. argh freebsd and solaris! - 2004-04-23 06:15 ivan - * FS/MANIFEST, FS/bin/freeside-cc-receipts-report, - FS/bin/freeside-credit-report, httemplate/index.html, - httemplate/search/report_cc.cgi, - httemplate/search/report_cc.html, - httemplate/search/report_credit.cgi, - httemplate/search/report_credit.html: add link to new credit - report on main menu, remove old obsolete shell-out reports + * FS/MANIFEST, httemplate/index.html: add link to new credit report + on main menu, remove old obsolete shell-out reports 2004-04-23 05:50 ivan - * Makefile, htetc/global.asa: fix up includes with Apache::ASP + * Makefile: fix up includes with Apache::ASP 2004-04-23 05:19 ivan * FS/FS/cust_credit.pm, FS/FS/Report/Table/Monthly.pm, - httemplate/graph/money_time-graph.cgi, httemplate/graph/money_time.cgi, httemplate/search/cust_bill.html, httemplate/search/cust_credit.html, @@ -24729,10 +22181,6 @@ * httemplate/elements/pager.html: silly pager fix -2004-04-22 00:27 ivan - - * httemplate/docs/: install.html, upgrade10.html: minor doc updates - 2004-04-22 00:07 ivan * httemplate/search/report_cust_credit.html: initial copy from @@ -24764,11 +22212,6 @@ httemplate/view/cust_main.cgi: add methods for masking credit cards, add payment info modification to self-service -2004-04-13 20:20 ivan - - * install/fedora/fc1/: INSTALL, sources.list: adding preliminary - install script for fedora core 1 - 2004-04-13 18:00 ivan * rt/FREESIDE_MODIFIED: keeping track of what's been changed to @@ -24809,14 +22252,6 @@ * Makefile: properly disable RT where not using -2004-04-09 15:29 ivan - - * fs_passwd/fs_passwd.cgi: oops, this one too - -2004-04-09 15:28 ivan - - * fs_passwd/fs_passwd.html: fs_passwd.cgi - 2004-04-08 05:37 ivan * Makefile: fix psql command line options for older pg @@ -24831,14 +22266,14 @@ 2004-04-08 05:05 ivan - * rt/sbin/: rt-setup-database, rt-setup-database.in: remove - accidentally doubled lines in usage inst + * rt/sbin/rt-setup-database.in: remove accidentally doubled lines + in usage inst 2004-04-08 05:00 ivan * Makefile, htetc/handler.pl, rt/FREESIDE_MODIFIED, - rt/etc/RT_SiteConfig.pm, rt/sbin/rt-setup-database, - rt/sbin/rt-setup-database.in: beginning of RT integration + rt/etc/RT_SiteConfig.pm, rt/sbin/rt-setup-database.in: beginning + of RT integration 2004-04-07 22:53 ivan @@ -24865,12 +22300,6 @@ * httemplate/view/svc_domain.cgi: javascript confirm when slaving a domain -2004-04-07 02:08 ivan - - * install/5.005/Net-Whois-Raw/: COPYRIGHT, Changes, MANIFEST, - META.yml, Makefile.PL, README, pwhois, t/01.t, - lib/Net/Whois/Raw.pm, lib/Net/Whois/Raw/Data.pm: Initial revision - 2004-04-07 01:34 ivan * FS/FS/part_export.pm: argh, the glob itself is tainted under @@ -24900,8 +22329,7 @@ 2004-04-05 02:08 ivan - * htetc/global.asa, htetc/handler.pl, httemplate/docs/install.html, - httemplate/docs/upgrade-1.4.2.html, httemplate/misc/whois.cgi, + * htetc/handler.pl, httemplate/misc/whois.cgi, httemplate/view/svc_domain.cgi: add whois functionality internally instead of linking to geektools @@ -24915,17 +22343,11 @@ * httemplate/view/cust_main.cgi: comment out extraneous warning -2004-04-02 16:45 ivan - - * httemplate/search/cust_bill.cgi: UI: stop making things small for - no reason - 2004-04-02 05:44 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/view/cust_bill-pdf.cgi: remove Pragma:no-cache header, - and set Content-Length and Cache-Control for viewing .pdf - invoices with IE over SSL. + * htetc/handler.pl, httemplate/view/cust_bill-pdf.cgi: remove + Pragma:no-cache header, and set Content-Length and Cache-Control + for viewing .pdf invoices with IE over SSL. http://support.microsoft.com/default.aspx?scid=kb;en-us;323308 2004-04-02 03:23 ivan @@ -24943,29 +22365,11 @@ * FS/FS/part_export/www_shellcommands.pm: fix paths to ispman commands -2004-04-01 03:14 ivan - - * httemplate/browse/part_referral.cgi: remove extraneous html - -2004-04-01 03:09 ivan - - * httemplate/browse/part_referral.cgi: oops! - -2004-04-01 02:56 ivan - - * httemplate/browse/part_referral.cgi: add a yesterday column and a - total row, closes: Bug#797 - 2004-03-31 16:44 ivan * FS/: FS/cust_main_county.pm, bin/freeside-setup: get sub-countries from Locale::SubCountry now -2004-03-30 09:13 ivan - - * httemplate/docs/upgrade10.html: little more explanation about - editing Pg dumps - 2004-03-30 08:43 ivan * FS/FS/cust_main.pm: mutex the bill and collect functions @@ -25066,24 +22470,10 @@ * httemplate/view/: cust_main.cgi: small UI fix for unapplied partial credits -2004-03-22 19:36 ivan - - * htetc/global.asa: make Apache::ASP includes work as expected - -2004-03-22 19:31 ivan - - * htetc/global.asa: includes fix - -2004-03-22 19:29 ivan - - * htetc/global.asa, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: includes with Apache::ASP - 2004-03-22 16:06 ivan * FS/FS/cust_main.pm, FS/FS/ClientAPI/MyAccount.pm, - htetc/global.asa, htetc/handler.pl, - httemplate/elements/small_custview.html, + htetc/handler.pl, httemplate/elements/small_custview.html, httemplate/misc/payment.cgi, httemplate/misc/process/payment.cgi, httemplate/view/cust_main.cgi: one-time credit card and ACH payments (like self-service) closes: Bug#648 @@ -25133,9 +22523,8 @@ 2004-03-22 02:16 ivan - * httemplate/: misc/expire_pkg.cgi, misc/process/expire_pkg.cgi, - view/cust_main.cgi: yay! remove package view entirely (closes: - Bug#569) + * httemplate/view/cust_main.cgi: yay! remove package view entirely + (closes: Bug#569) 2004-03-21 18:59 ivan @@ -25201,10 +22590,9 @@ 2004-03-17 13:47 ivan - * FS/FS/ClientAPI/MyAccount.pm, FS/FS/svc_acct.pm, - FS/FS/ClientAPI/passwd.pm, httemplate/docs/install.html, - httemplate/docs/upgrade-1.4.2.html: proper self-service login - supporting plaintext, crypt and MD5 passwords + * FS/FS/: ClientAPI/MyAccount.pm, svc_acct.pm, ClientAPI/passwd.pm: + proper self-service login supporting plaintext, crypt and MD5 + passwords 2004-03-16 12:41 ivan @@ -25233,8 +22621,8 @@ 2004-03-15 22:58 ivan - * rt/: FREESIDE_MODIFIED, config.layout, config.layout.in: - config.layout needs to be generated + * rt/: FREESIDE_MODIFIED, config.layout.in: config.layout needs to + be generated 2004-03-15 22:45 ivan @@ -25242,8 +22630,8 @@ 2004-03-15 22:43 ivan - * rt/: FREESIDE_MODIFIED, sbin/rt-setup-database: initial - (hopefully rather unobtrusive) patch + * rt/FREESIDE_MODIFIED: initial (hopefully rather unobtrusive) + patch 2004-03-15 20:36 ivan @@ -25253,11 +22641,6 @@ * Makefile: dont want to error out here -2004-03-15 11:22 ivan - - * fs_signup/FS-SignupClient/: MANIFEST, Makefile.PL, fs_signupd: - signup is now just a wrapper around self-service - 2004-03-12 17:27 ivan * Makefile: really add the necessary backslashes this time, fix @@ -25286,20 +22669,10 @@ * httemplate/graph/money_time.cgi: fix title -2004-03-12 04:10 ivan - - * httemplate/docs/upgrade10.html: add history tables to field - change upgrade instructions, add hints for pre-5.6 perl, add - index on cust_pay._date - 2004-03-12 02:22 ivan * httemplate/index.html: add badly-named new report -2004-03-12 02:19 ivan - - * httemplate/docs/upgrade-1.4.2.html: few more 1.4.2 upgrade hints - 2004-03-12 00:56 ivan * FS/FS/Report/Table/Monthly.pm: don't run my local expenses kludge @@ -25310,19 +22683,6 @@ * FS/FS/cust_main.pm: emaildecline-exclude skips any errors that contain the strings now, not just match exactly -2004-03-11 21:58 ivan - - * httemplate/docs/upgrade10.html: document trouble schema changes - backported to 1.4.2 - -2004-03-11 21:49 ivan - - * httemplate/docs/upgrade10.html: remove comment - -2004-03-11 13:35 ivan - - * httemplate/docs/upgrade10.html: add info for ancient Pg versions - 2004-03-11 13:19 ivan * conf/logo.eps: oops, wrong logo @@ -25338,46 +22698,88 @@ 2004-03-10 23:33 ivan - * fs_passwd/: fs_passwd, fs_passwd.cgi, fs_passwd_server, - fs_passwdd: update fs_passwd stuff as wrappers around + * fs_passwd/fs_passwd: update fs_passwd stuff as wrappers around self-service 2004-03-10 20:17 ivan * FS/MANIFEST: incorrect listing in MANIFEST -2004-03-10 19:53 ivan +2004-03-10 18:05 ivan - * install/redhat/7.3/INSTALL: 1.5 stuff + * rt/autom4te.cache/: output.0, traces.0: import of rt 3.0.9 -2004-03-10 18:21 ivan +2004-03-10 18:02 ivan - * install/suse/9.0/INSTALL: suse install script - -2004-03-10 18:03 ivan - - * rt/lib/: RT/I18N/it.po, RT/Interface/REST.pm, - t/data/crashes-file-based-parser, t/data/multipart-report, - t/data/notes-uuencoded: Initial revision + * rt/: lib/RT/I18N/de.po, lib/RT/I18N/it.po, lib/RT/I18N/ru.po, + lib/RT/I18N/zh_cn.po, lib/RT/I18N/zh_tw.po, + lib/RT/Interface/Email.pm, lib/RT/Interface/REST.pm, + lib/RT/Interface/Web.pm, lib/RT/URI/fsck_com_rt.pm, + lib/t/data/crashes-file-based-parser, + lib/t/data/multipart-report, lib/t/data/notes-uuencoded, + sbin/extract-message-catalog, sbin/factory, sbin/license_tag, + sbin/rt-test-dependencies.in: import of rt 3.0.9 2004-03-10 17:59 ivan - * rt/: README.Oracle, UPGRADING, bin/rt.in, - docs/rt3-schema-relationships.dot, etc/acl.Informix, - etc/drop.Informix, etc/drop.Oracle, etc/schema.Informix, - html/Admin/Elements/SelectStage, html/Elements/SelectLang, - html/REST/1.0/autohandler, html/REST/1.0/dhandler, - html/REST/1.0/logout, html/REST/1.0/Forms/queue/default, - html/REST/1.0/Forms/queue/ns, + * rt/: Makefile.in, README, README.Oracle, UPGRADING, configure, + configure.ac, Changelog, bin/mason_handler.fcgi.in, + bin/mason_handler.scgi.in, bin/mason_handler.svc.in, + bin/rt-crontool.in, bin/rt-mailgate.in, bin/rt.in, + bin/webmux.pl.in, docs/rt3-schema-relationships.dot, + etc/acl.Informix, etc/acl.Oracle, etc/constraints.mysql, + etc/drop.Informix, etc/drop.Oracle, etc/initialdata, + etc/schema.Informix, etc/schema.SQLite, etc/schema.mysql, + html/autohandler, html/index.html, + html/Admin/Elements/EditCustomField, + html/Admin/Elements/EditCustomFieldValues, + html/Admin/Elements/EditCustomFields, + html/Admin/Elements/EditScrip, html/Admin/Elements/EditScrips, + html/Admin/Elements/SelectGroups, + html/Admin/Elements/SelectRights, + html/Admin/Elements/SelectStage, + html/Admin/Queues/CustomFields.html, + html/Admin/Queues/index.html, html/Admin/Users/index.html, + html/Approvals/Display.html, html/Elements/Callback, + html/Elements/MessageBox, html/Elements/MyTickets, + html/Elements/SelectLang, html/Elements/SelectStatus, + html/Elements/SelectWatcherType, + html/Elements/SetupSessionCookie, html/REST/1.0/autohandler, + html/REST/1.0/dhandler, html/REST/1.0/logout, + html/REST/1.0/Forms/queue/default, html/REST/1.0/Forms/queue/ns, html/REST/1.0/Forms/ticket/attachments, html/REST/1.0/Forms/ticket/default, html/REST/1.0/Forms/ticket/history, html/REST/1.0/Forms/ticket/links, html/REST/1.0/Forms/user/default, html/REST/1.0/Forms/user/ns, - html/REST/1.0/search/dhandler, html/REST/1.0/search/ticket, - html/REST/1.0/ticket/comment, html/REST/1.0/ticket/link, - html/REST/1.0/ticket/merge, lib/RT/StyleGuide.pod: Initial - revision + html/REST/1.0/NoAuth/mail-gateway, html/REST/1.0/search/dhandler, + html/REST/1.0/search/ticket, html/REST/1.0/ticket/comment, + html/REST/1.0/ticket/link, html/REST/1.0/ticket/merge, + html/SelfService/Display.html, html/SelfService/Update.html, + html/SelfService/Elements/MyRequests, html/Ticket/Modify.html, + html/Ticket/ModifyAll.html, html/Ticket/ModifyPeople.html, + html/Ticket/Update.html, html/Ticket/Attachment/dhandler, + html/Ticket/Elements/AddWatchers, + html/Ticket/Elements/EditCustomField, + html/Ticket/Elements/EditPeople, + html/Ticket/Elements/ShowAttachments, + html/Ticket/Elements/ShowDates, html/Ticket/Elements/ShowHistory, + html/Ticket/Elements/ShowMessageStanza, + html/Ticket/Elements/ShowPeople, + html/Ticket/Elements/ShowTransaction, lib/RT.pm.in, + lib/RT/Attachment_Overlay.pm, lib/RT/Base.pm, + lib/RT/CachedGroupMember_Overlay.pm, + lib/RT/CachedGroupMembers_Overlay.pm, lib/RT/CurrentUser.pm, + lib/RT/CustomField_Overlay.pm, lib/RT/EmailParser.pm, + lib/RT/GroupMember_Overlay.pm, lib/RT/Group_Overlay.pm, + lib/RT/Handle.pm, lib/RT/I18N.pm, lib/RT/Principal_Overlay.pm, + lib/RT/Queue_Overlay.pm, lib/RT/ScripAction_Overlay.pm, + lib/RT/Scrip_Overlay.pm, lib/RT/Scrips_Overlay.pm, + lib/RT/StyleGuide.pod, lib/RT/Template_Overlay.pm, + lib/RT/Tickets_Overlay.pm, lib/RT/Tickets_Overlay_SQL.pm, + lib/RT/URI.pm, lib/RT/Action/AutoOpen.pm, + lib/RT/Action/Autoreply.pm, lib/RT/Action/CreateTickets.pm, + lib/RT/Action/SendEmail.pm, lib/RT/I18N/cs.pm: import of rt 3.0.9 2004-03-10 17:05 ivan @@ -25389,15 +22791,6 @@ weren't being properly masked on errors. The router/block select box wasn't being generated on errors. -2004-03-10 13:47 ivan - - * install/suse/: INSTALL, 9.0/INSTALL: move to versioned dir - -2004-03-10 13:44 ivan - - * install/: redhat/9/INSTALL, suse/INSTALL: adding preliminary suse - install script - 2004-03-10 11:06 khoff * httemplate/browse/router.cgi: Added hide/show customer router @@ -25407,16 +22800,11 @@ * httemplate/browse/router.cgi: UI cleanup. -2004-03-05 16:57 ivan - - * httemplate/docs/upgrade10.html: doc - 2004-03-05 06:34 ivan * FS/MANIFEST, FS/FS/Report.pm, FS/FS/Report/Table.pm, FS/FS/Report/Table/Monthly.pm, FS/t/Report-Table-Monthly.t, - FS/t/Report-Table.t, FS/t/Report.t, htetc/global.asa, - htetc/handler.pl, httemplate/graph/money_time-graph.cgi, + FS/t/Report-Table.t, FS/t/Report.t, htetc/handler.pl, httemplate/graph/money_time.cgi: beginning of OO reporting interface, create acadia-requested crosstab reports @@ -25462,24 +22850,10 @@ * CREDITS: credit where the typeset invoices came from! -2004-02-28 14:43 ivan - - * htetc/global.asa, httemplate/docs/install.html, - httemplate/docs/upgrade-1.4.2.html: Apache::ASP 2.55 required - 2004-02-28 14:40 ivan * httemplate/edit/process/cust_main_county-collapse.cgi: style -2004-02-28 14:40 ivan - - * httemplate/edit/process/cust_main_county.cgi: new setuptax and - recurtax fields - -2004-02-28 14:36 ivan - - * install/redhat/7.3/INSTALL: update - 2004-02-28 14:26 ivan * FS/FS/Record.pm: depend on DBIx::DBSchema 0.23 and thus DBD::Pg @@ -25525,10 +22899,6 @@ * FS/FS/CGI.pm: query strings get passed through sometimes? -2004-02-24 19:50 ivan - - * httemplate/docs/install.html: formatting - 2004-02-23 00:12 ivan * FS/FS/: svc_acct.pm, part_export.pm, svc_Common.pm: implement @@ -25554,10 +22924,6 @@ * bin/sendmail.import: it lives! -2004-02-13 03:44 ivan - - * httemplate/docs/upgrade10.html: workaround for older Pg - 2004-02-13 03:28 ivan * httemplate/: index.html, search/svc_forward.cgi, @@ -25566,14 +22932,13 @@ 2004-02-13 02:57 ivan - * FS/bin/freeside-setup, httemplate/docs/upgrade10.html: continue - adding svc_forward.src: make svc_forward.srcsvc nullable + * FS/bin/freeside-setup: continue adding svc_forward.src: make + svc_forward.srcsvc nullable 2004-02-13 02:35 ivan * FS/FS/svc_forward.pm, FS/bin/freeside-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade10.html: add - svc_forward.src + httemplate/docs/schema.html: add svc_forward.src 2004-02-13 00:02 ivan @@ -25585,18 +22950,13 @@ forward_shellcommands.pm, shellcommands.pm, www_shellcommands.pm: depend on Net::SSH 0.08 for non-blocking STDERR read -2004-02-12 14:40 ivan - - * install/redhat/9/INSTALL: doc - 2004-02-12 02:44 ivan * bin/bind.import: fix usage msg 2004-02-11 22:31 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/misc/email-invoice.cgi, + * htetc/handler.pl, httemplate/misc/email-invoice.cgi, httemplate/misc/print-invoice.cgi, httemplate/view/cust_bill.cgi: re-email invoice, closes: bug#526 and have print and email invoice links redirect back to top of customer view page instead @@ -25619,53 +22979,23 @@ * bin/shadow.reimport: adding shadow.reimport -2004-02-01 16:23 ivan - - * install/redhat/9/INSTALL: add 1.5 dependancies - -2004-02-01 13:07 ivan - - * install/redhat/9/INSTALL: add addl dependancies, should work now? - -2004-02-01 13:05 ivan - - * install/redhat/9/INSTALL: rar rar - -2004-02-01 13:00 ivan - - * install/redhat/9/INSTALL: rar - -2004-02-01 01:43 ivan - - * install/debian/3.0/INSTALL: add libcache-cache-perl - 2004-02-01 01:29 ivan * Makefile: use install to make all components of FREESIDE_CONF dir -2004-02-01 01:23 ivan - - * install/debian/3.0/INSTALL: s/cleanwhisker/pouncequick/ - 2004-01-30 22:33 ivan * FS/FS/part_pkg.pm, FS/FS/pkg_svc.pm, httemplate/browse/part_pkg.cgi, httemplate/edit/part_pkg.cgi, httemplate/edit/process/part_pkg.cgi, FS/bin/freeside-setup, - htetc/global.asa, htetc/handler.pl, httemplate/docs/schema.html, - httemplate/docs/upgrade-1.4.2.html, - httemplate/docs/upgrade10.html: add pkg_svc.primary_svc flag to - enable an explicit first package flag + htetc/handler.pl, httemplate/docs/schema.html: add + pkg_svc.primary_svc flag to enable an explicit first package flag 2004-01-30 22:20 ivan * FS/FS/Record.pm: add ut_snumber, fix replacement of records with empty values in non-primary-keyed tables -2004-01-30 12:40 ivan - - * httemplate/docs/upgrade-1.4.2.html: not appropriate - 2004-01-29 19:58 ivan * FS/FS/part_export.pm: add default freebsd and linux @@ -25774,10 +23104,6 @@ * httemplate/: index.html, misc/dump.cgi: add database dump from web interface -2004-01-19 15:21 ivan - - * httemplate/docs/upgrade-1.4.2.html: typeset invoice doc update - 2004-01-18 13:03 ivan * FS/FS/Record.pm: revert bind_param change _again_. passing not @@ -25789,15 +23115,6 @@ * FS/FS/cust_bill.pm: apply variable substitutions in latex notes also -2004-01-12 12:52 ivan - - * httemplate/docs/upgrade10.html: add IPC::ShareLite and - Locale::SubCountry - -2004-01-12 12:52 ivan - - * httemplate/docs/upgrade-1.4.2.html: add IPC::ShareLite - 2004-01-12 12:40 khoff * httemplate/edit/part_virtual_field.cgi: Lists are just better @@ -25826,10 +23143,6 @@ * httemplate/view/cust_bill-pdf.cgi: adding -2004-01-10 03:32 ivan - - * install/redhat/9/INSTALL: update paths - 2004-01-10 03:17 ivan * Makefile: workaround stubborn shells globbing [a-z] to include @@ -25879,11 +23192,6 @@ * httemplate/index.html: fix other packages by next bill date link -2004-01-03 20:44 ivan - - * fs_signup/FS-SignupClient/Makefile.PL: no more - HTTP::Headers::UserAgent! - 2004-01-03 19:54 ivan * httemplate/docs/signup.html: remove obsolete netscape CCK @@ -25892,14 +23200,6 @@ depend on HTTP::BrowserDetect directly instead of via deprecated HTTP::Headers::UserAgent (closes: Bug#578) -2004-01-03 19:52 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: remove obsolete - netscape CCK support - - depend on HTTP::BrowserDetect directly instead of via deprecated - HTTP::Headers::UserAgent (closes: Bug#578) - 2004-01-03 00:42 ivan * httemplate/browse/agent.cgi: fix heading colspan when there is no @@ -25916,9 +23216,8 @@ 2003-12-27 00:23 ivan - * httemplate/: index.html, search/cust_pkg.cgi, - search/cust_pkg.html, search/cust_pkg_report.cgi: package reports - by agent + * httemplate/: index.html, search/cust_pkg.cgi: package reports by + agent 2003-12-24 10:18 khoff @@ -25927,16 +23226,15 @@ 2003-12-22 18:36 ivan * FS/MANIFEST, FS/FS/part_export.pm, FS/t/svc_broadband.t, - FS/t/svc_external.t, htetc/global.asa, htetc/handler.pl, + FS/t/svc_external.t, htetc/handler.pl, httemplate/edit/part_svc.cgi, httemplate/edit/svc_external.cgi, httemplate/edit/process/svc_external.cgi, httemplate/view/svc_external.cgi: add svc_external 2003-12-22 17:46 ivan - * FS/FS.pm, FS/FS/svc_external.pm, FS/bin/freeside-setup, - httemplate/docs/upgrade10.html, FS/FS/cust_svc.pm: add - svc_external + * FS/: FS.pm, FS/svc_external.pm, bin/freeside-setup, + FS/cust_svc.pm: add svc_external 2003-12-22 17:10 ivan @@ -25957,11 +23255,6 @@ * FS/FS/: Conf.pm, cust_main.pm: allow_negative_charges config option -2003-12-22 13:37 ivan - - * httemplate/browse/cust_pay_batch.cgi: add total cards & amount to - pending batch screen - 2003-12-22 13:22 ivan * FS/FS/cust_main.pm: default to the whole-country tax rate if @@ -25995,11 +23288,6 @@ * FS/bin/freeside-addoutsourceuser: add outsourced databases with both addresses by default -2003-12-19 19:47 ivan - - * httemplate/browse/part_referral.cgi: fix inflated advertising - source numbers - 2003-12-15 00:08 ivan * conf/invoice_latex: line up w/window envelopes @@ -26027,16 +23315,13 @@ 2003-12-10 15:53 ivan - * FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html: signup page - w/advertising source dropdown + * FS/FS/ClientAPI/Signup.pm: signup page w/advertising source + dropdown 2003-12-10 14:51 ivan - * FS/bin/freeside-setup, httemplate/docs/upgrade10.html: add - part_referral.disabled, add disabled indices to agent and - part_bill_event + * FS/bin/freeside-setup: add part_referral.disabled, add disabled + indices to agent and part_bill_event 2003-12-10 14:50 ivan @@ -26133,10 +23418,8 @@ 2003-11-19 04:21 ivan - * httemplate/: edit/REAL_cust_pkg.cgi, search/cust_pkg.html, - search/report_cc.html, search/report_credit.html, - search/report_cust_pay.html, search/report_tax.html: fix - jscalendar date ifFormat + * httemplate/: edit/REAL_cust_pkg.cgi, search/report_cust_pay.html, + search/report_tax.html: fix jscalendar date ifFormat 2003-11-18 17:37 ivan @@ -26157,11 +23440,6 @@ FS/part_export/communigate_pro_singledomain.pm, MANIFEST, FS/part_export.pm: add communigate_pro_singledomain export -2003-11-18 03:17 ivan - - * httemplate/docs/install.html: remove thread/PerlIO warning - - standard in 5.8.x and working fine - 2003-11-14 23:28 ivan * FS/bin/freeside-selfservice-server: kill off ssh process when @@ -26182,10 +23460,6 @@ * httemplate/search/report_receivables.cgi: sort these case-insensitive -2003-11-13 03:23 ivan - - * install/debian/3.0/INSTALL: fix path in questionable section - 2003-11-12 04:29 ivan * FS/FS/: svc_Common.pm, svc_acct.pm: allow provisioning of @@ -26209,11 +23483,6 @@ * FS/FS/svc_Common.pm: simple change to cust_svc creation to help imports with svcnums -2003-11-11 00:35 ivan - - * httemplate/browse/part_referral.cgi: really fix advertising - source edit links - 2003-11-11 00:01 ivan * httemplate/search/report_receivables.cgi: remove spaces between @@ -26221,8 +23490,7 @@ 2003-11-10 23:51 ivan - * httemplate/browse/: part_referral.cgi, svc_acct_pop.cgi: - part_referral.cgi + * httemplate/browse/svc_acct_pop.cgi: part_referral.cgi 2003-11-10 05:54 ivan @@ -26293,11 +23561,6 @@ * httemplate/: index.html, search/report_receivables.cgi: "current receivables" -> A/R Aging summary -2003-11-06 05:37 ivan - - * FS/bin/freeside-receivables-report: removing (rewritten as a - proper html report) - 2003-11-05 03:13 ivan * bin/create-fetchmailrc: fixup @@ -26366,11 +23629,6 @@ * httemplate/browse/part_pkg.cgi: also show suspended and canceled counts on active package browse -2003-10-26 09:30 ivan - - * httemplate/search/cust_main-quickpay.html: default quickpay to - exact search - 2003-10-25 17:39 ivan * httemplate/search/: cust_pay.cgi, report_cust_pay.html: payment @@ -26378,15 +23636,8 @@ 2003-10-24 19:05 ivan - * FS/FS/acct_snarf.pm, FS/FS/svc_Common.pm, FS/FS/svc_acct.pm, - FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi: signups with snarf - info! - -2003-10-24 19:05 ivan - - * fs_signup/FS-SignupClient/cgi/signup-snarf.html: adding signup - with snarf input + * FS/FS/: acct_snarf.pm, svc_Common.pm, svc_acct.pm, + ClientAPI/Signup.pm: signups with snarf info! 2003-10-24 18:06 ivan @@ -26400,37 +23651,15 @@ 2003-10-24 12:28 ivan - * FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - httemplate/edit/cust_main.cgi, + * FS/FS/ClientAPI/Signup.pm, httemplate/edit/cust_main.cgi, httemplate/edit/process/cust_main.cgi, httemplate/docs/cvv2.html, - httemplate/docs/upgrade10.html, FS/FS/cust_main.pm, - FS/bin/freeside-setup, fs_signup/FS-SignupClient/cgi/cvv2.html, - fs_signup/FS-SignupClient/cgi/cvv2.png, - fs_signup/FS-SignupClient/cgi/cvv2_amex.png, + FS/FS/cust_main.pm, FS/bin/freeside-setup, httemplate/docs/schema.html: cvv! 2003-10-23 22:51 ivan * httemplate/images/: cvv2.png, cvv2_amex.png: adding cvv2 images -2003-10-23 17:50 ivan - - * httemplate/browse/part_referral.cgi: UI: adjust alignment of - stats - -2003-10-23 17:39 ivan - - * httemplate/browse/part_referral.cgi: referral listing now shows - customer signups today and past week/30/60/90/6months/year/total - -2003-10-23 15:37 ivan - - * bin/dbdef-create: require DBIx::DBSchema 0.22 to deal with Pg - version problems - 2003-10-23 02:02 ivan * httemplate/docs/legacy.html: fix cranky verbitage at the top @@ -26444,18 +23673,6 @@ * httemplate/edit/process/router.cgi: dbh is a global. -2003-10-20 18:28 ivan - - * install/redhat/9/INSTALL: more rh9 install foo - -2003-10-20 17:07 ivan - - * install/redhat/9/INSTALL: update rh9 install foo - -2003-10-20 11:59 ivan - - * install/redhat/: 7.3/INSTALL, 9/INSTALL: add passive flag to wget - 2003-10-19 22:01 ivan * FS/FS/cust_main.pm, httemplate/edit/part_pkg.cgi, @@ -26464,32 +23681,14 @@ 2003-10-19 21:25 ivan * FS/FS/cust_main.pm, FS/FS/part_pkg.pm, - httemplate/edit/part_pkg.cgi, httemplate/docs/upgrade10.html, - FS/bin/freeside-setup: daily/weekly billing - -2003-10-19 19:35 ivan - - * install/redhat/9/: INSTALL, sources.list: update for rh9 - -2003-10-19 19:28 ivan - - * install/: openbsd/INSTALL, openbsd/cpan, openbsd/ports, - redhat/9/INSTALL, redhat/9/sources.list: adding openbsd and red - hat installs - -2003-10-19 11:08 ivan - - * httemplate/docs/install.html: fix CPAN link + httemplate/edit/part_pkg.cgi, FS/bin/freeside-setup: daily/weekly + billing 2003-10-16 15:57 khoff * FS/FS/part_export/router.pm: Telnet/SSH router export for svc_broadband. -2003-10-16 06:48 ivan - - * httemplate/docs/billing.html: fix Text::Template link - 2003-10-15 16:17 khoff * httemplate/browse/router.cgi: $router isn't a global. @@ -26525,23 +23724,13 @@ processors (AuthorozeNet, others?) use this to waive the CVV2 requirement. -2003-10-14 09:59 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: fix the default success - template - 2003-10-09 10:40 ivan * FS/FS/cust_pay_batch.pm: parse last line from TD Canada Trust -2003-10-09 04:05 ivan - - * httemplate/docs/install.html: don't install on a public server! - 2003-10-07 21:09 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/misc/upload-batch.cgi: can't use + * htetc/handler.pl, httemplate/misc/upload-batch.cgi: can't use File::Basename::basename for windows filenames! use a regex instead @@ -26578,11 +23767,6 @@ * FS/FS/part_export/communigate_pro.pm: add suspension / unsuspension export to communigate -2003-10-06 05:05 ivan - - * httemplate/search/cust_main-quickpay.html: - put link to main - menu on quick payment search page - 2003-10-06 04:39 ivan * httemplate/search/svc_acct.cgi: fix URL argument processing for @@ -26623,8 +23807,7 @@ 2003-10-02 05:42 ivan - * fs_selfservice/FS-SelfService/Makefile.PL, - fs_signup/FS-SignupClient/Makefile.PL: update Makefile.PL + * fs_selfservice/FS-SelfService/Makefile.PL: update Makefile.PL dependancies (PREREQ_PM) for self-service module and signup wrapper @@ -26647,10 +23830,6 @@ * FS/FS/agent.pm: no duplicate usernames -2003-09-30 07:58 ivan - - * httemplate/docs/upgrade10.html: agent schema changes - 2003-09-30 05:48 ivan * httemplate/misc/download-batch.cgi: IE doesn't like downloading @@ -26664,17 +23843,13 @@ httemplate/elements/calendar-win2k-2.css, httemplate/elements/calendar.js, httemplate/elements/calendar_stripped.js, - httemplate/images/calendar.png, httemplate/search/cust_pkg.html, - httemplate/search/report_cc.html, - httemplate/search/report_credit.html, + httemplate/images/calendar.png, httemplate/search/report_cust_pay.html, httemplate/search/report_tax.html: calendar popups! 2003-09-30 00:04 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/docs/upgrade-1.4.2.html: CGI.pm 2.47 required for - ->upload() method + * htetc/handler.pl: CGI.pm 2.47 required for ->upload() method 2003-09-29 03:10 ivan @@ -26683,19 +23858,12 @@ 2003-09-28 23:51 ivan - * FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/cgi/signup-agentselect.html, - fs_signup/FS-SignupClient/cgi/signup.cgi: signup with agent - selection + * FS/FS/ClientAPI/Signup.pm: signup with agent selection 2003-09-28 23:35 ivan * httemplate/index.html: remove Gratuitous Capitalization -2003-09-28 23:22 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: eliminate warning - 2003-09-28 22:51 ivan * FS/FS/agent.pm, httemplate/browse/agent.cgi, @@ -26714,8 +23882,7 @@ 2003-09-27 19:36 ivan - * FS/FS/cust_pay_batch.pm, htetc/global.asa, htetc/handler.pl, - httemplate/browse/cust_pay_batch.cgi, + * FS/FS/cust_pay_batch.pm, htetc/handler.pl, httemplate/misc/upload-batch.cgi: add upload of batch result from TD Canada Trust some global.asa / handler.pl enhancements @@ -26727,10 +23894,6 @@ * httemplate/edit/svc_acct.cgi: $field isn't a global. -2003-09-26 06:37 ivan - - * httemplate/docs/upgrade10.html: sql - 2003-09-26 06:04 ivan * FS/: FS/cust_main.pm, bin/freeside-daily: re-setup option to @@ -26752,19 +23915,13 @@ 2003-09-26 01:11 ivan - * httemplate/: browse/cust_main_county.cgi, - edit/cust_main_county.cgi: fix tax edit UI - -2003-09-25 04:56 ivan - - * httemplate/docs/upgrade10.html: new per-tax setuptax and recurtax - fields + * httemplate/browse/cust_main_county.cgi: fix tax edit UI 2003-09-25 04:49 ivan - * httemplate/: browse/cust_main_county.cgi, - edit/cust_main_county.cgi: UI for multiple named taxes w/setup & - recur exemptions 1.4 schema-auto-adjusting backport + * httemplate/browse/cust_main_county.cgi: UI for multiple named + taxes w/setup & recur exemptions 1.4 schema-auto-adjusting + backport 2003-09-25 04:17 ivan @@ -26789,15 +23946,6 @@ * FS/FS/ClientAPI/MyAccount.pm: quiet self-service server cancels -2003-09-25 02:40 ivan - - * httemplate/docs/upgrade-1.4.2.html: 1.4.2 upgrade - -2003-09-25 02:39 ivan - - * httemplate/docs/upgrade9.html: update upgrade docs for bind - exports - 2003-09-24 10:20 ivan * FS/FS/part_export/shellcommands.pm: don't change dir either when @@ -26808,10 +23956,6 @@ * FS/FS/part_export/shellcommands.pm: don't allow uid changes when usermod_pwonly set -2003-09-23 19:37 ivan - - * install/freebsd/ports: need Cache::Cache in 1.4.2+ - 2003-09-23 18:30 ivan * httemplate/browse/agent.cgi: fix boolean precedence error leading @@ -26830,20 +23974,10 @@ * httemplate/misc/download-batch.cgi: preliminary batch download -2003-09-20 18:22 ivan - - * httemplate/browse/cust_pay_batch.cgi: add link to preliminary - batch download - 2003-09-19 05:40 ivan * FS/FS/cust_main.pm: quiet option to cancel method -2003-09-19 05:19 ivan - - * fs_signup/FS-SignupClient/SignupClient.pm: fix - backwards-compatibility for signup server - 2003-09-19 05:13 ivan * FS/FS/ClientAPI/Signup.pm: remove klunky $error ||= usage @@ -26883,11 +24017,9 @@ 2003-09-19 03:07 ivan * Makefile, FS/FS/Conf.pm, FS/FS/cust_main.pm, FS/FS/cust_pkg.pm, - FS/FS/ClientAPI/Signup.pm, - fs_signup/FS-SignupClient/SignupClient.pm, - httemplate/docs/index.html: move signup server functions to - self-service server. fix provisioning & immediate suspension of - declined signups. + FS/FS/ClientAPI/Signup.pm, httemplate/docs/index.html: move + signup server functions to self-service server. fix provisioning + & immediate suspension of declined signups. 2003-09-19 02:59 ivan @@ -27055,18 +24187,6 @@ * Makefile: makefile trivia for openbsd -2003-08-21 00:42 ivan - - * install/debian/3.0/INSTALL: woody backports - -2003-08-20 23:46 ivan - - * install/debian/3.0/INSTALL: iffy - -2003-08-20 23:42 ivan - - * install/debian/3.0/INSTALL: woody - 2003-08-07 22:54 ivan * httemplate/view/svc_acct.cgi: - fix possible glitch with Mason on @@ -27077,8 +24197,7 @@ * FS/FS/CGI.pm, bin/masonize, httemplate/index.html, httemplate/elements/header.html, httemplate/elements/menubar.html, httemplate/elements/pager.html, - httemplate/elements/table.html, httemplate/search/sql.cgi, - httemplate/search/sql.html, + httemplate/elements/table.html, httemplate/search/sql.html, httemplate/search/elements/search.html: - (finish) includes! (closes: Bug#551) - (finish) moving SQL search to including generic elements/search.html - new elements: menubar.html, @@ -27087,8 +24206,7 @@ 2003-08-07 19:02 ivan - * bin/masonize, htetc/global.asa, httemplate/autohandler, - httemplate/graph/money_time-graph.cgi, + * bin/masonize, httemplate/autohandler, httemplate/graph/money_time.cgi, httemplate/search/sql.html, httemplate/search/elements/search.html: - fix Mason profiling to pass-through images (for graph/) - fix graph/money-time.cgi use @@ -27101,20 +24219,17 @@ 2003-08-07 06:08 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/view/cust_main.cgi: - turn on profiling with mason - like with Apache::ASP (redirects now working) - fix mason error - with new view/cust_main.cgi UI + * htetc/handler.pl, httemplate/view/cust_main.cgi: - turn on + profiling with mason like with Apache::ASP (redirects now + working) - fix mason error with new view/cust_main.cgi UI 2003-08-07 05:47 ivan - * Makefile, htetc/global.asa, htetc/handler.pl, - htetc/handler.pl-1.0x, httemplate/autohandler, - httemplate/index.html, httemplate/docs/install.html, - httemplate/docs/upgrade10.html: - switch to mason by default - - minimum mason version 1.1 (and doc) - evaluate .html files with - mason/asp - turn on profiling with mason like with Apache::ASP - (redirects not working) - (start of) includes + * Makefile, htetc/handler.pl, httemplate/autohandler, + httemplate/index.html: - switch to mason by default - minimum + mason version 1.1 (and doc) - evaluate .html files with mason/asp + - turn on profiling with mason like with Apache::ASP (redirects + not working) - (start of) includes 2003-08-05 14:00 ivan @@ -27123,7 +24238,7 @@ 2003-08-05 13:06 ivan - * htetc/: handler.pl, handler.pl-1.0x: no svc_acct_sm in 1.5 + * htetc/handler.pl: no svc_acct_sm in 1.5 2003-08-05 12:07 ivan @@ -27165,12 +24280,10 @@ FS/FS/router.pm, FS/FS/session.pm, FS/FS/svc_Common.pm, FS/FS/svc_acct.pm, FS/FS/svc_acct_pop.pm, FS/FS/svc_broadband.pm, FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, FS/FS/svc_www.pm, - FS/FS/type_pkgs.pm, FS/bin/freeside-setup, htetc/global.asa, - htetc/handler.pl, htetc/handler.pl-1.0x, httemplate/index.html, - httemplate/browse/part_svc.cgi, + FS/FS/type_pkgs.pm, FS/bin/freeside-setup, htetc/handler.pl, + httemplate/index.html, httemplate/browse/part_svc.cgi, httemplate/browse/part_virtual_field.cgi, - httemplate/browse/router.cgi, httemplate/docs/upgrade10.html, - httemplate/edit/part_svc.cgi, + httemplate/browse/router.cgi, httemplate/edit/part_svc.cgi, httemplate/edit/part_virtual_field.cgi, httemplate/edit/router.cgi, httemplate/edit/svc_acct.cgi, httemplate/edit/svc_broadband.cgi, httemplate/edit/svc_www.cgi, @@ -27180,14 +24293,6 @@ httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi: Virtual field merge -2003-08-04 17:00 khoff - - * FS/FS/part_router_field.pm, FS/FS/part_sb_field.pm, - FS/FS/router_field.pm, FS/FS/sb_field.pm, - httemplate/browse/part_sb_field.cgi, - httemplate/edit/part_router_field.cgi, - httemplate/edit/part_sb_field.cgi: Virtual field merge - 2003-07-25 09:26 ivan * FS/FS/svc_acct.pm: typo @@ -27221,178 +24326,52 @@ 2003-07-15 06:30 ivan - * rt/: ChangeLog, Makefile, README, TODO, bin/initacls.Oracle, - bin/initacls.Pg, bin/initacls.mysql, bin/mason_handler.fcgi, - bin/mason_handler.scgi, bin/rt, bin/rt-mailgate, bin/rtadmin, - bin/webmux.pl, docs/rt.gif, docs/design_docs/acls, - docs/design_docs/basic-definitions.txt, - docs/design_docs/cli_spec, docs/design_docs/evil_plans, - docs/design_docs/local_hacking, etc/acl.Oracle, etc/acl.Pg, - etc/acl.mysql, etc/config.pm, etc/schema.Oracle, etc/schema.Pg, - etc/schema.mysql, etc/schema.pm, lib/MANIFEST, lib/MANIFEST.SKIP, - lib/Makefile.PL, lib/RT.pm, lib/test.pl, lib/RT/ACE.pm, - lib/RT/ACL.pm, lib/RT/Attachment.pm, lib/RT/Attachments.pm, - lib/RT/CurrentUser.pm, lib/RT/Date.pm, lib/RT/EasySearch.pm, - lib/RT/Group.pm, lib/RT/GroupMember.pm, lib/RT/GroupMembers.pm, - lib/RT/Groups.pm, lib/RT/Handle.pm, lib/RT/Keyword.pm, - lib/RT/KeywordSelect.pm, lib/RT/KeywordSelects.pm, - lib/RT/Keywords.pm, lib/RT/Link.pm, lib/RT/Links.pm, - lib/RT/ObjectKeyword.pm, lib/RT/ObjectKeywords.pm, - lib/RT/Queue.pm, lib/RT/Queues.pm, lib/RT/Record.pm, - lib/RT/Scrip.pm, lib/RT/ScripAction.pm, lib/RT/ScripActions.pm, - lib/RT/ScripCondition.pm, lib/RT/ScripConditions.pm, - lib/RT/Scrips.pm, lib/RT/Template.pm, lib/RT/Templates.pm, - lib/RT/TestHarness.pm, lib/RT/Ticket.pm, lib/RT/Tickets.pm, - lib/RT/Transaction.pm, lib/RT/Transactions.pm, lib/RT/User.pm, - lib/RT/Users.pm, lib/RT/Watcher.pm, lib/RT/Watchers.pm, - lib/RT/Action/Autoreply.pm, lib/RT/Action/Generic.pm, - lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, - lib/RT/Action/OpenDependent.pm, lib/RT/Action/ResolveMembers.pm, - lib/RT/Action/SendEmail.pm, lib/RT/Action/SendPasswordEmail.pm, - lib/RT/Action/StallDependent.pm, - lib/RT/Condition/AnyTransaction.pm, lib/RT/Condition/Generic.pm, - lib/RT/Condition/NewDependency.pm, - lib/RT/Condition/StatusChange.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm, lib/RT/Interface/Web.pm, - tools/cpan2rpm, tools/initdb, tools/insertdata, tools/testdeps, - webrt/autohandler, webrt/index.html, webrt/Admin/index.html, - webrt/Admin/Elements/CreateQueueCalled, - webrt/Admin/Elements/CreateUserCalled, - webrt/Admin/Elements/EditUserComments, - webrt/Admin/Elements/GrantQueueRightsTo, - webrt/Admin/Elements/GroupTabs, webrt/Admin/Elements/Header, - webrt/Admin/Elements/ListGlobalKeywordSelects, - webrt/Admin/Elements/ListGlobalScrips, - webrt/Admin/Elements/ModifyKeyword, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/ModifyQueue, - webrt/Admin/Elements/ModifyTemplate, - webrt/Admin/Elements/ModifyUser, - webrt/Admin/Elements/QueueRightsForUser, - webrt/Admin/Elements/QueueTabs, - webrt/Admin/Elements/SelectKeywordSelect, - webrt/Admin/Elements/SelectModifyGroup, - webrt/Admin/Elements/SelectModifyKeyword, - webrt/Admin/Elements/SelectModifyKeywordSelect, - webrt/Admin/Elements/SelectModifyQueue, - webrt/Admin/Elements/SelectModifyUser, - webrt/Admin/Elements/SelectQueueRights, - webrt/Admin/Elements/SelectRights, - webrt/Admin/Elements/SelectScrip, - webrt/Admin/Elements/SelectScripAction, - webrt/Admin/Elements/SelectScripCondition, - webrt/Admin/Elements/SelectSingleOrMultiple, - webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Elements/SelectUsers, - webrt/Admin/Elements/SystemTabs, webrt/Admin/Elements/Tabs, - webrt/Admin/Elements/UserTabs, - webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/Keywords.html, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Global/index.html, webrt/Admin/Groups/Members.html, - webrt/Admin/Groups/Modify.html, webrt/Admin/Groups/Rights.html, - webrt/Admin/Groups/index.html, - webrt/Admin/KeywordSelects/Modify.html, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, - webrt/Admin/Keywords/index.html, webrt/Admin/Queues/Create.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/Keywords.html, webrt/Admin/Queues/Modify.html, - webrt/Admin/Queues/People.html, webrt/Admin/Queues/Scrips.html, - webrt/Admin/Queues/Template.html, - webrt/Admin/Queues/Templates.html, - webrt/Admin/Queues/UserRights.html, - webrt/Admin/Queues/index.html, webrt/Admin/Users/Modify.html, - webrt/Admin/Users/Prefs.html, webrt/Admin/Users/Rights.html, - webrt/Admin/Users/index.html, webrt/Elements/Checkbox, - webrt/Elements/CreateTicket, webrt/Elements/CustomHomepageHeader, - webrt/Elements/Error, webrt/Elements/Footer, - webrt/Elements/GotoTicket, webrt/Elements/Header, - webrt/Elements/ListActions, webrt/Elements/Login, - webrt/Elements/MessageBox, webrt/Elements/MyRequests, - webrt/Elements/MyTickets, webrt/Elements/Quicksearch, - webrt/Elements/Refresh, webrt/Elements/Section, - webrt/Elements/SelectBoolean, webrt/Elements/SelectDate, - webrt/Elements/SelectDateRelation, webrt/Elements/SelectDateType, - webrt/Elements/SelectEqualityOperator, - webrt/Elements/SelectKeyword, - webrt/Elements/SelectKeywordOptions, - webrt/Elements/SelectLinkType, webrt/Elements/SelectMatch, - webrt/Elements/SelectNewTicketQueue, webrt/Elements/SelectOwner, - webrt/Elements/SelectQueue, webrt/Elements/SelectResultsPerPage, - webrt/Elements/SelectSortOrder, webrt/Elements/SelectStatus, - webrt/Elements/SelectTicketSortBy, webrt/Elements/SelectUsers, - webrt/Elements/SelectWatcherType, webrt/Elements/ShadedBox, - webrt/Elements/Submit, webrt/Elements/Tabs, - webrt/Elements/TitleBoxEnd, webrt/Elements/TitleBoxStart, - webrt/Elements/ViewUser, webrt/Elements/dayMenu, - webrt/Elements/monthMenu, webrt/Elements/yearMenu, - webrt/NoAuth/Logout.html, webrt/NoAuth/Reminder.html, - webrt/NoAuth/webrt.css, webrt/NoAuth/images/rt.jpg, - webrt/NoAuth/images/spacer.gif, webrt/Search/Bulk.html, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Search/RestrictSearch.html, webrt/Search/TicketCell, - webrt/SelfService/Closed.html, webrt/SelfService/Create.html, - webrt/SelfService/Display.html, webrt/SelfService/Error.html, - webrt/SelfService/Prefs.html, webrt/SelfService/Update.html, - webrt/SelfService/index.html, - webrt/SelfService/Attachment/dhandler, - webrt/SelfService/Elements/GotoTicket, - webrt/SelfService/Elements/Header, - webrt/SelfService/Elements/MyRequests, - webrt/SelfService/Elements/Tabs, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/History.html, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyDates.html, webrt/Ticket/ModifyLinks.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Update.html, - webrt/Ticket/Attachment/dhandler, - webrt/Ticket/Elements/AddWatchers, - webrt/Ticket/Elements/EditBasics, - webrt/Ticket/Elements/EditDates, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/EditLinks, - webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/EditWatchers, - webrt/Ticket/Elements/ShowBasics, - webrt/Ticket/Elements/ShowDates, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowHistory, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction, - webrt/Ticket/Elements/Tabs, webrt/Ticket/Elements/ToolBar, - webrt/User/Prefs.html: reverting to vendor branch rt 3.0.4, - hopefully + * rt/: Makefile, bin/mason_handler.fcgi, bin/mason_handler.scgi, + bin/rt-mailgate, etc/schema.Pg, lib/RT.pm, lib/RT/Record.pm: + reverting to vendor branch rt 3.0.4, hopefully + +2003-07-15 06:16 ivan + + * rt/: config.log, config.status, bin/mason_handler.svc, + bin/rt-commit-handler, bin/rt-crontool, etc/RT_Config.pm, + etc/RT_Config.pm.in, etc/RT_SiteConfig.pm, + html/Admin/Users/Modify.html, html/Elements/Footer, + html/Elements/Header, html/Elements/Menu, + html/Elements/PageLayout, html/Elements/SelectDate, + html/Elements/SimpleSearch, html/Elements/Tabs, + html/Elements/TitleBoxStart, html/Search/Bulk.html, + html/Ticket/Create.html, html/Ticket/Display.html, + html/Ticket/Elements/ShowSummary, html/Ticket/Elements/Tabs, + html/User/Prefs.html, lib/RT/Groups_Overlay.pm, + lib/RT/SearchBuilder.pm, lib/RT/Ticket_Overlay.pm, + lib/RT/Transaction_Overlay.pm, lib/RT/User_Overlay.pm, + lib/RT/Users_Overlay.pm, lib/t/02regression.t, lib/t/03web.pl, + lib/t/04_send_email.pl, sbin/rt-setup-database.in: Initial + revision 2003-07-15 06:16 ivan - * rt/: Makefile.in, aclocal.m4, config, config.layout, Changelog, - config.log, config.pld, config.status, configure, configure.ac, - install-sh, HOWTO/README, HOWTO/change.txt, HOWTO/release.txt, - HOWTO/version-control.txt, bin/mason_handler.fcgi.in, - bin/mason_handler.scgi.in, bin/mason_handler.svc, - bin/mason_handler.svc.in, bin/rt-commit-handler, - bin/rt-commit-handler.in, bin/rt-crontool.in, bin/rt-mailgate.in, - bin/webmux.pl.in, bin/rt-crontool, + * rt/: COPYING, Makefile.in, README, aclocal.m4, Changelog, + configure, configure.ac, install-sh, bin/mason_handler.fcgi.in, + bin/mason_handler.scgi.in, bin/mason_handler.svc.in, + bin/rt-crontool.in, bin/rt-mailgate.in, bin/webmux.pl.in, + docs/README.docs, docs/Security, docs/design_docs/CARS, + docs/design_docs/TransactionTypes.txt, docs/design_docs/acls, docs/design_docs/approval_notices, docs/design_docs/approval_template, docs/design_docs/cf_search, - docs/design_docs/delegation, docs/design_docs/groups_notes, + docs/design_docs/cli_spec, docs/design_docs/cvs_integration, + docs/design_docs/delegation, docs/design_docs/evil_plans, + docs/design_docs/groups_notes, + docs/design_docs/link-definitions.txt, docs/design_docs/recursive_group_membership_algorithm, docs/design_docs/rql_parser_machine.graphviz, docs/design_docs/string-extraction-guide.txt, - docs/design_docs/ticket_templates, etc/RT_Config.pm, - etc/RT_Config.pm.in, etc/RT_SiteConfig.pm, etc/constraints.mysql, - etc/initialdata, etc/schema.SQLite, etc/upgrade/2.1.71, - html/autohandler, html/index.html, html/l, html/Admin/index.html, - html/Admin/Elements/AddCustomFieldValue, + docs/design_docs/subscription-definitions.txt, + docs/design_docs/ticket_templates, docs/design_docs/users, + etc/acl.Oracle, etc/acl.Pg, etc/acl.mysql, etc/constraints.mysql, + etc/initialdata, etc/rt.spec, etc/schema.SQLite, + etc/schema.mysql, html/autohandler, html/index.html, html/l, + html/Admin/index.html, html/Admin/Elements/AddCustomFieldValue, html/Admin/Elements/CreateUserCalled, html/Admin/Elements/EditCustomField, html/Admin/Elements/EditCustomFieldValues, @@ -27404,9 +24383,7 @@ html/Admin/Elements/GroupTabs, html/Admin/Elements/Header, html/Admin/Elements/ListGlobalCustomFields, html/Admin/Elements/ListGlobalScrips, - html/Admin/Elements/ModifyQueue, html/Admin/Elements/ModifyTemplate, - html/Admin/Elements/ModifyUser, html/Admin/Elements/QueueRightsForUser, html/Admin/Elements/QueueTabs, html/Admin/Elements/SelectCustomFieldType, @@ -27423,8 +24400,6 @@ html/Admin/Elements/SelectTemplate, html/Admin/Elements/SelectUsers, html/Admin/Elements/SystemTabs, html/Admin/Elements/Tabs, html/Admin/Elements/UserTabs, - html/Admin/Global/CustomField.html, - html/Admin/Global/CustomFields.html, html/Admin/Global/GroupRights.html, html/Admin/Global/Scrip.html, html/Admin/Global/Scrips.html, html/Admin/Global/Template.html, html/Admin/Global/Templates.html, @@ -27440,7 +24415,6 @@ html/Admin/Queues/Template.html, html/Admin/Queues/Templates.html, html/Admin/Queues/UserRights.html, html/Admin/Queues/index.html, - html/Admin/Users/Modify.html, html/Admin/Users/Prefs.html, html/Admin/Users/index.html, html/Approvals/Display.html, html/Approvals/index.html, html/Approvals/Elements/Approve, html/Approvals/Elements/PendingMyApproval, @@ -27448,16 +24422,14 @@ html/Approvals/Elements/Tabs, html/Elements/BevelBoxRaisedEnd, html/Elements/BevelBoxRaisedStart, html/Elements/Callback, html/Elements/Checkbox, html/Elements/CreateTicket, - html/Elements/Error, html/Elements/Footer, - html/Elements/GotoTicket, html/Elements/Header, + html/Elements/Error, html/Elements/GotoTicket, html/Elements/ListActions, html/Elements/Login, - html/Elements/Menu, html/Elements/MessageBox, - html/Elements/MyRequests, html/Elements/MyTickets, - html/Elements/PageLayout, html/Elements/Quicksearch, + html/Elements/MessageBox, html/Elements/MyRequests, + html/Elements/MyTickets, html/Elements/Quicksearch, html/Elements/Refresh, html/Elements/Section, html/Elements/SelectAttachmentField, html/Elements/SelectBoolean, html/Elements/SelectCustomFieldOperator, - html/Elements/SelectCustomFieldValue, html/Elements/SelectDate, + html/Elements/SelectCustomFieldValue, html/Elements/SelectDateRelation, html/Elements/SelectDateType, html/Elements/SelectEqualityOperator, html/Elements/SelectGroups, html/Elements/SelectLinkType, html/Elements/SelectMatch, @@ -27467,23 +24439,11 @@ html/Elements/SelectTicketSortBy, html/Elements/SelectTicketTypes, html/Elements/SelectUsers, html/Elements/SelectWatcherType, - html/Elements/SetupSessionCookie, html/Elements/ShadedBox, - html/Elements/ShadedInputRow, html/Elements/ShadedRow, - html/Elements/SimpleSearch, html/Elements/Submit, - html/Elements/Tabs, html/Elements/TitleBoxEnd, - html/Elements/TitleBoxStart, html/Elements/ViewUser, - html/NoAuth/Logout.html, html/NoAuth/Reminder.html, - html/NoAuth/webrt.css, html/NoAuth/images/back_home.gif, - html/NoAuth/images/bplogo.gif, html/NoAuth/images/favicon.png, - html/NoAuth/images/head_requestracker.gif, - html/NoAuth/images/rt.jpg, html/NoAuth/images/space.gif, - html/NoAuth/images/spacer.gif, - html/NoAuth/images/squares_blue.gif, - html/REST/1.0/NoAuth/mail-gateway, html/Search/Bulk.html, - html/Search/Listing.html, html/Search/Elements/PickRestriction, - html/Search/Elements/TicketHeader, - html/Search/Elements/TicketHeaderCell, - html/Search/Elements/TicketRow, html/SelfService/Closed.html, + html/Elements/SetupSessionCookie, html/Elements/Submit, + html/Elements/TitleBoxEnd, html/NoAuth/Logout.html, + html/NoAuth/Reminder.html, html/NoAuth/images/bplogo.gif, + html/NoAuth/images/favicon.png, + html/REST/1.0/NoAuth/mail-gateway, html/SelfService/Closed.html, html/SelfService/Create.html, html/SelfService/Display.html, html/SelfService/Error.html, html/SelfService/Prefs.html, html/SelfService/Update.html, html/SelfService/index.html, @@ -27491,8 +24451,7 @@ html/SelfService/Elements/GotoTicket, html/SelfService/Elements/Header, html/SelfService/Elements/MyRequests, - html/SelfService/Elements/Tabs, html/Ticket/Create.html, - html/Ticket/Display.html, html/Ticket/History.html, + html/SelfService/Elements/Tabs, html/Ticket/History.html, html/Ticket/Modify.html, html/Ticket/ModifyAll.html, html/Ticket/ModifyDates.html, html/Ticket/ModifyLinks.html, html/Ticket/ModifyPeople.html, html/Ticket/Update.html, @@ -27501,78 +24460,79 @@ html/Ticket/Elements/EditBasics, html/Ticket/Elements/EditCustomField, html/Ticket/Elements/EditCustomFields, - html/Ticket/Elements/EditDates, html/Ticket/Elements/EditLinks, - html/Ticket/Elements/EditPeople, + html/Ticket/Elements/EditDates, html/Ticket/Elements/EditPeople, html/Ticket/Elements/EditWatchers, html/Ticket/Elements/ShowAttachments, html/Ticket/Elements/ShowBasics, html/Ticket/Elements/ShowCustomFields, html/Ticket/Elements/ShowDates, html/Ticket/Elements/ShowDependencies, - html/Ticket/Elements/ShowHistory, html/Ticket/Elements/ShowLink, - html/Ticket/Elements/ShowLinks, - html/Ticket/Elements/ShowMemberOf, + html/Ticket/Elements/ShowHistory, html/Ticket/Elements/ShowMembers, html/Ticket/Elements/ShowMessageHeaders, html/Ticket/Elements/ShowMessageStanza, html/Ticket/Elements/ShowPeople, - html/Ticket/Elements/ShowReferences, html/Ticket/Elements/ShowRequestor, - html/Ticket/Elements/ShowSummary, - html/Ticket/Elements/ShowTransaction, html/Ticket/Elements/Tabs, - html/User/Delegation.html, html/User/Prefs.html, + html/Ticket/Elements/ShowTransaction, html/User/Delegation.html, html/User/Elements/DelegateRights, html/User/Elements/GroupTabs, html/User/Elements/Tabs, html/User/Groups/Members.html, html/User/Groups/Modify.html, html/User/Groups/index.html, - lib/RT.pm.in, lib/RT/ACE_Overlay.pm, lib/RT/ACL_Overlay.pm, - lib/RT/Attachment_Overlay.pm, lib/RT/Attachments_Overlay.pm, - lib/RT/Base.pm, lib/RT/CachedGroupMember.pm, - lib/RT/CachedGroupMember_Overlay.pm, + lib/RT.pm.in, lib/RT/ACE.pm, lib/RT/ACE_Overlay.pm, + lib/RT/ACL.pm, lib/RT/ACL_Overlay.pm, lib/RT/Attachment.pm, + lib/RT/Attachment_Overlay.pm, lib/RT/Attachments.pm, + lib/RT/Attachments_Overlay.pm, lib/RT/Base.pm, + lib/RT/CachedGroupMember.pm, lib/RT/CachedGroupMember_Overlay.pm, lib/RT/CachedGroupMembers.pm, - lib/RT/CachedGroupMembers_Overlay.pm, lib/RT/CustomField.pm, - lib/RT/CustomFieldValue.pm, lib/RT/CustomFieldValues.pm, - lib/RT/CustomFieldValues_Overlay.pm, + lib/RT/CachedGroupMembers_Overlay.pm, lib/RT/CurrentUser.pm, + lib/RT/CustomField.pm, lib/RT/CustomFieldValue.pm, + lib/RT/CustomFieldValues.pm, lib/RT/CustomFieldValues_Overlay.pm, lib/RT/CustomField_Overlay.pm, lib/RT/CustomFields.pm, - lib/RT/CustomFields_Overlay.pm, lib/RT/EmailParser.pm, - lib/RT/GroupMember_Overlay.pm, lib/RT/GroupMembers_Overlay.pm, - lib/RT/Group_Overlay.pm, lib/RT/Groups_Overlay.pm, - lib/RT/I18N.pm, lib/RT/Link_Overlay.pm, lib/RT/Links_Overlay.pm, - lib/RT/Principal.pm, lib/RT/Principal_Overlay.pm, - lib/RT/Principals.pm, lib/RT/Principals_Overlay.pm, - lib/RT/Queue_Overlay.pm, lib/RT/Queues_Overlay.pm, - lib/RT/ScripAction_Overlay.pm, lib/RT/ScripActions_Overlay.pm, - lib/RT/ScripCondition_Overlay.pm, + lib/RT/CustomFields_Overlay.pm, lib/RT/Date.pm, + lib/RT/EmailParser.pm, lib/RT/Group.pm, lib/RT/GroupMember.pm, + lib/RT/GroupMember_Overlay.pm, lib/RT/GroupMembers.pm, + lib/RT/GroupMembers_Overlay.pm, lib/RT/Group_Overlay.pm, + lib/RT/Groups.pm, lib/RT/Handle.pm, lib/RT/I18N.pm, + lib/RT/Link.pm, lib/RT/Link_Overlay.pm, lib/RT/Links.pm, + lib/RT/Links_Overlay.pm, lib/RT/Principal.pm, + lib/RT/Principal_Overlay.pm, lib/RT/Principals.pm, + lib/RT/Principals_Overlay.pm, lib/RT/Queue.pm, + lib/RT/Queue_Overlay.pm, lib/RT/Queues.pm, + lib/RT/Queues_Overlay.pm, lib/RT/Scrip.pm, lib/RT/ScripAction.pm, + lib/RT/ScripAction_Overlay.pm, lib/RT/ScripActions.pm, + lib/RT/ScripActions_Overlay.pm, lib/RT/ScripCondition.pm, + lib/RT/ScripCondition_Overlay.pm, lib/RT/ScripConditions.pm, lib/RT/ScripConditions_Overlay.pm, lib/RT/Scrip_Overlay.pm, - lib/RT/Scrips_Overlay.pm, lib/RT/SearchBuilder.pm, - lib/RT/System.pm, lib/RT/Template_Overlay.pm, - lib/RT/Templates_Overlay.pm, lib/RT/TicketCustomFieldValue.pm, - lib/RT/TicketCustomFieldValue_Overlay.pm, - lib/RT/TicketCustomFieldValues.pm, - lib/RT/TicketCustomFieldValues_Overlay.pm, - lib/RT/Ticket_Overlay.pm, lib/RT/Tickets_Overlay.pm, - lib/RT/Tickets_Overlay_SQL.pm, lib/RT/Transaction_Overlay.pm, - lib/RT/Transactions_Overlay.pm, lib/RT/URI.pm, - lib/RT/User_Overlay.pm, lib/RT/Users_Overlay.pm, - lib/RT/Action/AutoOpen.pm, lib/RT/Action/CreateTickets.pm, - lib/RT/Action/EscalatePriority.pm, lib/RT/Action/SetPriority.pm, - lib/RT/Action/UserDefined.pm, lib/RT/Condition/BeforeDue.pm, + lib/RT/Scrips.pm, lib/RT/Scrips_Overlay.pm, lib/RT/System.pm, + lib/RT/Template.pm, lib/RT/Template_Overlay.pm, + lib/RT/Templates.pm, lib/RT/Templates_Overlay.pm, + lib/RT/Ticket.pm, lib/RT/Tickets.pm, lib/RT/Tickets_Overlay.pm, + lib/RT/Tickets_Overlay_SQL.pm, lib/RT/Transaction.pm, + lib/RT/Transactions.pm, lib/RT/Transactions_Overlay.pm, + lib/RT/URI.pm, lib/RT/User.pm, lib/RT/Users.pm, + lib/RT/Action/AutoOpen.pm, lib/RT/Action/Autoreply.pm, + lib/RT/Action/CreateTickets.pm, + lib/RT/Action/EscalatePriority.pm, lib/RT/Action/Generic.pm, + lib/RT/Action/Notify.pm, lib/RT/Action/NotifyAsComment.pm, + lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SendEmail.pm, + lib/RT/Action/SetPriority.pm, lib/RT/Action/UserDefined.pm, + lib/RT/Condition/AnyTransaction.pm, + lib/RT/Condition/BeforeDue.pm, lib/RT/Condition/Generic.pm, lib/RT/Condition/Overdue.pm, lib/RT/Condition/OwnerChange.pm, lib/RT/Condition/PriorityExceeds.pm, - lib/RT/Condition/QueueChange.pm, lib/RT/Condition/UserDefined.pm, - lib/RT/I18N/cs.pm, lib/RT/I18N/cs.po, lib/RT/I18N/de.po, - lib/RT/I18N/en.po, lib/RT/I18N/es.po, lib/RT/I18N/fi.po, - lib/RT/I18N/fr.po, lib/RT/I18N/he.po, lib/RT/I18N/i_default.pm, - lib/RT/I18N/ja.po, lib/RT/I18N/nl.po, lib/RT/I18N/no.po, - lib/RT/I18N/pt_br.po, lib/RT/I18N/ru.po, lib/RT/I18N/zh_cn.po, - lib/RT/I18N/zh_tw.po, lib/RT/Interface/Email/Auth/MailFrom.pm, + lib/RT/Condition/QueueChange.pm, + lib/RT/Condition/StatusChange.pm, + lib/RT/Condition/UserDefined.pm, lib/RT/I18N/cs.pm, + lib/RT/I18N/cs.po, lib/RT/I18N/de.po, lib/RT/I18N/en.po, + lib/RT/I18N/es.po, lib/RT/I18N/fi.po, lib/RT/I18N/fr.po, + lib/RT/I18N/he.po, lib/RT/I18N/i_default.pm, lib/RT/I18N/ja.po, + lib/RT/I18N/nl.po, lib/RT/I18N/no.po, lib/RT/I18N/pt_br.po, + lib/RT/I18N/ru.po, lib/RT/I18N/zh_cn.po, lib/RT/I18N/zh_tw.po, + lib/RT/Interface/CLI.pm, lib/RT/Interface/Email.pm, + lib/RT/Interface/Web.pm, lib/RT/Interface/Email/Auth/MailFrom.pm, lib/RT/Interface/Email/Filter/SpamAssassin.pm, lib/RT/Search/ActiveTicketsInQueue.pm, lib/RT/Search/Generic.pm, lib/RT/URI/base.pm, lib/RT/URI/fsck_com_rt.pm, lib/t/00smoke.t, - lib/t/00smoke.t.in, lib/t/01harness.t, lib/t/01harness.t.in, - lib/t/02regression.t, lib/t/02regression.t.in, lib/t/03web.pl, - lib/t/03web.pl.in, lib/t/04_send_email.pl, - lib/t/04_send_email.pl.in, - lib/t/data/multipart-alternative-with-umlaut, + lib/t/01harness.t, lib/t/data/multipart-alternative-with-umlaut, lib/t/data/nested-mime-sample, lib/t/data/nested-rfc-822, lib/t/data/new-ticket-from-iso-8859-1, lib/t/data/new-ticket-from-iso-8859-1-full, @@ -27587,335 +24547,13 @@ lib/t/data/8859-15-message-series/msg5, lib/t/data/8859-15-message-series/msg6, lib/t/data/8859-15-message-series/msg7, - lib/t/regression/00placeholder, lib/t/regression/mime_tests, - m4/rt_enable_layout.m4, m4/rt_expand_var.m4, m4/rt_layout.m4, + lib/t/regression/mime_tests, m4/rt_enable_layout.m4, + m4/rt_expand_var.m4, m4/rt_layout.m4, m4/rt_subst_expanded_arg.m4, sbin/extract-message-catalog, sbin/extract_pod_tests, sbin/factory, sbin/license_tag, - sbin/regression_harness, sbin/rt-setup-database, - sbin/rt-setup-database.in, sbin/rt-test-dependencies.in, + sbin/regression_harness, sbin/rt-test-dependencies.in, autom4te.cache/output.0, autom4te.cache/requests, - autom4te.cache/traces.0, sbin/rt-test-dependencies: Initial - revision - -2003-07-15 04:44 ivan - - * sql-ledger/: VERSION, am.pl, favicon.ico, login.pl, menu.ini, - setup.pl, sql-ledger.conf.default, sql-ledger.png, SL/AM.pm, - SL/AP.pm, SL/AR.pm, SL/CT.pm, SL/Form.pm, SL/GL.pm, SL/IC.pm, - SL/IR.pm, SL/IS.pm, SL/User.pm, SL/CA.pm, SL/CP.pm, - SL/Inifile.pm, SL/Mailer.pm, SL/Menu.pm, SL/Num2text.pm, - SL/OE.pm, SL/PE.pm, SL/RC.pm, SL/RP.pm, bin/lynx/menu.pl, - bin/mozilla/admin.pl, bin/mozilla/am.pl, bin/mozilla/ap.pl, - bin/mozilla/ar.pl, bin/mozilla/ca.pl, bin/mozilla/ct.pl, - bin/mozilla/gl.pl, bin/mozilla/ic.pl, bin/mozilla/io.pl, - bin/mozilla/ir.pl, bin/mozilla/login.pl, bin/mozilla/menu.pl, - bin/mozilla/arap.pl, bin/mozilla/cp.pl, bin/mozilla/is.pl, - bin/mozilla/oe.pl, bin/mozilla/pe.pl, bin/mozilla/rc.pl, - bin/mozilla/rp.pl, css/sql-ledger.css, doc/COPYING, doc/README, - doc/UPGRADE-1.6-1.8, doc/UPGRADE-1.8-1.8.3, - doc/UPGRADE-1.8.3-1.8.4, doc/UPGRADE-1.8.4-1.8.5, - doc/UPGRADE-1.8.5-1.8.7, doc/UPGRADE-1.8.7-2.0.0, - doc/UPGRADE-2.0-2.0.8, doc/copyright, doc/faq.html, - locale/de/admin, locale/de/COPYING, locale/de/LANGUAGE, - locale/de/Num2text, locale/de/all, locale/de/am, locale/de/ap, - locale/de/ar, locale/de/arap, locale/de/ca, locale/de/cp, - locale/de/ct, locale/de/gl, locale/de/ic, locale/de/io, - locale/de/ir, locale/de/is, locale/de/locales.pl, - locale/de/login, locale/de/menu, locale/de/oe, locale/de/pe, - locale/de/rc, locale/de/rp, locale/fr/admin, locale/fr/all, - locale/fr/am, locale/fr/ap, locale/fr/ar, locale/fr/ca, - locale/fr/ct, locale/fr/gl, locale/fr/ic, locale/fr/io, - locale/es/COPYING, locale/es/LANGUAGE, locale/es/Num2text, - locale/es/admin, locale/es/all, locale/es/am, locale/es/ap, - locale/es/ar, locale/es/arap, locale/es/ca, locale/es/cp, - locale/es/ct, locale/es/gl, locale/es/ic, locale/es/io, - locale/es/ir, locale/es/is, locale/es/login, locale/es/menu, - locale/es/oe, locale/es/pe, locale/es/rc, locale/es/rp, - locale/fr/COPYING, locale/fr/LANGUAGE, locale/fr/arap, - locale/fr/cp, locale/fr/ir, locale/fr/is, locale/fr/login, - locale/fr/menu, locale/fr/oe, locale/fr/pe, locale/fr/rc, - locale/fr/rp, locale/tw/admin, locale/tw/login, - locale/dk/LANGUAGE, locale/dk/admin, locale/dk/all, locale/dk/am, - locale/dk/ap, locale/dk/ar, locale/dk/arap, locale/dk/ca, - locale/dk/ct, locale/dk/gl, locale/dk/ic, locale/dk/io, - locale/dk/ir, locale/dk/is, locale/dk/login, locale/dk/menu, - locale/dk/oe, locale/dk/rp, locale/tw/COPYING, - locale/tw/LANGUAGE, locale/tw/all, locale/tw/am, locale/tw/ap, - locale/tw/ar, locale/tw/arap, locale/tw/ca, locale/tw/cp, - locale/tw/ct, locale/tw/gl, locale/tw/ic, locale/tw/io, - locale/tw/ir, locale/tw/is, locale/tw/menu, locale/tw/oe, - locale/tw/pe, locale/tw/rc, locale/tw/rp, locale/br/COPYING, - locale/br/LANGUAGE, locale/br/admin, locale/br/all, locale/br/am, - locale/br/ap, locale/br/ar, locale/br/arap, locale/br/ca, - locale/br/cp, locale/br/ct, locale/br/gl, locale/br/ic, - locale/br/io, locale/br/ir, locale/br/is, locale/br/login, - locale/br/menu, locale/br/oe, locale/br/pe, locale/br/rc, - locale/br/rp, locale/dk/COPYING, locale/dk/cp, locale/dk/pe, - locale/dk/rc, locale/it/admin, locale/it/ap, locale/it/ar, - locale/it/ca, locale/it/ct, locale/it/gl, locale/it/ic, - locale/it/ir, locale/it/menu, locale/ct/COPYING, - locale/ct/LANGUAGE, locale/ct/admin, locale/ct/all, locale/ct/am, - locale/ct/ap, locale/ct/ar, locale/ct/ca, locale/ct/ct, - locale/ct/gl, locale/ct/ic, locale/ct/io, locale/ct/ir, - locale/ct/is, locale/ct/login, locale/ct/menu, locale/ct/oe, - locale/ct/rp, locale/it/COPYING, locale/it/LANGUAGE, - locale/it/Num2text, locale/it/all, locale/it/am, locale/it/arap, - locale/it/cp, locale/it/io, locale/it/is, locale/it/login, - locale/it/oe, locale/it/pe, locale/it/qe, locale/it/rc, - locale/it/rp, locale/ct/arap, locale/ct/cp, locale/ct/pe, - locale/ct/rc, locale/ee/COPYING, locale/ee/LANGUAGE, - locale/ee/admin, locale/ee/all, locale/ee/am, locale/ee/ap, - locale/ee/ar, locale/ee/arap, locale/ee/ca, locale/ee/cp, - locale/ee/ct, locale/ee/gl, locale/ee/ic, locale/ee/io, - locale/ee/ir, locale/ee/is, locale/ee/login, locale/ee/menu, - locale/ee/oe, locale/ee/pe, locale/ee/rc, locale/ee/rp, - locale/nl/admin, locale/nl/all, locale/nl/am, locale/nl/ap, - locale/nl/ar, locale/nl/ca, locale/nl/ct, locale/nl/gl, - locale/nl/COPYING, locale/nl/LANGUAGE, locale/nl/Num2text, - locale/nl/arap, locale/nl/cp, locale/nl/ic, locale/nl/io, - locale/nl/ir, locale/nl/is, locale/nl/login, locale/nl/menu, - locale/nl/oe, locale/nl/pe, locale/nl/rc, locale/nl/rp, - locale/no/COPYING, locale/no/LANGUAGE, locale/no/admin, - locale/no/all, locale/no/am, locale/no/ap, locale/no/ar, - locale/no/arap, locale/no/ca, locale/no/cp, locale/no/ct, - locale/no/gl, locale/no/ic, locale/no/io, locale/no/ir, - locale/no/is, locale/no/login, locale/no/menu, locale/no/oe, - locale/no/pe, locale/no/rc, locale/no/rp, locale/tr/COPYING, - locale/tr/LANGUAGE, locale/tr/admin, locale/tr/all, locale/tr/am, - locale/tr/ap, locale/tr/ar, locale/tr/arap, locale/tr/ca, - locale/tr/cp, locale/tr/ct, locale/tr/gl, locale/tr/ic, - locale/tr/io, locale/tr/ir, locale/tr/is, locale/tr/login, - locale/tr/menu, locale/tr/oe, locale/tr/pe, locale/tr/rc, - locale/tr/rp, locale/ve/COPYING, locale/ve/admin, locale/ve/all, - locale/ve/am, locale/ve/ap, locale/ve/ar, locale/ve/ca, - locale/ve/ct, locale/ve/gl, locale/ve/ic, locale/ve/ir, - locale/ve/is, locale/ve/login, locale/ve/rp, locale/cz/admin, - locale/cz/all, locale/cz/am, locale/pa/COPYING, - locale/pa/LANGUAGE, locale/pa/admin, locale/pa/all, locale/pa/am, - locale/pa/ap, locale/pa/ar, locale/pa/arap, locale/pa/ca, - locale/pa/cp, locale/pa/ct, locale/pa/gl, locale/pa/ic, - locale/pa/io, locale/pa/ir, locale/pa/is, locale/pa/login, - locale/pa/menu, locale/pa/oe, locale/pa/pe, locale/pa/rc, - locale/pa/rp, locale/ve/LANGUAGE, locale/ve/arap, locale/ve/cp, - locale/ve/io, locale/ve/menu, locale/ve/oe, locale/ve/pe, - locale/ve/rc, locale/cz/COPYING, locale/cz/LANGUAGE, - locale/cz/ap, locale/cz/ar, locale/cz/arap, locale/cz/ca, - locale/cz/cp, locale/cz/ct, locale/cz/gl, locale/cz/ic, - locale/cz/io, locale/cz/ir, locale/cz/is, locale/cz/login, - locale/cz/menu, locale/cz/oe, locale/cz/pe, locale/cz/rc, - locale/cz/rp, locale/pt/COPYING, locale/pt/LANGUAGE, - locale/pt/admin, locale/pt/all, locale/pt/am, locale/pt/ap, - locale/pt/ar, locale/pt/arap, locale/pt/ca, locale/pt/cp, - locale/pt/ct, locale/pt/gl, locale/pt/ic, locale/pt/io, - locale/pt/ir, locale/pt/is, locale/pt/login, locale/pt/menu, - locale/pt/oe, locale/pt/pe, locale/pt/rc, locale/pt/rp, - locale/cn/COPYING, locale/cn/LANGUAGE, locale/cn/admin, - locale/cn/all, locale/cn/am, locale/cn/ap, locale/cn/ar, - locale/cn/arap, locale/cn/ca, locale/cn/cp, locale/cn/ct, - locale/cn/gl, locale/cn/ic, locale/cn/io, locale/cn/ir, - locale/cn/is, locale/cn/login, locale/cn/menu, locale/cn/oe, - locale/cn/pe, locale/cn/rc, locale/cn/rp, locale/pl/admin, - locale/pl/all, locale/pl/am, locale/pl/ap, locale/pl/ar, - locale/pl/ca, locale/pl/ct, locale/pl/gl, locale/pl/ic, - locale/pl/ir, locale/fi/COPYING, locale/fi/LANGUAGE, - locale/fi/admin, locale/fi/all, locale/mx/COPYING, - locale/mx/LANGUAGE, locale/mx/admin, locale/mx/all, locale/mx/am, - locale/mx/ap, locale/mx/ar, locale/mx/arap, locale/mx/ca, - locale/mx/cp, locale/mx/ct, locale/mx/gl, locale/mx/ic, - locale/mx/io, locale/mx/ir, locale/mx/is, locale/mx/login, - locale/mx/menu, locale/mx/oe, locale/mx/pe, locale/mx/rc, - locale/mx/rp, locale/pl/COPYING, locale/pl/LANGUAGE, - locale/pl/arap, locale/pl/cp, locale/pl/io, locale/pl/is, - locale/pl/login, locale/pl/menu, locale/pl/oe, locale/pl/pe, - locale/pl/rc, locale/pl/rp, locale/fi/am, locale/fi/ap, - locale/fi/ar, locale/fi/arap, locale/fi/ca, locale/fi/cp, - locale/fi/ct, locale/fi/gl, locale/fi/ic, locale/fi/io, - locale/fi/ir, locale/fi/is, locale/fi/login, locale/fi/menu, - locale/fi/oe, locale/fi/pe, locale/fi/rc, locale/fi/rp, - locale/ua/COPYING, locale/ua/LANGUAGE, locale/ua/admin, - locale/ua/all, locale/ua/am, locale/ua/ap, locale/hu/COPYING, - locale/hu/LANGUAGE, locale/hu/admin, locale/hu/all, locale/hu/am, - locale/hu/ap, locale/ua/ar, locale/ua/arap, locale/ua/ca, - locale/ua/cp, locale/ua/ct, locale/ua/gl, locale/ua/ic, - locale/ua/io, locale/ua/ir, locale/ua/is, locale/ua/login, - locale/ua/menu, locale/ua/oe, locale/ua/pe, locale/ua/rc, - locale/ua/rp, locale/hu/ar, locale/hu/arap, locale/hu/ca, - locale/hu/cp, locale/hu/ct, locale/hu/gl, locale/hu/ic, - locale/hu/io, locale/hu/ir, locale/hu/is, locale/hu/login, - locale/hu/menu, locale/hu/oe, locale/hu/pe, locale/hu/rc, - locale/hu/rp, locale/is/COPYING, locale/is/LANGUAGE, - locale/is/all, locale/is/admin, locale/is/am, locale/is/ap, - locale/is/ar, locale/is/arap, locale/is/ca, locale/is/cp, - locale/is/ct, locale/is/gl, locale/is/ic, locale/is/io, - locale/is/ir, locale/is/is, locale/is/login, locale/is/menu, - locale/is/oe, locale/is/pe, locale/is/rc, locale/is/rp, - locale/ru/COPYING, locale/ru/LANGUAGE, locale/ru/all, - locale/ru/admin, locale/ru/am, locale/ru/ap, locale/ru/ar, - locale/ru/arap, locale/ru/ca, locale/ru/cp, locale/ru/ct, - locale/ru/gl, locale/ru/ic, locale/ru/io, locale/ru/ir, - locale/ru/is, locale/ru/login, locale/ru/menu, locale/ru/oe, - locale/ru/pe, locale/ru/rc, locale/ru/rp, locale/se/COPYING, - locale/se/LANGUAGE, locale/se/admin, locale/se/all, - locale/lt/COPYING, locale/lt/LANGUAGE, locale/lt/admin, - locale/lt/all, locale/se/am, locale/se/ap, locale/se/ar, - locale/se/arap, locale/se/ca, locale/se/cp, locale/se/ct, - locale/se/gl, locale/se/ic, locale/se/io, locale/se/ir, - locale/se/is, locale/se/login, locale/se/menu, locale/se/oe, - locale/se/pe, locale/se/rc, locale/se/rp, locale/en_GB/admin, - locale/en_GB/am, locale/en_GB/ap, locale/en_GB/ar, - locale/en_GB/ca, locale/en_GB/ct, locale/en_GB/gl, locale/lt/am, - locale/lt/ap, locale/lt/ar, locale/lt/arap, locale/lt/ca, - locale/lt/cp, locale/lt/ct, locale/lt/gl, locale/lt/ic, - locale/lt/io, locale/lt/ir, locale/lt/is, locale/lt/login, - locale/lt/menu, locale/lt/oe, locale/lt/pe, locale/lt/rc, - locale/lt/rp, locale/en_GB/COPYING, locale/en_GB/LANGUAGE, - locale/en_GB/all, locale/en_GB/arap, locale/en_GB/bp, - locale/en_GB/cp, locale/en_GB/ic, locale/en_GB/io, - locale/en_GB/ir, locale/en_GB/is, locale/en_GB/login, - locale/en_GB/menu, locale/en_GB/oe, locale/en_GB/pe, - locale/en_GB/rc, locale/en_GB/rp, sql/Default-chart.sql, - sql/Oracle-tables.sql, sql/Pg-tables.sql, sql/Canada-gifi.sql, - sql/Danish_Default-chart.sql, sql/Dutch_Default-chart.sql, - sql/France-chart.sql, sql/Italy-chart.sql, - sql/Oracle-indices.sql, sql/Pg-indices.sql, - sql/Pg-upgrade-1.6.0-1.8.0.sql, - sql/Simplified_Chinese_Default-chart.sql, sql/Spain-chart.sql, - sql/Traditional_Chinese_Default-chart.sql, sql/Austria-chart.sql, - sql/Austria-gifi.sql, sql/Canada_General-chart.sql, - sql/Czech_Republic-chart.sql, sql/Dutch_Standard-chart.sql, - sql/German-Sample-chart.sql, sql/German-Sample-gifi.sql, - sql/Oracle-upgrade-1.8.0-1.8.4.sql, - sql/Oracle-upgrade-1.8.4-1.8.5.sql, - sql/Pg-upgrade-1.2.6-1.2.7.sql, sql/Pg-upgrade-1.2.7-1.4.0.sql, - sql/Pg-upgrade-1.4.0-1.6.0.sql, sql/Pg-upgrade-1.8.0-1.8.4.sql, - sql/Pg-upgrade-1.8.4-1.8.5.sql, sql/Swiss-German-chart.sql, - sql/Swiss-German-gifi.sql, sql/US_General-chart.sql, - sql/Germany-DATEV-SKR03-gifi.sql, sql/Germany-SKR03-chart.sql, - sql/Germany-SKR03-gifi.sql, sql/Pg-upgrade-1.8.5-2.0.0.sql, - sql/Brazil_General-chart.sql, sql/Germany-DATEV-SKR03-chart.sql, - sql/Oracle-upgrade-1.8.5-2.0.0.sql, - sql/Oracle-upgrade-2.0.0-2.0.8.sql, - sql/Pg-upgrade-2.0.0-2.0.8.sql, sql/Poland-chart.sql, - templates/Danish-balance_sheet.html, - templates/Danish-income_statement.html, - templates/Danish-invoice.html, templates/Danish-invoice.tex, - templates/Danish-packing_list.html, - templates/Danish-packing_list.tex, - templates/Danish-purchase_order.html, - templates/Danish-purchase_order.tex, - templates/Danish-sales_order.html, - templates/Danish-sales_order.tex, - templates/Default-balance_sheet.html, - templates/Default-income_statement.html, - templates/Default-invoice.html, - templates/Estonian-balance_sheet.html, - templates/Estonian-income_statement.html, - templates/French-balance_sheet.html, - templates/French-income_statement.html, - templates/French-invoice.html, - templates/French-packing_list.html, - templates/Service-balance_sheet.html, - templates/Service-income_statement.html, - templates/Service-invoice.html, templates/Service-invoice.tex, - templates/Service-packing_list.html, - templates/Service-packing_list.tex, - templates/Service-purchase_order.tex, - templates/Service-sales_order.tex, - templates/Spanish_A4-balance_sheet.html, - templates/Spanish_A4-income_statement.html, - templates/Spanish_A4-invoice.html, - templates/Spanish_A4-invoice.tex, - templates/Spanish_A4-packing_list.html, - templates/Spanish_A4-packing_list.tex, - templates/Spanish_A4-purchase_order.html, - templates/Spanish_A4-purchase_order.tex, - templates/Spanish_A4-sales_order.html, - templates/Spanish_A4-sales_order.tex, - templates/Spanish_Letter-balance_sheet.html, - templates/Spanish_Letter-income_statement.html, - templates/Spanish_Letter-invoice.html, - templates/Spanish_Letter-invoice.tex, - templates/Spanish_Letter-packing_list.html, - templates/Spanish_Letter-packing_list.tex, - templates/Spanish_Letter-purchase_order.html, - templates/Spanish_Letter-purchase_order.tex, - templates/Spanish_Letter-sales_order.html, - templates/Spanish_Letter-sales_order.tex, users/members.default, - templates/Brazilian_Portuguese-check.tex, - templates/Danish-check.tex, templates/Danish-receipt.tex, - templates/Danish-statement.html, templates/Danish-statement.tex, - templates/Default-check.tex, templates/Default-invoice.tex, - templates/Default-packing_list.html, - templates/Default-packing_list.tex, - templates/Default-purchase_order.html, - templates/Default-purchase_order.tex, - templates/Default-receipt.tex, - templates/Default-sales_order.html, - templates/Default-sales_order.tex, - templates/Default-statement.html, - templates/Default-statement.tex, - templates/Dutch-balance_sheet.html, templates/Dutch-check.tex, - templates/Dutch-income_statement.html, - templates/Dutch-invoice.html, templates/Dutch-invoice.tex, - templates/Dutch-packing_list.html, - templates/Dutch-packing_list.tex, - templates/Dutch-purchase_order.html, - templates/Dutch-purchase_order.tex, templates/Dutch-receipt.tex, - templates/Dutch-sales_order.html, - templates/Dutch-sales_order.tex, templates/Dutch-statement.html, - templates/Dutch-statement.tex, templates/Estonian-check.tex, - templates/Estonian-invoice.html, templates/Estonian-invoice.tex, - templates/Estonian-packing_list.html, - templates/Estonian-packing_list.tex, - templates/Estonian-purchase_order.html, - templates/Estonian-purchase_order.tex, - templates/Estonian-receipt.tex, - templates/Estonian-sales_order.html, - templates/Estonian-sales_order.tex, - templates/Estonian-statement.html, - templates/Estonian-statement.tex, templates/French-check.tex, - templates/French-invoice.tex, templates/French-packing_list.tex, - templates/French-purchase_order.html, - templates/French-purchase_order.tex, - templates/French-receipt.tex, templates/French-sales_order.html, - templates/French-sales_order.tex, - templates/French-statement.html, templates/French-statement.tex, - templates/German-balance_sheet.html, templates/German-check.tex, - templates/German-income_statement.html, - templates/German-invoice.html, templates/German-invoice.tex, - templates/German-packing_list.html, - templates/German-packing_list.tex, - templates/German-purchase_order.html, - templates/German-purchase_order.tex, - templates/German-receipt.tex, templates/German-sales_order.html, - templates/German-sales_order.tex, - templates/German-statement.html, templates/German-statement.tex, - templates/Service-check.tex, - templates/Service-purchase_order.html, - templates/Service-receipt.tex, - templates/Service-sales_order.html, - templates/Service-statement.html, - templates/Service-statement.tex, templates/Spanish_A4-check.tex, - templates/Spanish_A4-receipt.tex, - templates/Spanish_A4-statement.html, - templates/Spanish_A4-statement.tex, - templates/Spanish_Letter-check.tex, - templates/Spanish_Letter-receipt.tex, - templates/Spanish_Letter-statement.html, - templates/Spanish_Letter-statement.tex, - templates/Brazilian_Portuguese-balance_sheet.html, - templates/Brazilian_Portuguese-income_statement.html, - templates/Brazilian_Portuguese-invoice.html, - templates/Brazilian_Portuguese-invoice.tex, - templates/Brazilian_Portuguese-packing_list.html, - templates/Brazilian_Portuguese-packing_list.tex, - templates/Brazilian_Portuguese-purchase_order.html, - templates/Brazilian_Portuguese-purchase_order.tex, - templates/Brazilian_Portuguese-receipt.tex, - templates/Brazilian_Portuguese-sales_order.html, - templates/Brazilian_Portuguese-sales_order.tex, - templates/Brazilian_Portuguese-statement.html, - templates/Brazilian_Portuguese-statement.tex: Initial revision + autom4te.cache/traces.0: import of rt 3.0.4 2003-07-15 04:23 ivan @@ -27968,54 +24606,19 @@ * httemplate/view/cust_main.cgi: don't bother displaying comments that are only whitespace/newlines -2003-07-03 20:47 ivan - - * fs_signup/FS-SignupClient/cgi/stateselect.html: adding - -2003-07-03 20:34 ivan - - * etc/acp_logfile-parse: removing obsolete file - 2003-07-03 20:31 ivan * etc/abbr_state.txt: adding states -2003-07-03 20:27 ivan - - * etc/example-direct-cardin: removing ancient cybercash example - -2003-07-03 20:21 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: properly pass - init_popstate to error pages - -2003-07-03 20:12 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: add "initial_popstate" - option to signup server - -2003-07-03 18:54 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: don't add extra blank - pop - -2003-07-03 18:48 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: typo - 2003-07-03 18:37 ivan - * FS/FS/svc_acct_pop.pm, fs_signup/FS-SignupClient/cgi/signup.cgi: - don't populate the whole initial list if there are tons of POPs + * FS/FS/svc_acct_pop.pm: don't populate the whole initial list if + there are tons of POPs 2003-07-03 17:51 ivan - * FS/FS/svc_acct_pop.pm, fs_signup/FS-SignupClient/cgi/signup.cgi: - optimize javascript to handle large numbers of POPs - -2003-07-03 16:00 ivan - - * htetc/global.asa: working DBIx::Profile again + * FS/FS/svc_acct_pop.pm: optimize javascript to handle large + numbers of POPs 2003-07-02 05:58 ivan @@ -28023,13 +24626,12 @@ 2003-07-02 05:56 ivan - * FS/FS/part_pkg.pm, fs_signup/fs_signup_server: relaxed "first - package" restrictions; will find any appropriate service with - quantity 1 + * FS/FS/part_pkg.pm: relaxed "first package" restrictions; will + find any appropriate service with quantity 1 2003-07-02 05:34 ivan - * Artistic, README: change license to GPL only + * README: change license to GPL only 2003-07-01 02:00 ivan @@ -28052,8 +24654,7 @@ 2003-06-30 06:18 ivan - * FS/: MANIFEST, bin/freeside-overdue: removing deprecated - freeside-overdue + * FS/MANIFEST: removing deprecated freeside-overdue 2003-06-30 05:22 ivan @@ -28088,12 +24689,6 @@ * FS/FS/part_export/forward_shellcommands.pm: forward_shellcommands update: might work now -2003-06-24 08:34 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: display full POP - numbers in signup server - patch from "Stephen Bechard" - <steve@destek.net> - 2003-06-24 07:12 ivan * FS/FS/part_export/: forward_shellcommands.pm, sqlmail.pm: @@ -28104,20 +24699,6 @@ * FS/FS/cust_main.pm, httemplate/misc/bill.cgi: fix the credit card retry on change or manual "retry_card" to ONCE per invoice -2003-06-22 02:11 ivan - - * bin/create-history-tables: skip pg_ tables also (ewww, showing up - in reverse-engineered schema) - -2003-06-22 02:04 ivan - - * bin/create-history-tables: skip history tables that exist - already; easier to re-run now - -2003-06-13 19:04 ivan - - * httemplate/docs/upgrade9.html: cust_bill2 index - 2003-06-13 19:02 ivan * FS/bin/freeside-setup: add index on cust_bill._date @@ -28224,11 +24805,6 @@ * FS/FS/cust_svc.pm: add "$ignore_quantity" bypass -2003-06-08 17:59 ivan - - * httemplate/docs/install.html: documentation update from "Jesse D. - Guardiani" <jesse@wingnet.net>, thanks - 2003-06-06 18:58 ivan * FS/FS/cust_main.pm: and fix the error message @@ -28252,11 +24828,6 @@ * FS/FS/part_export/cp.pm: add suspend/unsuspend capability to CP export -2003-06-05 21:42 ivan - - * htetc/global.asa: database profiling bs i should just switch to - mason - 2003-06-04 17:22 khoff * FS/FS/cust_pkg.pm: order/cancel packages rewritten @@ -28282,18 +24853,6 @@ * Makefile: 1.5.0pre2 (too late, hehe) -2003-06-03 02:34 ivan - - * bin/svc_acct_sm.import: removing (very) deprecated import - -2003-06-03 00:54 ivan - - * httemplate/docs/upgrade10.html: upgrade docs - -2003-06-02 23:10 ivan - - * httemplate/docs/upgrade10.html: slightly better upgrade docs - 2003-06-02 23:09 ivan * FS/bin/freeside-setup: use serial for primary keys in new tables @@ -28330,7 +24889,6 @@ * FS/FS/cust_main.pm, FS/FS/ClientAPI/MyAccount.pm, fs_selfservice/FS-SelfService/cgi/make_payment.html, fs_selfservice/FS-SelfService/cgi/payment_results.html, - fs_selfservice/FS-SelfService/cgi/process_payment.html, fs_selfservice/FS-SelfService/cgi/selfservice.cgi: working self-service self-payments! @@ -28347,7 +24905,6 @@ * FS/FS/cust_main.pm, FS/FS/ClientAPI/MyAccount.pm, fs_selfservice/FS-SelfService/cgi/make_payment.html, - fs_selfservice/FS-SelfService/cgi/process_payment.html, fs_selfservice/FS-SelfService/cgi/selfservice.cgi: first crack at payment processing with self-service (step two of the process) @@ -28441,13 +24998,12 @@ 2003-05-11 15:25 ivan - * htetc/: handler.pl, handler.pl-1.0x: handler.pl updates from - Richard Siddall <richard.siddall@elirion.net> + * htetc/handler.pl: handler.pl updates from Richard Siddall + <richard.siddall@elirion.net> 2003-05-09 23:45 ivan - * httemplate/view/: cust_main.cgi, cust_pkg.cgi: first pass at new - package list UI + * httemplate/view/cust_main.cgi: first pass at new package list UI 2003-05-09 22:41 ivan @@ -28465,36 +25021,9 @@ * httemplate/view/cust_main.cgi: Cleaned-up package view code and added CSS tags. -2003-05-09 00:17 ivan - - * install/freebsd/ports: mod_ssl before mod_perl so mod_perl picks - up EAPI - -2003-05-09 00:05 ivan - - * install/freebsd/: INSTALL, ports: little bit more fbsd install - automation - -2003-05-08 23:14 ivan - - * install/freebsd/INSTALL: freebsd install - 2003-05-08 23:03 ivan - * fs_selfservice/DEPLOY, install/freebsd/INSTALL, - install/freebsd/ports: updated freebsd install - -2003-05-08 18:18 ivan - - * install/freebsd/ports: Net::SSH and Net::SCP are in ports - -2003-05-08 17:10 ivan - - * install/redhat/7.3/: INSTALL, sources.list: redhat install foo - -2003-05-08 17:10 ivan - - * install/freebsd/: INSTALL, ports: automated install foo + * fs_selfservice/DEPLOY: updated freebsd install 2003-05-08 03:28 ivan @@ -28505,19 +25034,6 @@ * Makefile, FS/FS/Record.pm: general Pg 7.3 fix for setting int columns to '' / NULL -2003-05-06 14:15 ivan - - * httemplate/view/cust_main_alt.cgi: don't create new files in lieu - of branches - -2003-05-06 13:33 khoff - - * httemplate/view/cust_main_alt.cgi: Can't pull out of thin air. - -2003-05-04 13:58 khoff - - * httemplate/view/cust_main_alt.cgi: proposed cust_main.cgi - 2003-05-02 19:06 ivan * FS/FS/part_export/infostreet.pm, httemplate/edit/svc_acct.cgi: @@ -28589,8 +25105,7 @@ 2003-04-23 16:12 ivan - * Makefile, htetc/handler.pl, htetc/handler.pl-1.0x, - httemplate/docs/install.html: compatible with mason 1.1! closes: + * Makefile, htetc/handler.pl: compatible with mason 1.1! closes: bug#492 2003-04-23 15:16 ivan @@ -28619,15 +25134,13 @@ 2003-04-21 21:39 ivan - * FS/MANIFEST, FS/FS/Conf.pm, FS/FS/part_export.pm, - FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, - FS/FS/part_export/domain_shellcommands.pm, - FS/FS/part_export/forward_shellcommands.pm, - FS/t/part_export-forward_shellcommands.t, - httemplate/docs/install.html: - mysql 4.1 is available; update - documentation - remove last vestiges of 1.3-style qmail/vpopmail - exports from svc_domain and svc_forward; add appropriate - exports (closes: Bug#299) + * FS/: MANIFEST, FS/Conf.pm, FS/part_export.pm, FS/svc_domain.pm, + FS/svc_forward.pm, FS/part_export/domain_shellcommands.pm, + FS/part_export/forward_shellcommands.pm, + t/part_export-forward_shellcommands.t: - mysql 4.1 is available; + update documentation - remove last vestiges of 1.3-style + qmail/vpopmail exports from svc_domain and svc_forward; add + appropriate exports (closes: Bug#299) 2003-04-21 15:40 ivan @@ -28643,8 +25156,7 @@ 2003-04-21 14:29 khoff - * httemplate/edit/: part_router_field.cgi, process/generic.cgi: - Navigation fixes. + * httemplate/edit/process/generic.cgi: Navigation fixes. 2003-04-21 14:13 khoff @@ -28658,9 +25170,7 @@ 2003-04-21 13:53 ivan * FS/FS/Conf.pm, FS/FS/cust_main.pm, FS/FS/part_bill_event.pm, - FS/bin/freeside-daily, FS/bin/freeside-expiration-alerter, - FS/bin/freeside-setup, fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, + FS/bin/freeside-daily, FS/bin/freeside-setup, httemplate/docs/schema.html, httemplate/edit/cust_main.cgi, httemplate/edit/part_bill_event.cgi, httemplate/edit/process/cust_main.cgi, @@ -28709,9 +25219,9 @@ 2003-04-01 00:03 ivan * FS/FS/Record.pm, httemplate/docs/index.html, - httemplate/docs/upgrade10.html, httemplate/view/cust_main.cgi: - - update qsearch for Pg 7.3 - preliminary 1.5.0 upgrade docs - - syntax error in main customer view + httemplate/view/cust_main.cgi: - update qsearch for Pg 7.3 - + preliminary 1.5.0 upgrade docs - syntax error in main customer + view 2003-03-31 22:55 ivan @@ -28723,9 +25233,9 @@ * FS/FS/cust_main.pm, FS/FS/cust_pkg.pm, debian/changelog, debian/control, httemplate/edit/REAL_cust_pkg.cgi, httemplate/edit/process/REAL_cust_pkg.cgi, - httemplate/search/cust_pkg.cgi, httemplate/view/cust_main.cgi, - httemplate/view/cust_pkg.cgi: correct last_bill problems with $0 - invoice (non-existant) edge cases + httemplate/search/cust_pkg.cgi, httemplate/view/cust_main.cgi: + correct last_bill problems with $0 invoice (non-existant) edge + cases 2003-03-31 15:49 ivan @@ -28785,10 +25295,6 @@ bin/apache.export, bin/bind.export, bin/bsdshell.export, bin/sysvshell.export: apache export! -2003-03-11 16:44 ivan - - * httemplate/docs/upgrade9.html: doc from 1.4 branch - 2003-03-11 03:40 ivan * FS/FS/svc_domain.pm: another pg7.3 fix @@ -28825,32 +25331,13 @@ FS/FS/cust_bill_pkg.pm, FS/FS/cust_bill_pkg_detail.pm, FS/FS/cust_main.pm, FS/bin/freeside-setup, FS/t/cust_bill_pkg_detail.t, httemplate/docs/schema.html, - httemplate/docs/upgrade10.html, httemplate/edit/part_pkg.cgi: - time/data detail on invoices - -2003-02-05 15:22 khoff - - * FS/FS/ac.pm, FS/FS/ac_block.pm, FS/FS/ac_field.pm, - FS/FS/ac_type.pm, FS/FS/part_ac_field.pm, - httemplate/browse/ac.cgi, httemplate/browse/ac_type.cgi, - httemplate/edit/ac.cgi, httemplate/edit/ac_type.cgi, - httemplate/edit/process/ac.cgi, - httemplate/edit/process/ac_block.cgi, - httemplate/edit/process/ac_field.cgi, - httemplate/edit/process/ac_type.cgi, - httemplate/edit/process/part_ac_field.cgi: svc_broadband rewrite + httemplate/edit/part_pkg.cgi: time/data detail on invoices 2003-02-05 15:17 khoff - * FS/FS/addr_block.pm, FS/FS/part_router_field.pm, - FS/FS/part_sb_field.pm, FS/FS/part_svc_router.pm, - FS/FS/router.pm, FS/FS/router_field.pm, FS/FS/sb_field.pm, + * FS/FS/addr_block.pm, FS/FS/part_svc_router.pm, FS/FS/router.pm, FS/FS/svc_broadband.pm, httemplate/browse/addr_block.cgi, - httemplate/browse/generic.cgi, - httemplate/browse/part_sb_field.cgi, - httemplate/browse/router.cgi, - httemplate/edit/part_router_field.cgi, - httemplate/edit/part_sb_field.cgi, httemplate/edit/router.cgi, + httemplate/browse/router.cgi, httemplate/edit/router.cgi, httemplate/edit/svc_broadband.cgi, httemplate/edit/process/addr_block/add.cgi, httemplate/edit/process/addr_block/allocate.cgi, @@ -28858,19 +25345,14 @@ FS/bin/freeside-setup, httemplate/edit/process/generic.cgi, httemplate/edit/process/router.cgi, httemplate/edit/process/svc_broadband.cgi, - httemplate/edit/process/addr_block/split.cgi, htetc/global.asa, - htetc/handler.pl, httemplate/index.html, - httemplate/view/svc_broadband.cgi: svc_broadband rewrite + httemplate/edit/process/addr_block/split.cgi, htetc/handler.pl, + httemplate/index.html, httemplate/view/svc_broadband.cgi: + svc_broadband rewrite 2003-02-05 14:06 khoff * FS/FS/cust_svc.pm: ip_netmask is gone now -2003-02-04 14:04 ivan - - * htetc/global.asa, httemplate/docs/install.html: 1.5-specific - fixes - 2003-01-27 23:47 ivan * FS/bin/freeside-setup: eek, and this is what caused connectup to @@ -28898,9 +25380,8 @@ 2003-01-14 01:26 ivan * FS/MANIFEST, FS/bin/freeside-selfservice-server, - fs_selfservice/freeside-selfservice-server, init.d/freeside-init: - move freeside-selfservice-server to proper MakeMaker install - location + init.d/freeside-init: move freeside-selfservice-server to proper + MakeMaker install location 2003-01-14 00:49 ivan @@ -28936,16 +25417,11 @@ * FS/bin/freeside-daily: declare $opt_p usage -2002-12-24 15:03 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: electronic checks work - in signup.cgi - 2002-12-24 14:41 ivan - * README.1.5.0pre1, FS/bin/freeside-setup, - httemplate/view/cust_main.cgi: optimization for ginourmous - numbers of packages for intergate, whew + * FS/bin/freeside-setup, httemplate/view/cust_main.cgi: + optimization for ginourmous numbers of packages for intergate, + whew 2002-12-23 15:56 ivan @@ -28969,20 +25445,6 @@ * FS/FS/cust_pkg.pm: added stuff for selfservice_server-quiet, signup_server-quiet, and emailcancel messages. -2002-12-23 06:38 steve - - * fs_selfservice/freeside-selfservice-server: added stuff for - selfservice_server-quiet, signup_server-quiet, and emailcancel - messages. - -2002-12-23 06:36 steve - - * fs_signup/: fs_signup_server, FS-SignupClient/SignupClient.pm: - added stuff for selfservice_server-quiet, signup_server-quiet, - and emailcancel messages. - - signup server can set user's comment field. - 2002-12-23 06:22 steve * FS/FS/: cust_bill.pm, Conf.pm: added stuff for @@ -29072,11 +25534,6 @@ * FS/: MANIFEST, bin/freeside-sqlradius-seconds: adding freeside-sqlradius-seconds -2002-12-16 22:36 ivan - - * httemplate/docs/install.html: add PerlModule commands to install - instructions - 2002-12-16 13:52 ivan * FS/FS/part_svc.pm, httemplate/edit/part_svc.cgi: fix for Pg 7.3, @@ -29088,8 +25545,8 @@ 2002-12-16 02:47 ivan - * httemplate/graph/: money_time-graph.cgi, money_time.cgi: working - date range selector that defaults to the past year! + * httemplate/graph/money_time.cgi: working date range selector that + defaults to the past year! 2002-12-14 13:18 ivan @@ -29109,10 +25566,6 @@ * httemplate/misc/: meta-import.cgi, process/meta-import.cgi: beginning of web-based data importer -2002-12-09 02:54 ivan - - * httemplate/docs/install.html: doc - 2002-12-04 04:43 ivan * bin/bind.export: really fixed now @@ -29125,17 +25578,6 @@ * FS/FS/cust_bill.pm: empty invoice_lines() fix -2002-11-28 21:14 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: accept unmunged - state/county/country - -2002-11-28 02:54 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/cgi/signup.cgi, - FS-SignupClient/cgi/signup.html: separate state and country - <SELECT> in signup server also, closes: Bug#353 - 2002-11-27 21:44 ivan * FS/FS/part_export.pm: add -g FreeBSD shellcommands export as per @@ -29143,8 +25585,7 @@ 2002-11-27 21:10 ivan - * FS/FS/Conf.pm, httemplate/docs/upgrade8.html: deprecate - username_policy + * FS/FS/Conf.pm: deprecate username_policy 2002-11-26 03:58 ivan @@ -29182,20 +25623,11 @@ * FS/FS/cust_main.pm: oops, one last LECB change -2002-11-22 00:06 ivan - - * fs_signup/fs_signup_server: silly LECB error in signup server - 2002-11-21 23:50 ivan * FS/FS/: part_export.pm, part_export/ldap.pm: separate root and user dn in ldap export -2002-11-21 16:14 ivan - - * fs_signup/fs_signup_server: signup server: use 'daytime' for LECB - payinfo - 2002-11-21 12:44 ivan * FS/FS/part_export.pm: change DN labeling for those obtuse @@ -29217,9 +25649,8 @@ 2002-11-20 01:07 ivan - * FS/bin/freeside-setup, httemplate/docs/upgrade9.html: ugh... need - to increase length of payinfo field in cust_pay and cust_refund - for ACH + * FS/bin/freeside-setup: ugh... need to increase length of payinfo + field in cust_pay and cust_refund for ACH 2002-11-19 14:55 ivan @@ -29258,8 +25689,6 @@ * FS/FS/cust_bill.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_refund.pm, FS/FS/part_bill_event.pm, FS/FS/part_pkg.pm, FS/FS/part_export/ldap.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, httemplate/docs/schema.html, httemplate/edit/cust_main.cgi, httemplate/edit/part_bill_event.cgi, httemplate/view/cust_main.cgi: add LEC billing @@ -29288,10 +25717,6 @@ * FS/FS/cust_main.pm: doc -2002-11-05 21:41 ivan - - * httemplate/graph/money_time-graph.cgi: lala - 2002-11-05 20:23 ivan * FS/FS/part_pkg.pm: safe regex for sqlradius hour/data billing, @@ -29328,18 +25753,10 @@ * FS/bin/freeside-sqlradius-radacctd: lost? -2002-11-04 18:15 ivan - - * httemplate/graph/money_time-graph.cgi: local kludge - 2002-11-04 15:40 ivan * FS/FS/CGI.pm: balance on small_custview -2002-11-04 13:20 ivan - - * httemplate/docs/upgrade9.html: doc - 2002-11-04 12:51 ivan * httemplate/view/svc_acct.cgi: fix cosmetic bug on online time @@ -29347,8 +25764,7 @@ 2002-11-01 16:13 ivan - * httemplate/graph/: money_time-graph.cgi, money_time.cgi: whew, - glad i had a copy of this + * httemplate/graph/money_time.cgi: whew, glad i had a copy of this 2002-10-28 05:22 ivan @@ -29409,8 +25825,8 @@ 2002-10-19 20:28 ivan - * FS/FS/part_export.pm, FS/FS/part_export/vpopmail.pm, - eg/vpopmailrestart: vpopmail restart export option + * FS/FS/: part_export.pm, part_export/vpopmail.pm: vpopmail restart + export option 2002-10-18 09:54 ivan @@ -29464,20 +25880,10 @@ httemplate/view/svc_acct.cgi: radacct update: use sqlradius for datasrc, not plandata options (whew) -2002-10-17 04:17 ivan - - * httemplate/search/cust_bill.cgi: another mason fix, this one from - 5 - 2002-10-15 02:54 ivan * FS/FS/cust_bill.pm: ach fix s/ECHECK/CHECK/ -2002-10-14 02:28 ivan - - * fs_signup/fs_signup_server: close invoices which are declined. - closes: Bug#408 - 2002-10-14 00:44 ivan * FS/FS/Conf.pm: s/bool/checkbox/ @@ -29499,15 +25905,7 @@ 2002-10-13 00:14 ivan - * httemplate/docs/: session.html, upgrade9.html: doh - -2002-10-13 00:13 ivan - - * httemplate/docs/upgrade9.html: msgcat docs for upgrade - -2002-10-12 23:49 ivan - - * httemplate/docs/install.html: don't use ILIKE (7.1-ism) anymore + * httemplate/docs/session.html: doh 2002-10-12 18:14 ivan @@ -29525,9 +25923,8 @@ 2002-10-12 06:46 ivan - * bin/populate-msgcat, httemplate/edit/cust_main.cgi, - httemplate/view/cust_main.cgi: dayphone/nightphone as - customizable labels, closes: Bug#464 + * httemplate/: edit/cust_main.cgi, view/cust_main.cgi: + dayphone/nightphone as customizable labels, closes: Bug#464 2002-10-12 06:26 ivan @@ -29539,9 +25936,7 @@ * FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_refund.pm, - FS/FS/part_bill_event.pm, - fs_signup/FS-SignupClient/cgi/signup.cgi, - httemplate/edit/cust_main.cgi, + FS/FS/part_bill_event.pm, httemplate/edit/cust_main.cgi, httemplate/edit/process/cust_main.cgi, httemplate/view/cust_main.cgi: ACH support @@ -29607,8 +26002,7 @@ 2002-10-04 05:56 ivan * FS/FS/type_pkgs.pm, FS/FS/part_export/sqlradius.pm, - FS/bin/freeside-setup, httemplate/docs/install.html, - httemplate/edit/process/cust_pkg.cgi, + FS/bin/freeside-setup, httemplate/edit/process/cust_pkg.cgi, httemplate/misc/change_pkg.cgi, httemplate/search/cust_main.cgi, httemplate/view/cust_main.cgi: working on the road: - easier "change package" link for changing one package to another - @@ -29642,11 +26036,6 @@ * FS/FS/UID.pm: don't chop blanks -2002-09-26 23:00 ivan - - * htetc/global.asa: only load Devel::AutoProfiler if it is - installed - 2002-09-26 22:36 ivan * FS/bin/freeside-adduser: lock mapsecrets file @@ -29669,7 +26058,7 @@ 2002-09-25 02:11 ivan - * Makefile, httemplate/docs/install.html: doc + * Makefile: doc 2002-09-25 02:09 ivan @@ -29682,9 +26071,8 @@ 2002-09-23 07:27 ivan - * FS/FS/CGI.pm, htetc/global.asa, htetc/handler.pl: global.asa - changes for profiling redirects header-handling changes necessary - for chart .cgis + * FS/FS/CGI.pm, htetc/handler.pl: global.asa changes for profiling + redirects header-handling changes necessary for chart .cgis 2002-09-23 01:50 ivan @@ -29692,14 +26080,12 @@ 2002-09-21 04:17 ivan - * README.1.5.0pre1, FS/bin/freeside-setup, - httemplate/docs/schema.dia, httemplate/docs/schema.html, - FS/FS/cust_bill.pm, FS/FS/cust_bill_pkg.pm, FS/FS/cust_main.pm, - FS/FS/cust_main_county.pm, bin/create-history-tables, - httemplate/browse/cust_main_county.cgi, - httemplate/edit/cust_main_county.cgi, - httemplate/edit/process/cust_main_county.cgi: all taxes now have - names. closes: Bug#15 + * FS/bin/freeside-setup, httemplate/docs/schema.dia, + httemplate/docs/schema.html, FS/FS/cust_bill.pm, + FS/FS/cust_bill_pkg.pm, FS/FS/cust_main.pm, + FS/FS/cust_main_county.pm, + httemplate/browse/cust_main_county.cgi: all taxes now have names. + closes: Bug#15 2002-09-20 08:49 ivan @@ -29719,11 +26105,10 @@ 2002-09-20 08:47 ivan - * FS/MANIFEST, FS/bin/freeside-addoutsourceuser, - FS/bin/freeside-deloutsource, FS/bin/freeside-deloutsourceuser, - FS/bin/freeside-deluser, FS/bin/freeside-setup, - bin/populate-msgcat: add freeside-deluser, freeside-deloutsource - and freeside-deloutsourceuser + * FS/: MANIFEST, bin/freeside-addoutsourceuser, + bin/freeside-deloutsource, bin/freeside-deloutsourceuser, + bin/freeside-deluser, bin/freeside-setup: add freeside-deluser, + freeside-deloutsource and freeside-deloutsourceuser 2002-09-20 08:46 ivan @@ -29735,29 +26120,17 @@ 2002-09-20 05:50 ivan - * FS/bin/freeside-setup, bin/fs-setup, - httemplate/docs/install.html: move from bin/fs-setup to + * FS/bin/freeside-setup: move from bin/fs-setup to FS/bin/freeside-setup -2002-09-20 05:04 ivan - - * README.1.5.0pre1, httemplate/docs/install.html: doc NetAddr::IP - dependancy - 2002-09-20 03:16 ivan - * README.1.5.0pre1, FS/FS/UID.pm, bin/fs-setup: change otaker - fields to 32 chars + * FS/FS/UID.pm: change otaker fields to 32 chars 2002-09-19 06:34 ivan - * bin/fs-setup, FS/FS/Record.pm, bin/dbdef-create: use database - SERIAL or AUTO_INCREMENT for primary keys, finally, yay! closes: - bug#69 - -2002-09-19 06:25 ivan - - * README.1.5.0pre1: preliminary upgrade instructions + * FS/FS/Record.pm: use database SERIAL or AUTO_INCREMENT for + primary keys, finally, yay! closes: bug#69 2002-09-19 01:43 ivan @@ -29767,10 +26140,6 @@ * FS/FS/svc_acct.pm: remove extra definition of $cust_pkg -2002-09-19 00:15 ivan - - * httemplate/view/cust_pkg.cgi: cancel later in view UI... hmm - 2002-09-18 15:50 ivan * FS/FS/Conf.pm, FS/FS/cust_main_invoice.pm, FS/FS/svc_acct.pm, @@ -29785,8 +26154,7 @@ 2002-09-18 05:10 ivan - * httemplate/docs/: index.html, legacy.html, upgrade4.html, - upgrade5.html, upgrade6.html: doc + * httemplate/docs/: index.html, legacy.html: doc 2002-09-17 03:21 ivan @@ -29798,15 +26166,10 @@ * FS/FS.pm, FS/MANIFEST, FS/FS/InitHandler.pm, FS/FS/cust_pkg.pm, FS/FS/part_export.pm, FS/FS/part_svc.pm, FS/FS/svc_acct.pm, - FS/FS/svc_acct_sm.pm, FS/t/svc_acct_sm.t, httemplate/index.html, - httemplate/docs/schema.dia, httemplate/docs/schema.html, - httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct_sm.cgi, - httemplate/edit/process/part_svc.cgi, - httemplate/edit/process/svc_acct_sm.cgi, - httemplate/misc/link.cgi, httemplate/search/svc_acct_sm.cgi, - httemplate/search/svc_acct_sm.html, - httemplate/search/svc_domain.cgi, - httemplate/view/svc_acct_sm.cgi: remove svc_acct_sm + httemplate/index.html, httemplate/docs/schema.dia, + httemplate/docs/schema.html, httemplate/edit/part_svc.cgi, + httemplate/edit/process/part_svc.cgi, httemplate/misc/link.cgi, + httemplate/search/svc_domain.cgi: remove svc_acct_sm 2002-09-16 17:40 ivan @@ -29819,10 +26182,6 @@ stop overwriting existing invoice destinations -2002-09-16 02:27 ivan - - * FS/bin/freeside-expiration-alerter: skip empty expiration dates - 2002-09-11 02:28 ivan * httemplate/browse/svc_acct_pop.cgi: mason error @@ -29836,34 +26195,18 @@ * FS/FS/cust_bill.pm: Business::OnlinePaymet fix for processors w/o order numbers, like VirtualNet -2002-09-09 17:37 ivan - - * httemplate/docs/upgrade9.html: doc: need Net::SSH 0.07 for 1.4.1 - 2002-09-09 16:05 khoff - * httemplate/: browse/ac.cgi, browse/ac_type.cgi, edit/ac.cgi, - edit/ac_type.cgi, edit/svc_broadband.cgi, edit/process/ac.cgi, - edit/process/ac_block.cgi, edit/process/ac_field.cgi, - edit/process/ac_type.cgi, edit/process/part_ac_field.cgi, + * httemplate/: edit/svc_broadband.cgi, edit/process/svc_broadband.cgi, view/svc_broadband.cgi: svc_broadband merge 2002-09-09 16:01 khoff - * FS/FS/cust_svc.pm, FS/FS/part_export.pm, bin/fs-setup, - htetc/global.asa, httemplate/index.html, + * FS/FS/cust_svc.pm, FS/FS/part_export.pm, httemplate/index.html, httemplate/edit/part_svc.cgi, - httemplate/edit/process/part_svc.cgi, FS/FS/ac.pm, - FS/FS/ac_block.pm, FS/FS/ac_field.pm, FS/FS/ac_type.pm, - FS/FS/part_ac_field.pm, FS/FS/svc_broadband.pm: svc_broadband - merge - -2002-09-09 15:57 ivan - - * FS/bin/: freeside-cc-receipts-report, freeside-credit-report, - freeside-receivables-report, freeside-tax-report: allow . in - untaint_argv, for usernames + httemplate/edit/process/part_svc.cgi, FS/FS/svc_broadband.pm: + svc_broadband merge 2002-09-09 15:56 khoff @@ -29909,7 +26252,7 @@ 2002-09-06 19:27 ivan - * httemplate/docs/: index.html, upgrade9.html: 1.4.1 + * httemplate/docs/index.html: 1.4.1 2002-09-06 19:19 ivan @@ -29930,10 +26273,6 @@ * FS/FS/cust_bill.pm: Business::OnlinePayment::VitualNet compatibility -2002-09-05 06:59 ivan - - * ANNOUCE.1.4.0: naw - 2002-09-05 06:50 ivan * httemplate/browse/part_svc.cgi: don't show "clone an existing @@ -30030,11 +26369,6 @@ * FS/FS/cust_pkg.pm: allow . and - in otaker usernames -2002-08-26 12:07 khoff - - * fs_signup/FS-SignupClient/cgi/signup.cgi: Fancy three-stage - popselector a la javascript - 2002-08-24 20:54 ivan * FS/bin/freeside-addoutsourceuser: ? @@ -30130,167 +26464,14 @@ 2002-08-11 23:17 ivan - * rt/: COPYING, ChangeLog, Makefile, README, TODO, - bin/initacls.Oracle, bin/initacls.Pg, bin/initacls.mysql, - bin/mason_handler.fcgi, bin/mason_handler.scgi, bin/rt, - bin/rt-mailgate, bin/rtadmin, bin/webmux.pl, docs/README.docs, - docs/Security, docs/rt.gif, docs/design_docs/CARS, - docs/design_docs/TransactionTypes.txt, docs/design_docs/acls, - docs/design_docs/basic-definitions.txt, - docs/design_docs/cli_spec, docs/design_docs/cvs_integration, - docs/design_docs/evil_plans, - docs/design_docs/link-definitions.txt, - docs/design_docs/local_hacking, - docs/design_docs/subscription-definitions.txt, - docs/design_docs/users, etc/acl.Oracle, etc/acl.Pg, - etc/acl.mysql, etc/config.pm, etc/rt.spec, etc/schema.Oracle, - etc/schema.Pg, etc/schema.mysql, etc/schema.pm, lib/MANIFEST, - lib/MANIFEST.SKIP, lib/Makefile.PL, lib/RT.pm, lib/test.pl, - lib/RT/ACE.pm, lib/RT/ACL.pm, lib/RT/Attachment.pm, - lib/RT/Attachments.pm, lib/RT/CurrentUser.pm, lib/RT/Date.pm, - lib/RT/EasySearch.pm, lib/RT/Group.pm, lib/RT/GroupMember.pm, - lib/RT/GroupMembers.pm, lib/RT/Groups.pm, lib/RT/Handle.pm, - lib/RT/Keyword.pm, lib/RT/KeywordSelect.pm, - lib/RT/KeywordSelects.pm, lib/RT/Keywords.pm, lib/RT/Link.pm, - lib/RT/Links.pm, lib/RT/ObjectKeyword.pm, - lib/RT/ObjectKeywords.pm, lib/RT/Queue.pm, lib/RT/Queues.pm, - lib/RT/Record.pm, lib/RT/Scrip.pm, lib/RT/ScripAction.pm, - lib/RT/ScripActions.pm, lib/RT/ScripCondition.pm, - lib/RT/ScripConditions.pm, lib/RT/Scrips.pm, lib/RT/Template.pm, - lib/RT/Templates.pm, lib/RT/TestHarness.pm, lib/RT/Ticket.pm, - lib/RT/Tickets.pm, lib/RT/Transaction.pm, lib/RT/Transactions.pm, - lib/RT/User.pm, lib/RT/Users.pm, lib/RT/Watcher.pm, - lib/RT/Watchers.pm, lib/RT/Action/Autoreply.pm, - lib/RT/Action/Generic.pm, lib/RT/Action/Notify.pm, - lib/RT/Action/NotifyAsComment.pm, lib/RT/Action/OpenDependent.pm, - lib/RT/Action/ResolveMembers.pm, lib/RT/Action/SendEmail.pm, - lib/RT/Action/SendPasswordEmail.pm, - lib/RT/Action/StallDependent.pm, - lib/RT/Condition/AnyTransaction.pm, lib/RT/Condition/Generic.pm, - lib/RT/Condition/NewDependency.pm, - lib/RT/Condition/StatusChange.pm, lib/RT/Interface/CLI.pm, - lib/RT/Interface/Email.pm, lib/RT/Interface/Web.pm, - tools/cpan2rpm, tools/initdb, tools/insertdata, tools/testdeps, - webrt/autohandler, webrt/index.html, webrt/Admin/index.html, - webrt/Admin/Elements/CreateQueueCalled, - webrt/Admin/Elements/CreateUserCalled, - webrt/Admin/Elements/EditUserComments, - webrt/Admin/Elements/GrantQueueRightsTo, - webrt/Admin/Elements/GroupTabs, webrt/Admin/Elements/Header, - webrt/Admin/Elements/ListGlobalKeywordSelects, - webrt/Admin/Elements/ListGlobalScrips, - webrt/Admin/Elements/ModifyKeyword, - webrt/Admin/Elements/ModifyKeywordSelect, - webrt/Admin/Elements/ModifyQueue, - webrt/Admin/Elements/ModifyTemplate, - webrt/Admin/Elements/ModifyUser, - webrt/Admin/Elements/QueueRightsForUser, - webrt/Admin/Elements/QueueTabs, - webrt/Admin/Elements/SelectKeywordSelect, - webrt/Admin/Elements/SelectModifyGroup, - webrt/Admin/Elements/SelectModifyKeyword, - webrt/Admin/Elements/SelectModifyKeywordSelect, - webrt/Admin/Elements/SelectModifyQueue, - webrt/Admin/Elements/SelectModifyUser, - webrt/Admin/Elements/SelectQueueRights, - webrt/Admin/Elements/SelectRights, - webrt/Admin/Elements/SelectScrip, - webrt/Admin/Elements/SelectScripAction, - webrt/Admin/Elements/SelectScripCondition, - webrt/Admin/Elements/SelectSingleOrMultiple, - webrt/Admin/Elements/SelectTemplate, - webrt/Admin/Elements/SelectUsers, - webrt/Admin/Elements/SystemTabs, webrt/Admin/Elements/Tabs, - webrt/Admin/Elements/UserTabs, - webrt/Admin/Global/GroupRights.html, - webrt/Admin/Global/Keywords.html, webrt/Admin/Global/Scrips.html, - webrt/Admin/Global/Template.html, - webrt/Admin/Global/Templates.html, - webrt/Admin/Global/UserRights.html, - webrt/Admin/Global/index.html, webrt/Admin/Groups/Members.html, - webrt/Admin/Groups/Modify.html, webrt/Admin/Groups/Rights.html, - webrt/Admin/Groups/index.html, - webrt/Admin/KeywordSelects/Modify.html, - webrt/Admin/KeywordSelects/index.html, - webrt/Admin/Keywords/Modify.html, - webrt/Admin/Keywords/index.html, webrt/Admin/Queues/Create.html, - webrt/Admin/Queues/GroupRights.html, - webrt/Admin/Queues/Keywords.html, webrt/Admin/Queues/Modify.html, - webrt/Admin/Queues/People.html, webrt/Admin/Queues/Scrips.html, - webrt/Admin/Queues/Template.html, - webrt/Admin/Queues/Templates.html, - webrt/Admin/Queues/UserRights.html, - webrt/Admin/Queues/index.html, webrt/Admin/Users/Modify.html, - webrt/Admin/Users/Prefs.html, webrt/Admin/Users/Rights.html, - webrt/Admin/Users/index.html, webrt/Elements/Checkbox, - webrt/Elements/CreateTicket, webrt/Elements/CustomHomepageHeader, - webrt/Elements/Error, webrt/Elements/Footer, - webrt/Elements/GotoTicket, webrt/Elements/Header, - webrt/Elements/ListActions, webrt/Elements/Login, - webrt/Elements/MessageBox, webrt/Elements/MyRequests, - webrt/Elements/MyTickets, webrt/Elements/Quicksearch, - webrt/Elements/Refresh, webrt/Elements/Section, - webrt/Elements/SelectBoolean, webrt/Elements/SelectDate, - webrt/Elements/SelectDateRelation, webrt/Elements/SelectDateType, - webrt/Elements/SelectEqualityOperator, - webrt/Elements/SelectKeyword, - webrt/Elements/SelectKeywordOptions, - webrt/Elements/SelectLinkType, webrt/Elements/SelectMatch, - webrt/Elements/SelectNewTicketQueue, webrt/Elements/SelectOwner, - webrt/Elements/SelectQueue, webrt/Elements/SelectResultsPerPage, - webrt/Elements/SelectSortOrder, webrt/Elements/SelectStatus, - webrt/Elements/SelectTicketSortBy, webrt/Elements/SelectUsers, - webrt/Elements/SelectWatcherType, webrt/Elements/ShadedBox, - webrt/Elements/Submit, webrt/Elements/Tabs, - webrt/Elements/TitleBoxEnd, webrt/Elements/TitleBoxStart, - webrt/Elements/ViewUser, webrt/Elements/dayMenu, - webrt/Elements/monthMenu, webrt/Elements/yearMenu, - webrt/NoAuth/Logout.html, webrt/NoAuth/Reminder.html, - webrt/NoAuth/webrt.css, webrt/NoAuth/images/rt.jpg, - webrt/NoAuth/images/spacer.gif, webrt/Search/Bulk.html, - webrt/Search/Listing.html, webrt/Search/PickRestriction, - webrt/Search/RestrictSearch.html, webrt/Search/TicketCell, - webrt/SelfService/Closed.html, webrt/SelfService/Create.html, - webrt/SelfService/Display.html, webrt/SelfService/Error.html, - webrt/SelfService/Prefs.html, webrt/SelfService/Update.html, - webrt/SelfService/index.html, - webrt/SelfService/Attachment/dhandler, - webrt/SelfService/Elements/GotoTicket, - webrt/SelfService/Elements/Header, - webrt/SelfService/Elements/MyRequests, - webrt/SelfService/Elements/Tabs, webrt/Ticket/Create.html, - webrt/Ticket/Display.html, webrt/Ticket/History.html, - webrt/Ticket/Modify.html, webrt/Ticket/ModifyAll.html, - webrt/Ticket/ModifyDates.html, webrt/Ticket/ModifyLinks.html, - webrt/Ticket/ModifyPeople.html, webrt/Ticket/Update.html, - webrt/Ticket/Attachment/dhandler, - webrt/Ticket/Elements/AddWatchers, - webrt/Ticket/Elements/EditBasics, - webrt/Ticket/Elements/EditDates, - webrt/Ticket/Elements/EditKeywordSelects, - webrt/Ticket/Elements/EditLinks, - webrt/Ticket/Elements/EditPeople, - webrt/Ticket/Elements/EditWatchers, - webrt/Ticket/Elements/ShowBasics, - webrt/Ticket/Elements/ShowDates, - webrt/Ticket/Elements/ShowDependencies, - webrt/Ticket/Elements/ShowHistory, - webrt/Ticket/Elements/ShowKeywordSelects, - webrt/Ticket/Elements/ShowLinks, - webrt/Ticket/Elements/ShowMemberOf, - webrt/Ticket/Elements/ShowMembers, - webrt/Ticket/Elements/ShowPeople, - webrt/Ticket/Elements/ShowReferences, - webrt/Ticket/Elements/ShowRequestor, - webrt/Ticket/Elements/ShowSummary, - webrt/Ticket/Elements/ShowTransaction, - webrt/Ticket/Elements/Tabs, webrt/Ticket/Elements/ToolBar, - webrt/User/Prefs.html: import rt 2.0.14 + * rt/: Makefile, bin/mason_handler.fcgi, bin/mason_handler.scgi, + bin/rt-mailgate, etc/schema.Pg, lib/RT.pm, lib/RT/Record.pm: + import rt 2.0.14 2002-08-02 17:39 ivan - * httemplate/docs/: install.html, legacy.html: remove some extra - modules from install doc + * httemplate/docs/legacy.html: remove some extra modules from + install doc 2002-07-31 11:55 ivan @@ -30315,14 +26496,6 @@ * FS/FS/: part_export.pm, part_export/shellcommands.pm: shellcommands edit gecos field too -2002-07-25 18:38 ivan - - * httemplate/docs/install.html: tyop - -2002-07-25 18:31 ivan - - * httemplate/docs/install.html: tyop - 2002-07-23 05:37 ivan * FS/FS/svc_acct.pm: fix small bugs in duplicate username checking @@ -30332,16 +26505,9 @@ * FS/t/ClientAPI.t, fs_selfservice/FS-SelfService/cgi/passwd.html: adding -2002-07-22 03:41 ivan - - * httemplate/docs/install.html: no mysql in 1.4.0 release. - hopefully 1.4.1 - 2002-07-22 03:20 ivan - * ANNOUCE.1.4.0, Makefile, README.1.4.0pre11, README.1.4.0pre12, - README.1.4.0pre13, README.1.4.0pre14, README.1.4.0pre8, - README.1.4.0pre9: 1.4.0 + * Makefile: 1.4.0 2002-07-22 03:18 ivan @@ -30358,8 +26524,8 @@ 2002-07-16 05:28 ivan - * fs_selfservice/: DEPLOY, freeside-selfservice-server, - fs_passwd_test, FS-SelfService/SelfService.pm, + * fs_selfservice/: DEPLOY, fs_passwd_test, + FS-SelfService/SelfService.pm, FS-SelfService/freeside-selfservice-clientd, FS-SelfService/cgi/login.html, FS-SelfService/cgi/myaccount.html, FS-SelfService/cgi/selfservice.cgi, @@ -30379,7 +26545,7 @@ 2002-07-15 01:28 ivan - * fs_selfservice/: freeside-selfservice-server, fs_passwd_test, + * fs_selfservice/: fs_passwd_test, FS-SelfService/freeside-selfservice-clientd: working framework, no hung clients, whew @@ -30387,15 +26553,9 @@ * bin/bind.import: finally a working DNS::ZoneParse -2002-07-13 17:28 ivan - - * httemplate/docs/: install.html, upgrade8.html: no mason 1.1x yet - :( - 2002-07-11 06:52 ivan - * fs_selfservice/: DEPLOY, freeside-selfservice-server, - fs_passwd_test, FS-SelfService/MANIFEST, + * fs_selfservice/: DEPLOY, fs_passwd_test, FS-SelfService/MANIFEST, FS-SelfService/SelfService.pm, FS-SelfService/freeside-selfservice-clientd: finally working async framework @@ -30418,110 +26578,20 @@ * httemplate/edit/: REAL_cust_pkg.cgi, process/REAL_cust_pkg.cgi: edit expiration dates -2002-07-08 03:52 ivan - - * httemplate/search/cust_bill.cgi: remove perl-side sort routines, - no longer needed - 2002-07-08 03:01 ivan * FS/FS/part_export.pm: default linux/netbsd shellcommand userdel should remove home directories -2002-07-08 01:39 ivan - - * httemplate/docs/install.html: new and improved instructions! now - even more idiot proof! - 2002-07-07 10:49 ivan * FS/FS/svc_acct.pm: rewrite uid-dup checking to be new-export-aware, closes: #431 -2002-07-07 07:33 ivan - - * httemplate/search/cust_bill.cgi: clean up after rewrite... turned - out rather nice - -2002-07-07 07:28 ivan - - * httemplate/search/cust_bill.cgi: fixing 30/60/90/120... - -2002-07-07 07:26 ivan - - * httemplate/search/cust_bill.cgi: just might work - -2002-07-07 07:24 ivan - - * httemplate/search/cust_bill.cgi: that would be nice... - -2002-07-07 07:18 ivan - - * httemplate/search/cust_bill.cgi: fix 30/60/90/120 browses - -2002-07-07 07:14 ivan - - * httemplate/search/cust_bill.cgi: UI - -2002-07-07 07:12 ivan - - * httemplate/search/cust_bill.cgi: totals and order by - -2002-07-07 07:00 ivan - - * httemplate/search/cust_bill.cgi: try for correct totals - -2002-07-07 06:52 ivan - - * httemplate/search/cust_bill.cgi: don't recalculate owed - -2002-07-07 06:31 ivan - - * httemplate/search/cust_bill.cgi: comma - -2002-07-07 06:30 ivan - - * httemplate/search/cust_bill.cgi: calculate owed as subquery here - too - -2002-07-07 06:25 ivan - - * httemplate/search/cust_bill.cgi: don't forget to where the where - clause - -2002-07-07 06:23 ivan - - * httemplate/search/cust_bill.cgi: try for working paged invoices, - this time with subqueries - -2002-07-07 04:45 ivan - - * httemplate/search/cust_bill.cgi: wtf? - -2002-07-07 04:30 ivan - - * httemplate/search/cust_bill.cgi: invoice search with possibly - working pager - -2002-07-07 04:03 ivan - - * httemplate/search/cust_bill.cgi: move query logic from perl to - sql for scalability - -2002-07-06 05:53 ivan - - * httemplate/docs/install.html: new! improved! now even more - idiot-proof! - 2002-07-06 05:15 ivan * Makefile: beta2 -2002-07-06 05:13 ivan - - * bin/fs-setup: fix Can't use an undefined value as an ARRAY - reference at ./fs-setup line 209, <STDIN> line 3. - 2002-07-06 04:08 ivan * httemplate/: edit/svc_forward.cgi, view/svc_forward.cgi: fix UI @@ -30534,16 +26604,12 @@ 2002-07-06 01:29 ivan - * httemplate/view/: cust_pkg.cgi, cust_main.cgi: speling + * httemplate/view/cust_main.cgi: speling 2002-07-06 00:32 ivan * httemplate/edit/part_pkg.cgi: fix speling -2002-07-06 00:31 ivan - - * ANNOUCE.1.4.0: this file should probably go away soon... - 2002-07-06 00:30 ivan * FS/FS/: Conf.pm, part_export.pm, svc_www.pm, @@ -30562,9 +26628,8 @@ 2002-07-04 03:35 ivan * httemplate/browse/: agent.cgi, agent_type.cgi, - part_bill_event.cgi, part_export.cgi, part_pkg.cgi, - part_referral.cgi, part_svc.cgi, svc_acct_pop.cgi: move "add" - links to the top + part_bill_event.cgi, part_export.cgi, part_pkg.cgi, part_svc.cgi, + svc_acct_pop.cgi: move "add" links to the top 2002-07-03 07:45 ivan @@ -30645,10 +26710,6 @@ * FS/FS/part_export.pm: fix usermod commands for freebsd -2002-07-02 07:38 ivan - - * ANNOUCE.1.4.0: beta1! - 2002-07-02 07:37 ivan * Makefile: beta1!! @@ -30686,10 +26747,6 @@ * FS/bin/freeside-queued: grr old openssh grr freebsd -2002-07-02 03:01 ivan - - * httemplate/docs/install.html: freeside group - 2002-07-02 02:42 ivan * FS/bin/freeside-queued: fleabsd grr @@ -30727,7 +26784,7 @@ 2002-06-30 04:01 ivan - * ANNOUCE.1.4.0, CREDITS: administrivia + * CREDITS: administrivia 2002-06-30 00:17 ivan @@ -30754,12 +26811,7 @@ 2002-06-28 13:31 ivan - * FS/FS/svc_acct.pm, bin/populate-msgcat: better error message for - illegal password - -2002-06-28 13:23 ivan - - * bin/fs-setup: not anymore... + * FS/FS/svc_acct.pm: better error message for illegal password 2002-06-28 13:21 ivan @@ -30815,8 +26867,8 @@ 2002-06-26 00:42 ivan - * bin/: bsdshell.export, shell.export, sysvshell.export: - shell.export -> bsdshell.export & sysvshell.export + * bin/: bsdshell.export, sysvshell.export: shell.export -> + bsdshell.export & sysvshell.export 2002-06-25 20:53 ivan @@ -30894,10 +26946,6 @@ * FS/FS/svc_acct.pm: better error messages on uid duplicates... uid stuff still needs to be rewritten for new exports -2002-06-21 02:28 ivan - - * httemplate/docs/upgrade8.html: don't forget part_svc in upgrades - 2002-06-21 02:15 ivan * bin/passwd.import: oops @@ -30911,23 +26959,15 @@ * bin/passwd.import: tiny bit better passwd.import -2002-06-21 02:03 ivan - - * httemplate/docs/upgrade8.html: doc - 2002-06-21 01:29 ivan - * httemplate/: index.html, docs/upgrade8.html: uid search on main - menu, updated upgrade docs + * httemplate/index.html: uid search on main menu, updated upgrade + docs 2002-06-20 15:35 ivan * FS/FS/part_export/infostreet.pm: fix infostreet contact field foo -2002-06-20 15:31 ivan - - * httemplate/docs/install.html: doc - 2002-06-19 18:29 ivan * FS/FS/part_export.pm, FS/FS/part_export/shellcommands.pm, @@ -30975,7 +27015,7 @@ 2002-06-14 04:26 ivan - * ANNOUCE.1.4.0, Makefile, README.1.4.0pre14: 1.4.0pre14 + * Makefile: 1.4.0pre14 2002-06-14 04:22 ivan @@ -30997,11 +27037,7 @@ 2002-06-13 20:12 ivan - * httemplate/: classic.html, index.html: remove classic interface - -2002-06-13 19:52 ivan - - * httemplate/docs/: install.html, mysql.html: mysql support! + * httemplate/index.html: remove classic interface 2002-06-13 19:25 ivan @@ -31023,10 +27059,6 @@ httemplate/search/svc_acct.cgi: fuzzy username searching (Bug#422) -2002-06-12 18:29 ivan - - * fs_signup/fs_signup_server: more information in signup email - 2002-06-12 17:53 ivan * httemplate/: index.html, search/cust_main.cgi: search on customer @@ -31045,22 +27077,9 @@ * FS/FS/cust_main.pm: fix problems with code that resets invoice events -2002-06-11 11:32 ivan - - * bin/shell.export: don't export empty files - -2002-06-11 11:25 ivan - - * bin/shell.export: use FS::cust_svc and FS::svc_acct - -2002-06-11 11:23 ivan - - * bin/shell.export: bsd only for now - 2002-06-11 11:20 ivan - * bin/: bind.export, shell.export: perl 5.005 needs an explicit - mask for mkdir + * bin/bind.export: perl 5.005 needs an explicit mask for mkdir 2002-06-11 02:51 ivan @@ -31068,7 +27087,7 @@ 2002-06-11 02:46 ivan - * bin/: bind.export, shell.export: add preliminary bsd shell export + * bin/bind.export: add preliminary bsd shell export 2002-06-11 02:14 ivan @@ -31138,14 +27157,14 @@ 2002-06-09 18:39 khoff - * FS/FS/part_pkg.pm, FS/FS/pkg_svc.pm, bin/fs-setup, + * FS/FS/part_pkg.pm, FS/FS/pkg_svc.pm, httemplate/browse/part_pkg.cgi, httemplate/docs/schema.html, httemplate/edit/part_pkg.cgi: Rollback part_pkg.def_svcpart changes. 2002-06-08 00:48 khoff - * FS/FS/part_pkg.pm, FS/FS/pkg_svc.pm, bin/fs-setup, + * FS/FS/part_pkg.pm, FS/FS/pkg_svc.pm, httemplate/browse/part_pkg.cgi, httemplate/docs/schema.html, httemplate/edit/part_pkg.cgi: Default svcpart support for part_pkg. Fixes 'bug' with new customer and online signup. @@ -31159,11 +27178,6 @@ * httemplate/search/: cust_main.cgi, cust_pkg.cgi, svc_acct.cgi: more mysql goodness, thanks dale -2002-06-04 10:37 ivan - - * httemplate/docs/install.html: small doc patch from - baloo@gimpgirl.org - 2002-06-04 07:35 ivan * FS/FS/: cust_credit.pm, cust_pay.pm: fix unsuspendauto @@ -31179,10 +27193,6 @@ * conf/declinetemplate: misspelling -2002-05-31 15:37 ivan - - * bin/fs-setup: no state necessary in batch cards (i18n) - 2002-05-31 13:34 ivan * FS/FS/part_export.pm: dammit i want to catch export subclass @@ -31230,22 +27240,6 @@ * FS/FS/: svc_Common.pm, svc_acct.pm, svc_domain.pm: Moved new-style export calls to svc_Common. -2002-05-30 15:45 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: don't double \r on old - templates - -2002-05-30 15:41 khoff - - * fs_signup/ieak.template: the \r's are annoying and for some - reason weren't getting evaluated. Text::Template is inconsistent - about handling escaped characters between different versions. - -2002-05-30 15:36 khoff - - * fs_signup/FS-SignupClient/cgi/signup.cgi: replace newlines with - crlf here instead of escaping them in the template - 2002-05-30 14:51 ivan * httemplate/misc/delete-customer.cgi: point to correct place for @@ -31266,15 +27260,12 @@ 2002-05-28 21:40 ivan - * fs_selfservice/: freeside-selfservice-server, - FS-SelfService/Changes, FS-SelfService/MANIFEST, - FS-SelfService/Makefile.PL, FS-SelfService/SelfService.pm, - FS-SelfService/test.pl: add fs_selfservice + * fs_selfservice/FS-SelfService/: Changes, MANIFEST, Makefile.PL, + SelfService.pm, test.pl: add fs_selfservice 2002-05-28 14:22 ivan - * FS/FS/svc_acct.pm, bin/populate-msgcat: better error message for - "Illegal password" + * FS/FS/svc_acct.pm: better error message for "Illegal password" 2002-05-28 00:55 ivan @@ -31289,8 +27280,8 @@ 2002-05-23 06:00 ivan - * ANNOUCE.1.4.0, FS/FS/domain_record.pm, bin/bind.import, - bin/svc_domain.import, httemplate/edit/process/domain_record.cgi, + * FS/FS/domain_record.pm, bin/bind.import, + httemplate/edit/process/domain_record.cgi, httemplate/view/svc_domain.cgi: bind: allow adding slave domains too @@ -31323,18 +27314,10 @@ * FS/FS/part_export/sqlradius.pm: 5.6-isms -2002-05-20 04:02 ivan - - * bin/svc_domain.import: [no log message] - 2002-05-18 02:51 ivan - * FS/FS/cust_bill.pm, FS/FS/cust_pay.pm, FS/FS/svc_domain.pm, - fs_signup/fs_signup_server: Mail::Internet 1.44 - -2002-05-17 06:51 ivan - - * httemplate/docs/install.html: tyop + * FS/FS/: cust_bill.pm, cust_pay.pm, svc_domain.pm: Mail::Internet + 1.44 2002-05-16 20:47 ivan @@ -31346,11 +27329,6 @@ t/part_export-bsdshell.t, t/part_export-textradius.t: adding (stub) bsdshell and textradius exports -2002-05-16 07:28 ivan - - * bin/svc_acct.export: ip address is added by radius_reply method - already - 2002-05-16 07:27 ivan * FS/MANIFEST, eg/export_template.pm: add (stub) bsdshell and @@ -31371,10 +27349,6 @@ * FS/FS/svc_acct.pm: allow freebsd `toor' root user -2002-05-16 00:53 ivan - - * httemplate/docs/upgrade8.html: upgrade docs: run populate-msgcat - 2002-05-15 07:00 ivan * FS/FS/: queue.pm, part_export/sqlradius.pm: use job dependancies @@ -31383,13 +27357,12 @@ 2002-05-15 06:24 ivan - * ANNOUCE.1.4.0, Makefile, README.1.4.0pre13, FS/FS.pm, - FS/MANIFEST, FS/FS/queue.pm, FS/FS/queue_depend.pm, - FS/FS/part_export/sqlradius.pm, FS/bin/freeside-queued, - FS/t/queue_depend.t, bin/fs-setup, eg/export_template.pm, - httemplate/docs/install.html, httemplate/docs/schema.dia, - httemplate/docs/schema.html, httemplate/docs/schema.png, - httemplate/docs/upgrade8.html: queue dependancies + * Makefile, FS/FS.pm, FS/MANIFEST, FS/FS/queue.pm, + FS/FS/queue_depend.pm, FS/FS/part_export/sqlradius.pm, + FS/bin/freeside-queued, FS/t/queue_depend.t, + eg/export_template.pm, httemplate/docs/schema.dia, + httemplate/docs/schema.html, httemplate/docs/schema.png: queue + dependancies 2002-05-14 00:36 ivan @@ -31416,10 +27389,6 @@ * Makefile: INSTALLGROUP -2002-05-09 09:41 ivan - - * bin/populate-msgcat: permissions - 2002-05-09 08:26 ivan * Makefile: final make release? @@ -31437,12 +27406,6 @@ * httemplate/: edit/cust_main.cgi, view/cust_main.cgi: s/Referral/Advertising source/ -2002-05-09 08:14 ivan - - * httemplate/docs/: install.html, mysql.html: attempt to avoid - people installing and asking for help with MySQL despite the VERY - FUCKING CLEAR instructions that it isn't supported. - 2002-05-09 08:12 ivan * FS/FS/cust_main_county.pm: don't duplicate state/county/country @@ -31451,15 +27414,13 @@ 2002-05-09 05:38 ivan * FS/FS/Conf.pm, FS/FS/cust_main.pm, FS/FS/cust_main_county.pm, - FS/FS/part_pkg.pm, FS/t/cust_tax_exempt.t, htetc/global.asa, - htetc/handler.pl, httemplate/browse/agent.cgi, + FS/FS/part_pkg.pm, FS/t/cust_tax_exempt.t, htetc/handler.pl, + httemplate/browse/agent.cgi, httemplate/browse/cust_main_county.cgi, httemplate/edit/agent.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/part_pkg.cgi, - httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi: texas tax! + httemplate/edit/process/cust_main_county-expand.cgi: texas tax! 2002-05-06 06:36 ivan @@ -31468,12 +27429,10 @@ 2002-05-04 08:00 ivan - * README.1.4.0pre12, FS/FS.pm, FS/MANIFEST, - FS/FS/cust_main_county.pm, FS/FS/cust_tax_exempt.pm, - FS/FS/part_pkg.pm, FS/t/cust_tax_exempt.pm, bin/fs-setup, + * FS/FS.pm, FS/MANIFEST, FS/FS/cust_main_county.pm, + FS/FS/cust_tax_exempt.pm, FS/FS/part_pkg.pm, httemplate/docs/admin.html, httemplate/docs/schema.dia, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html: - schema changes for proper texas tax + httemplate/docs/schema.html: schema changes for proper texas tax 2002-05-03 18:11 ivan @@ -31484,44 +27443,28 @@ * httemplate/search/cust_pkg.cgi: fix ranges on cust_pkg search -2002-05-03 17:49 ivan - - * httemplate/search/cust_pkg.html: point at correct .cgi - 2002-05-03 17:47 ivan - * FS/FS/cust_pkg.pm, fs_signup/fs_signup_server: prevent stuff - passed from template/user from being used in searches by signup - server + * FS/FS/cust_pkg.pm: prevent stuff passed from template/user from + being used in searches by signup server 2002-05-03 17:32 ivan - * httemplate/search/: cust_pkg.cgi, cust_pkg.html: lilunixbtch: - trying to pull accounts based on next billdate tofu_beast420: hmm - a report ordered by next bill date? tofu_beast420: i don't know - how you'd do that per _customer_ since a customer could have lots - of packages, but you could do a per-package report maybe? + * httemplate/search/cust_pkg.cgi: lilunixbtch: trying to pull + accounts based on next billdate tofu_beast420: hmm a report + ordered by next bill date? tofu_beast420: i don't know how you'd + do that per _customer_ since a customer could have lots of + packages, but you could do a per-package report maybe? 2002-04-29 22:43 ivan - * FS/FS/part_export.pm, bin/svc_domain.import: better BIND - integration + * FS/FS/part_export.pm: better BIND integration 2002-04-26 04:14 ivan * FS/FS/: Conf.pm, svc_acct.pm: add username-nounderscore and username-nodash config files -2002-04-25 06:16 ivan - - * fs_signup/fs_signup_server: fix signup server realtime-card foo - -2002-04-25 05:03 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/cgi/decline.html, - FS-SignupClient/cgi/signup.cgi: alternate decline handline (Bug - #408) - 2002-04-25 03:37 ivan * FS/FS/part_pkg.pm, httemplate/edit/part_pkg.cgi: free_delayed try @@ -31536,19 +27479,14 @@ * FS/FS/cust_main.pm: don't require_cardname for non-CARD payby's -2002-04-24 15:14 ivan - - * fs_signup/fs_signup_server: fix suspending all accounts in signup - server - 2002-04-24 02:09 ivan * FS/FS/: Conf.pm, cust_main.pm: require_cardname option 2002-04-24 02:03 ivan - * FS/FS/cust_main.pm, bin/populate-msgcat: msgcat error for credit - card expiration (closes: Bug#407) + * FS/FS/cust_main.pm: msgcat error for credit card expiration + (closes: Bug#407) 2002-04-23 00:32 ivan @@ -31580,21 +27518,19 @@ 2002-04-22 13:47 ivan - * FS/FS/cust_pkg.pm, fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/cgi/signup-alternate.html: - check - agentnum ability to order packages in FS::cust_pkg, not signup - server - order by recur price in signup-alternate template + * FS/FS/cust_pkg.pm: - check agentnum ability to order packages in + FS::cust_pkg, not signup server - order by recur price in + signup-alternate template 2002-04-20 05:37 ivan - * ANNOUCE.1.4.0, FS/FS/part_export.pm, - httemplate/edit/part_export.cgi: bind export + * FS/FS/part_export.pm, httemplate/edit/part_export.cgi: bind + export 2002-04-20 04:57 ivan * FS/FS/domain_record.pm, FS/FS/part_export.pm, bin/passwd.import, - bin/svc_domain.erase, bin/svc_domain.import, - httemplate/docs/legacy.html: + bin/svc_domain.erase, httemplate/docs/legacy.html: working BIND import 2002-04-20 03:49 ivan @@ -31609,93 +27545,27 @@ * FS/FS/domain_record.pm: allow uppercase zones... -2002-04-19 23:34 ivan - - * bin/populate-msgcat: perms - -2002-04-19 23:33 ivan - - * bin/fs-setup: fixup fs-setup - 2002-04-19 19:06 ivan * FS/FS/: cust_pkg.pm, cust_svc.pm: fix problem with edge case where there *is* a pkg_svc record with quantity 0, when changing packages and using the special case new service code -2002-04-19 17:48 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: fix signup.cgi to be - sticky on *all* errors - -2002-04-19 16:50 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: make necessary stuff - for success.html global - -2002-04-19 16:44 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: deal with - morphing popnum field in widget, eek - -2002-04-19 16:35 ivan - - * fs_signup/fs_signup_server: compare balance numerically to avoid - spurious suspensions - 2002-04-19 16:25 ivan * FS/FS/svc_acct.pm: maybe just for debugging -2002-04-19 15:56 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: okay - _really_ this time username and password should be working - outside the widget - -2002-04-19 15:34 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: okay finish - moving usernames out of the widget, should finally work now - -2002-04-19 15:32 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: fix noment's - signup template - -2002-04-19 15:18 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: syntax error - -2002-04-19 15:17 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: move - username/password out of widget - -2002-04-19 15:09 ivan - - * fs_signup/FS-SignupClient/cgi/signup-alternate.html: fix silly - problem in H:W:SelectLayers with moving SELECTs to the real form - 2002-04-19 07:27 ivan * FS/FS/cust_bill.pm: add phone to Business::OnlinePayment usage -2002-04-19 06:17 ivan - - * fs_signup/: fs_signup_server, - FS-SignupClient/cgi/signup-alternate.html, - FS-SignupClient/cgi/signup.cgi: signup server: - FS::part_pkg->payby kludge & example template which uses - H:W:SelectLayers - 2002-04-18 18:16 ivan * Makefile, FS/FS/Record.pm, FS/FS/cust_main.pm, FS/FS/part_pkg.pm, - fs_signup/fs_signup_server, init.d/freeside-init: - add init file - installation to Makefile, add unified init file - fix qsearch for - op => '!=', value => '' searches - fix invalid_catd typo - add - payby method to part_pkg and have fs_signup_server pass the data + init.d/freeside-init: - add init file installation to Makefile, + add unified init file - fix qsearch for op => '!=', value => '' + searches - fix invalid_catd typo - add payby method to part_pkg + and have fs_signup_server pass the data 2002-04-17 13:43 ivan @@ -31706,91 +27576,14 @@ * FS/FS/Record.pm: allow = in ut_text -2002-04-17 05:14 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: use signup.html and - success.html from current dir... - 2002-04-17 05:06 ivan * httemplate/index.html: fix default searches -2002-04-17 04:59 ivan - - * fs_signup/fs_signup_server: better debugging messages from signup - server - -2002-04-17 04:53 ivan - - * fs_signup/fs_signup_server: fix signup_server-realtime - -2002-04-17 04:46 ivan - - * fs_signup/FS-SignupClient/cgi/success.html: fix example success - template - -2002-04-17 04:43 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: allow for the no-pop - case - 2002-04-17 04:41 ivan * FS/FS/Record.pm: get rid of debugging cruft -2002-04-17 04:37 ivan - - * fs_signup/fs_signup_server: forgot to use Date::Format for - sending email... - -2002-04-17 04:29 ivan - - * fs_signup/fs_signup_server: small tyop - -2002-04-17 04:17 ivan - - * fs_signup/FS-SignupClient/: Makefile.PL, SignupClient.pm: typo - adding agentnum setting possibility... - -2002-04-17 00:32 ivan - - * fs_signup/FS-SignupClient/fs_signupd: also don't leak processes, - like fs_passwdd - -2002-04-16 22:48 ivan - - * fs_passwd/fs_passwdd: forgotten semicolon - -2002-04-16 22:46 ivan - - * fs_passwd/fs_passwdd: also untaint pid - -2002-04-16 22:44 ivan - - * fs_passwd/fs_passwdd: *sigh* - -2002-04-16 22:42 ivan - - * fs_passwd/fs_passwdd: - okay pid file has a change of working now - -2002-04-16 22:39 ivan - - * fs_passwd/fs_passwdd: tyop - -2002-04-16 22:22 ivan - - * fs_passwd/fs_passwdd: pid file foo - -2002-04-16 18:17 ivan - - * fs_signup/fs_signup_server: kill ssh children on exit also, like - password server - -2002-04-16 18:14 ivan - - * fs_passwd/fs_passwd_server: kill off ssh kid on exit... - 2002-04-16 17:25 ivan * httemplate/search/cust_main.cgi: better ordering in search @@ -31807,9 +27600,9 @@ 2002-04-16 15:52 ivan - * README.1.4.0pre12, FS/FS/Conf.pm, FS/FS/cust_bill.pm, - bin/fs-setup: further authorize.net description debugging - (agent??) and get rid of bad unique index on cust_bill_event + * FS/FS/: Conf.pm, cust_bill.pm: further authorize.net description + debugging (agent??) and get rid of bad unique index on + cust_bill_event 2002-04-16 15:38 ivan @@ -31833,18 +27626,14 @@ * FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_bill_event.pm, httemplate/index.html, httemplate/search/cust_bill_event.cgi, httemplate/search/cust_bill_event.html, - httemplate/search/report_cc.html, - httemplate/search/report_credit.html, httemplate/search/report_tax.html, httemplate/view/cust_bill.cgi: report on failed billing events... 2002-04-16 02:38 ivan - * FS/FS/Conf.pm, FS/FS/cust_bill.pm, - FS/bin/freeside-expiration-alerter, conf/declinetemplate, - httemplate/docs/billing.html: - send a notice to the customer - when their card is declined - closes: Bug#351 - - freeside-expiration-alerter works fine, closes: Bug#7 + * FS/FS/Conf.pm, FS/FS/cust_bill.pm, conf/declinetemplate: - send a + notice to the customer when their card is declined - closes: + Bug#351 - freeside-expiration-alerter works fine, closes: Bug#7 2002-04-16 01:52 ivan @@ -31858,11 +27647,6 @@ * httemplate/index.html: allow multiple search types on main menu... more confusing but default is *too* fuzzy -2002-04-15 17:02 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/SignupClient.pm, - FS-SignupClient/cgi/signup.cgi: allow signup to specify agentnum - 2002-04-14 02:11 ivan * FS/MANIFEST, FS/FS/Conf.pm, FS/FS/part_export.pm, @@ -31872,22 +27656,16 @@ FS/FS/part_export/vpopmail.pm, FS/t/part_export-cp.t, FS/t/part_export-cyrus.t, FS/t/part_export-shellcommands.t, FS/t/part_export-vpopmail.t, eg/export_template.pm, - httemplate/docs/billing.html, httemplate/docs/legacy.html, - httemplate/docs/schema.dia, httemplate/docs/schema.html, - httemplate/docs/schema.png: - move cyrus, shellcommands, CP - exports exports to new-style - skeleton files for vpopmail - exports - documentation updates - add big schema diagram to docs - -2002-04-13 18:36 ivan - - * httemplate/docs/billing.html: docu for invoice_lines(0) with no - arguments + httemplate/docs/legacy.html, httemplate/docs/schema.dia, + httemplate/docs/schema.html, httemplate/docs/schema.png: - move + cyrus, shellcommands, CP exports exports to new-style - skeleton + files for vpopmail exports - documentation updates - add big + schema diagram to docs 2002-04-13 06:36 ivan * FS/FS.pm, FS/FS/Conf.pm, FS/FS/part_export.pm, FS/FS/svc_acct.pm, - FS/FS/part_export/cp.pm, FS/bin/freeside-overdue, - FS/bin/freeside-sqlradius-reset, bin/sqlradius_reset, + FS/FS/part_export/cp.pm, FS/bin/freeside-sqlradius-reset, httemplate/edit/part_export.cgi: - documentation updates - move Critical Path export to new-style export - bin/sqlradius_reset gets a manpage and becomes FS/bin/freeside-sqlradius-reset @@ -31918,9 +27696,8 @@ * FS/MANIFEST, FS/FS/Msgcat.pm, FS/FS/Record.pm, FS/FS/cust_main.pm, FS/FS/cust_main_invoice.pm, FS/FS/msgcat.pm, FS/FS/part_export.pm, FS/FS/svc_acct.pm, FS/t/Msgcat.t, - fs_signup/fs_signup_server, htetc/global.asa, htetc/handler.pl, - httemplate/browse/part_svc.cgi, httemplate/edit/part_export.cgi, - httemplate/edit/part_svc.cgi, + htetc/handler.pl, httemplate/browse/part_svc.cgi, + httemplate/edit/part_export.cgi, httemplate/edit/part_svc.cgi, httemplate/edit/process/agent_type.cgi, httemplate/edit/process/part_export.cgi, httemplate/edit/process/part_svc.cgi, @@ -31931,12 +27708,11 @@ 2002-04-11 15:05 ivan - * README.1.4.0pre12, FS/FS.pm, FS/MANIFEST, FS/FS/export_svc.pm, - FS/FS/part_export.pm, FS/FS/part_svc.pm, FS/t/export_svc.t, - bin/fs-setup, bin/sqlradius_reset, httemplate/index.html, + * FS/FS.pm, FS/MANIFEST, FS/FS/export_svc.pm, FS/FS/part_export.pm, + FS/FS/part_svc.pm, FS/t/export_svc.t, httemplate/index.html, httemplate/browse/part_export.cgi, httemplate/browse/part_svc.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html, httemplate/edit/part_export.cgi, + httemplate/edit/part_export.cgi, httemplate/edit/process/part_export.cgi, httemplate/misc/delete-part_export.cgi: (almost) everything for bug#375 - create export_svc table - part_svc to part_export is @@ -31960,15 +27736,10 @@ 2002-04-10 06:42 ivan - * ANNOUCE.1.4.0, README.1.4.0pre12, FS/FS/Conf.pm, FS/FS/Record.pm, - FS/FS/cust_main.pm, FS/FS/cust_main_invoice.pm, - FS/FS/svc_acct.pm, FS/FS/svc_acct_pop.pm, bin/populate-msgcat, - fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - fs_signup/FS-SignupClient/cgi/success.html, - httemplate/browse/msgcat.cgi, httemplate/docs/signup.html, - httemplate/docs/upgrade8.html, httemplate/edit/msgcat.cgi, + * FS/FS/Conf.pm, FS/FS/Record.pm, FS/FS/cust_main.pm, + FS/FS/cust_main_invoice.pm, FS/FS/svc_acct.pm, + FS/FS/svc_acct_pop.pm, httemplate/browse/msgcat.cgi, + httemplate/docs/signup.html, httemplate/edit/msgcat.cgi, httemplate/edit/process/msgcat.cgi: bulk checkin from working on the road: @@ -31982,34 +27753,23 @@ on errors - httemplate/edit/process/msgcat.cgi - don't update identical fields -2002-04-10 01:39 ivan - - * bin/fs-setup: fix mistake in part_pop_local schema (not used by - anyone really so no big deal) - 2002-04-06 22:23 ivan - * FS/FS/Conf.pm, FS/FS/cust_bill.pm, FS/FS/cust_pay.pm, - fs_signup/fs_signup_server: send email on signup server signups - (closes: Bug#386) + * FS/FS/: Conf.pm, cust_bill.pm, cust_pay.pm: send email on signup + server signups (closes: Bug#386) 2002-04-06 21:56 ivan - * FS/FS/Conf.pm, FS/FS/msgcat.pm, bin/populate-msgcat, - conf/show-msgcat-codes, fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/cgi/signup.cgi, - httemplate/browse/msgcat.cgi, httemplate/docs/install.html, - httemplate/edit/msgcat.cgi, httemplate/edit/process/msgcat.cgi: - working message catalogs (not used for enough yet) - almost (but - not quite) closes Bug#385 - still have to catalog the backend - things triggered by signup server. + * FS/FS/Conf.pm, FS/FS/msgcat.pm, conf/show-msgcat-codes, + httemplate/browse/msgcat.cgi, httemplate/edit/msgcat.cgi, + httemplate/edit/process/msgcat.cgi: working message catalogs (not + used for enough yet) - almost (but not quite) closes Bug#385 - + still have to catalog the backend things triggered by signup + server. 2002-04-06 16:00 ivan - * FS/FS/Conf.pm, fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - httemplate/config/config-process.cgi, + * FS/FS/Conf.pm, httemplate/config/config-process.cgi, httemplate/config/config-view.cgi, httemplate/config/config.cgi, httemplate/docs/signup.html: - config option for signup server payment types - credit card type pulldown on signup server @@ -32022,29 +27782,15 @@ description field, and make some useful data available for the config option. closes: Bug#378 -2002-04-06 13:39 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/SignupClient.pm, - FS-SignupClient/cgi/signup.cgi, FS-SignupClient/cgi/signup.html: - closes: bug#384 - adds security phrase to signup server also - (already in regular interface) - 2002-04-06 13:32 ivan * httemplate/search/cust_main.cgi: fix visual glitch 2002-04-06 12:37 ivan - * fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/Makefile.PL, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/fs_signupd, - fs_signup/FS-SignupClient/test.pl, - fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - httemplate/docs/install.html, httemplate/docs/signup.html: big - signup server cleanups. uses Storable for network protocol now. - - makes Bugs 384 & 385 easier - closes: Bug#382 + * httemplate/docs/signup.html: big signup server cleanups. uses + Storable for network protocol now. - makes Bugs 384 & 385 easier + - closes: Bug#382 2002-04-05 16:08 ivan @@ -32053,16 +27799,13 @@ 2002-04-05 15:51 ivan - * ANNOUCE.1.4.0, CREDITS, Makefile, README.1.4.0pre12, FS/MANIFEST, - FS/FS/Conf.pm, FS/FS/msgcat.pm, FS/FS/svc_acct.pm, FS/t/msgcat.t, - bin/freeside-session-kill, bin/fs-setup, bin/populate-msgcat, - bin/sqlradius_reset, conf/locale, eg/table_template-svc.pm, - eg/table_template.pm, htetc/global.asa, htetc/handler.pl, - httemplate/index.html, httemplate/browse/cust_main_county.cgi, - httemplate/browse/msgcat.cgi, - httemplate/browse/part_referral.cgi, - httemplate/browse/svc_acct_pop.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html, httemplate/edit/svc_acct.cgi, + * CREDITS, Makefile, FS/MANIFEST, FS/FS/Conf.pm, FS/FS/msgcat.pm, + FS/FS/svc_acct.pm, FS/t/msgcat.t, bin/freeside-session-kill, + conf/locale, eg/table_template-svc.pm, eg/table_template.pm, + htetc/handler.pl, httemplate/index.html, + httemplate/browse/cust_main_county.cgi, + httemplate/browse/msgcat.cgi, httemplate/browse/svc_acct_pop.cgi, + httemplate/docs/schema.html, httemplate/edit/svc_acct.cgi, httemplate/view/svc_acct.cgi: - add message catalog table & beginning of web interface - add security_phrase and conf option to svc_acct.pm - random other stuff @@ -32078,33 +27821,23 @@ 2002-04-05 08:37 ivan - * eg/export_template.pm, httemplate/search/sql.cgi, - FS/t/part_export-infostreet.t, FS/t/part_export-sqlradius.t: oops - forgot these from working on the road + * eg/export_template.pm, FS/t/part_export-infostreet.t, + FS/t/part_export-sqlradius.t: oops forgot these from working on + the road 2002-04-04 16:42 ivan * FS/MANIFEST, FS/FS/part_export.pm, FS/FS/part_export/infostreet.pm, FS/FS/part_export/sqlradius.pm, - fs_selfadmin/fs_mailadmin_server, httemplate/index.html, - httemplate/docs/install.html, httemplate/edit/part_export.cgi: - Checkin of disparate changes from working on the road: - generic - SQL query - move exports out to their own files - small cleanup - of selfadmin server - -2002-03-29 18:35 ivan - - * httemplate/edit/part_referral.cgi: finish up - s/referral/advertising source/ + httemplate/index.html, httemplate/edit/part_export.cgi: Checkin + of disparate changes from working on the road: - generic SQL + query - move exports out to their own files - small cleanup of + selfadmin server 2002-03-29 09:27 ivan - * htetc/global.asa, htetc/handler.pl, - httemplate/search/svc_acct.cgi: fix unlinked svc browse! - -2002-03-27 16:18 ivan - - * ANNOUCE.1.4.0: still pretty much just notes... + * htetc/handler.pl, httemplate/search/svc_acct.cgi: fix unlinked + svc browse! 2002-03-26 23:08 ivan @@ -32114,17 +27847,11 @@ 2002-03-26 21:36 ivan * FS/FS/cust_main.pm, FS/FS/part_referral.pm, - httemplate/index.html, httemplate/browse/part_referral.cgi, - httemplate/docs/admin.html, httemplate/edit/part_referral.cgi: + httemplate/index.html, httemplate/docs/admin.html: s/referral/advertising source/ yes, the name sucks. got a better one? -2002-03-26 15:18 ivan - - * fs_passwd/fs_passwd.cgi: yay works now... just forgot to send - http header - 2002-03-26 08:24 ivan * httemplate/search/cust_main.cgi: simple visual fix: for @@ -32138,10 +27865,6 @@ * httemplate/docs/passwd.html: doc -2002-03-26 05:04 ivan - - * bin/create-history-tables: error message typo - 2002-03-26 04:35 ivan * httemplate/docs/admin.html: s/Add/Provision/ @@ -32149,9 +27872,9 @@ 2002-03-25 16:32 ivan * FS/FS/part_export.pm, FS/bin/freeside-queued, - bin/sqlradius_reset, httemplate/edit/part_export.cgi: further - export bugfixing add 10 kid limit to freeside-queued - sqlradius_reset now works (closes: Bug#372) + httemplate/edit/part_export.cgi: further export bugfixing add 10 + kid limit to freeside-queued sqlradius_reset now works (closes: + Bug#372) 2002-03-25 16:26 ivan @@ -32163,10 +27886,6 @@ search/cust_main.cgi: customers by otaker report (ugly search/cust_main.cgi mods; revert if they cause problems) -2002-03-24 15:16 ivan - - * bin/: icradius_reset, sqlradius_reset: s/icradius/sqlradius/ - 2002-03-24 12:00 ivan * httemplate/: edit/cust_main.cgi, search/svc_acct.cgi, @@ -32213,12 +27932,11 @@ 2002-03-22 10:56 ivan - * Makefile, README.1.4.0pre12, FS/MANIFEST, - FS/FS/cust_main_county.pm, FS/FS/svc_acct.pm, - FS/t/radius_usergroup.t, bin/create-history-tables, bin/fs-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html, - httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, - httemplate/view/svc_acct.cgi: RADIUS groups on the way! + * Makefile, FS/MANIFEST, FS/FS/cust_main_county.pm, + FS/FS/svc_acct.pm, FS/t/radius_usergroup.t, + httemplate/docs/schema.html, httemplate/edit/part_svc.cgi, + httemplate/edit/svc_acct.cgi, httemplate/view/svc_acct.cgi: + RADIUS groups on the way! 2002-03-22 04:49 ivan @@ -32236,12 +27954,9 @@ 2002-03-20 13:31 ivan - * README.1.4.0pre12, FS/FS/Conf.pm, FS/FS/part_export.pm, - FS/FS/part_export_option.pm, FS/FS/part_svc.pm, - FS/FS/svc_acct.pm, FS/bin/freeside-queued, bin/icradius_reset, - bin/svc_acct.export, htetc/global.asa, htetc/handler.pl, - httemplate/docs/export.html, httemplate/docs/upgrade8.html, - httemplate/edit/part_export.cgi, + * FS/FS/Conf.pm, FS/FS/part_export.pm, FS/FS/part_export_option.pm, + FS/FS/part_svc.pm, FS/FS/svc_acct.pm, FS/bin/freeside-queued, + htetc/handler.pl, httemplate/edit/part_export.cgi, httemplate/edit/process/part_export.cgi: new export! infostreet and sqlradius provisioning switched over (Bug #299 - doesn't close it, but all the groundwork is done) @@ -32277,11 +27992,6 @@ * FS/FS/: Conf.pm, Record.pm, cust_bill.pm, cust_pay.pm: fixes: bug #348 - adds the ability to email on deleted payments. -2002-03-18 11:40 ivan - - * httemplate/search/cust_main-quickpay.html: update quickpay for - current search capabilities - 2002-03-18 09:50 ivan * httemplate/config/config.cgi: @@ -32290,10 +28000,6 @@ in config editor, initial newlines in <textarea>s are lost. even if you didn't mean to edit them you remove that.. -2002-03-18 08:07 ivan - - * bin/backup-freeside: removing backup-freeside script from here - 2002-03-18 08:05 ivan * FS/FS/: svc_Common.pm, svc_acct.pm: handle inserting cust_svc and @@ -32316,11 +28022,11 @@ 2002-03-18 01:10 ivan - * README.1.4.0pre12, FS/FS/Conf.pm, FS/FS/svc_domain.pm, + * FS/FS/Conf.pm, FS/FS/svc_domain.pm, httemplate/config/config-process.cgi, - httemplate/config/config-view.cgi, httemplate/config/config.cgi, - httemplate/docs/upgrade8.html: new config value `defaultrecords', - documentation, javascript config file editor + httemplate/config/config-view.cgi, httemplate/config/config.cgi: + new config value `defaultrecords', documentation, javascript + config file editor 2002-03-17 00:33 ivan @@ -32334,24 +28040,15 @@ 2002-03-12 07:33 ivan - * README.1.4.0pre12, htetc/global.asa, htetc/handler.pl, - httemplate/docs/install.html, httemplate/docs/upgrade8.html, - httemplate/edit/part_pkg.cgi, httemplate/edit/part_svc.cgi: - abstract stupid HTML layer trick out to - HTML::Widgets::SelectLayers + * htetc/handler.pl, httemplate/edit/part_pkg.cgi, + httemplate/edit/part_svc.cgi: abstract stupid HTML layer trick + out to HTML::Widgets::SelectLayers 2002-03-09 02:19 khoff * FS/FS/: Conf.pm, svc_domain.pm: Support for default CNAME/A records -2002-03-07 11:50 jeff - - * FS/bin/: freeside-cc-receipts-report, freeside-credit-report, - freeside-expiration-alerter, freeside-receivables-report, - freeside-tax-report: less shelling, more perly - abolish some - pipes to sendmail - 2002-03-07 06:13 ivan * FS/FS/cust_bill.pm: better error msgs for mail errors @@ -32365,36 +28062,14 @@ * conf/invoice_from: oops, missing invoice_from -2002-03-06 15:31 ivan - - * httemplate/docs/upgrade8.html: add freeside-expiration-alerter to - upgrade8.html - 2002-03-06 14:44 jeff - * README.1.4.0pre12, FS/MANIFEST, FS/FS/Conf.pm, - FS/bin/freeside-expiration-alerter, conf/alerter_template, + * FS/MANIFEST, FS/FS/Conf.pm, conf/alerter_template, httemplate/docs/admin.html: billing expiration alerts -2002-03-05 16:17 ivan - - * FS/bin/: freeside-cc-receipts-report, freeside-credit-report, - freeside-receivables-report, freeside-tax-report: remove CVS Log - tag - 2002-03-05 15:13 jeff - * FS/bin/freeside-cc-receipts-report, - FS/bin/freeside-credit-report, - FS/bin/freeside-receivables-report, FS/bin/freeside-tax-report, - httemplate/search/report_cc.cgi, - httemplate/search/report_credit.cgi, - httemplate/search/report_tax.cgi: consistency is nice - -2002-03-05 01:44 ivan - - * FS/bin/freeside-receivables-report: yes i have crazy customers - with 8-digit customer numbers + * httemplate/search/report_tax.cgi: consistency is nice 2002-03-04 14:10 ivan @@ -32402,14 +28077,8 @@ 2002-03-04 04:48 ivan - * Makefile, README.1.4.0pre12, FS/FS/Record.pm, FS/FS/nas.pm, - bin/create-history-tables, bin/fs-radius-add-check, - bin/fs-radius-add-reply, bin/fs-setup, - httemplate/docs/upgrade8.html: [no log message] - -2002-03-03 15:46 ivan - - * httemplate/docs/install.html: docu + * Makefile, FS/FS/Record.pm, FS/FS/nas.pm, bin/fs-radius-add-check, + bin/fs-radius-add-reply: [no log message] 2002-02-28 15:30 ivan @@ -32462,8 +28131,7 @@ 2002-02-27 14:39 ivan - * README.1.4.0pre12, FS/FS/cust_bill_event.pm, bin/fs-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html, + * FS/FS/cust_bill_event.pm, httemplate/docs/schema.html, httemplate/view/cust_bill.cgi: add status and statustext fields to cust_bill_event @@ -32476,16 +28144,10 @@ * FS/: FS/cust_main.pm, bin/freeside-daily: better debugging -2002-02-27 09:07 khoff - - * httemplate/docs/upgrade8.html: Should be "CREATE TABLE" not - "CREATE INDEX" for part_export_option - 2002-02-26 14:09 ivan - * httemplate/search/: report_cc.cgi, report_credit.cgi, - report_receivables.cgi, report_tax.cgi: fixup reports for - templated webUI + * httemplate/search/: report_receivables.cgi, report_tax.cgi: fixup + reports for templated webUI 2002-02-26 03:53 ivan @@ -32530,9 +28192,8 @@ 2002-02-23 14:36 ivan - * httemplate/search/: report_cc.cgi, report_credit.cgi, - report_receivables.cgi, report_tax.cgi: take hardcoded paths out - of report cgis + * httemplate/search/: report_receivables.cgi, report_tax.cgi: take + hardcoded paths out of report cgis 2002-02-23 03:56 ivan @@ -32565,27 +28226,17 @@ 2002-02-22 18:14 jeff - * FS/FS/UID.pm, bin/svc_acct.export, - httemplate/search/report_cc.cgi, - httemplate/search/report_credit.cgi, - httemplate/search/report_receivables.cgi, + * FS/FS/UID.pm, httemplate/search/report_receivables.cgi, httemplate/search/report_tax.cgi: report fixes and cruft removal 2002-02-22 18:02 ivan - * httemplate/: index.html, docs/install.html, docs/upgrade8.html: - UI work on main menu, remove Archive::Tar from docs + * httemplate/index.html: UI work on main menu, remove Archive::Tar + from docs 2002-02-22 15:18 jeff - * FS/MANIFEST, FS/bin/freeside-cc-receipts-report, - FS/bin/freeside-credit-report, - FS/bin/freeside-receivables-report, FS/bin/freeside-tax-report, - conf/report_template, httemplate/classic.html, - httemplate/index.html, httemplate/search/report_cc.cgi, - httemplate/search/report_cc.html, - httemplate/search/report_credit.cgi, - httemplate/search/report_credit.html, + * FS/MANIFEST, httemplate/index.html, httemplate/search/report_receivables.cgi, httemplate/search/report_tax.cgi, httemplate/search/report_tax.html: add some reporting features @@ -32617,10 +28268,6 @@ * FS/FS/svc_acct.pm: freeside *SUSPENDED* -> CP set_mailbox_status OTHER/OTHER_BOUNCE -2002-02-21 23:50 ivan - - * bin/fs-setup: doh - 2002-02-21 22:42 ivan * FS/FS/queue.pm: UI in joblisting: don't split ( retry | remove ) @@ -32643,8 +28290,7 @@ 2002-02-21 17:07 ivan - * FS/FS/Conf.pm, httemplate/view/cust_main.cgi, - httemplate/view/cust_pkg.cgi: UI work: + * FS/FS/Conf.pm, httemplate/view/cust_main.cgi: UI work: make all functions of view/cust_pkg.cgi available on view/cust_main.cgi - having them one link down in "Edit" is @@ -32652,15 +28298,6 @@ closes: Bug#325 -2002-02-21 15:17 ivan - - * bin/fs-setup: queue.svcnum is nullable too, oops - -2002-02-21 13:43 ivan - - * bin/fs-setup: looks like statustext field is missing NULL flag in - fs-setup - 2002-02-20 14:03 ivan * httemplate/index.html: invoice reports belong here too @@ -32680,16 +28317,13 @@ 2002-02-19 17:03 ivan - * CREDITS, README.1.4.0pre11, README.1.4.0pre8, FS/FS/CGI.pm, - FS/FS/Record.pm, FS/FS/queue.pm, FS/FS/svc_acct.pm, - FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, - FS/bin/freeside-queued, bin/fs-setup, htetc/global.asa, - htetc/handler.pl, httemplate/index.html, - httemplate/browse/queue.cgi, httemplate/misc/queue.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, - httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi: use - Net::SSH::ssh_cmd for all job queueing rather than local - duplicated ssh subs + * CREDITS, FS/FS/CGI.pm, FS/FS/Record.pm, FS/FS/queue.pm, + FS/FS/svc_acct.pm, FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, + FS/bin/freeside-queued, htetc/handler.pl, httemplate/index.html, + httemplate/misc/queue.cgi, httemplate/view/svc_acct.cgi, + httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi, + httemplate/view/svc_www.cgi: use Net::SSH::ssh_cmd for all job + queueing rather than local duplicated ssh subs queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on @@ -32699,17 +28333,13 @@ 2002-02-19 15:43 ivan - * httemplate/docs/: install.html, schema.html, upgrade8.html: set - EVERYTHING=1 for your own mod_perl compile + * httemplate/docs/schema.html: set EVERYTHING=1 for your own + mod_perl compile 2002-02-18 23:51 ivan * httemplate/index.html: oops -2002-02-18 23:00 ivan - - * httemplate/classic.html: TMTOWTDI - 2002-02-18 20:43 ivan * httemplate/index.html: new main menu! @@ -32751,8 +28381,8 @@ 2002-02-18 00:39 ivan * FS/FS/Conf.pm, FS/FS/part_bill_event.pm, FS/FS/part_pkg.pm, - htetc/global.asa, httemplate/edit/part_pkg.cgi: safe web demo - operation! closes: Bug#217 + httemplate/edit/part_pkg.cgi: safe web demo operation! closes: + Bug#217 fix bug in edit/part_pkg: s/bkg/pkg/ @@ -32764,11 +28394,6 @@ * httemplate/edit/part_svc.cgi: fix modified <SELECT>s under netcape4, use one for svc_acct.popnum too -2002-02-17 17:26 ivan - - * README.1.4.0pre11, httemplate/docs/install.html, - httemplate/docs/upgrade8.html: rsync docs - 2002-02-17 16:21 jeff * Makefile: keep accidentally checking in Makefile changes, gotta @@ -32776,8 +28401,8 @@ 2002-02-17 16:13 jeff - * Makefile, FS/FS/Conf.pm, bin/svc_acct.export, eg/vpopmailrestart: - trading in tar for rsync for improved vpopmail support + * Makefile, FS/FS/Conf.pm: trading in tar for rsync for improved + vpopmail support 2002-02-17 13:01 ivan @@ -32785,31 +28410,13 @@ 2002-02-17 11:12 ivan - * README.1.4.0pre9, FS/MANIFEST, FS/FS/CGIwrapper.pm, - FS/t/CGIwrapper.t: get ride of CGIwrapper.pm + * FS/MANIFEST: get ride of CGIwrapper.pm 2002-02-17 11:07 jeff * FS/FS/svc_forward.pm: queue svc_forward remote commands; better commands too -2002-02-16 13:47 ivan - - * htetc/global.asa: work with current Apache::ASP - -2002-02-16 10:14 ivan - - * TODO: now in RT2! - -2002-02-15 23:27 ivan - - * httemplate/docs/install.html: install warnings about mysql - -2002-02-15 12:21 jeff - - * bin/svc_acct.export: remove arbitary uid requirement for vpasswd - generation - 2002-02-15 11:34 ivan * Makefile: keep accidentally checking in Makefile changes, gotta @@ -32819,10 +28426,6 @@ * Makefile, FS/FS/Conf.pm, FS/FS/svc_acct.pm: CP provisioning!! -2002-02-14 14:37 jeff - - * bin/svc_acct.export: fix bug in multiline radiusprepend - 2002-02-14 10:06 ivan * bin/: fs-radius-add-check, fs-radius-add-reply: docs? haha @@ -32844,33 +28447,18 @@ Bill' );): Illegal or empty (text) comment: at /usr/local/lib/perl5/site_perl/5.005/FS/cust_main.pm line 1141. -2002-02-12 10:37 ivan - - * bin/svc_acct.export: fixes: - - In string, @domain now must be written as \@domain at - ./svc_acct.export line 292, near "^append @domain" Global symbol - "@domain" requires explicit package name at ./svc_acct.export - line 292. Execution of ./svc_acct.export aborted due to - compilation errors. - 2002-02-11 21:58 ivan - * README.1.4.0pre9, bin/fs-setup, httemplate/docs/admin.html: - fixes: bug#331 + * httemplate/docs/admin.html: fixes: bug#331 2002-02-11 20:49 ivan * httemplate/edit/part_bill_event.cgi: oops -2002-02-11 19:29 ivan - - * README.1.4.0pre8, README.1.4.0pre9: 1.4.0pre9!!! - 2002-02-11 18:11 ivan - * FS/FS/Conf.pm, bin/svc_acct.export, httemplate/config/config.cgi: - add username_policy "@append domain" + * FS/FS/Conf.pm, httemplate/config/config.cgi: add username_policy + "@append domain" add "select" config type, mmm @@ -32892,10 +28480,6 @@ * FS/FS/svc_forward.pm: oops, code hidden by pod -2002-02-11 14:57 ivan - - * fs_signup/FS-SignupClient/SignupClient.pm: remove bad doc link - 2002-02-11 13:51 ivan * httemplate/edit/svc_acct.cgi: don't display useless finger and @@ -32943,8 +28527,7 @@ 2002-02-10 11:58 ivan - * FS/MANIFEST, FS/bin/freeside-bill, FS/bin/freeside-daily, - httemplate/docs/billing.html, httemplate/docs/upgrade8.html, + * FS/MANIFEST, FS/bin/freeside-daily, httemplate/edit/process/part_bill_event.cgi: update billing documentation for the new world of invoice events added freeside-daily replacing freeside-bill for the new world of @@ -32952,10 +28535,9 @@ 2002-02-10 10:56 ivan - * README.1.4.0pre9, FS/FS/cust_pay.pm, bin/fs-setup, - httemplate/docs/upgrade8.html, httemplate/edit/cust_pay.cgi: use - unique tokens to prevent double-submission of payments in the web - UI (closes: Bug#320) + * FS/FS/cust_pay.pm, httemplate/edit/cust_pay.cgi: use unique + tokens to prevent double-submission of payments in the web UI + (closes: Bug#320) 2002-02-10 09:30 ivan @@ -32990,11 +28572,8 @@ * htetc/handler.pl, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, - httemplate/browse/cust_pay_batch.cgi, httemplate/browse/nas.cgi, - httemplate/browse/part_bill_event.cgi, - httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, - httemplate/browse/part_svc.cgi, httemplate/browse/queue.cgi, + httemplate/browse/nas.cgi, httemplate/browse/part_bill_event.cgi, + httemplate/browse/part_pkg.cgi, httemplate/browse/part_svc.cgi, httemplate/browse/svc_acct_pop.cgi, httemplate/config/config-process.cgi, httemplate/config/config-view.cgi, httemplate/config/config.cgi, @@ -33005,26 +28584,20 @@ httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, httemplate/edit/part_bill_event.cgi, - httemplate/edit/part_pkg.cgi, httemplate/edit/part_referral.cgi, - httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, - httemplate/edit/svc_forward.cgi, + httemplate/edit/part_pkg.cgi, httemplate/edit/part_svc.cgi, + httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, + httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, httemplate/edit/process/quick-cust_pkg.cgi, httemplate/misc/bill.cgi, httemplate/misc/cancel-unaudited.cgi, httemplate/misc/catchall.cgi, httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, httemplate/misc/process/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_main.cgi, - httemplate/search/cust_pay.cgi, httemplate/search/cust_pkg.cgi, - httemplate/search/svc_acct.cgi, - httemplate/search/svc_acct_sm.cgi, + httemplate/search/cust_main.cgi, httemplate/search/cust_pay.cgi, + httemplate/search/cust_pkg.cgi, httemplate/search/svc_acct.cgi, httemplate/search/svc_domain.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, + httemplate/view/cust_main.cgi, httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi: *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. @@ -33040,11 +28613,8 @@ * htetc/handler.pl, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, - httemplate/browse/cust_pay_batch.cgi, httemplate/browse/nas.cgi, - httemplate/browse/part_bill_event.cgi, - httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, - httemplate/browse/part_svc.cgi, httemplate/browse/queue.cgi, + httemplate/browse/nas.cgi, httemplate/browse/part_bill_event.cgi, + httemplate/browse/part_pkg.cgi, httemplate/browse/part_svc.cgi, httemplate/browse/svc_acct_pop.cgi, httemplate/edit/agent.cgi, httemplate/edit/agent_type.cgi, httemplate/edit/cust_bill_pay.cgi, @@ -33052,14 +28622,11 @@ httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, httemplate/edit/part_bill_event.cgi, - httemplate/edit/part_pkg.cgi, httemplate/edit/part_referral.cgi, - httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, - httemplate/edit/svc_forward.cgi, + httemplate/edit/part_pkg.cgi, httemplate/edit/part_svc.cgi, + httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, + httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, httemplate/edit/process/REAL_cust_pkg.cgi, httemplate/edit/process/agent.cgi, httemplate/edit/process/agent_type.cgi, @@ -33069,33 +28636,26 @@ httemplate/edit/process/cust_main.cgi, httemplate/edit/process/cust_main_county-collapse.cgi, httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/edit/process/cust_pkg.cgi, httemplate/edit/process/part_pkg.cgi, - httemplate/edit/process/part_referral.cgi, httemplate/edit/process/quick-cust_pkg.cgi, httemplate/edit/process/svc_acct.cgi, httemplate/edit/process/svc_acct_pop.cgi, - httemplate/edit/process/svc_acct_sm.cgi, httemplate/edit/process/svc_domain.cgi, httemplate/edit/process/svc_forward.cgi, httemplate/misc/bill.cgi, httemplate/misc/cancel-unaudited.cgi, - httemplate/misc/cancel_pkg.cgi, httemplate/misc/catchall.cgi, + httemplate/misc/catchall.cgi, httemplate/misc/delete-cust_pay.cgi, - httemplate/misc/delete-customer.cgi, - httemplate/misc/expire_pkg.cgi, httemplate/misc/link.cgi, - httemplate/misc/print-invoice.cgi, httemplate/misc/susp_pkg.cgi, + httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, + httemplate/misc/print-invoice.cgi, httemplate/misc/unsusp_pkg.cgi, httemplate/misc/process/catchall.cgi, httemplate/misc/process/delete-customer.cgi, - httemplate/misc/process/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_pay.cgi, + httemplate/misc/process/link.cgi, httemplate/search/cust_pay.cgi, httemplate/search/cust_pkg.cgi, httemplate/search/svc_acct.cgi, - httemplate/search/svc_acct_sm.cgi, httemplate/search/svc_domain.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, + httemplate/view/cust_main.cgi, httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi: removed <!-- $Id$ --> from all files to fix any redirects, whew @@ -33129,18 +28689,11 @@ add new comission plans -2002-02-09 17:47 ivan - - * README.1.4.0pre8, httemplate/docs/upgrade8.html, - FS/bin/freeside-bill: remove -i option from freeside-bill - (obsoleted by invoice events) - 2002-02-09 10:24 ivan - * FS/FS/CGI.pm, htetc/global.asa, htetc/handler.pl, + * FS/FS/CGI.pm, htetc/handler.pl, httemplate/edit/process/agent_type.cgi, httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/edit/process/part_pkg.cgi, httemplate/search/cust_main.cgi, httemplate/search/cust_pkg.cgi, @@ -33159,9 +28712,8 @@ 2002-02-09 09:03 ivan - * FS/FS/CGI.pm, htetc/global.asa, htetc/handler.pl: okay, both - Apache::ASP and Mason should set no-cache headers now (closes: - Bug#23) + * FS/FS/CGI.pm, htetc/handler.pl: okay, both Apache::ASP and Mason + should set no-cache headers now (closes: Bug#23) 2002-02-07 14:30 ivan @@ -33185,18 +28737,13 @@ 2002-02-06 07:49 ivan - * Makefile, httemplate/docs/install.html: documentation building - Makefile patch + * Makefile: documentation building Makefile patch 2002-02-06 07:36 ivan * FS/FS/part_bill_event.pm: part_bill_event.plan can contain punctuation -2002-02-06 07:07 ivan - - * bin/fs-setup: tyop - 2002-02-06 06:58 ivan * FS/bin/freeside-adduser: fix for non-file auth @@ -33206,58 +28753,24 @@ * FS/FS/Record.pm: better error messages if you haven't run fs-setup ? -2002-02-05 10:24 ivan - - * httemplate/docs/install.html: for commands; confusing - otherwise - -2002-02-05 10:04 ivan - - * httemplate/docs/install.html: doc - 2002-02-05 08:48 ivan - * fs_passwd/fs_passwd, fs_passwd/fs_passwd.cgi, - fs_passwd/fs_passwd.html, httemplate/docs/passwd.html: web-based + * fs_passwd/fs_passwd, httemplate/docs/passwd.html: web-based password changer! -2002-02-05 03:06 ivan - - * httemplate/docs/upgrade8.html: don't need DBIx::DataSource for - upgrades - -2002-02-05 01:46 ivan - - * httemplate/docs/: install.html, upgrade8.html: doc - -2002-02-04 23:57 ivan - - * README.1.4.0pre8, httemplate/docs/upgrade8.html: fix - part_export_option indices - -2002-02-04 10:12 ivan - - * httemplate/docs/install.html: doc update - -2002-02-04 09:12 ivan - - * httemplate/docs/man/FS/: Bill.html, Invoice.html: ancient files - 2002-02-04 09:06 ivan - * Makefile, README.1.4.0pre4567-8, README.1.4.0pre8: 1.4.0pre8! + * Makefile: 1.4.0pre8! 2002-02-04 09:04 ivan - * bin/fs-setup, httemplate/docs/upgrade8.html, - httemplate/edit/part_bill_event.cgi: have fs-setup create the + * httemplate/edit/part_bill_event.cgi: have fs-setup create the necessary "default" billing events documentation on necessary "default" billing events 2002-02-04 08:44 ivan - * httemplate/docs/install.html, httemplate/docs/upgrade8.html, - httemplate/edit/part_bill_event.cgi, + * httemplate/edit/part_bill_event.cgi, httemplate/view/cust_bill.cgi, FS/FS/cust_bill.pm, FS/FS/cust_main.pm: billing events! @@ -33269,27 +28782,22 @@ 2002-01-30 06:18 ivan - * FS/FS/CGI.pm, htetc/global.asa, htetc/handler.pl, - httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, + * FS/FS/CGI.pm, htetc/handler.pl, httemplate/browse/agent.cgi, + httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, - httemplate/browse/cust_pay_batch.cgi, httemplate/browse/nas.cgi, - httemplate/browse/part_bill_event.cgi, - httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, - httemplate/browse/part_svc.cgi, httemplate/browse/queue.cgi, - httemplate/browse/svc_acct_pop.cgi, httemplate/docs/install.html, - httemplate/edit/agent.cgi, httemplate/edit/agent_type.cgi, + httemplate/browse/nas.cgi, httemplate/browse/part_bill_event.cgi, + httemplate/browse/part_pkg.cgi, httemplate/browse/part_svc.cgi, + httemplate/browse/svc_acct_pop.cgi, httemplate/edit/agent.cgi, + httemplate/edit/agent_type.cgi, httemplate/edit/cust_bill_pay.cgi, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, httemplate/edit/part_bill_event.cgi, - httemplate/edit/part_referral.cgi, httemplate/edit/part_svc.cgi, - httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, + httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, + httemplate/edit/svc_acct_pop.cgi, httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, httemplate/edit/process/agent.cgi, httemplate/edit/process/agent_type.cgi, @@ -33299,142 +28807,42 @@ httemplate/edit/process/cust_main.cgi, httemplate/edit/process/cust_main_county-collapse.cgi, httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/edit/process/cust_pkg.cgi, httemplate/edit/process/part_pkg.cgi, - httemplate/edit/process/part_referral.cgi, httemplate/edit/process/quick-cust_pkg.cgi, httemplate/edit/process/svc_acct.cgi, httemplate/edit/process/svc_acct_pop.cgi, - httemplate/edit/process/svc_acct_sm.cgi, httemplate/edit/process/svc_domain.cgi, httemplate/edit/process/svc_forward.cgi, httemplate/misc/bill.cgi, httemplate/misc/cancel-unaudited.cgi, - httemplate/misc/cancel_pkg.cgi, httemplate/misc/catchall.cgi, - httemplate/misc/delete-customer.cgi, - httemplate/misc/expire_pkg.cgi, httemplate/misc/link.cgi, - httemplate/misc/print-invoice.cgi, httemplate/misc/susp_pkg.cgi, + httemplate/misc/catchall.cgi, + httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, + httemplate/misc/print-invoice.cgi, httemplate/misc/unsusp_pkg.cgi, httemplate/misc/process/catchall.cgi, httemplate/misc/process/delete-customer.cgi, httemplate/misc/process/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_main.cgi, - httemplate/search/cust_pay.cgi, httemplate/search/cust_pkg.cgi, - httemplate/search/svc_acct.cgi, - httemplate/search/svc_acct_sm.cgi, + httemplate/search/cust_main.cgi, httemplate/search/cust_pay.cgi, + httemplate/search/cust_pkg.cgi, httemplate/search/svc_acct.cgi, httemplate/search/svc_domain.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, + httemplate/view/cust_main.cgi, httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi, httemplate/view/svc_www.cgi: remove use Module; and $cgi = new CGI; &cgisuidsetup(); from all templates. should work better under Mason. -2002-01-29 09:46 ivan - - * httemplate/docs/man/: FS.html, FS/CGI.html, FS/CGIwrapper.html, - FS/Conf.html, FS/Record.html, FS/SessionClient.html, - FS/SignupClient.html, FS/UID.html, FS/agent.html, - FS/agent_type.html, FS/cust_bill.html, FS/cust_bill_pkg.html, - FS/cust_credit.html, FS/cust_main.html, FS/cust_main_county.html, - FS/cust_main_invoice.html, FS/cust_pay.html, - FS/cust_pay_batch.html, FS/cust_pkg.html, FS/cust_refund.html, - FS/cust_svc.html, FS/domain_record.html, FS/nas.html, - FS/part_pkg.html, FS/part_referral.html, FS/part_svc.html, - FS/pkg_svc.html, FS/port.html, FS/prepay_credit.html, - FS/session.html, FS/svc_Common.html, FS/svc_acct.html, - FS/svc_acct_pop.html, FS/svc_acct_sm.html, FS/svc_domain.html, - FS/svc_www.html, FS/type_pkgs.html, FS/UI/Base.html, - FS/UI/CGI.html, FS/UI/Gtk.html, FS/UI/agent.html: these are all - auto-generated by the installation; don't check them into CVS - (probably should generate them for a release tarball though) - 2002-01-29 09:42 ivan - * README.1.4.0pre4567-8, FS/FS/part_bill_event.pm, bin/fs-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html, - httemplate/docs/man/FS/SessionClient.html, - httemplate/docs/man/FS/UID.html, - httemplate/docs/man/FS/agent.html, - httemplate/docs/man/FS/agent_type.html, - httemplate/docs/man/FS/cust_bill.html, - httemplate/docs/man/FS/cust_bill_pkg.html, - httemplate/docs/man/FS/cust_credit.html, - httemplate/docs/man/FS/cust_main.html, - httemplate/docs/man/FS/cust_main_county.html, - httemplate/docs/man/FS/cust_main_invoice.html, - httemplate/docs/man/FS/cust_pay.html, - httemplate/docs/man/FS/cust_pay_batch.html, - httemplate/docs/man/FS/cust_pkg.html, - httemplate/docs/man/FS/cust_refund.html, - httemplate/docs/man/FS/cust_svc.html, - httemplate/docs/man/FS/domain_record.html, - httemplate/docs/man/FS/nas.html, - httemplate/docs/man/FS/part_pkg.html, - httemplate/docs/man/FS/part_referral.html, - httemplate/docs/man/FS/part_svc.html, - httemplate/docs/man/FS/pkg_svc.html, - httemplate/docs/man/FS/port.html, - httemplate/docs/man/FS/prepay_credit.html, - httemplate/docs/man/FS/session.html, - httemplate/docs/man/FS/svc_Common.html, - httemplate/docs/man/FS/svc_acct.html, - httemplate/docs/man/FS/svc_acct_pop.html, - httemplate/docs/man/FS/svc_acct_sm.html, - httemplate/docs/man/FS/svc_domain.html, - httemplate/docs/man/FS/svc_www.html, - httemplate/docs/man/FS/type_pkgs.html, - httemplate/docs/man/FS/UI/Base.html, - httemplate/docs/man/FS/UI/CGI.html, - httemplate/docs/man/FS/UI/Gtk.html: weight, plan and plandata - fields in part_bill_event + * FS/FS/part_bill_event.pm, httemplate/docs/schema.html: weight, + plan and plandata fields in part_bill_event 2002-01-29 08:33 ivan * Makefile, FS/FS.pm, FS/FS/Record.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_pkg.pm, FS/FS/cust_svc.pm, - FS/FS/svc_acct.pm, bin/pod2x, htetc/global.asa, htetc/handler.pl, + FS/FS/svc_acct.pm, bin/pod2x, htetc/handler.pl, httemplate/index.html, httemplate/browse/part_bill_event.cgi, - httemplate/docs/install.html, httemplate/docs/man/FS.html, - httemplate/docs/man/FS/CGI.html, - httemplate/docs/man/FS/Conf.html, - httemplate/docs/man/FS/Record.html, - httemplate/docs/man/FS/SessionClient.html, - httemplate/docs/man/FS/SignupClient.html, - httemplate/docs/man/FS/UID.html, - httemplate/docs/man/FS/agent.html, - httemplate/docs/man/FS/agent_type.html, - httemplate/docs/man/FS/cust_bill.html, - httemplate/docs/man/FS/cust_bill_pkg.html, - httemplate/docs/man/FS/cust_credit.html, - httemplate/docs/man/FS/cust_main.html, - httemplate/docs/man/FS/cust_main_county.html, - httemplate/docs/man/FS/cust_main_invoice.html, - httemplate/docs/man/FS/cust_pay.html, - httemplate/docs/man/FS/cust_pay_batch.html, - httemplate/docs/man/FS/cust_pkg.html, - httemplate/docs/man/FS/cust_refund.html, - httemplate/docs/man/FS/cust_svc.html, - httemplate/docs/man/FS/domain_record.html, - httemplate/docs/man/FS/nas.html, - httemplate/docs/man/FS/part_pkg.html, - httemplate/docs/man/FS/part_referral.html, - httemplate/docs/man/FS/part_svc.html, - httemplate/docs/man/FS/pkg_svc.html, - httemplate/docs/man/FS/port.html, - httemplate/docs/man/FS/prepay_credit.html, - httemplate/docs/man/FS/session.html, - httemplate/docs/man/FS/svc_Common.html, - httemplate/docs/man/FS/svc_acct.html, - httemplate/docs/man/FS/svc_acct_pop.html, - httemplate/docs/man/FS/svc_acct_sm.html, - httemplate/docs/man/FS/svc_domain.html, - httemplate/docs/man/FS/svc_www.html, - httemplate/docs/man/FS/type_pkgs.html, - httemplate/docs/man/FS/UI/Base.html, - httemplate/docs/man/FS/UI/CGI.html, - httemplate/docs/man/FS/UI/Gtk.html, httemplate/edit/part_bill_event.cgi, httemplate/edit/part_pkg.cgi, httemplate/edit/process/part_bill_event.cgi: - web interface for @@ -33446,10 +28854,6 @@ interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments -2002-01-29 03:11 ivan - - * bin/fs-setup: oops bad column type for part_bill_event.payby - 2002-01-28 03:24 ivan * FS/FS/Record.pm: oops, syntax error in new() check for missing @@ -33457,17 +28861,14 @@ 2002-01-27 22:57 ivan - * README.1.4.0pre4567-8, FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, - FS/FS/cust_pay.pm, FS/FS/cust_refund.pm, FS/FS/part_pkg.pm, - FS/FS/part_svc.pm, bin/fs-setup, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html: book closing schema changes + * FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, FS/FS/cust_pay.pm, + FS/FS/cust_refund.pm, FS/FS/part_pkg.pm, FS/FS/part_svc.pm, + httemplate/docs/schema.html: book closing schema changes 2002-01-27 21:15 ivan - * README.1.4.0pre4567-8, FS/FS/part_export.pm, - FS/FS/part_export_option.pm, bin/fs-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html: - part_export schema changes + * FS/FS/part_export.pm, FS/FS/part_export_option.pm, + httemplate/docs/schema.html: part_export schema changes 2002-01-25 17:52 ivan @@ -33527,8 +28928,7 @@ 2002-01-22 06:42 ivan - * httemplate/docs/: index.html, upgrade.html, upgrade2.html, - upgrade3.html: remove old upgrade docs + * httemplate/docs/index.html: remove old upgrade docs 2002-01-21 03:30 ivan @@ -33544,17 +28944,8 @@ 2002-01-14 12:28 ivan - * FS/FS/Conf.pm, FS/FS/svc_acct.pm, httemplate/docs/export.html: - pay some attention to 1.4 RADIUS SQL export - -2002-01-14 06:29 ivan - - * FS/bin/freeside-overdue: fix -l option - -2002-01-11 23:23 ivan - - * httemplate/docs/upgrade8.html: fix upgrade8.html to be in - agreement with fs-setup + * FS/FS/: Conf.pm, svc_acct.pm: pay some attention to 1.4 RADIUS + SQL export 2002-01-09 05:29 ivan @@ -33565,27 +28956,20 @@ 2002-01-03 09:40 ivan - * README.1.4.0pre2-3, README.1.4.0pre3-4, README.1.4.0pre4567-8, - FS/MANIFEST, FS/FS/cust_bill_event.pm, FS/FS/part_bill_event.pm, - FS/t/cust_bill_event.t, FS/t/part_bill_event.t, bin/fs-setup, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html: more - schema changes: part_bill_event and cust_bill_event tables + * FS/MANIFEST, FS/FS/cust_bill_event.pm, FS/FS/part_bill_event.pm, + FS/t/cust_bill_event.t, FS/t/part_bill_event.t, + httemplate/docs/schema.html: more schema changes: + part_bill_event and cust_bill_event tables remove old 1.4.0pre READMEs -2001-12-28 07:17 ivan - - * FS/bin/freeside-overdue: update usage message - 2001-12-28 07:14 ivan - * FS/: FS/cust_main.pm, bin/freeside-overdue: force printing in - freeside-overdue + * FS/FS/cust_main.pm: force printing in freeside-overdue 2001-12-28 06:40 ivan - * FS/FS/cust_main.pm, FS/bin/freeside-bill, - FS/bin/freeside-overdue, httemplate/edit/cust_main.cgi, + * FS/FS/cust_main.pm, httemplate/edit/cust_main.cgi, httemplate/edit/part_pkg.cgi: add more options to freeside-overdue @@ -33598,9 +28982,7 @@ 2001-12-27 01:26 ivan - * README.1.4.0pre4567-8, FS/FS/Record.pm, FS/FS/part_pkg.pm, - FS/FS/part_svc.pm, FS/bin/freeside-overdue, bin/fs-setup, - fs_signup/fs_signup_server, htetc/global.asa, + * FS/FS/Record.pm, FS/FS/part_pkg.pm, FS/FS/part_svc.pm, httemplate/browse/part_pkg.cgi, httemplate/browse/part_svc.cgi, httemplate/edit/agent_type.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_pkg.cgi, httemplate/edit/part_pkg.cgi, @@ -33610,7 +28992,7 @@ 2001-12-26 15:59 ivan - * httemplate/docs/: install.html, schema.html, upgrade8.html: doc + * httemplate/docs/schema.html: doc 2001-12-26 07:41 ivan @@ -33622,28 +29004,22 @@ 2001-12-26 07:08 ivan - * FS/: MANIFEST, bin/freeside-overdue: add freeside-overdue + * FS/MANIFEST: add freeside-overdue 2001-12-26 07:07 ivan * httemplate/edit/: cust_credit.cgi, process/cust_credit.cgi: fix posting credit -2001-12-26 03:47 ivan - - * FS/bin/freeside-overdue: don't provide example crontabs that run - at 4:20 _PM_ - 2001-12-26 03:17 ivan - * FS/FS/cust_main.pm, FS/bin/freeside-overdue, - httemplate/docs/billing.html: (untested eek) freeside-overdue - script & cust_main balance_date & total_owed_date methods + * FS/FS/cust_main.pm: (untested eek) freeside-overdue script & + cust_main balance_date & total_owed_date methods 2001-12-26 01:18 ivan - * httemplate/: index.html, search/cust_pay.cgi, - search/cust_pay.html, view/cust_main.cgi: search by check # + * httemplate/: index.html, search/cust_pay.cgi, view/cust_main.cgi: + search by check # 2001-12-25 23:53 ivan @@ -33656,8 +29032,7 @@ 2001-12-25 21:19 ivan * httemplate/: index.html, edit/cust_pay.cgi, - edit/process/cust_pay.cgi, search/cust_main-payinfo.html, - search/cust_main-quickpay.html, search/cust_main.cgi, + edit/process/cust_pay.cgi, search/cust_main.cgi, search/cust_main.html: expedited check entry 2001-12-25 21:02 ivan @@ -33666,9 +29041,8 @@ 2001-12-25 20:52 ivan - * httemplate/search/: cust_bill.html, svc_acct.html, - svc_domain.html, cust_main.html: same look as rest of search - pages + * httemplate/search/: cust_bill.html, cust_main.html: same look as + rest of search pages 2001-12-25 20:25 ivan @@ -33682,10 +29056,6 @@ * httemplate/edit/cust_pay.cgi: fix service display for duplicates -2001-12-21 18:41 ivan - - * httemplate/docs/install.html: doco on creating database manually - 2001-12-21 13:40 ivan * FS/FS/cust_bill.pm, httemplate/edit/cust_pay.cgi, @@ -33832,20 +29202,10 @@ * httemplate/edit/: cust_main.cgi, svc_acct.cgi: allow >8 character passwords in web interface -2001-12-11 23:59 ivan - - * bin/svc_acct.export: use pwd_mkdb to install - /etc/master.passwd.new instead of moving it into place - 2001-12-11 13:26 ivan * httemplate/search/svc_acct.cgi: missing space in SQL, oops -2001-12-11 02:38 ivan - - * bin/svc_acct.export, httemplate/docs/install.html: radiusprepend - config file for export add Archive::Tar to docs - 2001-12-10 04:18 ivan * FS/FS/Record.pm: Pg datatype pain @@ -33931,23 +29291,14 @@ * FS/FS/Conf.pm, httemplate/edit/cust_main.cgi: postalinvoicedefault config file -2001-11-16 02:22 ivan - - * httemplate/docs/billing.html: update link to Text::Template docs - 2001-11-13 13:27 ivan - * FS/: MANIFEST, bin/freeside-print-batch: remove - freeside-print-batch + * FS/MANIFEST: remove freeside-print-batch 2001-11-12 05:19 ivan * FS/FS/cust_main.pm: import hack to be less strict -2001-11-09 10:26 ivan - - * httemplate/docs/install.html: Pg7 dependancy - 2001-11-08 07:26 ivan * FS/bin/freeside-queued: harmless typo noticed by "Edward @@ -33973,11 +29324,6 @@ * FS/FS/UID.pm: fix error message for s/htdocs/httemplate/ -2001-11-06 09:48 ivan - - * bin/fs-setup: payinfo changed from length 16 to $char_d for - future expansion - 2001-11-05 13:30 ivan * Makefile: more fixes for fresh installation @@ -33994,10 +29340,6 @@ * Makefile, FS/FS/Record.pm: makefile fixups -2001-11-05 10:23 ivan - - * httemplate/docs/install.html: doc - 2001-11-05 09:00 jeff * FS/FS/svc_acct.pm: improved svc_acct replacement @@ -34007,10 +29349,6 @@ * FS/FS/Record.pm: AUTOLOAD optimizations broke things rather badly, oops -2001-11-05 06:04 ivan - - * FS/bin/freeside-bill: fixup getopt - 2001-11-05 06:03 ivan * Makefile: move sys-dependant stuff to vars @@ -34019,11 +29357,6 @@ * FS/FS/svc_acct.pm: doc tyop -2001-11-05 04:07 ivan - - * bin/svc_domain.import: this is unfinished and untested anyway, - but this corrects a silly typo - 2001-11-05 03:55 ivan * FS/FS/cust_main.pm: better error messages for eval'ed setup/recur @@ -34038,10 +29371,6 @@ joined searches & caching support preliminary customer browse optimizations, much faster! -2001-11-02 00:14 ivan - - * FS/bin/freeside-print-batch: silence pod complaints - 2001-11-01 21:28 ivan * httemplate/config/config.cgi: note config changes need @@ -34061,15 +29390,9 @@ * httemplate/search/cust_main.cgi: hit the database slightly less. this page still takes forever with lots of customers. -2001-10-31 08:52 ivan - - * httemplate/browse/queue.cgi: queue display works again, even if - those links don't - 2001-10-30 11:05 ivan - * FS/FS/cust_pay_batch.pm, bin/fs-setup, httemplate/index.html, - httemplate/browse/cust_pay_batch.cgi, + * FS/FS/cust_pay_batch.pm, httemplate/index.html, httemplate/docs/schema.html: depriciate cust_pay_batch.trancode web interface to view pending batch @@ -34092,31 +29415,22 @@ httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, httemplate/browse/nas.cgi, httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, httemplate/browse/queue.cgi, httemplate/browse/svc_acct_pop.cgi, httemplate/edit/agent.cgi, httemplate/edit/agent_type.cgi, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, - httemplate/edit/part_referral.cgi, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, - httemplate/edit/svc_forward.cgi, httemplate/misc/catchall.cgi, + httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, + httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, + httemplate/misc/catchall.cgi, httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_main.cgi, - httemplate/search/cust_pkg.cgi, httemplate/search/svc_acct.cgi, - httemplate/search/svc_acct_sm.cgi, - httemplate/search/svc_domain.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, - httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi: - get rid of header foo in individual templates - -2001-10-30 06:28 ivan - - * httemplate/docs/: install.html, upgrade8.html: docu + httemplate/search/cust_main.cgi, httemplate/search/cust_pkg.cgi, + httemplate/search/svc_acct.cgi, httemplate/search/svc_domain.cgi, + httemplate/view/cust_bill.cgi, httemplate/view/cust_main.cgi, + httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, + httemplate/view/svc_forward.cgi: get rid of header foo in + individual templates 2001-10-30 06:20 ivan @@ -34133,11 +29447,9 @@ 2001-10-30 05:47 ivan - * Makefile, FS/bin/freeside-adduser, conf/address, conf/domain, - conf/secrets, conf/shells, conf/smtpmachine, - httemplate/docs/install.html: `make create-config' installs - default config (conf dir update) freeside-adduser uses default - secrets file + * Makefile, FS/bin/freeside-adduser, conf/shells, conf/smtpmachine: + `make create-config' installs default config (conf dir update) + freeside-adduser uses default secrets file 2001-10-30 04:38 ivan @@ -34145,29 +29457,22 @@ 2001-10-30 04:35 ivan - * Makefile, httemplate/docs/install.html: makefile typo + * Makefile: makefile typo 2001-10-30 03:47 ivan * Makefile, FS/bin/freeside-adduser, httemplate/docs/admin.html, - httemplate/docs/config.html, httemplate/docs/index.html, - httemplate/docs/install.html: whew more install docs and - automation + httemplate/docs/index.html: whew more install docs and automation 2001-10-30 02:20 ivan - * Makefile, FS/MANIFEST, FS/FS/Conf.pm, FS/bin/freeside-adduser, - httemplate/docs/install.html: setup/config updates. getting - easier... + * Makefile, FS/MANIFEST, FS/FS/Conf.pm, FS/bin/freeside-adduser: + setup/config updates. getting easier... 2001-10-29 13:22 ivan * Makefile: fix make clean -2001-10-29 12:54 ivan - - * httemplate/docs/install.html: doc typo - 2001-10-29 12:53 ivan * FS/FS/svc_forward.pm: methods for getting the associated svc_acct @@ -34179,31 +29484,25 @@ 2001-10-26 03:24 ivan - * FS/FS/CGI.pm, htetc/global.asa, htetc/handler.pl, - httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, + * FS/FS/CGI.pm, htetc/handler.pl, httemplate/browse/agent.cgi, + httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, httemplate/browse/nas.cgi, httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, httemplate/browse/queue.cgi, httemplate/browse/svc_acct_pop.cgi, httemplate/edit/agent.cgi, httemplate/edit/agent_type.cgi, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, - httemplate/edit/part_referral.cgi, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, - httemplate/edit/svc_forward.cgi, httemplate/misc/catchall.cgi, + httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, + httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, + httemplate/misc/catchall.cgi, httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_main.cgi, - httemplate/search/cust_pkg.cgi, httemplate/search/svc_acct.cgi, - httemplate/search/svc_acct_sm.cgi, - httemplate/search/svc_domain.cgi, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, - httemplate/view/svc_domain.cgi, httemplate/view/svc_forward.cgi: - cache foo *sigh* + httemplate/search/cust_main.cgi, httemplate/search/cust_pkg.cgi, + httemplate/search/svc_acct.cgi, httemplate/search/svc_domain.cgi, + httemplate/view/cust_bill.cgi, httemplate/view/cust_main.cgi, + httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi, + httemplate/view/svc_forward.cgi: cache foo *sigh* 2001-10-26 02:50 ivan @@ -34231,15 +29530,9 @@ * FS/FS.pm, FS/MANIFEST, FS/FS/Conf.pm, FS/FS/ConfItem.pm, FS/FS/svc_acct.pm, FS/FS/svc_domain.pm, FS/t/ConfItem.t, - bin/fs-setup, bin/svc_acct.export, conf/registries/internic/from, - conf/registries/internic/nameservers, - conf/registries/internic/tech_contact, - conf/registries/internic/template, conf/registries/internic/to, - fs_webdemo/registerd.Pg, httemplate/index.html, - httemplate/config/config-process.cgi, - httemplate/config/config-view.cgi, httemplate/docs/config.html, - httemplate/docs/install.html, httemplate/search/svc_acct.cgi: - preliminary web config editor + httemplate/index.html, httemplate/config/config-process.cgi, + httemplate/config/config-view.cgi, + httemplate/search/svc_acct.cgi: preliminary web config editor new config files: username-ampersand, passwordmax @@ -34249,11 +29542,6 @@ documentation updates -2001-10-23 17:59 ivan - - * httemplate/browse/queue.cgi: Can't find string terminator "!" - anywhere before EOF at queue.cgi line 42 - 2001-10-23 13:53 ivan * FS/bin/freeside-queued: Pg: FOR UPDATE LIMIT 1 mysql: LIMIT 1 FOR @@ -34261,15 +29549,6 @@ greeeat. -2001-10-23 11:57 ivan - - * httemplate/docs/: config.html, install.html: document how to set - MySQL with BDB default tables - -2001-10-23 11:15 ivan - - * bin/fs-setup: mysql fixes - 2001-10-22 07:48 ivan * FS/FS/svc_acct.pm: fix dir check @@ -34289,43 +29568,18 @@ 2001-10-20 05:17 ivan - * README.1.4.0pre3-4, FS/FS/cust_main.pm, FS/FS/part_pkg.pm, - bin/fs-setup, htetc/global.asa, htetc/handler.pl, + * FS/FS/cust_main.pm, FS/FS/part_pkg.pm, htetc/handler.pl, httemplate/browse/part_pkg.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html, httemplate/edit/part_pkg.cgi, - httemplate/edit/svc_acct.cgi, + httemplate/edit/part_pkg.cgi, httemplate/edit/svc_acct.cgi, httemplate/edit/process/cust_main.cgi, httemplate/edit/process/part_pkg.cgi: setup and recurring fee tax exempt flags, UI to edit rework part_pkg editing UI some more -2001-10-18 08:49 jeff - - * fs_selfadmin/FS-MailAdminServer/cgi/mailadmin.cgi: tyop ... or - something - -2001-10-18 08:30 jeff - - * fs_selfadmin/README: rudimentary self-admin instructions - -2001-10-18 08:04 jeff - - * fs_selfadmin/: fs_mailadmin_server, - FS-MailAdminServer/MailAdminClient.pm, - FS-MailAdminServer/fs_mailadmind, - FS-MailAdminServer/cgi/mailadmin.cgi: preliminary self - administration - -2001-10-16 13:33 jeff - - * bin/svc_acct.export: added slipip insertion for icradius and - vpopmail restart config - 2001-10-15 07:58 ivan - * FS/FS/cust_pkg.pm, htetc/global.asa, htetc/handler.pl, + * FS/FS/cust_pkg.pm, htetc/handler.pl, httemplate/edit/REAL_cust_pkg.cgi, - httemplate/edit/process/REAL_cust_pkg.cgi, - httemplate/view/cust_pkg.cgi: date editing + httemplate/edit/process/REAL_cust_pkg.cgi: date editing 2001-10-15 05:16 ivan @@ -34352,22 +29606,15 @@ 2001-10-15 03:42 ivan - * README.1.4.0pre3-4, FS/FS/cust_main.pm, FS/FS/part_pkg.pm, - bin/fs-setup, httemplate/browse/part_pkg.cgi, - httemplate/docs/config.html, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html, httemplate/edit/part_pkg.cgi, - httemplate/edit/part_svc.cgi, + * FS/FS/cust_main.pm, FS/FS/part_pkg.pm, + httemplate/browse/part_pkg.cgi, httemplate/docs/schema.html, + httemplate/edit/part_pkg.cgi, httemplate/edit/part_svc.cgi, httemplate/edit/process/part_pkg.cgi: price plans web gui 1st pass, oh my -2001-10-12 08:26 ivan - - * httemplate/browse/queue.cgi: add (as yet inactive) retry & remove - links - 2001-10-11 10:46 ivan - * htetc/: global.asa, handler.pl: price plan uI! + * htetc/handler.pl: price plan uI! 2001-10-11 10:44 ivan @@ -34396,22 +29643,15 @@ 2001-10-09 16:10 ivan - * README.1.4.0pre3-4, FS/FS/cust_credit.pm, FS/FS/cust_main.pm, - FS/FS/cust_pay.pm, FS/FS/cust_pkg.pm, - httemplate/docs/config.html, httemplate/docs/install.html, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html, - bin/fs-setup: add `unsuspendauto' config file: enable the - automatic unsuspension of suspended packages when a customer's - balance due changes from positive to zero or negative as the - result of a payment or credit + * FS/FS/cust_credit.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, + FS/FS/cust_pkg.pm, httemplate/docs/schema.html: add + `unsuspendauto' config file: enable the automatic unsuspension of + suspended packages when a customer's balance due changes from + positive to zero or negative as the result of a payment or credit add cust_pkg.manual_flag to disable this behaviour per customer package (no UI to set this yet) -2001-10-09 06:16 ivan - - * httemplate/docs/install.html: update mysql links - 2001-10-09 00:16 ivan * httemplate/edit/process/part_svc.cgi: that was a confusing bug to @@ -34422,15 +29662,10 @@ * FS/FS/cust_pkg.pm: fix syntax error in newly-enabled insert sub, sheesh -2001-10-02 13:07 ivan - - * httemplate/docs/upgrade8.html: doc clarification (?) - 2001-10-02 09:00 jeff - * README.1.4.0pre3-4, FS/FS/cust_pay_batch.pm, bin/fs-setup, - httemplate/docs/upgrade8.html: add pkey to batch payments and fix - a doc typo + * FS/FS/cust_pay_batch.pm: add pkey to batch payments and fix a doc + typo 2001-10-02 04:10 ivan @@ -34451,30 +29686,12 @@ 2001-09-30 13:30 ivan - * FS/FS/svc_acct.pm, httemplate/docs/config.html: - username-uppercase config file - -2001-09-30 00:55 ivan - - * fs_webdemo/registerd.Pg: purge message - -2001-09-27 21:33 ivan - - * httemplate/docs/install.html: ssh recommendations + * FS/FS/svc_acct.pm: username-uppercase config file 2001-09-27 14:49 ivan * FS/FS/svc_acct_pop.pm: not used -2001-09-27 14:37 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: it's 2001 now. - -2001-09-27 14:32 ivan - - * fs_signup/FS-SignupClient/cgi/: signup.cgi, signup.html: - popSELECTOR! - 2001-09-27 14:12 ivan * httemplate/edit/: cust_main.cgi, svc_acct.cgi: popSELECTOR @@ -34490,17 +29707,12 @@ * httemplate/view/svc_acct.cgi: fix for pre-1.4.0 accounts with no domsvc -2001-09-26 04:34 ivan - - * README.1.4.0pre3-4: index oops - 2001-09-26 02:17 ivan - * README.1.4.0pre3-4, FS/FS.pm, FS/MANIFEST, - FS/FS/cust_credit_bill.pm, FS/FS/cust_main.pm, - FS/FS/part_pop_local.pm, FS/FS/svc_acct_pop.pm, - FS/t/part_pop_local.t, bin/fs-setup, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html: add part_pop_local table + * FS/FS.pm, FS/MANIFEST, FS/FS/cust_credit_bill.pm, + FS/FS/cust_main.pm, FS/FS/part_pop_local.pm, + FS/FS/svc_acct_pop.pm, FS/t/part_pop_local.t, + httemplate/docs/schema.html: add part_pop_local table 2001-09-25 11:03 ivan @@ -34509,13 +29721,12 @@ 2001-09-25 11:01 ivan - * FS/FS/cust_main.pm, httemplate/docs/config.html: add - emailinvoiceonly config file and begin to use it + * FS/FS/cust_main.pm: add emailinvoiceonly config file and begin to + use it 2001-09-25 08:55 ivan - * FS/FS/cust_main.pm, httemplate/docs/config.html: - Business::OnlinePayment::BankOfAmerica + * FS/FS/cust_main.pm: Business::OnlinePayment::BankOfAmerica 2001-09-24 17:05 ivan @@ -34545,8 +29756,7 @@ 2001-09-19 14:06 ivan - * README.1.4.0pre3-4, FS/MANIFEST, FS/FS/svc_acct.pm, - FS/bin/freeside-apply-credits, httemplate/docs/config.html: + * FS/: MANIFEST, FS/svc_acct.pm, bin/freeside-apply-credits: directory hashing remove jeff's lib patch from freeside-apply-credits add freeside-apply-credits to MANIFEST README for pre3-4 @@ -34579,10 +29789,9 @@ 2001-09-16 05:45 ivan * FS/FS/Record.pm, FS/FS/cust_main_invoice.pm, FS/FS/svc_acct.pm, - httemplate/index.html, httemplate/docs/config.html, - httemplate/search/cust_main.cgi, httemplate/view/cust_main.cgi: - fix oops in FS::cust_main_invoice::replace preventing package - cancellation + httemplate/index.html, httemplate/search/cust_main.cgi, + httemplate/view/cust_main.cgi: fix oops in + FS::cust_main_invoice::replace preventing package cancellation add toggle switch to cust_main searching to show/hide cancelled customers. hidecancelledcustomers config file is just which @@ -34599,10 +29808,6 @@ * FS/FS/Record.pm: s/croak/confess/ -2001-09-12 08:54 ivan - - * httemplate/docs/: install.html, upgrade8.html: mason warnings - 2001-09-12 08:45 ivan * FS/FS/part_svc.pm: oops @@ -34610,25 +29815,19 @@ 2001-09-11 16:44 ivan * FS/FS/part_svc.pm, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, - httemplate/edit/svc_forward.cgi, httemplate/view/svc_acct.cgi: - radius attributes & default/fixed values should work again now + httemplate/edit/svc_domain.cgi, httemplate/edit/svc_forward.cgi, + httemplate/view/svc_acct.cgi: radius attributes & default/fixed + values should work again now 2001-09-11 15:20 ivan * FS/FS/svc_Common.pm, bin/fs-radius-add-check, - bin/fs-radius-add-reply, bin/fs-setup, bin/svc_acct.export: fix - radius attribute adding + bin/fs-radius-add-reply: fix radius attribute adding 2001-09-11 14:58 ivan * FS/bin/freeside-queued: usage sub -2001-09-11 13:59 ivan - - * httemplate/edit/svc_acct_sm.cgi: persistance problem not clearing - variables between runs - 2001-09-11 13:44 ivan * httemplate/search/svc_acct.cgi: getting "you should run the @@ -34676,39 +29875,23 @@ * FS/bin/freeside-queued: rar -2001-09-11 04:28 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: signup server fix! - -2001-09-11 04:03 ivan - - * fs_signup/FS-SignupClient/cgi/: signup.cgi, signup.html: missing - quote in new template - 2001-09-11 03:05 ivan * httemplate/edit/process/quick-cust_pkg.cgi: s/die/ediot/ 2001-09-11 02:56 ivan - * README.1.4.0pre2-3, httemplate/edit/process/quick-cust_pkg.cgi, - httemplate/view/cust_main.cgi: fix quick order - -2001-09-10 21:44 ivan - - * httemplate/browse/queue.cgi: web queue view + * httemplate/: edit/process/quick-cust_pkg.cgi, view/cust_main.cgi: + fix quick order 2001-09-10 21:17 ivan - * FS/FS/svc_acct.pm, httemplate/docs/config.html: username-noperiod - config file + * FS/FS/svc_acct.pm: username-noperiod config file 2001-09-10 20:15 ivan - * README.1.4.0pre2-3, FS/FS/cust_main.pm, FS/FS/svc_acct.pm, - FS/bin/freeside-queued, httemplate/docs/config.html, - httemplate/docs/export.html, httemplate/edit/part_svc.cgi: cyrus - support + * FS/FS/cust_main.pm, FS/FS/svc_acct.pm, FS/bin/freeside-queued, + httemplate/edit/part_svc.cgi: cyrus support 2001-09-10 18:09 ivan @@ -34716,28 +29899,22 @@ 2001-09-10 17:08 ivan - * README.1.4.0pre2-3, FS/FS.pm, FS/MANIFEST, FS/FS/Record.pm, + * FS/FS.pm, FS/MANIFEST, FS/FS/Record.pm, FS/FS/cust_credit_bill.pm, FS/FS/cust_main.pm, FS/FS/part_svc.pm, - FS/FS/queue.pm, FS/FS/queue_arg.pm, FS/bin/freeside-bill, - FS/bin/freeside-queued, FS/t/queue.t, FS/t/queue_arg.t, - htetc/handler.pl, httemplate/index.html, - httemplate/browse/part_svc.cgi, httemplate/docs/install.html, - httemplate/docs/schema.html, httemplate/docs/upgrade8.html, - httemplate/edit/part_svc.cgi, + FS/FS/queue.pm, FS/FS/queue_arg.pm, FS/bin/freeside-queued, + FS/t/queue.t, FS/t/queue_arg.t, htetc/handler.pl, + httemplate/index.html, httemplate/browse/part_svc.cgi, + httemplate/docs/schema.html, httemplate/edit/part_svc.cgi, httemplate/edit/process/part_svc.cgi, httemplate/search/cust_main.cgi: faster (cached) fuzzy searches prelim. job queues! fixed part_svc editing 2001-09-10 17:07 ivan - * bin/: freeside-init, fs-migrate-part_svc, fs-setup: fixing + * bin/: freeside-init, fs-migrate-part_svc: fixing fs-migrate-part_svc updateing fs-setup for job queues freeside-init for starting freeside-queued -2001-09-07 17:28 khoff - - * bin/fs-setup: First post. Sorry. Missing comma. - 2001-09-07 13:49 ivan * FS/FS/part_svc_column.pm: oops, forgot to add this @@ -34753,28 +29930,22 @@ 2001-09-07 13:17 ivan * FS/MANIFEST, FS/FS/raddb.pm, FS/FS/svc_acct.pm, FS/t/raddb.t, - bin/fs-radius-add-check, bin/fs-radius-add-reply, bin/fs-setup, + bin/fs-radius-add-check, bin/fs-radius-add-reply, bin/generate-raddb: fix RADIUS attribute capitalization -2001-09-06 14:43 ivan - - * httemplate/docs/: install.html, postgresql.html: no more pg - RADIUS silliness - 2001-09-06 14:20 ivan * FS/FS/svc_acct.pm, httemplate/docs/schema.html: doc 2001-09-06 13:41 ivan - * README.1.4.0pre2-3, FS/FS.pm, FS/MANIFEST, FS/FS/UID.pm, - FS/FS/part_svc.pm, FS/FS/svc_Common.pm, FS/FS/svc_acct.pm, - FS/FS/svc_acct_sm.pm, FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, - FS/FS/svc_www.pm, FS/t/part_svc_column.t, + * FS/FS.pm, FS/MANIFEST, FS/FS/UID.pm, FS/FS/part_svc.pm, + FS/FS/svc_Common.pm, FS/FS/svc_acct.pm, FS/FS/svc_domain.pm, + FS/FS/svc_forward.pm, FS/FS/svc_www.pm, FS/t/part_svc_column.t, bin/fs-migrate-part_svc, bin/fs-migrate-payref, - bin/fs-radius-add-check, bin/fs-radius-add-reply, bin/fs-setup, + bin/fs-radius-add-check, bin/fs-radius-add-reply, httemplate/browse/part_svc.cgi, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html, httemplate/edit/part_svc.cgi, + httemplate/edit/part_svc.cgi, httemplate/edit/process/part_svc.cgi: finally fix part_svc!!! 2001-09-04 08:12 ivan @@ -34790,49 +29961,17 @@ * FS/FS/cust_pkg.pm, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, httemplate/browse/part_svc.cgi, httemplate/docs/admin.html, httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, httemplate/edit/process/quick-cust_pkg.cgi, httemplate/view/cust_main.cgi: new admin documentation, quick one-pkg order -2001-09-04 04:15 ivan - - * bin/fs-setup: rar - -2001-09-04 04:15 ivan - - * bin/fs-setup: much better - -2001-09-04 04:14 ivan - - * bin/fs-setup: tyops - -2001-09-04 04:03 ivan - - * bin/fs-setup, httemplate/docs/config.html: silly syntax error and - doc updates - -2001-09-04 02:55 ivan - - * httemplate/docs/install.html: better installation instructions - -2001-09-04 02:54 ivan - - * htetc/global.asa: hehe, this should help out everybody without - DBIx::Profile (i.e. everybody) - -2001-09-03 15:16 ivan - - * bin/fs-setup: this too - 2001-09-03 15:07 ivan * FS/FS/cust_bill.pm, FS/FS/cust_bill_pay.pm, FS/FS/cust_main.pm, - FS/FS/cust_pay.pm, FS/FS/cust_svc.pm, FS/bin/freeside-bill, - httemplate/docs/signup.html, httemplate/docs/upgrade8.html, - httemplate/edit/cust_credit.cgi, + FS/FS/cust_pay.pm, FS/FS/cust_svc.pm, + httemplate/docs/signup.html, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/misc/bill.cgi, @@ -34867,28 +30006,19 @@ 2001-09-01 21:25 ivan - * FS/: FS.pm, MANIFEST, test.pl, FS/cust_bill_pay.pm, - FS/cust_main.pm, FS/cust_refund.pm, t/CGI.t, t/CGIwrapper.t, - t/Conf.t, t/Record.t, t/UID.t, t/agent.t, t/agent_type.t, - t/cust_bill.t, t/cust_bill_pay.t, t/cust_bill_pkg.t, - t/cust_credit.t, t/cust_credit_bill.t, t/cust_credit_refund.t, - t/cust_main.t, t/cust_main_county.t, t/cust_main_invoice.t, - t/cust_pay.t, t/cust_pay_batch.t, t/cust_pkg.t, t/cust_refund.t, - t/cust_svc.t, t/domain_record.t, t/nas.t, t/part_pkg.t, - t/part_referral.t, t/part_svc.t, t/pkg_svc.t, t/port.t, - t/prepay_credit.t, t/session.t, t/svc_Common.t, t/svc_acct.t, - t/svc_acct_pop.t, t/svc_acct_sm.t, t/svc_domain.t, + * FS/: FS.pm, MANIFEST, FS/cust_bill_pay.pm, FS/cust_main.pm, + FS/cust_refund.pm, t/CGI.t, t/Conf.t, t/Record.t, t/UID.t, + t/agent.t, t/agent_type.t, t/cust_bill.t, t/cust_bill_pay.t, + t/cust_bill_pkg.t, t/cust_credit.t, t/cust_credit_bill.t, + t/cust_credit_refund.t, t/cust_main.t, t/cust_main_county.t, + t/cust_main_invoice.t, t/cust_pay.t, t/cust_pay_batch.t, + t/cust_pkg.t, t/cust_refund.t, t/cust_svc.t, t/domain_record.t, + t/nas.t, t/part_pkg.t, t/part_referral.t, t/part_svc.t, + t/pkg_svc.t, t/port.t, t/prepay_credit.t, t/session.t, + t/svc_Common.t, t/svc_acct.t, t/svc_acct_pop.t, t/svc_domain.t, t/svc_forward.t, t/svc_www.t, t/type_pkgs.t: lame testsuite and the embarassing fixes in it found -2001-09-01 20:42 ivan - - * httemplate/docs/upgrade8.html: really. backup. - -2001-09-01 20:20 ivan - - * httemplate/docs/upgrade8.html: upgrade - 2001-09-01 19:53 jeff * FS/bin/freeside-apply-credits: adding a credit apply utility @@ -34896,9 +30026,8 @@ 2001-09-01 19:46 ivan * FS/FS/cust_bill_pay.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, - FS/FS/cust_refund.pm, bin/fs-setup, httemplate/docs/schema.html, - httemplate/docs/upgrade8.html: cust_refund and cust_pay get - custnums + FS/FS/cust_refund.pm, httemplate/docs/schema.html: cust_refund + and cust_pay get custnums 2001-09-01 18:27 ivan @@ -34907,19 +30036,13 @@ cust_refund.pm: more udpates for the new world of unapplied stuff. yay. -2001-09-01 16:41 ivan - - * httemplate/docs/upgrade8.html: cust_bill_pay and - cust_credit_refund - 2001-09-01 15:28 jeff - * FS/FS/cust_main.pm, httemplate/docs/upgrade8.html: haste makes - waste... and left a method out + * FS/FS/cust_main.pm: haste makes waste... and left a method out 2001-09-01 15:18 ivan - * FS/FS/cust_credit_bill.pm, bin/fs-setup: add primary key + * FS/FS/cust_credit_bill.pm: add primary key 2001-09-01 15:01 ivan @@ -34932,8 +30055,7 @@ 2001-09-01 14:52 jeff * FS/MANIFEST, FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, - FS/FS/cust_credit_bill.pm, FS/FS/cust_main.pm, bin/fs-setup, - httemplate/docs/upgrade8.html, + FS/FS/cust_credit_bill.pm, FS/FS/cust_main.pm, httemplate/edit/cust_credit_bill.cgi, httemplate/edit/process/cust_credit_bill.cgi, httemplate/view/cust_main.cgi: add cust_credit_bill relating @@ -34943,14 +30065,10 @@ * FS/FS/cust_bill_pay.pm, FS/FS/cust_credit_refund.pm, FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_refund.pm, - bin/fs-setup, httemplate/docs/schema.html: cust_bill_pay and + httemplate/docs/schema.html: cust_bill_pay and cust_credit_refund. payments can apply to multiple invoices and refunds can apply to multiple credits. -2001-09-01 05:35 ivan - - * httemplate/search/cust_bill.cgi: totals - 2001-08-31 02:20 ivan * FS/FS/Record.pm: check US zips more strictly @@ -34975,10 +30093,7 @@ 2001-08-30 09:23 ivan - * fs_signup/FS-SignupClient/cgi/signup.cgi, - fs_signup/FS-SignupClient/cgi/signup.html, - fs_signup/FS-SignupClient/cgi/success.html, - httemplate/docs/signup.html: update signup server: template form + * httemplate/docs/signup.html: update signup server: template form and success html, document 2001-08-30 08:30 ivan @@ -34989,25 +30104,14 @@ * httemplate/edit/agent.cgi: ui -2001-08-29 01:45 ivan - - * bin/fs-setup, httemplate/docs/upgrade8.html: catchall *can* be - NULL - 2001-08-28 09:58 ivan - * fs_signup/fs_signup_server, - fs_signup/FS-SignupClient/SignupClient.pm, - fs_signup/FS-SignupClient/fs_signupd, - fs_signup/FS-SignupClient/cgi/signup.cgi, - httemplate/docs/signup.html, httemplate/docs/upgrade8.html, - httemplate/search/cust_main.cgi: customer-to-customer referrals - in singup server + * httemplate/: docs/signup.html, search/cust_main.cgi: + customer-to-customer referrals in singup server 2001-08-28 07:34 ivan - * FS/FS/cust_main.pm, httemplate/docs/config.html, - httemplate/docs/upgrade8.html, httemplate/edit/cust_main.cgi, + * FS/FS/cust_main.pm, httemplate/edit/cust_main.cgi, httemplate/search/cust_main.cgi, httemplate/view/cust_main.cgi: customer-to-customer referrals! @@ -35030,12 +30134,10 @@ 2001-08-21 02:34 ivan - * FS/FS/Record.pm, FS/FS/UID.pm, FS/bin/freeside-bill, - htetc/global.asa, httemplate/browse/agent.cgi, + * FS/FS/Record.pm, FS/FS/UID.pm, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, httemplate/browse/svc_acct_pop.cgi: no more &swapuid 2001-08-20 20:03 ivan @@ -35046,13 +30148,13 @@ 2001-08-20 19:44 ivan * FS/FS/domain_record.pm, FS/FS/prepay_credit.pm, FS/FS/svc_www.pm, - FS/bin/freeside-print-batch, eg/TEMPLATE_cust_main.import, - eg/table_template-svc.pm: remove $Log$ + eg/TEMPLATE_cust_main.import, eg/table_template-svc.pm: remove + $Log$ 2001-08-20 19:43 ivan - * bin/: dbdef-create, fs-migrate-svc_acct_sm, svc_acct_sm.import: i - think svc_acct_sm.import should go away, but... + * bin/fs-migrate-svc_acct_sm: i think svc_acct_sm.import should go + away, but... 2001-08-20 19:32 ivan @@ -35061,28 +30163,23 @@ 2001-08-20 19:31 ivan * httemplate/: browse/agent.cgi, browse/agent_type.cgi, - browse/part_pkg.cgi, browse/part_referral.cgi, - browse/svc_acct_pop.cgi, edit/agent.cgi, edit/agent_type.cgi, - edit/cust_credit.cgi, edit/cust_main_county-expand.cgi, - edit/cust_main_county.cgi, edit/cust_pay.cgi, edit/cust_pkg.cgi, - edit/part_pkg.cgi, edit/part_referral.cgi, edit/svc_acct_pop.cgi, - edit/svc_acct_sm.cgi, edit/svc_domain.cgi, edit/svc_forward.cgi, + browse/part_pkg.cgi, browse/svc_acct_pop.cgi, edit/agent.cgi, + edit/agent_type.cgi, edit/cust_credit.cgi, + edit/cust_main_county-expand.cgi, edit/cust_pay.cgi, + edit/cust_pkg.cgi, edit/part_pkg.cgi, edit/svc_acct_pop.cgi, + edit/svc_domain.cgi, edit/svc_forward.cgi, edit/process/agent.cgi, edit/process/agent_type.cgi, - edit/process/cust_credit.cgi, edit/process/cust_main_county.cgi, - edit/process/cust_pay.cgi, edit/process/cust_pkg.cgi, - edit/process/part_pkg.cgi, edit/process/part_referral.cgi, + edit/process/cust_credit.cgi, edit/process/cust_pay.cgi, + edit/process/cust_pkg.cgi, edit/process/part_pkg.cgi, edit/process/svc_acct.cgi, edit/process/svc_acct_pop.cgi, - edit/process/svc_acct_sm.cgi, edit/process/svc_domain.cgi, - edit/process/svc_forward.cgi, misc/bill.cgi, - misc/cancel-unaudited.cgi, misc/cancel_pkg.cgi, - misc/catchall.cgi, misc/delete-customer.cgi, misc/expire_pkg.cgi, - misc/link.cgi, misc/print-invoice.cgi, misc/susp_pkg.cgi, + edit/process/svc_domain.cgi, edit/process/svc_forward.cgi, + misc/bill.cgi, misc/cancel-unaudited.cgi, misc/catchall.cgi, + misc/delete-customer.cgi, misc/link.cgi, misc/print-invoice.cgi, misc/unsusp_pkg.cgi, misc/process/catchall.cgi, misc/process/delete-customer.cgi, misc/process/link.cgi, - search/cust_bill.cgi, search/svc_acct_sm.cgi, - search/svc_domain.cgi, view/cust_bill.cgi, view/cust_pkg.cgi, - view/svc_acct.cgi, view/svc_acct_sm.cgi, view/svc_domain.cgi, - view/svc_forward.cgi: remove $Log$ messages. whew. + search/svc_domain.cgi, view/cust_bill.cgi, view/svc_acct.cgi, + view/svc_domain.cgi, view/svc_forward.cgi: remove $Log$ messages. + whew. 2001-08-20 19:16 ivan @@ -35099,10 +30196,6 @@ * FS/FS/: svc_acct.pm, svc_domain.pm, svc_forward.pm: fix some silly syntax errors -2001-08-20 11:43 jeff - - * htdocs/docs/upgrade8.html: one that got away - 2001-08-20 06:10 ivan * FS/FS/svc_domain.pm: use var @@ -35128,17 +30221,16 @@ 2001-08-20 02:41 ivan - * FS/FS/: svc_acct.pm, svc_acct_sm.pm, svc_domain.pm, - svc_forward.pm: dtrt when deleting accouts wrt forwards, - catchalls & other references to svc_acct records + * FS/FS/: svc_acct.pm, svc_domain.pm, svc_forward.pm: dtrt when + deleting accouts wrt forwards, catchalls & other references to + svc_acct records depreciate svc_acct_sm further; move qmail catchall handling to svc_domain 2001-08-20 02:38 ivan - * httemplate/docs/: config.html, export.html, schema.html: - documentation updates + * httemplate/docs/schema.html: documentation updates 2001-08-19 08:53 jeff @@ -35153,23 +30245,11 @@ httemplate/view/svc_forward.cgi: added user interface for svc_forward and vpopmail support -2001-08-19 06:50 ivan - - * bin/fs-setup, httemplate/docs/upgrade8.html: indices on cust_main - ship_last and ship_country - 2001-08-19 03:25 ivan * bin/svc_acct.import: add system shells to @FS::svc_acct:shells on the fly, fixes: ticket #88 -2001-08-19 02:08 ivan - - * TODO: this is what i fed to RT, might as well check it in. - - no further modifications to TODO. everything is in the ticketing - system now. - 2001-08-19 01:32 ivan * httemplate/search/cust_pkg.cgi: display bill and service @@ -35200,7 +30280,6 @@ 2001-08-17 04:05 ivan * httemplate/: browse/cust_main_county.cgi, - edit/cust_main_county.cgi, edit/process/cust_main_county-collapse.cgi, edit/process/cust_main_county-expand.cgi: clean up tax rate editing: sort by country->state->county, add "collapse state" @@ -35209,7 +30288,7 @@ 2001-08-17 03:57 ivan - * bin/: dbdef-create, svc_acct.export, svc_acct.import: gah + * bin/svc_acct.import: gah 2001-08-17 03:57 ivan @@ -35217,8 +30296,7 @@ 2001-08-17 03:55 ivan - * FS/FS/cust_main.pm, httemplate/docs/config.html: - Business::OnlinePayment + * FS/FS/cust_main.pm: Business::OnlinePayment 2001-08-17 03:53 ivan @@ -35228,11 +30306,6 @@ * CREDITS: thanks jeff! -2001-08-17 03:52 ivan - - * fs_signup/fs_signup_server: fix email invoice to the - being-creted-account bug - 2001-08-15 03:04 ivan * httemplate/search/: cust_pkg.cgi, svc_acct.cgi: remove (some of @@ -35247,72 +30320,6 @@ * httemplate/edit/process/cust_main.cgi: properly massage ship_state & work okay when no initial pkg is selected -2001-08-12 18:07 ivan - - * htdocs/: docs/config.html, index.html, browse/agent.cgi, - browse/agent_type.cgi, browse/cust_main_county.cgi, - browse/nas.cgi, browse/part_pkg.cgi, browse/part_referral.cgi, - browse/part_svc.cgi, browse/svc_acct_pop.cgi, docs/admin.html, - docs/billing.html, docs/export.html, docs/index.html, - docs/install.html, docs/legacy.html, docs/overview.dia, - docs/overview.png, docs/passwd.html, docs/postgresql.html, - docs/schema.html, docs/session.html, docs/signup.html, - docs/trouble.html, docs/upgrade.html, docs/upgrade2.html, - docs/upgrade3.html, docs/upgrade4.html, docs/upgrade5.html, - docs/upgrade6.html, docs/upgrade7.html, docs/man/FS.html, - docs/man/FS/Bill.html, docs/man/FS/CGI.html, - docs/man/FS/CGIwrapper.html, docs/man/FS/Conf.html, - docs/man/FS/Invoice.html, docs/man/FS/Record.html, - docs/man/FS/SSH.html, docs/man/FS/SessionClient.html, - docs/man/FS/SignupClient.html, docs/man/FS/UID.html, - docs/man/FS/agent.html, docs/man/FS/agent_type.html, - docs/man/FS/cust_bill.html, docs/man/FS/cust_bill_pkg.html, - docs/man/FS/cust_credit.html, docs/man/FS/cust_main.html, - docs/man/FS/cust_main_county.html, - docs/man/FS/cust_main_invoice.html, docs/man/FS/cust_pay.html, - docs/man/FS/cust_pay_batch.html, docs/man/FS/cust_pkg.html, - docs/man/FS/cust_refund.html, docs/man/FS/cust_svc.html, - docs/man/FS/dbdef.html, docs/man/FS/dbdef_colgroup.html, - docs/man/FS/dbdef_column.html, docs/man/FS/dbdef_index.html, - docs/man/FS/dbdef_table.html, docs/man/FS/dbdef_unique.html, - docs/man/FS/domain_record.html, docs/man/FS/nas.html, - docs/man/FS/part_pkg.html, docs/man/FS/part_referral.html, - docs/man/FS/part_svc.html, docs/man/FS/pkg_svc.html, - docs/man/FS/port.html, docs/man/FS/prepay_credit.html, - docs/man/FS/session.html, docs/man/FS/svc_Common.html, - docs/man/FS/svc_acct.html, docs/man/FS/svc_acct_pop.html, - docs/man/FS/svc_acct_sm.html, docs/man/FS/svc_domain.html, - docs/man/FS/svc_www.html, docs/man/FS/type_pkgs.html, - docs/man/FS/UI/Base.html, docs/man/FS/UI/CGI.html, - docs/man/FS/UI/Gtk.html, docs/man/FS/UI/agent.html, - edit/agent.cgi, edit/agent_type.cgi, edit/cust_credit.cgi, - edit/cust_main.cgi, edit/cust_main_county-expand.cgi, - edit/cust_main_county.cgi, edit/cust_pay.cgi, edit/cust_pkg.cgi, - edit/part_pkg.cgi, edit/part_referral.cgi, edit/part_svc.cgi, - edit/svc_acct.cgi, edit/svc_acct_pop.cgi, edit/svc_acct_sm.cgi, - edit/svc_domain.cgi, edit/process/agent.cgi, - edit/process/agent_type.cgi, edit/process/cust_credit.cgi, - edit/process/cust_main.cgi, - edit/process/cust_main_county-expand.cgi, - edit/process/cust_main_county.cgi, edit/process/cust_pay.cgi, - edit/process/cust_pkg.cgi, edit/process/part_pkg.cgi, - edit/process/part_referral.cgi, edit/process/part_svc.cgi, - edit/process/svc_acct.cgi, edit/process/svc_acct_pop.cgi, - edit/process/svc_acct_sm.cgi, edit/process/svc_domain.cgi, - images/mid-logo.png, images/small-logo.png, misc/bill.cgi, - misc/cancel-unaudited.cgi, misc/cancel_pkg.cgi, - misc/delete-customer.cgi, misc/expire_pkg.cgi, misc/link.cgi, - misc/print-invoice.cgi, misc/susp_pkg.cgi, misc/unsusp_pkg.cgi, - misc/process/delete-customer.cgi, misc/process/link.cgi, - search/cust_bill.cgi, search/cust_bill.html, - search/cust_main-payinfo.html, search/cust_main.cgi, - search/cust_main.html, search/cust_pkg.cgi, search/svc_acct.cgi, - search/svc_acct.html, search/svc_acct_sm.cgi, - search/svc_acct_sm.html, search/svc_domain.cgi, - search/svc_domain.html, view/cust_bill.cgi, view/cust_main.cgi, - view/cust_pkg.cgi, view/svc_acct.cgi, view/svc_acct_sm.cgi, - view/svc_domain.cgi, .htaccess: removing - 2001-08-12 18:00 ivan * httemplate/docs/schema.html: add svc_forward, depriciate @@ -35322,28 +30329,16 @@ * FS/FS/svc_acct.pm: untaint svcnum & domsvc -2001-08-12 17:19 ivan - - * bin/fs-setup: depriciate svc_acct_sm, add unique index for - username+domsvc on svc_acct, remove silly $Log$ - 2001-08-12 12:41 jeff * FS/FS/svc_acct.pm, FS/FS/svc_domain.pm, FS/FS/svc_forward.pm, - bin/fs-migrate-svc_acct_sm, bin/fs-setup, bin/svc_acct.export, - bin/svc_acct_sm.export, htdocs/docs/config.html, - htdocs/docs/upgrade8.html, httemplate/docs/config.html, - httemplate/docs/upgrade8.html: merging vpopmail support branch + bin/fs-migrate-svc_acct_sm: merging vpopmail support branch 2001-08-12 01:56 ivan * httemplate/edit/process/part_svc.cgi: don't use Apache::ASP-specific $Redirect object -2001-08-11 18:26 ivan - - * httemplate/docs/postgresql.html: i did get it working - 2001-08-11 17:07 ivan * httemplate/edit/: cust_main.cgi, process/cust_main.cgi: use @@ -35367,10 +30362,6 @@ * httemplate/browse/part_svc.cgi: missed a variable interpolation -2001-08-10 22:53 ivan - - * bin/fs-setup, httemplate/docs/upgrade8.html: add comments field - 2001-08-10 22:52 ivan * httemplate/: edit/cust_main.cgi, view/cust_main.cgi: add customer @@ -35439,11 +30430,6 @@ httemplate/search/cust_main.cgi, httemplate/view/cust_main.cgi: shipping address additions -2001-07-30 02:53 ivan - - * httemplate/docs/upgrade8.html: Pg primary key upgrade fix (create - fix in new DBIx::DBSchema) - 2001-07-30 01:03 ivan * httemplate/: .htaccess, docs/overview.dia, docs/overview.png: @@ -35451,124 +30437,57 @@ 2001-07-30 01:02 ivan - * htetc/: global.asa, handler.pl: template stuffs + * htetc/handler.pl: template stuffs 2001-07-30 01:01 ivan * Makefile: need this too! -2001-07-30 00:42 ivan - - * bin/fs-setup: need an DBIx::DBSchema with delcolumn - 2001-07-30 00:36 ivan * httemplate/index.html, httemplate/browse/agent.cgi, httemplate/browse/agent_type.cgi, httemplate/browse/cust_main_county.cgi, httemplate/browse/nas.cgi, httemplate/browse/part_pkg.cgi, - httemplate/browse/part_referral.cgi, httemplate/browse/part_svc.cgi, httemplate/browse/svc_acct_pop.cgi, httemplate/docs/admin.html, - httemplate/docs/billing.html, httemplate/docs/config.html, - httemplate/docs/export.html, httemplate/docs/index.html, - httemplate/docs/install.html, httemplate/docs/legacy.html, - httemplate/docs/passwd.html, httemplate/docs/postgresql.html, - httemplate/docs/schema.html, httemplate/docs/session.html, - httemplate/docs/signup.html, httemplate/docs/trouble.html, - httemplate/docs/upgrade.html, httemplate/docs/upgrade2.html, - httemplate/docs/upgrade3.html, httemplate/docs/upgrade4.html, - httemplate/docs/upgrade5.html, httemplate/docs/upgrade6.html, - httemplate/docs/upgrade7.html, httemplate/docs/upgrade8.html, - httemplate/docs/man/FS.html, httemplate/docs/man/FS/Bill.html, - httemplate/docs/man/FS/CGI.html, - httemplate/docs/man/FS/CGIwrapper.html, - httemplate/docs/man/FS/Conf.html, - httemplate/docs/man/FS/Invoice.html, - httemplate/docs/man/FS/Record.html, - httemplate/docs/man/FS/SessionClient.html, - httemplate/docs/man/FS/SignupClient.html, - httemplate/docs/man/FS/UID.html, - httemplate/docs/man/FS/agent.html, - httemplate/docs/man/FS/agent_type.html, - httemplate/docs/man/FS/cust_bill.html, - httemplate/docs/man/FS/cust_bill_pkg.html, - httemplate/docs/man/FS/cust_credit.html, - httemplate/docs/man/FS/cust_main.html, - httemplate/docs/man/FS/cust_main_county.html, - httemplate/docs/man/FS/cust_main_invoice.html, - httemplate/docs/man/FS/cust_pay.html, - httemplate/docs/man/FS/cust_pay_batch.html, - httemplate/docs/man/FS/cust_pkg.html, - httemplate/docs/man/FS/cust_refund.html, - httemplate/docs/man/FS/cust_svc.html, - httemplate/docs/man/FS/domain_record.html, - httemplate/docs/man/FS/nas.html, - httemplate/docs/man/FS/part_pkg.html, - httemplate/docs/man/FS/part_referral.html, - httemplate/docs/man/FS/part_svc.html, - httemplate/docs/man/FS/pkg_svc.html, - httemplate/docs/man/FS/port.html, - httemplate/docs/man/FS/prepay_credit.html, - httemplate/docs/man/FS/session.html, - httemplate/docs/man/FS/svc_Common.html, - httemplate/docs/man/FS/svc_acct.html, - httemplate/docs/man/FS/svc_acct_pop.html, - httemplate/docs/man/FS/svc_acct_sm.html, - httemplate/docs/man/FS/svc_domain.html, - httemplate/docs/man/FS/svc_www.html, - httemplate/docs/man/FS/type_pkgs.html, - httemplate/docs/man/FS/UI/Base.html, - httemplate/docs/man/FS/UI/CGI.html, - httemplate/docs/man/FS/UI/Gtk.html, - httemplate/docs/man/FS/UI/agent.html, bin/fs-setup, bin/masonize, - bin/pod2x, httemplate/edit/agent.cgi, + httemplate/docs/index.html, httemplate/docs/legacy.html, + httemplate/docs/passwd.html, httemplate/docs/schema.html, + httemplate/docs/session.html, httemplate/docs/signup.html, + bin/masonize, bin/pod2x, httemplate/edit/agent.cgi, httemplate/edit/agent_type.cgi, httemplate/edit/cust_credit.cgi, httemplate/edit/cust_main.cgi, httemplate/edit/cust_main_county-expand.cgi, - httemplate/edit/cust_main_county.cgi, httemplate/edit/cust_pay.cgi, httemplate/edit/cust_pkg.cgi, - httemplate/edit/part_pkg.cgi, httemplate/edit/part_referral.cgi, - httemplate/edit/part_svc.cgi, httemplate/edit/svc_acct.cgi, - httemplate/edit/svc_acct_pop.cgi, - httemplate/edit/svc_acct_sm.cgi, httemplate/edit/svc_domain.cgi, + httemplate/edit/part_pkg.cgi, httemplate/edit/part_svc.cgi, + httemplate/edit/svc_acct.cgi, httemplate/edit/svc_acct_pop.cgi, + httemplate/edit/svc_domain.cgi, httemplate/edit/process/agent.cgi, httemplate/edit/process/agent_type.cgi, httemplate/edit/process/cust_credit.cgi, httemplate/edit/process/cust_main.cgi, httemplate/edit/process/cust_main_county-expand.cgi, - httemplate/edit/process/cust_main_county.cgi, httemplate/edit/process/cust_pay.cgi, httemplate/edit/process/cust_pkg.cgi, httemplate/edit/process/part_pkg.cgi, - httemplate/edit/process/part_referral.cgi, httemplate/edit/process/part_svc.cgi, httemplate/edit/process/svc_acct.cgi, httemplate/edit/process/svc_acct_pop.cgi, - httemplate/edit/process/svc_acct_sm.cgi, httemplate/edit/process/svc_domain.cgi, - httemplate/images/mid-logo.png, httemplate/images/small-logo.png, - httemplate/misc/bill.cgi, httemplate/misc/cancel-unaudited.cgi, - httemplate/misc/cancel_pkg.cgi, - httemplate/misc/delete-customer.cgi, - httemplate/misc/expire_pkg.cgi, httemplate/misc/link.cgi, - httemplate/misc/print-invoice.cgi, httemplate/misc/susp_pkg.cgi, + httemplate/images/small-logo.png, httemplate/misc/bill.cgi, + httemplate/misc/cancel-unaudited.cgi, + httemplate/misc/delete-customer.cgi, httemplate/misc/link.cgi, + httemplate/misc/print-invoice.cgi, httemplate/misc/unsusp_pkg.cgi, httemplate/misc/process/delete-customer.cgi, httemplate/misc/process/link.cgi, - httemplate/search/cust_bill.cgi, httemplate/search/cust_bill.html, - httemplate/search/cust_main-payinfo.html, httemplate/search/cust_main.cgi, httemplate/search/cust_main.html, httemplate/search/cust_pkg.cgi, - httemplate/search/svc_acct.cgi, httemplate/search/svc_acct.html, - httemplate/search/svc_acct_sm.cgi, - httemplate/search/svc_acct_sm.html, - httemplate/search/svc_domain.cgi, - httemplate/search/svc_domain.html, httemplate/view/cust_bill.cgi, - httemplate/view/cust_main.cgi, httemplate/view/cust_pkg.cgi, - httemplate/view/svc_acct.cgi, httemplate/view/svc_acct_sm.cgi, - httemplate/view/svc_domain.cgi: templates!!! + httemplate/search/svc_acct.cgi, httemplate/search/svc_domain.cgi, + httemplate/view/cust_bill.cgi, httemplate/view/cust_main.cgi, + httemplate/view/svc_acct.cgi, httemplate/view/svc_domain.cgi: + templates!!! 2001-07-30 00:33 ivan @@ -35578,18 +30497,14 @@ * INSTALL, README: templates! -2001-07-30 00:13 ivan - - * TODO: todocruft - 2001-07-29 23:28 ivan * FS/FS/svc_acct.pm: allow !! as password for disabled accounts 2001-07-29 23:07 ivan - * bin/: svc_acct.export, svc_acct.import: allow !! for locked - accounts instead of changing to *SUSPENDED* + * bin/svc_acct.import: allow !! for locked accounts instead of + changing to *SUSPENDED* 2001-07-27 10:16 ivan @@ -35600,75 +30515,28 @@ * FS/FS/cust_main_invoice.pm: Documented some subtle behavior of the checkdest method. -2001-07-24 18:06 thalakan - - * htdocs/docs/schema.html: Added documentation for - cust_main_invoice. - -2001-07-24 00:00 ivan - - * htdocs/docs/config.html: autocapnames never worked anyway - 2001-06-21 09:27 ivan * FS/FS/UID.pm: better error message -2001-06-20 01:33 ivan - - * bin/svc_acct.export: > Use of uninitialized value in - concatenation (.) at svc_acct.export line - > 276. - -2001-06-10 02:28 ivan - - * htdocs/docs/billing.html: doc - -2001-06-06 15:22 ivan - - * TODO: templating thoughts - 2001-06-05 14:40 ivan - * debian/: README.Debian, changelog, conffiles.ex, control, - copyright, cron.d.ex, dirs, docs, ex.doc-base.package, - freeside-doc.docs, freeside-doc.files, init.d.ex, manpage.1.ex, - manpage.sgml.ex, menu.ex, postinst.ex, postrm.ex, preinst.ex, - prerm.ex, rules, watch.ex: add deb packaging foo (doesn't work - yet) + * debian/: README.Debian, changelog, control, copyright, init.d.ex, + rules: add deb packaging foo (doesn't work yet) 2001-06-03 10:22 ivan * FS/FS/svc_domain.pm: SOA serial number problem with Date::Format %e: no leading zero -2001-06-03 07:29 ivan - - * htdocs/docs/index.html: oops! - -2001-06-03 07:21 ivan - - * htdocs/docs/: index.html, upgrade7.html: 1.3.1!!! - 2001-06-03 07:16 ivan * README: 1.3.1!!! -2001-06-03 07:16 ivan - - * bin/fs-setup: allow empty refund reasons - -2001-06-03 07:15 ivan - - * TODO: yes yes - 2001-06-03 05:36 ivan - * FS/FS/svc_acct.pm, htdocs/docs/config.html: add username-letter - and username-letterfirst config files - -2001-06-03 04:40 ivan - - * htdocs/view/cust_main.cgi: inline doc clarification + * FS/FS/svc_acct.pm: add username-letter and username-letterfirst + config files 2001-06-03 04:37 ivan @@ -35696,25 +30564,6 @@ * FS/FS/CGI.pm: use Apache inside an eval BLOCK was mucking things up for the non-mod_perl folks -2001-05-30 07:42 ivan - - * htdocs/edit/part_svc.cgi: Adam Rose <adamr@eaze.net>: "In the - /edit/part_svc.cgi is there a need to add another section for - svc_www?". Yes. Thanks Adam. - -2001-05-24 17:36 ivan - - * htdocs/docs/install.html: tyop forgot closing </a> - -2001-05-23 07:04 ivan - - * htdocs/docs/admin.html: setting up at least one referral is not - optional - -2001-05-23 06:47 ivan - - * htdocs/edit/cust_main.cgi: bugfix for defaultcountry - 2001-05-22 09:43 ivan * FS/FS/svc_domain.pm: oops, s/mx/MX/ noticed by "Shane Chrisp" @@ -35728,10 +30577,6 @@ * FS/bin/freeside-email: simple program to list all email addresses -2001-05-08 03:44 ivan - - * bin/: svc_acct.export, svc_acct_sm.export: fix for OO Net::SCP - 2001-05-07 08:42 ivan * FS/FS/Record.pm: tyop @@ -35751,7 +30596,7 @@ 2001-05-06 19:07 ivan - * FS/FS/cust_main.pm, fs_signup/fs_signup_server: + * FS/FS/cust_main.pm: http://www.sisd.com/freeside/list-archive/msg01906.html 2001-05-05 01:51 ivan @@ -35759,40 +30604,6 @@ * bin/svc_acct.import: http://www.sisd.com/freeside/list-archive/msg01915.html -2001-05-03 03:28 ivan - - * htdocs/docs/: install.html, upgrade6.html: documentation updates - for add'l perl dependencies. thanks to "Mike McCauley" - <mikem@open.com.au> from Radiator - -2001-04-25 19:28 ivan - - * fs_webdemo/registerd.Pg: argh - -2001-04-25 19:23 ivan - - * fs_webdemo/registerd.Pg: arfuckingargh - -2001-04-25 19:21 ivan - - * fs_webdemo/registerd.Pg: ARG - -2001-04-25 19:20 ivan - - * fs_webdemo/registerd.Pg: arg - -2001-04-25 19:18 ivan - - * fs_webdemo/registerd.Pg: argh - -2001-04-25 17:17 ivan - - * fs_webdemo/: registerd.Pg: sigh - -2001-04-24 18:06 ivan - - * htdocs/docs/man/FS/SessionClient.html: missing docs - 2001-04-23 12:50 ivan * FS/FS/cust_credit.pm: the real @@ -35810,67 +30621,18 @@ * FS/FS/cust_credit.pm: webdemo bugfix -2001-04-23 09:25 ivan - - * fs_webdemo/registerd.Pg: working registerd.Pg - -2001-04-23 09:07 ivan - - * htdocs/search/cust_main.cgi: fix Insecure dependency in eval - while running with -T switch at - /usr/local/lib/site_perl/FS/Record.pm line 202. - 2001-04-23 08:37 ivan * FS/MANIFEST: 1.3.1 sigh -2001-04-23 06:09 ivan - - * htdocs/docs/upgrade6.html: hehe, last minute upgrade instruction - fixes - 2001-04-23 05:44 ivan * bin/freeside-session-kill: session killer implemeting timed access -2001-04-23 05:41 ivan - - * htdocs/docs/man/FS/: CGIwrapper.html, SignupClient.html, - domain_record.html, nas.html, port.html, prepay_credit.html, - session.html, svc_www.html: new API documentation - 2001-04-23 05:40 ivan - * FS/FS.pm, fs_webdemo/registerd.Pg, htdocs/docs/schema.html, - htdocs/docs/man/FS.html, htdocs/docs/man/FS/CGI.html, - htdocs/docs/man/FS/Conf.html, htdocs/docs/man/FS/Record.html, - htdocs/docs/man/FS/UID.html, htdocs/docs/man/FS/agent.html, - htdocs/docs/man/FS/agent_type.html, - htdocs/docs/man/FS/cust_bill.html, - htdocs/docs/man/FS/cust_bill_pkg.html, - htdocs/docs/man/FS/cust_credit.html, - htdocs/docs/man/FS/cust_main.html, - htdocs/docs/man/FS/cust_main_county.html, - htdocs/docs/man/FS/cust_main_invoice.html, - htdocs/docs/man/FS/cust_pay.html, - htdocs/docs/man/FS/cust_pay_batch.html, - htdocs/docs/man/FS/cust_pkg.html, - htdocs/docs/man/FS/cust_refund.html, - htdocs/docs/man/FS/cust_svc.html, - htdocs/docs/man/FS/part_pkg.html, - htdocs/docs/man/FS/part_referral.html, - htdocs/docs/man/FS/part_svc.html, - htdocs/docs/man/FS/pkg_svc.html, - htdocs/docs/man/FS/svc_Common.html, - htdocs/docs/man/FS/svc_acct.html, - htdocs/docs/man/FS/svc_acct_pop.html, - htdocs/docs/man/FS/svc_acct_sm.html, - htdocs/docs/man/FS/svc_domain.html, - htdocs/docs/man/FS/type_pkgs.html, - htdocs/docs/man/FS/UI/Base.html, htdocs/docs/man/FS/UI/CGI.html, - htdocs/docs/man/FS/UI/Gtk.html, htdocs/docs/man/FS/UI/agent.html: - documentation and webdemo updates + * FS/FS.pm: documentation and webdemo updates 2001-04-23 02:00 ivan @@ -35878,50 +30640,31 @@ 2001-04-23 00:12 ivan - * FS/FS/cust_main.pm, htdocs/edit/svc_domain.cgi, - htdocs/edit/process/svc_domain.cgi: better error message (if - kludgy) for no referral remove outdated NSI foo from domain - ordering. also, fuck NSI. + * FS/FS/cust_main.pm: better error message (if kludgy) for no + referral remove outdated NSI foo from domain ordering. also, + fuck NSI. 2001-04-21 18:56 ivan - * README, FS/FS.pm, FS/MANIFEST, FS/FS/SSH.pm, FS/FS/svc_acct.pm, - FS/FS/svc_acct_sm.pm, FS/FS/svc_domain.pm, FS/FS/svc_www.pm, - bin/svc_acct.export, bin/svc_acct.import, bin/svc_acct_sm.export, - bin/svc_acct_sm.import, bin/svc_domain.import, - fs_passwd/fs_passwd_server, fs_signup/fs_signup_server, - htdocs/docs/install.html: get rid of FS::SSH.pm (became Net::SSH - and Net::SCP on CPAN) + * README, FS/FS.pm, FS/MANIFEST, FS/FS/svc_acct.pm, + FS/FS/svc_domain.pm, FS/FS/svc_www.pm, bin/svc_acct.import: get + rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN) 2001-04-21 18:38 ivan - * TODO, FS/FS/svc_domain.pm, htdocs/search/cust_bill.cgi, - htdocs/view/cust_main.cgi: svc_domain needs to import dbh sub - from Record view/cust_main.cgi needs to use ->owed method, not - check (depriciated) owed field search/cust_bill.cgi redirect - error when there's only one invoice + * FS/FS/svc_domain.pm: svc_domain needs to import dbh sub from + Record view/cust_main.cgi needs to use ->owed method, not check + (depriciated) owed field search/cust_bill.cgi redirect error when + there's only one invoice 2001-04-21 17:49 ivan * FS/FS/svc_Common.pm: need to import dbh sub from Record -2001-04-21 17:45 ivan - - * htdocs/docs/: config.html, install.html: update postgres examples - 2001-04-21 16:53 ivan * FS/MANIFEST: no more dbdef -2001-04-15 10:35 ivan - - * htdocs/docs/upgrade6.html: dbdef doesn't use mysql-specific - syntax - -2001-04-15 06:56 ivan - - * TODO, htdocs/docs/session.html: [no log message] - 2001-04-15 06:35 ivan * FS/FS/: nas.pm, session.pm, svc_Common.pm, svc_domain.pm: @@ -35929,65 +30672,25 @@ 2001-04-15 05:56 ivan - * TODO, FS/FS/Record.pm, FS/FS/dbdef.pm, FS/FS/dbdef_colgroup.pm, - FS/FS/dbdef_column.pm, FS/FS/dbdef_index.pm, - FS/FS/dbdef_table.pm, FS/FS/dbdef_unique.pm, bin/dbdef-create, - bin/fs-setup: s/dbdef/DBIx::DBSchema/ - -2001-04-15 05:53 ivan - - * htdocs/docs/install.html: update urls - -2001-04-15 05:35 ivan - - * htdocs/: index.html, docs/install.html: documentation updates - -2001-04-15 04:25 ivan - - * htdocs/docs/index.html: ui nit - -2001-04-15 04:09 ivan - - * htdocs/images/: mid-logo.gif, mid-logo.png, small-logo.gif, - small-logo.png: BURN OFF EVERY GIF + * FS/FS/Record.pm: s/dbdef/DBIx::DBSchema/ 2001-04-15 03:33 ivan - * CREDITS, TODO, htdocs/docs/config.html: better docs for the worst - bit, finally - -2001-04-15 02:36 ivan - - * bin/fs-setup: - http://www.sisd.com/freeside/list-archive/msg01450.html - -2001-04-15 00:25 ivan - - * fs_sesmon/FS-SessionClient/cgi/: login.cgi, logout.cgi: oops, - extraneous code causing problems, thanks to Mack for bugreport + * CREDITS: better docs for the worst bit, finally 2001-04-09 16:05 ivan - * TODO, FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, - FS/FS/cust_main.pm, FS/FS/cust_pay.pm, FS/FS/cust_pkg.pm, - FS/FS/cust_refund.pm, FS/FS/session.pm, FS/FS/svc_Common.pm, - bin/fs-setup, htdocs/docs/index.html, htdocs/docs/install.html, - htdocs/docs/schema.html, htdocs/docs/upgrade6.html, - htdocs/edit/process/part_pkg.cgi, - htdocs/misc/cancel-unaudited.cgi: Transactions Part I!!! + * FS/FS/: cust_bill.pm, cust_credit.pm, cust_main.pm, cust_pay.pm, + cust_pkg.pm, cust_refund.pm, session.pm, svc_Common.pm: + Transactions Part I!!! 2001-04-09 08:50 ivan - * CREDITS, TODO, FS/MANIFEST: rar - -2001-04-02 07:32 ivan - - * htdocs/docs/install.html: changed url over at apache.org + * CREDITS, FS/MANIFEST: rar 2001-03-30 09:33 ivan - * FS/FS/cust_bill.pm, htdocs/docs/config.html: config value - money_char: + * FS/FS/cust_bill.pm: config value money_char: Presto! Now you can consider all numbers to be shillings. @@ -36005,20 +30708,6 @@ * FS/FS/session.pm: silly typo, fix sent by Mack <mackn@mackn.net>, thanks! -2001-02-21 15:48 ivan - - * bin/svc_acct.export, htdocs/docs/config.html: add - icradius_secrets config file to export to a non-Freeside MySQL - database for ICRADIUS - -2001-02-20 17:48 ivan - - * FS/bin/freeside-print-batch: stupid pod errors - -2001-02-20 17:46 ivan - - * FS/FS/: Bill.pm, Invoice.pm: cruft - 2001-02-20 17:45 ivan * FS/FS/nas.pm: pod tyop @@ -36040,37 +30729,25 @@ * FS/FS/port.pm: get rid of gratuitous HISTORY -2001-02-12 22:39 ivan - - * htdocs/docs/schema.html: tyop - 2001-02-11 09:34 ivan - * FS/FS/cust_bill_pkg.pm, htdocs/docs/schema.html: more doc updates - from jason + * FS/FS/cust_bill_pkg.pm: more doc updates from jason 2001-02-11 09:17 ivan * CREDITS, FS/FS/cust_bill.pm, FS/FS/cust_credit.pm, - FS/FS/cust_pay.pm, FS/FS/cust_refund.pm, htdocs/docs/schema.html: - documentation updates from jason - -2001-02-07 11:45 ivan - - * htdocs/search/cust_main.cgi: tyop + FS/FS/cust_pay.pm, FS/FS/cust_refund.pm: documentation updates + from jason 2001-02-03 06:03 ivan - * FS/FS/Record.pm, FS/FS/UID.pm, FS/FS/cust_main.pm, bin/fs-setup, - bin/generate-prepay, fs_sesmon/fs_session_server, - fs_signup/fs_signup_server, htdocs/docs/session.html, - htdocs/docs/signup.html, htdocs/docs/upgrade6.html: time-based - prepaid cards, session monitor. woop! + * FS/FS/Record.pm, FS/FS/UID.pm, FS/FS/cust_main.pm, + bin/generate-prepay: time-based prepaid cards, session monitor. + woop! 2001-01-30 23:21 ivan - * TODO, FS/FS/cust_main.pm, FS/FS/svc_acct.pm, - htdocs/view/svc_acct.cgi: fix tyops + * FS/FS/: cust_main.pm, svc_acct.pm: fix tyops 2001-01-30 01:08 ivan @@ -36080,122 +30757,40 @@ * FS/FS/cust_main.pm: harmless tyop -2001-01-15 01:00 ivan - - * htdocs/docs/install.html: tyop - 2000-12-26 15:51 ivan - * CREDITS, TODO, htdocs/docs/config.html, - htdocs/edit/cust_main.cgi: statedefault & referraldefault config - files - -2000-12-20 21:22 ivan - - * htdocs/edit/process/cust_main_county-expand.cgi: perldoc -f split - -2000-12-11 13:57 ivan - - * htdocs/docs/: index.html, overview.dia, overview.png: might as - well put this nice picture in the docs - -2000-12-10 17:30 ivan - - * TODO: more ancient todo stuff from my inbox - -2000-12-10 17:10 ivan - - * TODO: ancient stuff out of my inbox - -2000-12-10 13:16 ivan - - * fs_sesmon/FS-SessionClient/fs_sessiond: fix uninitialized value - errors - -2000-12-08 18:53 ivan - - * fs_sesmon/FS-SessionClient/cgi/login.cgi: layout nicely thanks to - matt peterson <matt@peterson.org> + * CREDITS: statedefault & referraldefault config files 2000-12-08 14:22 ivan - * FS/FS/session.pm, htdocs/docs/config.html, - htdocs/docs/session.html: session callbacks + * FS/FS/session.pm: session callbacks 2000-12-06 02:21 ivan * FS/FS/Record.pm: DESTROY sub -2000-12-03 16:13 ivan - - * bin/fs-setup: fix nas.last type - -2000-12-03 13:45 ivan - - * fs_sesmon/FS-SessionClient/MANIFEST: tyop - -2000-12-03 13:31 ivan - - * htdocs/docs/session.html: directions for webapp session foo - -2000-12-03 13:13 ivan - - * fs_sesmon/FS-SessionClient/cgi/: login.cgi, logout.cgi: oops, - forgot the web apps - 2000-12-03 12:25 ivan - * TODO, FS/FS/Record.pm, FS/FS/nas.pm, FS/FS/port.pm, - FS/FS/session.pm, fs_sesmon/fs_session_server, - fs_sesmon/FS-SessionClient/MANIFEST, - fs_sesmon/FS-SessionClient/Makefile.PL, - fs_sesmon/FS-SessionClient/SessionClient.pm, - fs_sesmon/FS-SessionClient/fs_sessiond, - fs_sesmon/FS-SessionClient/test.pl, - fs_sesmon/FS-SessionClient/bin/freeside-login, - fs_sesmon/FS-SessionClient/bin/freeside-logoff, - fs_sesmon/FS-SessionClient/bin/freeside-logout, - htdocs/browse/nas.cgi, htdocs/view/svc_acct.cgi: session monitor + * FS/FS/: Record.pm, nas.pm, port.pm, session.pm: session monitor updates 2000-12-03 07:14 ivan - * CREDITS, FS/FS/cust_bill.pm, bin/svc_acct_sm.import, - htdocs/view/svc_domain.cgi: bugfixes from Jeff Finucane + * CREDITS, FS/FS/cust_bill.pm: bugfixes from Jeff Finucane <jeff@cmh.net>, thanks! -2000-12-03 06:29 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: template bugfix from - Jason Spence <thalakan@frys.com> - 2000-12-03 05:45 ivan - * FS/FS/agent.pm, htdocs/docs/admin.html, htdocs/docs/config.html, - htdocs/docs/index.html, htdocs/docs/install.html, - htdocs/edit/cust_main.cgi: patch from Jason Spence - <thalakan@frys.com>: admin.html doc, autocapgen + * FS/FS/agent.pm: patch from Jason Spence <thalakan@frys.com>: + admin.html doc, autocapgen 2000-12-03 05:44 ivan - * FS/FS/port.pm, htdocs/index.html, htdocs/browse/nas.cgi: - beginnings of web status for session monitor + * FS/FS/port.pm: beginnings of web status for session monitor 2000-12-03 02:09 ivan - * FS/: MANIFEST, FS/CGIwrapper.pm: bad caches! - -2000-12-01 14:58 ivan - - * htdocs/docs/session.html: oops - -2000-12-01 10:34 ivan - - * bin/fs-setup: another tyop - -2000-12-01 10:33 ivan - - * bin/fs-setup: tyop + * FS/MANIFEST: bad caches! 2000-11-22 15:30 ivan @@ -36203,18 +30798,8 @@ 2000-11-07 07:00 ivan - * FS/MANIFEST, FS/FS/Record.pm, FS/FS/nas.pm, FS/FS/session.pm, - bin/fs-setup, fs_sesmon/fs_session_server, - fs_sesmon/FS-SessionClient/MANIFEST, - fs_sesmon/FS-SessionClient/Makefile.PL, - fs_sesmon/FS-SessionClient/SessionClient.pm, - fs_sesmon/FS-SessionClient/bin/freeside-login, - fs_sesmon/FS-SessionClient/bin/freeside-logoff, - htdocs/docs/index.html, htdocs/docs/schema.html: session monitor - -2000-10-30 02:47 ivan - - * bin/fs-setup: nas.last can't be defined NULL if indexed + * FS/: MANIFEST, FS/Record.pm, FS/nas.pm, FS/session.pm: session + monitor 2000-10-27 13:18 ivan @@ -36223,22 +30808,7 @@ 2000-10-27 13:15 ivan - * TODO, FS/FS/Record.pm, bin/fs-setup, eg/table_template.pm, - fs_sesmon/fs_session_server, fs_sesmon/FS-SessionClient/Changes, - fs_sesmon/FS-SessionClient/MANIFEST, - fs_sesmon/FS-SessionClient/MANIFEST.SKIP, - fs_sesmon/FS-SessionClient/Makefile.PL, - fs_sesmon/FS-SessionClient/SessionClient.pm, - fs_sesmon/FS-SessionClient/fs_sessiond, - fs_sesmon/FS-SessionClient/test.pl: session monitor - -2000-10-16 06:26 ivan - - * htdocs/index.html: fix typo - -2000-10-15 05:58 ivan - - * TODO: roo + * FS/FS/Record.pm, eg/table_template.pm: session monitor 2000-10-11 17:44 ivan @@ -36250,52 +30820,18 @@ print_text method is called, want to print overdue invoices if printed > 0, not > 1 -2000-08-24 00:26 ivan - - * TODO, fs_signup/FS-SignupClient/cgi/signup.cgi: untaint template - source - 2000-08-09 11:40 ivan * conf/invoice_template: example invoice template -2000-08-09 11:21 ivan - - * htdocs/docs/: install.html, upgrade6.html: doc updates - 2000-08-09 04:30 ivan - * TODO, FS/FS/cust_bill.pm, htdocs/docs/billing.html, - htdocs/docs/config.html: templatable invoices - -2000-07-18 09:15 ivan - - * htdocs/docs/overview.dia: dia source - -2000-07-17 10:59 ivan - - * htdocs/misc/process/link.cgi: oops - -2000-07-17 09:45 ivan - - * htdocs/: index.html, search/cust_bill.cgi, search/cust_main.cgi, - search/cust_pkg.cgi: first shot at invoice browsing and some - other cleanups + * FS/FS/cust_bill.pm: templatable invoices 2000-07-17 06:51 ivan * FS/FS/svc_acct.pm: silly mistake -2000-07-17 05:49 ivan - - * htdocs/search/cust_pkg.cgi: better error message if a package - isn't linked to a customer (that shouldn't happen) - -2000-07-17 03:58 ivan - - * htdocs/view/svc_acct_sm.cgi: better error messages if svc_acct or - svc_domain records are missing - 2000-07-17 03:53 ivan * FS/FS/svc_acct.pm: prevent accounts which are the target of mail @@ -36309,24 +30845,11 @@ * CREDITS: rawr! -2000-07-17 03:36 ivan - - * htdocs/docs/: config.html, export.html: documentation updates - -2000-07-06 21:05 ivan - - * fs_passwd/fs_passwd_server, fs_signup/fs_signup_server: wait()ing - on SIGCHLD causing hangs for some folks - 2000-07-06 06:56 ivan * FS/FS/svc_acct.pm: mis-PODed =back should have been a =cut in conjunction with AUTOLOAD this was sure a pain to find -2000-07-06 06:23 ivan - - * bin/svc_acct.export: tyop - 2000-07-06 06:19 ivan * bin/: fs-radius-add-check, fs-radius-add-reply: remove duplicate @@ -36334,62 +30857,19 @@ 2000-07-06 01:57 ivan - * TODO, FS/FS/svc_acct.pm, bin/fs-radius-add, - bin/fs-radius-add-check, bin/fs-radius-add-reply, bin/fs-setup, - bin/svc_acct.export, htdocs/docs/export.html: support for radius - check attributes (except importing). poorly documented. - -2000-07-05 20:37 ivan - - * bin/svc_acct_sm.export: don't error out on invalid - svc_acct_sm.domuid's that can't be matched in svc_acct.uid - just - warn. + * FS/FS/svc_acct.pm, bin/fs-radius-add-check, + bin/fs-radius-add-reply: support for radius check attributes + (except importing). poorly documented. 2000-07-04 06:42 ivan * FS/FS/svc_acct.pm: noted a API inconsistancy -2000-07-03 02:13 ivan - - * bin/svc_acct_sm.export: get rid of double sendmailrestart - invocation; no need for multiple sessions - -2000-07-03 02:09 ivan - - * bin/svc_acct_sm.export: typo - -2000-07-03 02:03 ivan - - * TODO, bin/svc_acct_sm.export, htdocs/docs/config.html: added - sendmailrestart and sendmailconfigpath config files - -2000-06-30 03:37 ivan - - * FS/FS/svc_acct_sm.pm: maildisablecatchall configuration file - -2000-06-30 03:19 ivan - - * htdocs/docs/config.html: maildisablecatchall config file - -2000-06-29 08:01 ivan - - * bin/svc_acct.export: another silly typo in svc_acct.export - -2000-06-29 07:02 ivan - - * bin/svc_acct_sm.export, htdocs/docs/config.html: add - sendmailrestart configuration file - 2000-06-29 05:27 ivan * bin/svc_acct.import: s/password/_password/ for PostgreSQL wasn't done in the import. -2000-06-29 05:00 ivan - - * bin/fs-setup, htdocs/docs/upgrade6.html: support for - pre-encrypted md5 passwords. - 2000-06-29 04:56 ivan * FS/FS/svc_acct.pm: md5 passwords can are 34 characters long and @@ -36400,15 +30880,6 @@ * FS/FS/svc_domain.pm: don't block on $whois_hack trueness when adding new domains. -2000-06-29 03:51 ivan - - * bin/svc_acct_sm.import: oops, silly mistake - -2000-06-29 03:48 ivan - - * bin/svc_acct_sm.import: make svc_acct_sm skip blank lines in - sendmail import - 2000-06-28 05:54 ivan * FS/FS/svc_acct.pm: superfluous my() @@ -36418,11 +30889,6 @@ * FS/FS/svc_acct.pm: bugfix to accept shells that evaluate to false in perl, like the empty string. -2000-06-28 05:37 ivan - - * bin/svc_acct.export, htdocs/docs/config.html: add support for - config option textradiusprepend - 2000-06-28 05:32 ivan * bin/svc_acct.import: allow RADIUS lines with "Auth-Type = Local" @@ -36433,22 +30899,6 @@ * bin/svc_acct.import: make svc_acct more forgiving about RADIUS users files -2000-06-28 03:51 ivan - - * bin/fs-radius-add: forgot to import a sub - -2000-06-28 03:48 ivan - - * bin/fs-radius-add: quick hack to add RADIUS attributes - -2000-06-28 03:38 ivan - - * htdocs/docs/upgrade6.html: documentation oops - -2000-06-27 05:15 ivan - - * TODO, htdocs/docs/config.html, htdocs/edit/cust_main.cgi: i18n - 2000-06-27 05:15 ivan * FS/FS/: Record.pm, cust_main.pm: i18 @@ -36464,23 +30914,14 @@ 2000-06-23 17:28 ivan - * FS/: FS/cust_main.pm, bin/freeside-bill: don't use Date::Manip; - report correct program name in freeside-bill usage msg + * FS/FS/cust_main.pm: don't use Date::Manip; report correct program + name in freeside-bill usage msg 2000-06-23 05:25 ivan - * CREDITS, TODO, FS/FS/Record.pm, FS/FS/UID.pm: FS::Record::qsearch - - more portable, doesn't depend on $sth->execute returning a - number of rows, uses placeholders and prepare_cached - -2000-06-22 03:52 ivan - - * FS/bin/freeside-bill: tyop - -2000-06-20 00:57 ivan - - * htdocs/docs/: index.html, upgrade5.html, upgrade6.html: - documentation update for 1.2.4 release + * CREDITS, FS/FS/Record.pm, FS/FS/UID.pm: FS::Record::qsearch - + more portable, doesn't depend on $sth->execute returning a number + of rows, uses placeholders and prepare_cached 2000-06-20 00:13 ivan @@ -36492,17 +30933,7 @@ 2000-06-15 07:45 ivan - * CREDITS, TODO: text updates - -2000-06-15 07:07 ivan - - * bin/svc_acct.export: added ICRADIUS radreply table support, - courtesy of Kenny Elliott - -2000-06-15 07:03 ivan - - * htdocs/docs/install.html: change SSH link from ftp.cs.hut.fi - (F-Secure) to www.openssh.com + * CREDITS: text updates 2000-06-15 06:35 ivan @@ -36513,40 +30944,6 @@ * FS/FS/cust_main.pm: fix for ncancelled_pkgs - when called in scalar context, was only returning second item -2000-06-15 05:30 ivan - - * htdocs/misc/cancel-unaudited.cgi: bugfix from Jeff Finucane, - thanks! - -2000-06-15 04:10 ivan - - * htdocs/edit/part_svc.cgi: update to the inline documentation, - hopefully will make things more clear - -2000-06-14 05:24 ivan - - * htdocs/docs/install.html: documentation updates for mysql - privledges - -2000-06-14 04:51 ivan - - * htdocs/docs/install.html: update link for mysql database - creation. i sure wish they'd stop changing these all the time - -2000-06-13 20:41 ivan - - * htdocs/docs/billing.html: no longer need to modify Bill.pm to - enable real-time credit card processing - -2000-06-12 01:37 ivan - - * bin/svc_acct_sm.export: sendmail fix from Jeff Finucane - -2000-05-13 14:57 ivan - - * TODO, FS/bin/freeside-print-batch, htdocs/docs/billing.html: add - print_batch script from Joel Griffiths - 2000-05-13 14:50 ivan * FS/FS/: CGI.pm, UID.pm: cgisuidsetup takes an Apache object as @@ -36556,353 +30953,69 @@ * CREDITS: add kristian, update joel's entry -2000-05-10 17:04 ivan - - * htdocs/docs/signup.html: Netscape CCK docuementation - -2000-05-10 16:57 ivan - - * fs_signup/: cck.template, FS-SignupClient/cgi/signup.cgi: - Netscape CCK autoconfiguration support - 2000-04-10 17:06 ivan * FS/FS/CGI.pm: CGI.pm detects mod_perl and calls appropriate exit (Registry's override doesn't work here) -2000-04-02 19:32 ivan - - * FS/bin/freeside-bill: accept anything in ARGV for -d Date::Parse - 2000-03-06 08:38 ivan * FS/FS/svc_acct.pm: better error message. bah. -2000-03-06 08:00 ivan - - * bin/svc_acct.export: sync up with working versoin - -2000-03-06 07:59 ivan - - * bin/svc_acct.export: finally get MySQL locking working for - ICRADIUS export - -2000-03-06 07:15 ivan - - * FS/FS/SSH.pm: backout silly change - -2000-03-06 07:04 ivan - - * FS/FS/SSH.pm: bug in IPC::Open3 documentation? - -2000-03-06 06:59 ivan - - * bin/svc_acct.export: s/sshopen2/sshopen3/ to prevent spurious - mysql "Enter password: " dialog from showing up in cron/terminal - -2000-03-06 06:51 ivan - - * bin/svc_acct.export: eek - -2000-03-06 06:50 ivan - - * bin/svc_acct.export: oop - -2000-03-06 06:48 ivan - - * bin/svc_acct.export: s/icradiusmachine/machine/ - -2000-03-06 06:46 ivan - - * bin/svc_acct.export: not setuid or run by malicious user - no -T - necessary - -2000-03-06 06:19 ivan - - * bin/svc_acct.export, htdocs/docs/config.html: ICRADIUS export - bugfix - -2000-03-06 06:12 ivan - - * TODO, bin/svc_acct.export, htdocs/docs/config.html, - htdocs/docs/export.html: ICRADIUS export support - -2000-03-04 21:03 ivan - - * htdocs/docs/signup.html: link to SISD site for - HTTP::Headers::UserAgent instead of CPAN - 2000-03-03 10:45 ivan * FS/FS/CGI.pm: use Apache::exit instead of exit in &eidiot - Registry wasn't overriding exit in modules -2000-03-03 10:22 ivan - - * fs_webdemo/register.cgi, htdocs/docs/index.html, - htdocs/docs/upgrade5.html, htdocs/docs/man/FS.html, - htdocs/docs/man/FS/Bill.html, htdocs/docs/man/FS/CGI.html, - htdocs/docs/man/FS/Conf.html, htdocs/docs/man/FS/Invoice.html, - htdocs/docs/man/FS/Record.html, htdocs/docs/man/FS/SSH.html, - htdocs/docs/man/FS/UID.html, htdocs/docs/man/FS/agent.html, - htdocs/docs/man/FS/agent_type.html, - htdocs/docs/man/FS/cust_bill.html, - htdocs/docs/man/FS/cust_bill_pkg.html, - htdocs/docs/man/FS/cust_credit.html, - htdocs/docs/man/FS/cust_main.html, - htdocs/docs/man/FS/cust_main_county.html, - htdocs/docs/man/FS/cust_main_invoice.html, - htdocs/docs/man/FS/cust_pay.html, - htdocs/docs/man/FS/cust_pay_batch.html, - htdocs/docs/man/FS/cust_pkg.html, - htdocs/docs/man/FS/cust_refund.html, - htdocs/docs/man/FS/cust_svc.html, htdocs/docs/man/FS/dbdef.html, - htdocs/docs/man/FS/dbdef_colgroup.html, - htdocs/docs/man/FS/dbdef_column.html, - htdocs/docs/man/FS/dbdef_index.html, - htdocs/docs/man/FS/dbdef_table.html, - htdocs/docs/man/FS/dbdef_unique.html, - htdocs/docs/man/FS/part_pkg.html, - htdocs/docs/man/FS/part_referral.html, - htdocs/docs/man/FS/part_svc.html, - htdocs/docs/man/FS/pkg_svc.html, - htdocs/docs/man/FS/svc_Common.html, - htdocs/docs/man/FS/svc_acct.html, - htdocs/docs/man/FS/svc_acct_pop.html, - htdocs/docs/man/FS/svc_acct_sm.html, - htdocs/docs/man/FS/svc_domain.html, - htdocs/docs/man/FS/type_pkgs.html, - htdocs/docs/man/FS/UI/Base.html, htdocs/docs/man/FS/UI/CGI.html, - htdocs/docs/man/FS/UI/Gtk.html, htdocs/search/svc_domain.cgi: - changes from 1.2.3 release, fixes from webdemo - 2000-03-03 10:21 ivan * FS/FS/Record.pm: changes backported from 1.2.3 release, bugfix from web demo -2000-03-03 04:27 ivan - - * fs_webdemo/registerd: silly typo - -2000-03-02 22:36 ivan - - * fs_webdemo/registerd: [no log message] - -2000-03-02 22:28 ivan - - * fs_webdemo/registerd: kludge but effective - -2000-03-02 22:10 ivan - - * fs_webdemo/registerd: [no log message] - -2000-03-02 22:03 ivan - - * fs_webdemo/registerd: [no log message] - -2000-03-02 21:47 ivan - - * fs_webdemo/registerd: [no log message] - -2000-03-02 21:32 ivan - - * fs_webdemo/register.cgi: fix silly syntax errors - -2000-03-02 21:29 ivan - - * fs_webdemo/: register.cgi, registerd: first pass at separate - registerd process - -2000-03-02 00:09 ivan - - * htdocs/edit/cust_main.cgi: still need to allow blank expiration - dates - -2000-03-01 23:44 ivan - - * bin/fs-setup: typo forgot closing ' - -2000-03-01 00:22 ivan - - * fs_webdemo/: register.html: [no log message] - -2000-03-01 00:19 ivan - - * fs_webdemo/register.html: x - -2000-03-01 00:15 ivan - - * fs_webdemo/: register.cgi, register.html, registerd: queuing - webdemo registration - -2000-03-01 00:14 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: cvs cruft - 2000-03-01 00:13 ivan * FS/: MANIFEST, FS/svc_domain.pm, FS/svc_www.pm: compilation bugfixes -2000-02-24 03:08 ivan - - * fs_webdemo/register.cgi: initial checkin - 2000-02-02 21:16 ivan * FS/FS/cust_pkg.pm, FS/FS/domain_record.pm, FS/FS/svc_domain.pm, - FS/FS/svc_www.pm, bin/fs-setup, bin/svc_acct.import, - bin/svc_acct_sm.import, htdocs/docs/config.html, - htdocs/docs/install.html, htdocs/docs/schema.html, - htdocs/docs/upgrade5.html, bin/svc_domain.import: beginning of - DNS and Apache support + FS/FS/svc_www.pm, bin/svc_acct.import: beginning of DNS and + Apache support 2000-02-02 12:22 ivan - * FS/FS/cust_main.pm, FS/FS/prepay_credit.pm, bin/generate-prepay, - fs_signup/fs_signup_server, htdocs/docs/signup.html: bugfix - prepayment in signup server - -2000-02-01 23:44 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/SignupClient.pm, - FS-SignupClient/cgi/signup.cgi: fix some bugs in signup server + * FS/FS/cust_main.pm, FS/FS/prepay_credit.pm, bin/generate-prepay: + bugfix prepayment in signup server 2000-01-30 21:22 ivan - * FS/FS/cust_main.pm, FS/FS/prepay_credit.pm, bin/fs-setup, - fs_signup/FS-SignupClient/cgi/signup.cgi, - htdocs/docs/schema.html, htdocs/docs/signup.html, - htdocs/docs/upgrade5.html: prepaid "internet cards" + * FS/FS/: cust_main.pm, prepay_credit.pm: prepaid "internet cards" 2000-01-30 00:18 ivan * CREDITS: [no log message] -2000-01-29 22:54 ivan - - * htdocs/edit/cust_main.cgi: credit card expiration dates not - sticky bug fixed? - -2000-01-29 22:11 ivan - - * TODO: [no log message] - -2000-01-29 22:03 ivan - - * bin/fs-setup, htdocs/docs/install.html: postgres 6.5 finally - supports decimal(10,2) - 2000-01-29 13:10 ivan * FS/FS/svc_domain.pm: doc update -2000-01-28 15:02 ivan - - * htdocs/edit/svc_acct_pop.cgi: track full phone number - 2000-01-28 14:53 ivan - * bin/fs-setup, FS/FS/svc_acct_pop.pm, - htdocs/browse/svc_acct_pop.cgi: track full phone number - -2000-01-28 14:51 ivan - - * htdocs/docs/: index.html, schema.html, signup.html, - upgrade5.html: add signup server documentation, track full phone - number - -2000-01-28 14:49 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: proper IEAK stuff - -2000-01-28 14:48 ivan - - * fs_signup/ieak.template: example template - -2000-01-28 14:48 ivan - - * fs_signup/: fs_signup_server, FS-SignupClient/SignupClient.pm, - FS-SignupClient/fs_signupd: full phone number - -2000-01-28 14:47 ivan - - * fs_signup/README: wrote real documentation - -2000-01-26 16:53 ivan - - * htdocs/edit/cust_main.cgi: 5.004_04 workaround + * FS/FS/svc_acct_pop.pm: track full phone number 2000-01-26 16:37 ivan * README: ack -2000-01-26 16:27 ivan - - * TODO: update TODO - -1999-12-17 04:03 ivan - - * fs_signup/FS-SignupClient/cgi/signup.cgi: beginning of IEAK - support - -1999-12-16 18:33 ivan - - * htdocs/edit/cust_main.cgi: argh - 1999-11-08 13:38 ivan * FS/FS/cust_pkg.pm: remove services using pkg_svc table now, oops! -1999-10-04 01:23 ivan - - * FS/bin/freeside-bill: silly 'use of unitialized value' errors - -1999-09-22 15:06 ivan - - * TODO: ya todo update - -1999-08-27 15:18 ivan - - * htdocs/view/svc_domain.cgi: point to patrick instead of internic! - -1999-08-26 23:25 ivan - - * TODO: [no log message] - -1999-08-26 17:26 ivan - - * htdocs/edit/process/svc_acct.cgi: better error messages - -1999-08-24 00:56 ivan - - * fs_signup/FS-SignupClient/SignupClient.pm: forgot this file! - -1999-08-24 00:40 ivan - - * fs_signup/: README, Signup.pm, fs_signup_server, fs_signupd, - FS-SignupClient/Changes, FS-SignupClient/MANIFEST, - FS-SignupClient/MANIFEST.SKIP, FS-SignupClient/Makefile.PL, - FS-SignupClient/fs_signupd, FS-SignupClient/test.pl, - FS-SignupClient/cgi/signup.cgi: initial checkin of signup server - 1999-08-23 05:26 ivan * test/cgi-test: need to untaint the command line -1999-08-23 00:40 ivan - - * htdocs/edit/cust_main.cgi: missing </TD> flag - -1999-08-23 00:08 ivan - - * htdocs/edit/cust_main.cgi: no CGI::Switch for now - -1999-08-20 19:14 ivan - - * htdocs/edit/cust_main.cgi: better error message for no agents - 1999-08-20 01:27 ivan * README, FS/FS/part_pkg.pm: fix for bug noticed by Martin G. @@ -36911,81 +31024,23 @@ only one service, > once gone, they won't reappear. -1999-08-11 21:45 ivan - - * htdocs/search/cust_main.cgi: typo - missed a paren - -1999-08-11 21:32 ivan - - * htdocs/: misc/bill.cgi, search/cust_main.cgi: - hidecancelledcustomers - 1999-08-11 21:16 ivan - * FS/FS/cust_main.pm, htdocs/docs/config.html, - htdocs/view/cust_main.cgi: hidecancelledpackages config option + * FS/FS/cust_main.pm: hidecancelledpackages config option 1999-08-11 17:05 ivan - * FS/FS/svc_acct.pm, htdocs/docs/config.html: configurable min/max - username length, min password length, periods in usernames - -1999-08-11 13:57 ivan - - * htdocs/docs/billing.html: [no log message] - -1999-08-11 13:51 ivan - - * FS/bin/freeside-bill: [no log message] + * FS/FS/svc_acct.pm: configurable min/max username length, min + password length, periods in usernames 1999-08-11 13:41 ivan - * FS/MANIFEST, FS/Makefile.PL, FS/FS/svc_domain.pm, - FS/bin/freeside-bill, bin/bill: new bill script, - -1999-08-11 08:38 ivan - - * htdocs/edit/cust_main.cgi: fix for perl 5.004_04 - -1999-08-11 07:42 ivan - - * bin/backup-freeside, htdocs/docs/install.html: [no log message] - -1999-08-11 06:54 ivan - - * htdocs/docs/: install.html, upgrade4.html: documentation updates - -1999-08-11 06:13 ivan - - * htdocs/docs/Net-Whois-0.23-ivan1.patch: no longer needed, - Net::Whois v1.001 released + * FS/: MANIFEST, Makefile.PL, FS/svc_domain.pm: new bill script, 1999-08-11 06:12 ivan * FS/FS/svc_domain.pm: require a working Net::Whois version -1999-08-10 05:55 ivan - - * fs_signup/: fs_signup_server, fs_signupd: ready for testing - -1999-08-10 05:54 ivan - - * htdocs/edit/process/cust_main.cgi: use FS::cust_pkg::pkgpart_href - -1999-08-10 05:06 ivan - - * fs_passwd/fs_passwdd: even though you should probably set this - for your installation - -1999-08-10 04:15 ivan - - * htdocs/edit/cust_main.cgi: corrected a misleading comment - -1999-08-05 00:19 ivan - - * htdocs/docs/: install.html, trouble.html: minor documentation - update - 1999-08-04 05:42 ivan * bin/pod2x: new, kludgy-but-working html generator @@ -36994,47 +31049,6 @@ * FS/FS.pm: pod fix -1999-08-04 05:39 ivan - - * htdocs/docs/Net-Whois-0.23-ivan1.patch: hopefully not necessary - soon - -1999-08-04 05:26 ivan - - * htdocs/docs/: install.html, upgrade4.html: updated - install/upgrade instructions for new perl module stuff - -1999-08-04 05:13 ivan - - * htdocs/docs/man/: Bill.txt, CGI.txt, Conf.txt, FS.html, - Invoice.txt, Record.txt, SSH.txt, UID.txt, agent.txt, - agent_type.txt, cust_bill.txt, cust_bill_pkg.txt, - cust_credit.txt, cust_main.txt, cust_main_county.txt, - cust_main_invoice.txt, cust_pay.txt, cust_pay_batch.txt, - cust_pkg.txt, cust_refund.txt, cust_svc.txt, dbdef.txt, - dbdef_colgroup.txt, dbdef_column.txt, dbdef_index.txt, - dbdef_table.txt, dbdef_unique.txt, index.html, part_pkg.txt, - part_referral.txt, part_svc.txt, pkg_svc.txt, svc_Common.txt, - svc_acct.txt, svc_acct_pop.txt, svc_acct_sm.txt, svc_domain.txt, - type_pkgs.txt, FS/Bill.html, FS/CGI.html, FS/Conf.html, - FS/Invoice.html, FS/Record.html, FS/SSH.html, FS/UID.html, - FS/agent.html, FS/agent_type.html, FS/cust_bill.html, - FS/cust_bill_pkg.html, FS/cust_credit.html, FS/cust_main.html, - FS/cust_main_county.html, FS/cust_main_invoice.html, - FS/cust_pay.html, FS/cust_pay_batch.html, FS/cust_pkg.html, - FS/cust_refund.html, FS/cust_svc.html, FS/dbdef.html, - FS/dbdef_colgroup.html, FS/dbdef_column.html, - FS/dbdef_index.html, FS/dbdef_table.html, FS/dbdef_unique.html, - FS/part_pkg.html, FS/part_referral.html, FS/part_svc.html, - FS/pkg_svc.html, FS/svc_Common.html, FS/svc_acct.html, - FS/svc_acct_pop.html, FS/svc_acct_sm.html, FS/svc_domain.html, - FS/type_pkgs.html, FS/UI/Base.html, FS/UI/CGI.html, - FS/UI/Gtk.html, FS/UI/agent.html: new HTML manpages - -1999-08-04 05:12 ivan - - * htdocs/docs/index.html: correct link to new html documentation - 1999-08-04 04:50 ivan * FS/FS/cust_pkg.pm: pod syntax @@ -37046,159 +31060,33 @@ 1999-08-04 02:03 ivan - * FS/: MANIFEST, MANIFEST.SKIP, README, FS/Bill.pm, FS/CGI.pm, - FS/Conf.pm, FS/Invoice.pm, FS/Record.pm, FS/SSH.pm, FS/UID.pm, - FS/agent.pm, FS/agent_type.pm, FS/cust_bill.pm, - FS/cust_bill_pkg.pm, FS/cust_credit.pm, FS/cust_main.pm, - FS/cust_main_county.pm, FS/cust_main_invoice.pm, FS/cust_pay.pm, - FS/cust_pay_batch.pm, FS/cust_pkg.pm, FS/cust_refund.pm, - FS/cust_svc.pm, FS/dbdef.pm, FS/dbdef_colgroup.pm, - FS/dbdef_column.pm, FS/dbdef_index.pm, FS/dbdef_table.pm, - FS/dbdef_unique.pm, FS/part_pkg.pm, FS/part_referral.pm, - FS/part_svc.pm, FS/pkg_svc.pm, FS/svc_Common.pm, FS/svc_acct.pm, - FS/svc_acct_pop.pm, FS/svc_acct_sm.pm, FS/svc_domain.pm, - FS/type_pkgs.pm, FS/UI/Base.pm, FS/UI/CGI.pm, FS/UI/Gtk.pm, - FS/UI/agent.pm: initial checkin of module files for proper perl - installation + * FS/: MANIFEST, MANIFEST.SKIP, FS/CGI.pm, FS/Conf.pm, + FS/Record.pm, FS/UID.pm, FS/agent.pm, FS/agent_type.pm, + FS/cust_bill.pm, FS/cust_bill_pkg.pm, FS/cust_credit.pm, + FS/cust_main.pm, FS/cust_main_county.pm, FS/cust_main_invoice.pm, + FS/cust_pay.pm, FS/cust_pay_batch.pm, FS/cust_pkg.pm, + FS/cust_refund.pm, FS/cust_svc.pm, FS/part_pkg.pm, + FS/part_referral.pm, FS/part_svc.pm, FS/pkg_svc.pm, + FS/svc_Common.pm, FS/svc_acct.pm, FS/svc_acct_pop.pm, + FS/svc_domain.pm, FS/type_pkgs.pm: initial checkin of module + files for proper perl installation 1999-08-04 01:03 ivan * eg/: table_template-svc.pm, table_template.pm: move table subclass examples out of production directory -1999-08-04 01:00 ivan - - * site_perl/UI/: Base.pm, CGI.pm, Gtk.pm, agent.pm: move to perl - installation directory - -1999-08-04 00:38 ivan - - * site_perl/: Bill.pm, CGI.pm, Conf.pm, Invoice.pm, Record.pm, - SSH.pm, UID.pm, agent.pm, agent_type.pm, cust_bill.pm, - cust_bill_pkg.pm, cust_credit.pm, cust_main.pm, - cust_main_county.pm, cust_main_invoice.pm, cust_pay.pm, - cust_pay_batch.pm, cust_pkg.pm, cust_refund.pm, cust_svc.pm, - dbdef.pm, dbdef_colgroup.pm, dbdef_column.pm, dbdef_index.pm, - dbdef_table.pm, dbdef_unique.pm, part_pkg.pm, part_referral.pm, - part_svc.pm, pkg_svc.pm, svc_Common.pm, svc_acct.pm, - svc_acct_pop.pm, svc_acct_sm.pm, svc_domain.pm, - table_template-svc.pm, table_template.pm, type_pkgs.pm: move to - FS directory: proper Perl module installation has arrived! - 1999-08-04 00:34 ivan * FS/FS.pm: initial FS manpage 1999-08-03 21:15 ivan - * FS/: Changes, FS.pm, MANIFEST, Makefile.PL, test.pl: initial h2xs - -1999-08-03 00:43 ivan - - * TODO, htdocs/docs/install.html, site_perl/svc_domain.pm: use - Net::Whois; - -1999-07-29 12:10 ivan - - * fs_signup/fs_signup_server, TODO: [no log message] - -1999-07-29 02:07 ivan - - * site_perl/cust_pay.pm: embarassing. - -1999-07-29 01:58 ivan - - * htdocs/docs/: index.html, upgrade4.html: upgrade info for 1.2.2 - -1999-07-29 01:50 ivan - - * bin/fs-setup: wrong type for cust_pay_batch.exp - -1999-07-29 01:47 ivan - - * site_perl/svc_acct.pm: more informative illegal shells error. - -1999-07-29 00:49 ivan - - * site_perl/cust_pay_batch.pm: fixes for bugs noticed by Joel - Griffiths <griff@aver-computer.com> - -1999-07-21 00:34 ivan - - * htdocs/edit/cust_pkg.cgi: links to package browse and agent type - edit if there aren't any packages to order. thanks to "Tech - Account" <techy@orac.hq.org> - -1999-07-20 23:32 ivan - - * site_perl/agent_type.pm: workaround for syntax not compatible - w/5.004_04 (ok in 5.004_05) - -1999-07-20 12:18 ivan - - * fs_signup/: Signup.pm, fs_signup_server, fs_signupd: initial - checkin - -1999-07-20 03:37 ivan - - * htdocs/edit/cust_main.cgi, site_perl/agent.pm, - site_perl/agent_type.pm, site_perl/cust_main.pm, - site_perl/cust_main_county.pm, site_perl/cust_pkg.pm, - site_perl/part_pkg.pm, site_perl/pkg_svc.pm: cleaned up the new - one-screen signup bits in htdocs/edit/cust_main.cgi to prepare - for a signup server - -1999-07-19 23:24 ivan - - * htdocs/docs/schema.html: oops, forgot cust_main.fax - -1999-07-19 23:03 ivan - - * htdocs/search/svc_acct_sm.cgi: s/CGI::Request/CGI/; (how'd i miss - that before?) - -1999-07-19 23:01 ivan - - * site_perl/dbdef_colgroup.pm: harmless since Exporter was used - anyway, but... - -1999-07-17 15:02 ivan - - * site_perl/cust_pay_batch.pm: another bug noticed by Steve Gertz - <sglist@hollywood.mwis.net> - -1999-07-17 03:38 ivan - - * htdocs/search/: cust_main.cgi, cust_pkg.cgi, svc_domain.cgi: - scott nelson <scott@ultimanet.com> noticed this - mod_perl-triggered bug and gave me a great bugreport at the last - rhythmethod - -1999-07-16 23:01 ivan - - * htdocs/docs/install.html: perl dependency documentation update - from dk smith <dks@spies.com> - -1999-07-16 19:24 ivan - - * site_perl/cust_main.pm: bug noticed by Steve Gertz - <sglist@hollywood.mwis.net> - -1999-07-16 18:34 ivan - - * site_perl/Record.pm: s/croak/confess/; in check method - -1999-07-15 17:20 ivan - - * TODO: [no log message] - -1999-07-15 16:50 ivan - - * TODO: [no log message] + * FS/: Changes, FS.pm, MANIFEST, Makefile.PL: initial h2xs 1999-07-08 04:40 ivan - * CREDITS, README, TODO: [no log message] + * CREDITS, README: [no log message] 1999-07-07 19:32 ivan @@ -37214,176 +31102,13 @@ * bin/svc_acct.import: updates to avoid -w warnings from Joel Griffiths <griff@aver-computer.com> -1999-07-07 18:02 ivan - - * TODO: [no log message] - -1999-05-12 01:29 ivan - - * htdocs/docs/install.html: don't use threaded or unsupported perl - versions - -1999-05-11 03:09 ivan - - * site_perl/Conf.pm: try to diagnose strange multiple-line problem - -1999-04-29 02:37 ivan - - * TODO: [no log message] - -1999-04-29 02:00 ivan - - * htdocs/docs/upgrade3.html: aixelsyd - 1999-04-19 03:32 ivan * etc/megapop.pl: if you are a megapop customer... -1999-04-18 02:27 ivan - - * htdocs/docs/install.html: out-dated links, fix from "Greg - Kuhnert" <gregk@no1.com.au> - -1999-04-15 15:46 ivan - - * bin/fs-setup: TT isn't a state! - -1999-04-15 09:44 ivan - - * htdocs/docs/config.html, htdocs/misc/delete-customer.cgi, - htdocs/misc/process/delete-customer.cgi, - htdocs/view/cust_main.cgi, site_perl/cust_main.pm: delete - customers - -1999-04-15 08:22 ivan - - * site_perl/CGI.pm: make &idiot() work, yuck. - -1999-04-15 07:09 ivan - - * htdocs/misc/process/link.cgi: get rid of top-level my() variables - -1999-04-15 06:39 ivan - - * htdocs/search/svc_domain.cgi: $cgi->header( '-expires' => 'now' ) - -1999-04-14 06:14 ivan - - * TODO, htdocs/docs/config.html, htdocs/edit/cust_main.cgi: - configuration option to edit referrals of existing customers - -1999-04-14 04:27 ivan - - * TODO, htdocs/docs/config.html, htdocs/edit/svc_acct.cgi, - htdocs/view/svc_acct.cgi: showpasswords config option to show - passwords - -1999-04-14 04:25 ivan - - * htdocs/search/svc_acct.cgi: [no log message] - -1999-04-14 04:20 ivan - - * htdocs/search/svc_acct.cgi: visual fix - -1999-04-14 01:58 ivan - - * TODO: [no log message] - -1999-04-14 00:58 ivan - - * bin/fs-setup, site_perl/UID.pm: export getsecrets from FS::UID - instead of calling it explicitly - -1999-04-14 00:47 ivan - - * htdocs/edit/cust_main.cgi, htdocs/edit/process/cust_main.cgi, - site_perl/cust_main.pm: i18n fixes - -1999-04-13 18:03 ivan - - * htdocs/edit/cust_pkg.cgi: oops, in 1.2 tree, can't do searches - until [cgi|admin]suidsetup, bug is hidden by mod_perl persistance - -1999-04-12 15:41 ivan - - * site_perl/UID.pm: bugfix; $user is a global (yuck) - -1999-04-12 14:09 ivan - - * site_perl/UID.pm: force username to lowercase - -1999-04-10 01:35 ivan - - * site_perl/cust_main.pm: say what the unknown state/county/country - are! - -1999-04-10 00:38 ivan - - * site_perl/cust_main.pm: _all_ check stuff with illegal data - return the bad data too, to help debugging - -1999-04-10 00:03 ivan - - * site_perl/Record.pm: return the value with ut_* error messages, - to assist in debugging - -1999-04-09 23:54 ivan - - * site_perl/cust_main.pm: ditto - -1999-04-09 22:27 ivan - - * site_perl/cust_main.pm: display an illegal payby, to assist - importing - -1999-04-09 18:53 ivan - - * htdocs/search/svc_acct.cgi: oops, search usernames limited to 8 - chars - -1999-04-09 16:43 ivan - - * htdocs/search/svc_acct.cgi: just in case - -1999-04-08 21:22 ivan - - * htdocs/: browse/agent.cgi, browse/agent_type.cgi, - browse/cust_main_county.cgi, browse/part_pkg.cgi, - browse/part_referral.cgi, browse/part_svc.cgi, - browse/svc_acct_pop.cgi, edit/cust_main_county.cgi, - edit/part_svc.cgi, search/cust_main.cgi, search/svc_acct_sm.cgi, - view/cust_main.cgi, view/cust_pkg.cgi: also table() - -1999-04-08 20:52 ivan - - * htdocs/: browse/agent.cgi, browse/agent_type.cgi, - browse/cust_main_county.cgi, browse/part_pkg.cgi, - browse/part_referral.cgi, browse/part_svc.cgi, - browse/svc_acct_pop.cgi, edit/cust_main.cgi, - edit/cust_main_county.cgi, edit/part_svc.cgi, - search/cust_main.cgi, search/svc_acct_sm.cgi, view/cust_main.cgi, - view/cust_pkg.cgi: explicit & for table/itable/ntable - -1999-04-08 20:52 ivan - - * TODO: [no log message] - -1999-04-08 06:39 ivan - - * htdocs/docs/man/: CGI.txt, Conf.txt, Record.txt, UID.txt, - agent.txt, agent_type.txt, cust_bill.txt, cust_bill_pkg.txt, - cust_credit.txt, cust_main.txt, cust_main_county.txt, - cust_main_invoice.txt, cust_pay.txt, cust_pay_batch.txt, - cust_pkg.txt, cust_refund.txt, cust_svc.txt, dbdef_column.txt, - dbdef_table.txt, index.html, part_pkg.txt, part_referral.txt, - part_svc.txt, pkg_svc.txt, svc_Common.txt, svc_acct.txt, - svc_acct_pop.txt, svc_acct_sm.txt, svc_domain.txt, type_pkgs.txt: - convert from pod for 1.2.0 release - 1999-04-08 06:21 ivan - * CREDITS, conf/address: [no log message] + * CREDITS: [no log message] 1999-04-08 06:11 ivan @@ -37393,436 +31118,33 @@ * test/cgi-test: web interface tester / sample data creator -1999-04-08 06:03 ivan - - * TODO: [no log message] - -1999-04-08 06:01 ivan - - * htdocs/edit/part_svc.cgi: [ AND DOCUMENT! ] all svc_acct - services should have a default - or fixed shell - -1999-04-08 05:08 ivan - - * site_perl/Record.pm: fix up PostgreSQL money fields so you can - actually use them as numbers. bah. - -1999-04-08 05:00 ivan - - * htdocs/view/: cust_pkg.cgi, svc_acct.cgi, svc_acct_sm.cgi, - svc_domain.cgi: aesthetic update - -1999-04-08 04:31 ivan - - * htdocs/misc/link.cgi: [no log message] - -1999-04-08 03:35 ivan - - * htdocs/misc/: cancel_pkg.cgi, susp_pkg.cgi: import necessary - subroutines from FS::CGI - -1999-04-07 21:04 ivan - - * htdocs/view/cust_main.cgi: eliminate double // in links - -1999-04-07 08:22 ivan - - * htdocs/edit/process/: cust_main.cgi, cust_credit.cgi, - cust_pkg.cgi: don't use anchor in redirect - -1999-04-07 07:58 ivan - - * site_perl/Record.pm: more kludges to get around different - null/empty handling in Perl vs. MySQL vs. PostgreSQL etc. - -1999-04-07 07:40 ivan - - * site_perl/: svc_acct_sm.pm, svc_domain.pm: use all stuff that's - qsearch'ed to avoid warnings - -1999-04-07 07:37 ivan - - * site_perl/svc_acct.pm: use FS::part_svc and FS::svc_acct_pop to - avoid warnings - -1999-04-07 07:32 ivan - - * site_perl/cust_main.pm: more &invoicing_list logic to skip - searches when there is no custnum - -1999-04-07 06:41 ivan - - * site_perl/cust_main.pm: in &invoicing_list, don't search if - there's no custnum yet - -1999-04-07 04:43 ivan - - * htdocs/edit/part_referral.cgi: pick up errors right away, leave - input - -1999-04-07 04:27 ivan - - * htdocs/edit/agent.cgi: avoid perl's silly arguement not numeric - error - -1999-04-07 04:19 ivan - - * htdocs/edit/agent_type.cgi: silly HTML typo - -1999-04-07 04:10 ivan - - * htdocs/browse/agent_type.cgi: harmless typo - -1999-04-06 04:16 ivan - - * htdocs/edit/cust_main.cgi: give a meaningful error message if you - try to create a customer before you've created an agent - -1999-04-06 01:55 ivan - - * htdocs/docs/: install.html, postgresql.html: postgres notes - -1999-04-05 23:46 ivan - - * htdocs/docs/install.html: [no log message] - -1999-04-03 18:55 ivan - - * htdocs/index.html: [no log message] - -1999-04-03 17:53 ivan - - * htdocs/index.html: Change Admin entries to read service/package - definitions, for clariy - -1999-04-03 17:21 ivan - - * htdocs/docs/install.html: doc clarification - -1999-03-29 04:06 ivan - - * site_perl/cust_main.pm: buglet in email invoices fixed - -1999-03-29 03:55 ivan - - * site_perl/Record.pm: eliminate warnings in ut_money - -1999-03-28 17:29 ivan - - * site_perl/Conf.pm: die unless the configuration directory exists - -1999-03-28 17:11 ivan - - * site_perl/cust_pkg.pm: use FS::type_pkgs - 1999-03-26 05:15 ivan * eg/TEMPLATE_cust_main.import: s/create/new/, use all necessary FS::table_names to avoid warnings -1999-03-26 05:00 ivan - - * fs_passwd/fs_passwd_server: s/create/new/ - -1999-03-25 05:55 ivan - - * htdocs/edit/: cust_main.cgi, process/cust_main.cgi: one-screen - new customer entry (including package and service) for simple - packages with one svc_acct service - -1999-03-25 05:48 ivan - - * site_perl/cust_pkg.pm: allow empty custnum in sub check (but call - that an error in sub insert), for one-screen new customer entry - -1999-03-25 05:31 ivan - - * site_perl/svc_Common.pm: added setdefault method (generalized - setfixed method to setx method) - 1999-03-25 00:42 ivan - * bin/svc_acct.import, bin/svc_acct_sm.import, - htdocs/docs/install.html: import stuff uses Term::Query and spits - out (some kinds of) nonsensical input - -1999-03-23 21:24 ivan - - * htdocs/docs/install.html: URI unbundled from libwww-perl, so list - it separately - -1999-03-23 16:51 ivan - - * bin/svc_acct_sm.import: die if no relevant services... cvspain + * bin/svc_acct.import: import stuff uses Term::Query and spits out + (some kinds of) nonsensical input 1999-03-23 16:43 ivan * bin/svc_acct.import: die if no relevant services -1999-02-28 12:09 ivan - - * site_perl/cust_main.pm: allow spaces in zip codes, for (at least) - canada. pointed out by Clayton Gray <clgray@bcgroup.net> - -1999-02-28 11:44 ivan - - * bin/fs-setup: constructors s/create/new/ pointed out by "Bao C. - Ha" <bao@hacom.net> - -1999-02-27 16:03 ivan - - * htdocs/: edit/cust_credit.cgi, edit/cust_main.cgi, - edit/cust_pay.cgi, edit/cust_pkg.cgi, edit/svc_acct.cgi, - edit/svc_acct_sm.cgi, edit/svc_domain.cgi, - edit/process/cust_credit.cgi, edit/process/cust_main.cgi, - edit/process/cust_pay.cgi, edit/process/cust_pkg.cgi, - edit/process/svc_acct.cgi, edit/process/svc_acct_sm.cgi, - edit/process/svc_domain.cgi, misc/cancel-unaudited.cgi, - misc/cancel_pkg.cgi, misc/expire_pkg.cgi, misc/link.cgi, - misc/susp_pkg.cgi, misc/unsusp_pkg.cgi, search/cust_bill.cgi, - search/cust_main.cgi, search/svc_acct_sm.cgi, - search/svc_domain.cgi, view/cust_bill.cgi, view/cust_main.cgi, - view/cust_pkg.cgi, view/svc_acct.cgi, view/svc_acct_sm.cgi, - view/svc_domain.cgi: removed misleading comments - -1999-02-27 13:24 ivan - - * site_perl/cust_main.pm: parse paydate correctly for cybercash - -1999-02-27 13:06 ivan - - * bin/fs-setup, htdocs/docs/upgrade3.html: cust_main.paydate should - be varchar(10), not @date_type ; problem reported by Ben Leibig - <leibig@colorado.edu> - -1999-02-23 00:09 ivan - - * TODO, htdocs/docs/config.html, htdocs/edit/cust_main.cgi, - htdocs/edit/part_svc.cgi, htdocs/edit/svc_acct.cgi, - htdocs/edit/svc_acct_pop.cgi, htdocs/search/svc_domain.cgi, - htdocs/view/svc_domain.cgi, site_perl/cust_main.pm: beginnings of - one-screen new customer entry and some other miscellania - -1999-02-22 23:23 ivan - - * site_perl/UID.pm: oops, don't comment out &swapuid in - &adminsuidsetup! - 1999-02-10 01:02 ivan * etc/sql-reserved-words.txt: some new doc files -1999-02-10 00:27 ivan - - * TODO: [no log message] - -1999-02-09 01:56 ivan - - * TODO: [no log message] - -1999-02-09 01:55 ivan - - * site_perl/: cust_bill.pm, cust_pkg.pm: invoices show line items - for each service in a package (see the label method of - FS::cust_svc) - -1999-02-09 01:37 ivan - - * htdocs/docs/man/: CGI.txt, Conf.txt, Invoice.txt, Record.txt, - UID.txt, agent.txt, agent_type.txt, cust_bill.txt, - cust_bill_pkg.txt, cust_credit.txt, cust_main.txt, - cust_main_county.txt, cust_pay.txt, cust_pkg.txt, - cust_refund.txt, cust_svc.txt, dbdef_column.txt, dbdef_table.txt, - index.html, part_pkg.txt, part_referral.txt, part_svc.txt, - pkg_svc.txt, svc_acct.txt, svc_acct_pop.txt, svc_acct_sm.txt, - svc_domain.txt, type_pkgs.txt: regenerated perl api docs from - embedded pod - -1999-02-09 01:22 ivan - - * htdocs/: search/cust_pkg.cgi, search/svc_acct_sm.cgi, - search/svc_domain.cgi, view/svc_acct_sm.cgi: visual and bugfixes - -1999-02-08 21:45 ivan - - * htdocs/docs/CGI-modules-2.76-patch.txt: no longer needed - 1999-02-07 01:59 ivan - * CREDITS, TODO, bin/fs-setup, htdocs/docs/export.html, - htdocs/docs/schema.html, htdocs/docs/trouble.html, - htdocs/edit/cust_pkg.cgi, htdocs/edit/part_pkg.cgi, - htdocs/edit/part_referral.cgi, htdocs/edit/part_svc.cgi, - htdocs/edit/svc_acct.cgi, htdocs/edit/svc_acct_pop.cgi, - htdocs/edit/svc_acct_sm.cgi, htdocs/edit/svc_domain.cgi, - htdocs/edit/process/cust_pkg.cgi, - htdocs/edit/process/part_pkg.cgi, - htdocs/edit/process/part_referral.cgi, - htdocs/edit/process/part_svc.cgi, - htdocs/edit/process/svc_acct.cgi, - htdocs/edit/process/svc_acct_pop.cgi, - htdocs/edit/process/svc_acct_sm.cgi, - htdocs/edit/process/svc_domain.cgi, - htdocs/misc/cancel-unaudited.cgi, htdocs/misc/process/link.cgi, - htdocs/search/cust_main.cgi, htdocs/search/cust_pkg.cgi, - htdocs/search/svc_acct.cgi, htdocs/search/svc_domain.cgi, - htdocs/view/cust_main.cgi, htdocs/view/svc_acct_sm.cgi, - site_perl/CGI.pm, site_perl/part_svc.pm: more mod_perl fixes, and - bugfixes Peter Wemm sent via email + * CREDITS: more mod_perl fixes, and bugfixes Peter Wemm sent via + email 1999-02-06 14:43 ivan - * CREDITS, TODO: don't use [e]idiot; display error messages on the - form page - -1999-02-03 22:09 ivan - - * bin/fs-setup: add AU provences - -1999-02-03 02:42 ivan - - * bin/fs-setup: [no log message] - -1999-01-25 04:26 ivan - - * htdocs/view/cust_bill.cgi, htdocs/view/cust_main.cgi, - site_perl/CGI.pm, site_perl/Record.pm, site_perl/cust_bill.pm, - site_perl/cust_credit.pm, site_perl/cust_main.pm, - site_perl/cust_main_invoice.pm, site_perl/cust_pay.pm, - site_perl/cust_pkg.pm, site_perl/cust_refund.pm, - site_perl/svc_Common.pm, site_perl/svc_acct.pm, - site_perl/svc_acct_sm.pm, site_perl/svc_domain.pm: yet more - mod_perl stuff - -1999-01-25 04:19 ivan - - * htdocs/: edit/process/cust_main_county-expand.cgi, - edit/process/cust_main_county.cgi, edit/process/cust_pay.cgi, - edit/process/cust_pkg.cgi, search/cust_main.cgi: yet more - mod_perl stuff - -1999-01-25 04:09 ivan - - * TODO, htdocs/edit/agent.cgi, htdocs/edit/agent_type.cgi, - htdocs/edit/cust_credit.cgi, htdocs/edit/cust_main.cgi, - htdocs/edit/cust_main_county-expand.cgi, - htdocs/edit/cust_main_county.cgi, htdocs/edit/cust_pay.cgi, - htdocs/edit/process/agent.cgi, - htdocs/edit/process/agent_type.cgi, - htdocs/edit/process/cust_credit.cgi, - htdocs/edit/process/cust_main.cgi: yet more mod_perl stuff - -1999-01-20 01:43 ivan - - * htdocs/browse/agent.cgi: comment out future UI code (but look at - it, it's neat!) - -1999-01-20 01:30 ivan - - * site_perl/UI/: Base.pm, CGI.pm, Gtk.pm, agent.pm: skeletal - cross-UI UI code. - -1999-01-20 00:55 ivan - - * htdocs/docs/install.html: documentation update: mod_perl support - -1999-01-18 21:13 ivan - - * htdocs/: browse/agent.cgi, browse/agent_type.cgi, - browse/cust_main_county.cgi, browse/part_pkg.cgi, - browse/part_referral.cgi, browse/part_svc.cgi, - browse/svc_acct_pop.cgi, edit/agent.cgi, edit/agent_type.cgi, - edit/cust_credit.cgi, edit/cust_main.cgi, - edit/cust_main_county-expand.cgi, edit/cust_main_county.cgi, - edit/cust_pay.cgi, edit/cust_pkg.cgi, edit/part_pkg.cgi, - edit/part_referral.cgi, edit/part_svc.cgi, edit/svc_acct.cgi, - edit/svc_acct_pop.cgi, edit/svc_acct_sm.cgi, edit/svc_domain.cgi, - edit/process/agent.cgi, edit/process/agent_type.cgi, - edit/process/cust_credit.cgi, edit/process/cust_main.cgi, - edit/process/cust_main_county-expand.cgi, - edit/process/cust_main_county.cgi, edit/process/cust_pay.cgi, - edit/process/cust_pkg.cgi, edit/process/part_pkg.cgi, - edit/process/part_referral.cgi, edit/process/part_svc.cgi, - edit/process/svc_acct.cgi, edit/process/svc_acct_pop.cgi, - edit/process/svc_acct_sm.cgi, edit/process/svc_domain.cgi, - misc/bill.cgi, misc/cancel-unaudited.cgi, misc/cancel_pkg.cgi, - misc/expire_pkg.cgi, misc/link.cgi, misc/print-invoice.cgi, - misc/susp_pkg.cgi, misc/unsusp_pkg.cgi, misc/process/link.cgi, - search/cust_bill.cgi, search/cust_main.cgi, search/cust_pkg.cgi, - search/svc_acct.cgi, search/svc_acct_sm.cgi, - search/svc_domain.cgi, view/cust_bill.cgi, view/cust_main.cgi, - view/cust_pkg.cgi, view/svc_acct.cgi, view/svc_acct_sm.cgi, - view/svc_domain.cgi: for mod_perl: no more top-level my() - variables; use vars instead also the last s/create/new/; - -1999-01-18 15:05 ivan - - * TODO: update TODO for stuff that was done etc. - -1999-01-18 14:47 ivan - - * htdocs/edit/process/: agent.cgi, agent_type.cgi, cust_credit.cgi, - cust_main_county-expand.cgi, cust_main_county.cgi, cust_pay.cgi, - part_pkg.cgi, part_referral.cgi, part_svc.cgi, svc_acct.cgi, - svc_acct_pop.cgi, svc_acct_sm.cgi, svc_domain.cgi: - s/create/new/g; and use fields('table_name') - -1999-01-18 14:16 ivan - - * site_perl/Invoice.pm: typo - -1999-01-18 13:58 ivan - - * site_perl/: cust_bill.pm, cust_credit.pm, cust_main_invoice.pm, - cust_pkg.pm, pkg_svc.pm, svc_acct.pm, svc_acct_sm.pm: esthetic: - eq and ne were used in a few places instead of == and != - -1999-01-18 01:41 ivan - - * htdocs/browse/agent.cgi, htdocs/browse/agent_type.cgi, - htdocs/browse/cust_main_county.cgi, htdocs/browse/part_pkg.cgi, - htdocs/browse/part_referral.cgi, htdocs/browse/part_svc.cgi, - htdocs/browse/svc_acct_pop.cgi, htdocs/edit/agent.cgi, - htdocs/edit/agent_type.cgi, htdocs/edit/cust_credit.cgi, - htdocs/edit/cust_main.cgi, - htdocs/edit/cust_main_county-expand.cgi, - htdocs/edit/cust_main_county.cgi, htdocs/edit/cust_pay.cgi, - htdocs/edit/cust_pkg.cgi, htdocs/edit/part_pkg.cgi, - htdocs/edit/part_referral.cgi, htdocs/edit/part_svc.cgi, - htdocs/edit/svc_acct.cgi, htdocs/edit/svc_acct_pop.cgi, - htdocs/edit/svc_acct_sm.cgi, htdocs/edit/svc_domain.cgi, - htdocs/misc/link.cgi, htdocs/search/cust_main.cgi, - htdocs/search/cust_pkg.cgi, htdocs/search/svc_acct.cgi, - htdocs/search/svc_acct_sm.cgi, htdocs/view/cust_bill.cgi, - htdocs/view/cust_main.cgi, htdocs/view/cust_pkg.cgi, - htdocs/view/svc_acct.cgi, htdocs/view/svc_acct_sm.cgi, - htdocs/view/svc_domain.cgi, site_perl/CGI.pm: all $cgi->header - calls now include ( '-expires' => 'now' ) for mod_perl (good idea - anyway) - -1999-01-18 01:22 ivan - - * htdocs/browse/agent.cgi, htdocs/docs/trouble.html, - htdocs/docs/upgrade3.html, htdocs/edit/agent_type.cgi, - htdocs/edit/cust_main.cgi, htdocs/edit/process/cust_main.cgi, - htdocs/search/cust_pkg.cgi, htdocs/search/svc_acct.cgi, - htdocs/view/cust_main.cgi, htdocs/view/svc_acct.cgi, - site_perl/CGI.pm, site_perl/Record.pm, site_perl/UID.pm, - site_perl/cust_main.pm, site_perl/cust_main_invoice.pm: changes - to track email addresses for email invoicing - -1999-01-16 20:04 ivan - - * site_perl/CGI.pm: itable - -1999-01-16 19:13 ivan - - * htdocs/index.html: s/Information/Freeside home page/; - -1999-01-16 19:11 ivan - - * bin/fs-setup: remove preliminary completehost changes + * CREDITS: don't use [e]idiot; display error messages on the form + page 1999-01-15 16:24 ivan @@ -37832,603 +31154,21 @@ * CREDITS: [no log message] -1998-12-30 17:04 ivan - - * site_perl/part_pkg.pm: doc - -1998-12-30 15:06 ivan - - * htdocs/browse/part_svc.cgi: typo - -1998-12-30 15:03 ivan - - * TODO, htdocs/browse/part_svc.cgi, htdocs/edit/part_svc.cgi, - htdocs/edit/svc_acct.cgi, htdocs/edit/svc_acct_sm.cgi, - htdocs/edit/svc_domain.cgi, htdocs/edit/process/agent.cgi, - htdocs/edit/process/agent_type.cgi, - htdocs/edit/process/cust_pay.cgi, - htdocs/edit/process/part_pkg.cgi, - htdocs/edit/process/part_referral.cgi, - htdocs/edit/process/part_svc.cgi, - htdocs/edit/process/svc_acct_pop.cgi, htdocs/view/cust_bill.cgi, - htdocs/view/cust_main.cgi: bugfixes; fields isn't exported by - derived classes - -1998-12-29 16:57 ivan - - * htdocs/search/cust_main.cgi: bug - -1998-12-29 16:30 ivan - - * site_perl/: Invoice.pm, agent.pm, svc_Common.pm, svc_acct.pm, - svc_acct_sm.pm, svc_domain.pm, table_template-svc.pm: svc_ stuff - is more properly OO - has a common superclass FS::svc_Common - -1998-12-29 03:59 ivan - - * TODO, site_perl/Record.pm, site_perl/agent.pm, - site_perl/agent_type.pm, site_perl/cust_bill.pm, - site_perl/cust_bill_pkg.pm, site_perl/cust_credit.pm, - site_perl/cust_main.pm, site_perl/cust_main_county.pm, - site_perl/cust_main_invoice.pm, site_perl/cust_pay.pm, - site_perl/cust_pay_batch.pm, site_perl/cust_pkg.pm, - site_perl/cust_refund.pm, site_perl/cust_svc.pm, - site_perl/part_pkg.pm, site_perl/part_referral.pm, - site_perl/part_svc.pm, site_perl/pkg_svc.pm, - site_perl/svc_acct.pm, site_perl/svc_acct_pop.pm, - site_perl/svc_acct_sm.pm, site_perl/svc_domain.pm, - site_perl/table_template-svc.pm, site_perl/table_template.pm, - site_perl/type_pkgs.pm: mostly properly OO, some work still to be - done with svc_ stuff - -1998-12-23 01:41 ivan - - * htdocs/docs/upgrade3.html: typo - -1998-12-23 00:08 ivan - - * htdocs/edit/cust_main.cgi: fix typo - -1998-12-22 19:11 ivan - - * htdocs/view/cust_pkg.cgi: [no log message] - -1998-12-22 19:07 ivan - - * htdocs/view/: cust_bill.cgi, cust_pkg.cgi, svc_acct.cgi, - svc_acct_sm.cgi, svc_domain.cgi: $cgi->keywords instead of - $cgi->query_string - -1998-12-22 19:04 ivan - - * htdocs/: misc/print-invoice.cgi, misc/susp_pkg.cgi, - misc/unsusp_pkg.cgi, search/cust_pkg.cgi, search/svc_acct.cgi, - search/svc_domain.cgi: $cgi->keywords instead of - $cgi->query_string - -1998-12-22 19:01 ivan - - * htdocs/misc/: bill.cgi, cancel-unaudited.cgi, cancel_pkg.cgi, - link.cgi: $cgi->keywords instead of $cgi->query_string - -1998-12-22 18:57 ivan - - * htdocs/edit/: svc_acct_pop.cgi, svc_acct_sm.cgi, svc_domain.cgi: - $cgi->keywords instead of $cgi->query_string - -1998-12-22 18:42 ivan - - * htdocs/view/cust_main.cgi: remove double '/' in link urls - -1998-12-22 18:36 ivan - - * htdocs/view/cust_main.cgi: use FS::cust_refund; to eliminate - warning - -1998-12-22 18:26 ivan - - * htdocs/edit/cust_credit.cgi: [no log message] - -1998-12-22 18:23 ivan - - * site_perl/CGI.pm: popurl always has trailing slash - -1998-12-19 18:11 ivan - - * htdocs/docs/install.html: suggest suEXEC as an alternative to - suidperl - -1998-12-17 01:57 ivan - - * htdocs/view/: cust_bill.cgi, cust_main.cgi, cust_pkg.cgi, - svc_acct.cgi, svc_acct_sm.cgi, svc_domain.cgi: - s/CGI::(Base|Request)/CGI.pm/; - -1998-12-17 01:41 ivan - - * htdocs/search/: cust_bill.cgi, cust_main.cgi, cust_pkg.cgi, - svc_acct.cgi, svc_acct_sm.cgi, svc_domain.cgi: - s/CGI::(Base|Request)/CGI.pm/; - -1998-12-17 01:15 ivan - - * htdocs/misc/process/link.cgi: s/CGI::Request/CGI.pm/; - -1998-12-17 01:12 ivan - - * htdocs/misc/: bill.cgi, cancel-unaudited.cgi, cancel_pkg.cgi, - expire_pkg.cgi, link.cgi, print-invoice.cgi, susp_pkg.cgi, - unsusp_pkg.cgi: s/CGI::(Request|Base)/CGI.pm/; - -1998-12-17 00:40 ivan - - * htdocs/edit/process/: agent.cgi, agent_type.cgi, cust_credit.cgi, - cust_main.cgi, cust_main_county-expand.cgi, cust_main_county.cgi, - cust_pay.cgi, cust_pkg.cgi, part_pkg.cgi, part_referral.cgi, - part_svc.cgi, svc_acct.cgi, svc_acct_pop.cgi, svc_acct_sm.cgi, - svc_domain.cgi: s/CGI::Request/CGI.pm/; etc - -1998-12-16 22:16 ivan - - * htdocs/edit/: agent.cgi, agent_type.cgi, cust_credit.cgi, - cust_main.cgi, cust_main_county-expand.cgi, cust_main_county.cgi, - cust_pay.cgi, cust_pkg.cgi, part_pkg.cgi, part_referral.cgi, - part_svc.cgi, svc_acct.cgi, svc_acct_pop.cgi, svc_acct_sm.cgi, - svc_domain.cgi: fix double // in relative URLs, s/CGI::Base/CGI/; - -1998-12-16 21:25 ivan - - * htdocs/browse/: agent.cgi, agent_type.cgi, cust_main_county.cgi, - part_pkg.cgi, part_referral.cgi, part_svc.cgi, svc_acct_pop.cgi: - fix visual and other bugs - -1998-12-16 20:54 ivan - - * htdocs/docs/schema.html: [no log message] - -1998-12-16 20:47 ivan - - * htdocs/images/sisd.jpg: switch to new logo, no reason to take up - space - -1998-12-16 20:36 ivan - - * htdocs/browse/svc_acct_pop.cgi: use CGI;, use CGI::Carp, visual - changes, relative URLs - -1998-12-16 20:32 ivan - - * htdocs/browse/part_referral.cgi: print $cgi->header - -1998-12-16 20:31 ivan - - * htdocs/browse/part_referral.cgi: use CGI::Carp - -1998-12-16 20:26 ivan - - * htdocs/browse/part_referral.cgi: use CGI; no relative URLs - -1998-12-16 01:58 ivan - - * site_perl/: cust_main.pm, cust_main_invoice.pm: library support - for editing email invoice destinations (not in sub collect yet) - -1998-12-15 23:40 ivan - - * site_perl/cust_main_invoice.pm: new table - -1998-12-15 22:05 ivan - - * bin/fs-setup, htdocs/docs/schema.html, htdocs/docs/upgrade3.html: - add table cust_main_invoice - -1998-12-15 21:38 ivan - - * TODO: [no log message] - -1998-12-15 21:32 ivan - - * fs_passwd/fs_passwd_server: adminsuidsetup now requires user - 1998-12-15 21:29 ivan * eg/TEMPLATE_cust_main.import: adminsuidsetup now need user -1998-12-15 21:24 ivan - - * htdocs/view/: svc_acct.cgi, svc_acct_sm.cgi: use FS::Conf; - -1998-12-15 21:20 ivan - - * htdocs/search/svc_acct_sm.cgi: use FS::Conf; - -1998-12-15 21:17 ivan - - * htdocs/edit/: svc_acct.cgi, svc_acct_sm.cgi: use FS::Conf - -1998-12-15 21:13 ivan - - * htdocs/docs/export.html: visual changes, new config file dir - -1998-12-15 20:32 ivan - - * htdocs/docs/legacy.html: oops, removed explicit links to my - development machine! - -1998-12-14 20:36 ivan - - * bin/fs-setup: s/croak/die/; #oops - -1998-12-14 20:33 ivan - - * bin/fs-setup: dies if it isn't running as the freeside user - -1998-12-11 22:36 ivan - - * htdocs/docs/trouble.html: hint for mysql systems w/o native - threading - 1998-12-09 23:23 ivan - * bin/: svc_acct.export, svc_acct.import, svc_acct_sm.export, - svc_acct_sm.import: use FS::Conf, need user (for datasrc) + * bin/svc_acct.import: use FS::Conf, need user (for datasrc) 1998-12-01 17:23 ivan - * TODO, CREDITS: [no log message] - -1998-11-28 15:59 ivan - - * htdocs/docs/install.html: run fs-setup as user freeside - -1998-11-22 23:52 ivan - - * htdocs/edit/: agent.cgi, process/agent.cgi: [no log message] - -1998-11-22 21:42 ivan - - * site_perl/agent.pm: use FS::cust_main and FS::agent_type to - eliminate warnings - -1998-11-22 21:29 ivan - - * htdocs/browse/agent.cgi: use CGI::Carp - -1998-11-22 21:27 ivan - - * htdocs/browse/agent.cgi: to eliminate warnings - -1998-11-20 23:58 ivan - - * htdocs/edit/agent_type.cgi: package names link to them - -1998-11-20 23:49 ivan - - * htdocs/edit/process/agent_type.cgi: s/CGI::Request/CGI.pm/ - -1998-11-20 23:45 ivan - - * htdocs/edit/agent_type.cgi: visual, use FS::table_name when doing - qsearch('table_name') - -1998-11-20 23:39 ivan - - * htdocs/browse/agent_type.cgi: visual - -1998-11-20 23:26 ivan - - * site_perl/Record.pm: "Records identical" carp tells us it is just - a warning. - -1998-11-20 23:23 ivan - - * htdocs/browse/part_pkg.cgi: visual - -1998-11-20 23:17 ivan - - * htdocs/edit/process/part_pkg.cgi: bugfix to work for regular - aswell as custom pricing - -1998-11-20 23:11 ivan - - * htdocs/edit/: part_pkg.cgi: [no log message] - -1998-11-20 23:07 ivan - - * htdocs/edit/part_pkg.cgi: popurl, bugfix - -1998-11-20 23:00 ivan - - * htdocs/browse/part_pkg.cgi: visual - -1998-11-20 22:43 ivan - - * htdocs/edit/part_svc.cgi: visual - -1998-11-20 22:43 ivan - - * htdocs/edit/process/part_svc.cgi: s/CGI::Request/CGI.pm/ - -1998-11-20 19:16 ivan - - * htdocs/edit/part_svc.cgi: visual - -1998-11-20 19:00 ivan - - * htdocs/index.html: visual - -1998-11-20 18:26 ivan - - * htdocs/browse/part_svc.cgi: visual - -1998-11-20 15:10 ivan - - * htdocs/browse/part_svc.cgi: visual - -1998-11-20 00:50 ivan - - * htdocs/browse/: agent.cgi, part_svc.cgi: s/CGI::Base/CGI.pm, - visual fixes - -1998-11-19 03:17 ivan - - * bin/dbdef-create: adminsuidsetup requires argument + * CREDITS: [no log message] 1998-11-18 01:01 ivan - * CREDITS, TODO, bin/fs-setup, htdocs/index.html, - htdocs/browse/cust_main_county.cgi, htdocs/docs/schema.html, - htdocs/docs/upgrade3.html, htdocs/edit/cust_main.cgi, - htdocs/edit/cust_main_county-expand.cgi, - htdocs/edit/cust_main_county.cgi, - htdocs/edit/process/cust_main_county-expand.cgi, - htdocs/edit/process/cust_main_county.cgi, site_perl/cust_main.pm, - site_perl/cust_main_county.pm, site_perl/cust_pay_batch.pm: i18n! - i18n! - -1998-11-18 00:57 ivan - - * htdocs/edit/process/cust_main.cgi: i18n, s/CGI-modules/CGI.pm/, - FS::CGI::idiot instead of inline, FS::CGI::popurl - -1998-11-15 05:18 ivan - - * bin/fs-setup: remove debugging - -1998-11-15 05:14 ivan - - * htdocs/edit/: part_pkg.cgi, process/part_pkg.cgi: first pass as - per-user custom pricing - -1998-11-15 05:14 ivan - - * htdocs/view/cust_main.cgi: first pass as per-customer custom - pricing - -1998-11-15 05:01 ivan - - * site_perl/cust_pkg.pm: allow pkgpart changing (for per-customer - custom pricing). warn about it in doc - -1998-11-15 05:00 ivan - - * site_perl/part_pkg.pm: bugfix in clone method, clone method doc - clarification - -1998-11-15 03:23 ivan - - * site_perl/cust_main.pm: use FS::table_name for all searches to - eliminate warnings, emit state/county when they don't match - -1998-11-15 03:20 ivan - - * htdocs/edit/agent_type.cgi: s/CGI-Base/CGI.pm/ causes - s/QUERY_STRING/keywords/; - -1998-11-15 03:02 ivan - - * site_perl/Record.pm: bugsquash - -1998-11-15 02:56 ivan - - * site_perl/Record.pm: qsearch gets sames "IS NULL" semantics as - other WHERE clauses - -1998-11-15 01:43 ivan - - * bin/fs-setup: update for new config file syntax, new - adminsuidsetup - -1998-11-15 01:08 ivan - - * site_perl/part_pkg.pm: added clone method to support per-customer - pricing - -1998-11-14 21:30 ivan - - * site_perl/: cust_main.pm, Record.pm: bugfix for new config layout - -1998-11-14 21:27 ivan - - * site_perl/UID.pm: bugfix for new configuration layout - -1998-11-14 21:19 ivan - - * site_perl/cust_pay_batch.pm: long overdue - -1998-11-14 20:33 ivan - - * site_perl/: table_template.pm, table_template-svc.pm: updates for - newest versoin - -1998-11-14 19:48 ivan - - * site_perl/table_template.pm: update for current version - -1998-11-14 19:46 ivan - - * site_perl/table_template-unique.pm: [no log message] - -1998-11-14 18:53 ivan - - * bin/bill: afterthought - -1998-11-14 18:51 ivan - - * bin/bill: adminsuidsetup needs user, pod, cleanup - -1998-11-14 16:51 ivan - - * site_perl/UID.pm: eliminated some warnings on certain fatal - errors (well, it is less confusing) - -1998-11-13 03:28 ivan - - * htdocs/view/cust_main.cgi: s/CGI-modules/CGI.pm/;, relative URL's - with popurl - -1998-11-13 01:56 ivan - - * TODO, htdocs/docs/man/CGI.txt, htdocs/docs/man/Conf.txt, - htdocs/docs/man/Record.txt, htdocs/docs/man/UID.txt, - htdocs/docs/man/cust_bill.txt, htdocs/docs/man/cust_main.txt, - htdocs/docs/man/cust_pkg.txt, htdocs/docs/man/cust_svc.txt, - htdocs/docs/man/dbdef_column.txt, - htdocs/docs/man/dbdef_table.txt, htdocs/docs/man/svc_acct.txt, - htdocs/docs/man/svc_domain.txt, htdocs/edit/agent_type.cgi, - htdocs/edit/svc_acct_pop.cgi, htdocs/edit/svc_domain.cgi, - htdocs/view/cust_pkg.cgi, htdocs/view/svc_domain.cgi, - site_perl/Record.pm, site_perl/UID.pm, site_perl/cust_bill.pm, - site_perl/cust_main.pm, site_perl/svc_acct.pm, - site_perl/svc_acct_sm.pm, site_perl/svc_domain.pm: change - configuration file layout to support multiple distinct databases - (with own set of config files, export, etc.) - -1998-11-12 21:15 ivan - - * htdocs/docs/: install.html, upgrade3.html: more documentation - updates for new config location - -1998-11-12 20:45 ivan - - * htdocs/docs/config.html: secrets files are located in - /usr/local/etc/freeside, not just default. - -1998-11-12 20:08 ivan - - * site_perl/Conf.pm: no default default_dir (ironic) - -1998-11-12 18:43 ivan - - * htdocs/docs/: config.html, upgrade3.html: update documentation - for new config file format - -1998-11-12 00:10 ivan - - * htdocs/search/cust_main.cgi: CGI.pm instead of CGI-modules - relative URLs using popurl got rid of lots of little tables - s/agrep/String::Approx/; bubble up packages and services and link - (slow) - -1998-11-11 23:58 ivan - - * site_perl/cust_svc.pm: added svcdb to label - -1998-11-11 23:43 ivan - - * site_perl/CGI.pm: [no log message] - -1998-11-11 19:45 ivan - - * site_perl/cust_svc.pm: use FS::table_name for all tables - qsearch()'ed - -1998-11-11 19:42 ivan - - * site_perl/cust_pkg.pm: added label method - -1998-11-11 19:32 ivan - - * site_perl/cust_svc.pm: added label method - -1998-11-11 17:53 ivan - - * site_perl/CGI.pm: added table command - -1998-11-09 23:45 ivan - - * site_perl/Record.pm: doc clarification - -1998-11-09 23:44 ivan - - * site_perl/Record.pm: qsearch returns `FS::TABLE' objects if that - module is loaded (i.e. via `use FS::cust_main;') instead of - always an FS::Record object - -1998-11-09 18:24 ivan - - * htdocs/search/: cust_main.html, cust_main-payinfo.html: [no log - message] - -1998-11-09 14:24 ivan - - * htdocs/search/cust_main.html: default company_on and last_on - CHECKED - -1998-11-09 00:51 ivan - - * site_perl/CGI.pm: bug squash - -1998-11-09 00:36 ivan - - * site_perl/CGI.pm: haha - -1998-11-09 00:29 ivan - - * htdocs/docs/upgrade3.html: 1.2.x - -1998-11-09 00:25 ivan - - * htdocs/docs/index.html: upgrade to 1.2.x section - -1998-11-09 00:18 ivan - - * htdocs/docs/install.html: s/agrep/String::Approx/ - -1998-11-08 22:10 ivan - - * site_perl/CGI.pm: added sub url - -1998-11-08 21:44 ivan - - * site_perl/CGI.pm: [no log message] - -1998-11-08 21:23 ivan - - * site_perl/CGI.pm: [no log message] - -1998-11-08 20:55 ivan - - * site_perl/CGI.pm: support depriciated CGI::Base as well as CGI.pm - (for now) - -1998-11-08 02:50 ivan - - * site_perl/CGI.pm: s/CGI::Base/CGI/; etc. - -1998-11-08 02:45 ivan - - * site_perl/UID.pm: got sub cgi for FS::CGI - -1998-11-08 02:11 ivan - - * htdocs/browse/agent.cgi: CGI.pm - -1998-11-08 01:38 ivan - - * site_perl/UID.pm: cgisuidsetup complains if you pass it a isa - CGI::Base instead of an isa CGI (first step in migrating from - CGI-modules to CGI.pm) + * CREDITS: i18n! i18n! 1998-11-07 17:09 ivan @@ -38436,511 +31176,63 @@ 1998-11-07 02:24 ivan - * README, htdocs/index.html, htdocs/browse/agent.cgi, - site_perl/CGI.pm, site_perl/cust_bill.pm, site_perl/cust_main.pm: - don't use depriciated FS::Bill and FS::Invoice, other miscellania - -1998-11-07 00:25 ivan - - * TODO: [no log message] - -1998-11-07 00:21 ivan - - * bin/bill: missing use - -1998-11-07 00:19 ivan - - * bin/bill: - still need to bless into FS::cust_main (for now) - -1998-11-07 00:08 ivan - - * bin/bill: - Removed depriciated FS::Bill (now in FS::cust_main) - -1998-11-06 21:17 ivan - - * site_perl/Record.pm: In sub new, Pg wrapper for money fields from - dbdef (FS::Record::fields $table), not keys of supplied hashref. - -1998-11-03 18:45 ivan - - * htdocs/docs/CGI-modules-2.76-patch.txt: - generated patch with makepatch - -1998-10-22 08:51 ivan - - * bin/fs-setup: also varchar with no length specified - postgresql - fix broke mysql. - -1998-10-22 08:46 ivan - - * bin/fs-setup: now smallint is illegal, so remove that too. - -1998-10-14 01:18 ivan - - * site_perl/svc_domain.pm: More informative error messages and - better doc for admin contact email stuff + * README: don't use depriciated FS::Bill and FS::Invoice, other + miscellania 1998-10-14 00:05 ivan - * README, bin/fs-setup, site_perl/dbdef_table.pm: 1.1.4 release, - fix postgresql - -1998-10-13 23:52 ivan - - * htdocs/docs/: index.html, upgrade2.html, man/Conf.txt, - man/Invoice.txt, man/Record.txt, man/dbdef_column.txt, - man/dbdef_table.txt: 1,1,4 release, fix postgresql quirks. - -1998-10-13 06:11 ivan - - * htdocs/.htaccess: So new installs have some protection (WDWWC). - -1998-10-13 06:04 ivan - - * site_perl/dbdef_column.pm: fixed doc to indicate Pg specific - syntax too - -1998-10-13 05:49 ivan - - * TODO: [no log message] + * README: 1.1.4 release, fix postgresql 1998-10-13 05:07 ivan - * TODO, bin/svc_acct.import: Assigns password from the shadow file - for RADIUS password "UNIX" - -1998-10-13 02:17 ivan - - * TODO: [no log message] - -1998-10-12 16:40 ivan - - * site_perl/dbdef_column.pm: added Pg-specific behaviour in sub - line - -1998-10-12 14:22 ivan - - * TODO: [no log message] - -1998-10-12 14:15 ivan - - * TODO: [no log message] - -1998-10-12 02:12 ivan - - * TODO: remove adding cvs from the todo - -1998-10-12 02:09 ivan - - * TODO: [no log message] - -1998-10-12 02:09 ivan - - * TODO: Id to Header - -1998-10-12 02:07 ivan - - * TODO: Test keyword substitution - -1998-10-12 01:59 ivan - - * TODO: Commiting sample change. - -1998-10-12 00:18 ivan - - * conf/registries/internic/: to, tech_contact: Initial revision + * bin/svc_acct.import: Assigns password from the shadow file for + RADIUS password "UNIX" 1998-10-12 00:15 ivan - * conf/: shells, registries/internic/nameservers, - registries/internic/from: Initial revision + * conf/shells: Initial revision 1998-10-12 00:12 ivan - * conf/: address, home, lpr, registries/internic/template, secrets, - smtpmachine, domain: Initial revision - -1998-10-12 00:08 ivan - - * TODO: Initial revision + * conf/: home, lpr: Initial import into CVS -1998-10-12 00:03 ivan - - * bin/fs-setup: Initial revision - -1998-10-12 00:00 ivan +1998-10-12 00:12 ivan - * site_perl/: Conf.pm, Invoice.pm: Initial revision + * conf/smtpmachine: Initial revision 1998-10-11 23:56 ivan - * README, site_perl/Record.pm: Initial revision - -1998-10-06 19:17 ivan - - * htdocs/docs/: upgrade2.html, index.html: Initial revision - -1998-10-06 19:13 ivan - - * htdocs/index.html: Initial revision - -1998-09-29 11:55 ivan - - * htdocs/view/svc_acct.cgi: Initial revision - -1998-09-27 22:16 ivan - - * htdocs/edit/process/svc_domain.cgi: Initial revision - -1998-09-27 16:59 ivan - - * htdocs/images/small-logo.gif: Initial revision - -1998-09-27 16:52 ivan - - * htdocs/images/mid-logo.gif: Initial revision - -1998-09-25 01:51 ivan - - * htdocs/docs/man/Bill.txt, htdocs/docs/man/CGI.txt, - htdocs/docs/man/Conf.txt, htdocs/docs/man/Invoice.txt, - htdocs/docs/man/Record.txt, htdocs/docs/man/SSH.txt, - htdocs/docs/man/UID.txt, htdocs/docs/man/agent.txt, - htdocs/docs/man/agent_type.txt, htdocs/docs/man/cust_bill.txt, - htdocs/docs/man/cust_bill_pkg.txt, - htdocs/docs/man/cust_credit.txt, htdocs/docs/man/cust_main.txt, - htdocs/docs/man/cust_main_county.txt, - htdocs/docs/man/cust_pay.txt, htdocs/docs/man/cust_pkg.txt, - htdocs/docs/man/cust_refund.txt, htdocs/docs/man/cust_svc.txt, - htdocs/docs/man/dbdef.txt, htdocs/docs/man/dbdef_colgroup.txt, - htdocs/docs/man/dbdef_column.txt, - htdocs/docs/man/dbdef_index.txt, htdocs/docs/man/dbdef_table.txt, - htdocs/docs/man/dbdef_unique.txt, htdocs/docs/man/part_pkg.txt, - htdocs/docs/man/part_referral.txt, htdocs/docs/man/part_svc.txt, - htdocs/docs/man/pkg_svc.txt, htdocs/docs/man/svc_acct.txt, - htdocs/docs/man/svc_acct_pop.txt, - htdocs/docs/man/svc_acct_sm.txt, htdocs/docs/man/svc_domain.txt, - htdocs/docs/man/type_pkgs.txt, bin/pod2x, - htdocs/docs/man/index.html: Initial revision - -1998-09-25 01:28 ivan - - * site_perl/: cust_pkg.pm, cust_refund.pm: Initial revision - -1998-09-25 01:03 ivan - - * site_perl/: dbdef_table.pm, dbdef_column.pm: Initial revision - -1998-09-25 00:53 ivan - - * site_perl/: dbdef_index.pm, dbdef_unique.pm: Initial revision - -1998-09-25 00:47 ivan - - * site_perl/: dbdef_colgroup.pm, dbdef.pm: Initial revision - -1998-09-24 03:18 ivan - - * site_perl/UID.pm: Initial revision - -1998-09-24 02:27 ivan - - * site_perl/type_pkgs.pm: Initial revision - -1998-09-24 01:59 ivan - - * site_perl/svc_domain.pm: Initial revision - -1998-09-24 01:54 ivan - - * site_perl/svc_acct.pm: Initial revision - -1998-09-24 01:18 ivan - - * site_perl/svc_acct_sm.pm: Initial revision - -1998-09-23 23:20 ivan - - * site_perl/svc_acct_pop.pm: Initial revision - -1998-09-23 22:15 ivan - - * site_perl/part_svc.pm: Initial revision - -1998-09-23 00:27 ivan - - * site_perl/pkg_svc.pm: Initial revision - -1998-09-23 00:23 ivan - - * site_perl/: agent_type.pm, cust_credit.pm, cust_main_county.pm, - cust_pay.pm, cust_svc.pm, part_pkg.pm, part_referral.pm: Initial - revision - -1998-09-21 23:08 ivan - - * site_perl/cust_main.pm: Initial revision - -1998-09-21 20:40 ivan - - * site_perl/cust_bill_pkg.pm: Initial revision - -1998-09-21 19:56 ivan - - * site_perl/: cust_bill.pm, agent.pm: Initial revision - -1998-09-21 16:58 ivan - - * site_perl/SSH.pm: Initial revision - -1998-09-21 16:49 ivan - - * site_perl/CGI.pm: Initial revision - -1998-09-21 16:01 ivan + * README: Initial revision - * htdocs/docs/config.html: Initial revision +1998-09-25 01:52 ivan -1998-09-20 12:53 ivan - - * site_perl/Bill.pm: Initial revision - -1998-09-18 15:14 ivan - - * htdocs/docs/schema.html: Initial revision - -1998-09-17 22:43 ivan - - * bin/svc_acct.export: Initial revision - -1998-09-17 19:07 ivan - - * htdocs/docs/install.html: Initial revision - -1998-09-12 14:33 ivan - - * htdocs/docs/trouble.html: Initial revision + * bin/pod2x: Initial revision 1998-09-02 21:50 ivan * CREDITS: Initial revision -1998-09-02 21:09 ivan - - * htdocs/docs/billing.html: Initial revision - -1998-09-02 18:57 ivan - - * htdocs/edit/process/: cust_main_county-expand.cgi, - cust_main_county.cgi, part_pkg.cgi, part_referral.cgi, - part_svc.cgi, svc_acct_pop.cgi: Initial revision - -1998-09-02 18:53 ivan - - * htdocs/edit/process/agent_type.cgi: Initial revision - -1998-09-02 18:49 ivan - - * htdocs/edit/process/agent.cgi: Initial revision - -1998-09-02 18:42 ivan - - * htdocs/: edit/part_referral.cgi, edit/svc_acct_pop.cgi, - view/cust_main.cgi: Initial revision - -1998-09-02 18:37 ivan - - * htdocs/: browse/svc_acct_pop.cgi, - edit/cust_main_county-expand.cgi, edit/cust_main_county.cgi: - Initial revision - -1998-09-02 18:33 ivan - - * htdocs/browse/: part_referral.cgi, part_svc.cgi: Initial revision - -1998-09-02 18:28 ivan - - * htdocs/browse/: cust_main_county.cgi, part_pkg.cgi: Initial - revision - -1998-09-02 18:24 ivan - - * htdocs/browse/: agent.cgi, agent_type.cgi: Initial revision - -1998-08-25 14:51 ivan - - * htdocs/docs/export.html: Initial revision - -1998-08-23 20:28 ivan - - * htdocs/docs/passwd.html: Initial revision - -1998-08-23 20:12 ivan - - * fs_passwd/fs_passwd_server: Initial revision - 1998-08-23 20:04 ivan * fs_passwd/fs_passwd: Initial revision -1998-08-23 19:01 ivan - - * bin/bill: Initial revision - -1998-08-23 16:39 ivan - - * htdocs/docs/legacy.html: Initial revision - -1998-08-23 16:19 ivan - - * htdocs/docs/admin.html: Initial revision - 1998-08-19 21:42 ivan * eg/TEMPLATE_cust_main.import: Initial revision -1998-08-16 14:41 ivan - - * htdocs/search/svc_acct.cgi: Initial revision - 1998-08-16 14:02 ivan * bin/svc_acct.import: Initial revision -1998-08-14 15:11 ivan - - * bin/svc_acct_sm.export: Initial revision - -1998-08-12 21:15 ivan - - * htdocs/docs/upgrade.html: Initial revision - -1998-08-12 20:55 ivan - - * Artistic: Initial revision - -1998-08-12 18:04 ivan - - * htdocs/docs/CGI-modules-2.76-patch.txt: Initial revision - -1998-07-26 14:32 ivan - - * htdocs/search/svc_acct_sm.cgi: Initial revision - -1998-07-26 14:24 ivan - - * htdocs/: view/svc_acct_sm.cgi, edit/svc_acct_sm.cgi: Initial - revision - -1998-07-18 17:37 ivan - - * htdocs/edit/process/svc_acct_sm.cgi: Initial revision - -1998-07-18 17:13 ivan - - * htdocs/search/cust_main.cgi: Initial revision - -1998-07-18 16:39 ivan - - * htdocs/misc/cancel_pkg.cgi: Initial revision - -1998-07-18 00:24 ivan - - * htdocs/edit/svc_domain.cgi: Initial revision - 1998-07-18 00:11 ivan - * etc/domain-template.txt: Initial revision - -1998-07-17 22:42 ivan - - * htdocs/search/svc_domain.cgi: Initial revision - -1998-07-17 01:52 ivan - - * htdocs/search/cust_pkg.cgi: Initial revision - -1998-07-17 00:43 ivan - - * bin/svc_acct_sm.import: Initial revision - -1998-07-13 12:32 ivan - - * htdocs/edit/svc_acct.cgi: Initial revision - -1998-07-13 10:52 ivan - - * htdocs/edit/cust_main.cgi: Initial revision - -1998-07-12 13:29 ivan + * etc/domain-template.txt: Initial import into CVS - * htdocs/edit/agent.cgi: Initial revision - -1998-07-12 13:25 ivan - - * htdocs/edit/agent_type.cgi: Initial revision - -1998-07-12 13:18 ivan - - * htdocs/edit/part_pkg.cgi: Initial revision - -1998-07-12 12:51 ivan - - * htdocs/edit/part_svc.cgi: Initial revision - -1998-07-10 20:49 ivan - - * htdocs/view/cust_bill.cgi: Initial revision - -1998-07-02 02:31 ivan - - * htdocs/edit/cust_pkg.cgi: Initial revision - -1998-06-24 00:27 ivan - - * htdocs/misc/link.cgi: Initial revision - -1998-06-23 23:59 ivan - - * htdocs/misc/process/link.cgi: Initial revision - -1998-06-16 19:03 ivan - - * htdocs/misc/print-invoice.cgi: Initial revision - -1998-06-03 00:22 ivan - - * bin/dbdef-create: Initial revision - -1998-04-16 22:37 ivan - - * htdocs/: edit/process/cust_credit.cgi, - edit/process/cust_main.cgi, edit/process/cust_pay.cgi, - edit/process/cust_pkg.cgi, edit/process/svc_acct.cgi, - misc/bill.cgi, misc/cancel-unaudited.cgi, misc/expire_pkg.cgi, - misc/susp_pkg.cgi, misc/unsusp_pkg.cgi, search/cust_bill.cgi, - view/cust_pkg.cgi, view/svc_domain.cgi: Initial revision - -1998-04-16 13:34 ivan - - * fs_radlog/fs_radlogd: Initial revision - -1998-03-23 00:20 ivan +1998-03-22 23:46 ivan - * fs_passwd/fs_passwdd: Initial revision + * etc/countries.txt: Initial import into CVS 1998-03-22 23:46 ivan - * GPL, INSTALL, etc/acp_logfile-parse, etc/countries.txt, - etc/example-direct-cardin, htdocs/edit/cust_credit.cgi, - htdocs/edit/cust_pay.cgi, htdocs/images/sisd.jpg, - htdocs/search/cust_bill.html, - htdocs/search/cust_main-payinfo.html, - htdocs/search/cust_main.html, htdocs/search/svc_acct.html, - htdocs/search/svc_acct_sm.html, htdocs/search/svc_domain.html, - site_perl/table_template-svc.pm, - site_perl/table_template-unique.pm, site_perl/table_template.pm: - Initial revision + * INSTALL: Initial revision |