summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-10-27+ moneyguru.wiz1-1/+2
2012-10-27Import moneyguru-2.6.1 as finance/moneyguru.wiz4-0/+621
moneyGuru is a personal finance management application. With it, you can evaluate your financial situation so you can make informed (and thus better) decisions. Most finance applications have the same goal, but moneyGuru's difference is in the way it achieves it. Rather than having reports which you have to configure (or find out which pre-configured report is the right one), your important financial data (net worth, profit) is constantly up-to-date and "in your face". This allows you to constantly make informed decision rather than doing so periodically.
2012-10-24Add upstream bug report URL.wiz2-3/+5
2012-10-21Update to 1.18. No proper NEWS file found.wiz3-60/+6
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz8-15/+16
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau14-40/+14
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache4-8/+8
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-13Enable python bindings, bump PKGREVISION.wiz2-4/+16
(This package already depends on python via glib, so this change is effectively free! :) ).
2012-09-07Revbump after updating graphics/cairoadam2-3/+4
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-3/+3
Module::Install is for Authors only. Bumping revision
2012-07-29Update to 2.4.11:wiz3-8/+10
Between 2.4.10 and 2.4.11, the following bugfixes were included: [22080]Fix make dist for Swedish accounts files Reported by Robert Fewell [22260]Rewrite the tip-of-the-day parsing logic Since commit 22246, an empty tip of the day appears in the list of tips. This is due to the way the file is parsed. This commit rewrites the parsing logic to avoid such problems. As an added bonus, you can now add newlines in tips by using '\n' in the string. [22248]Bug #678848 - Customer/Vendor reports off-by-one on start date Additionally removes a superfluous module load [22246][PATCH] Fix tip-of-the-day with gcc-4.7 When making the text file tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least one of the whitespace lines between entries. However, this relies on behavior of 'gcc -E' that isn't actually part of the spec, and is a historical accident. And it changed in gcc-4.7, such that all the whitespace is removed. Work around this by explicitly adding a newline in the sed expression. Pre gcc-4.7 there will be two newlines between tips, but this has no impact on the tip displaying code. Patch by Bill Nottingham Bug #631611 - Check printing fails because fonts are too tiny on Windows Lesson learned: don't use cairo_identity_matrix on a cairo_t managed by GtkPrintContext. It kills a number of transformations that were already configured by GtkPrintContext. On Windows this breaks proper scaling. Fix a double free crash when the required features dialog is shown Bug #611853 - Entering a 2-digit year in the opening balance tab results in "Parsing Error" This bug was already fixed on trunk as part of the patch that converted the new account dialog from glade to gtkbuilder. This commit extracts only the parts required to fix bug #611853 [22224] Bug #671323 - Scheduled monthly transactions lose "except on weekends" setting when using MySQL [22229] Bug #678214 - GnuCash fails to open some post-processed XML files Patch by Daniel Harding Bug #677570 - Error creating net worth linechart report Remove doubled file contents. Changeset 21628 has already done this for trunk. Add formatting to table. Add cell padding to columns in table. Bug #677570 Error creating net worth linechart report Revert "Added user settable line width and data point markers to net worth" Removed entire commit in order to make report work. Details of error still need to found so that the feature can be reinstated. This reverts r21644. Note, this feature works in trunk. [22197]Add EXTRA_CFLAGS for compiling on Win7 Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings. Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh [r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend This addresses the crash reported on Ubuntu with Postgres by Krzysiek. The stack trace he posted showed the crash was the result of dereferencing a NULL GDate*, and this change protects against that. It still doesn't address the more basic problem of why on Win32 and with mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt dates. [r22188][Bug #674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend Special-cases dbi_result_get_datetime returning -1 to work around a bug in MinGW's implementation of gmtime(). [22157] Bug #674494: Fix version and method of downloading isocodes in win32 packaging Patch by Mark Jenkins [r22154][Bug 674283] With mysql crash after deleting accounts included into a budget Never assume a pointer is NULL unless you set it to NULL! [22097] [Win32 build] Update gwenhywfar/aqbanking versions. [22090] Revert r22083, "Adapt German account templates to updated tax rate." A pure renaming is not the correct solution, I've been told. [22083] Adapt German account templates to updated tax rate. [22067] Remove potentially abandoned file (that has a GPLv2-only license, too). The last contributors here, Josh Sled and Chris Lyttle, have put their code under "GPLv2 and GPLv3" license, see r22063, but I'm too lazy to look up the copyright holders on the file as a whole so I'd rather remove it. If someone wants to add a similar packaging file again, feel free to do so, but please don't use GPLv2-only code to do so. [22066] Bug #670727: Extend license of 3 files to be GPLv2 and GPLv3. This has been granted by the gnumeric copyright holders. See https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7 [22063] Bug #670727: Clarify license of a file to be GPLv2 and GPLv3 gnc-dense-cal.h: License remark was forgotten in r19507, but the author Josh Sled agreed on GPLv2 and GPLv3 licensing in his gnucash-devel message on 2010-08-28. Fix skipping of alternate rows when there is a customer id mis-match and fix gtk_entry_set_text errors. Fix already exists in trunk. Revert "Fix skipping of alternate rows when there is a customer id mis-match." Doesn't fully work. Will redo. This reverts commit 63c4689a36aa042564d7c29b40ee970533e3d81f. Fix skipping of alternate rows when there is a customer id mis-match. Fix already exists in trunk. Fix translatable strings. Patch provided by Aurimas Fišeras. Properly handle Windos end-of-line markers in determining file versions. [21905] Bug #668196: Fix installation of python bindings With this patch, files are correctly installed together. Patch by Vint as suggested on bugzilla. Total return is now an amount (not a percentage), and includes income as well as capital gains. New column "Rate of return" gives the percentage. - changed default value for "Ignore brokerage fees when calculating returns", therovided (BAS 2012) Additionally this commit adds some required changes to get the Swedish account plans to actually show up in GnuCash (both BAS and the earlier committed Swedish small business account plan) [22011] Fix a GtkWarning in the Account Hierarchy Druid which occurs if the Example Account file doesn't contain a long description. Fix translatable strings code for tax invoice report. Fix translatable strings code for some reports. Patch provided by Aurimas Fišeras. [21978] Move the features tests to its own source files. This allows for - other engine consumers to use the features test as well (think CuteCash, python bindings,...) - a central point for developers to check for feature definitions - a central point to manage all feature related code Windows: Update Gtk+ to 2.24.10
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd3-6/+6
2012-06-02As the sqlite plugin in the PLIST is unconditional, and sqlite3 isdholland2-10/+6
innocuous and small compared to kde3, and built into netbsd-6 anyway, and the package finds sqlite3 regardless of whether it's buildlinked, always depend on sqlite3. Should fix build on netbsd-5. Remove commented-out traces of a sqlite3 option from options.mk. PKGREVISION++
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-05-03Drop dependency on libXp (from Imake)obache1-3/+2
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz4-7/+8
2012-03-02Update to 2.4.10:wiz4-13/+25
Between 2.4.9 and 2.4.10, the following bugfixes were included: [Bug #667900] no clipboard editing in Release 2.4.9 Update Gtk+ to 2.24.8 for Windows, to pick up da756d51 (win32: fix gdk clipboard). Turn on AQBAnking 5 in 2.4 branch. [Bug 666849] Non-privileged user first run trouble The problem is that the first run was creating the slib catalog. This introduces a script to do that as part of installation, guaranteed to be run as an admin user. Update xml file backend to recognize a newer version file on load attempt, not load, and alert user of need to upgrade Gnucash. Reports: Make report Budget Flow 100% translatable Update txf.scm in stable branch to reflect changes to US Income Tax Forms and Schedules for 2011. [r21867]Reverse the test for HAVE_DBI ac_cv_header_dbi_dbi_h is set only if want_dbi is true, so testing for != no succeeds if dbi isn't enabled -- which is not what we want. [21860]Bug #667417 - Fix build with glib 2.31.x Patch by Vincent Untz [21840] Add dependency on qofbook.h for swig generated file. Otherwise the old generated file complains about a missing declaration from r21832. In 2.4.10, the following languages had their translations updated: Lithuanian, Finnish, German. Between 2.4.8 and 2.4.9, the following bugfixes were included: Bug #666329 Empty database after a little while Separate the two uses of QofBook::dirty -- indicating that the book object itself has been edited and indicating that some object in the dataset has been changed -- into two separate variables with separate getters & setters. Use gnc_dbi_safe_sync_all (which doesn't lose data if the save partion errors out) for all be->sync. Reverse qof_book_mark_saved and qof_instance_mark_clean so that the book is dirty for qof_book_mark_saved when it's the instance. Original commit by jralls Bug #667105: Fix grammatical error in some accounts file. Bug #667276 : Fiix Korean accounts files. Patch submitted by Eulgyoon Lim. Bug #457401 - Print invoice should not be disabled for unposted invoices. Enable printing for unposted invoices. Add a "features" table to the KVP frame, and pop up an error message if we find a feature we don't know about. Currently there are no known features, so essentially we will error out if we see anything. Bug #665998 Replace no-op function force_account_dirty with qof_book_mark_dirty. Bug #658247 - First time setup should prompt to save file. Fix supplied by Bob referenced in bug #665996. Bug #642276 Bayesian association with Sqlite Wraps the kvp_frame_set_slot_path with xaccAccountBeginEdit()/xaccAccountCommitEdit(). Also clean up some other cases where KVP was set without committing an edit. Fix table number alignment. Fix number alignment in table. Bug #649362 - Transfer Funds Window Exchange Rate and Decimal Points Rounding in Bill/Invoices This patch fixes the rounding by showing the actual value to convert. As a result the exchange rate direction had to be swapped as well to avoid lots of confusion. Abort posting if not all required exchange rates are given. Note that any exchange rate successfully entered before the posting is aborted are still saved with the invoice. Bug #665202 - Improve python-finding code. Patch by Pacho Ramos Bug #661383 - GnuCash segfault on Linux (Fedora 16 beta) because of shared library load / unload weirdness Fix right align for number cells in table. Added user settable line width and data point markers to net worth line chart. Commented line width. This value really should be passed from .scm file Fix setting of line color for line charts. Bug #664862 - New report showing net assets over time Added new line chart report for assets, net-linechart.scm. Distantly related to Bug #570011 Add missing Root Account part. Original commit by mikee. Bug #664764 - Account setup for Swedish small business Added Swedish chart of accounts for small businesses. Original commit by mikee. Bug #663368 When importing CSV files, the word 'Deposit' appears in Num/Action column Bug #630804 - make check failure in business module Don't install a script that is only used for building and testing. This fixes Secunia Advisory SA42048 Bug #663638 - Posting Invoices asks for curency conversion for blank lines Bug #639082 - General Journal report reports an error Bug #662477 - Desktop file not compliant with FreeDesktop spec and GNOME goal Patch by Sébastien Villemot In 2.4.9, the following languages had their translations updated: French, German, Lithuanian .
2012-02-06Revbump forwiz4-8/+8
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-16gsed is not required for NetBSD.obache1-1/+4
fix a missng commit at gsed clean up.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-12-23Newer GCC doesn't allow template instantiation with incomplete types, sojoerg2-1/+15
make sure that the class definitions are present.
2011-12-15Update ruby-braintree package to 2.13.1.taca3-7/+16
Changes are unknown.
2011-12-15Update ruby-activemerchant package to 1.20.0.taca3-17/+14
= ActiveMerchant CHANGELOG == Version 1.20.0 (November 14, 2011) * Add support for USA ePay Advanced SOAP interface [matthewcalebsmith/jduff] * Beanstram: fix purchase with Secure Profile [pitr/jduff] * Orbital: various fixes [Soleone] * Add Samuari gateway by Fee Fighters [jkrall/odorcicd] * Lock money gem to 3.7.1 or less since newer versions break in 1.9 [jduff] * Braintree: handle gateway rejected transactions gracefully [braintreeps/jduff] * Ogone: support different signature encryptors, custom currency and eci [ZenCocoon/rymai/jduff] * Payflow Link: use secure token [jduff] * Added refund method to Exact, Pay Junction and Skip Jack gateways [jduff] * Elavon: added test url [kylekeesling/jduff] * Fix redundent errors when credit card is expired [castiglione/jduff] * Two Checkout: update service url [vampirechicken/jduff] == Version 1.18.1 (September 23, 2011) * Braintree: allow setting merchant_account_id on initialize [jduff] * Realex: only send letters and numbers in shipping code field [Soleone] == Version 1.18.0 (September 23, 2011) * NoChex: Update the URL that payment requests are posted to [caseywhalen/jduff] * QBMS: fixed test mode check [Soleone] * Realex: encode avs info with shipping address [Soleone] * Add Dwolla offsite gateway [armsteadj1/jduff] * Eway: pass email, customer, description and options to store [moklett/tobi] * New dependency: active_utils gem [odorcicd] * Optimal Payments: fix test mode check [jduff]
2011-12-12sed -i is a gnuism, so make a temporary output file instead.dholland2-5/+6
(Still doesn't build on NetBSD due to C++ issues, though.)
2011-12-10finances/kmymoney2: Fix all platformsmarino5-8/+50
The main problem with this package is that sqlite2 was building automatically, but the makefile for it was broken. The QTDIR variable wasn't getting expanded in the makefile, so the rpath for sqlite3 library was corrupt. Once the Makefile was fixed, libsqlite3.so built normally, but it didn't get installed due to another Makefile issue. Finally, it built and installed, but then the PLIST was missing its entry. After everything was verified building ok, I discovered somebody had added and then commented out "sqlite3" option. Since it's building by default, I took this option out. If somebody else decides that it should be optional, I'll let them tweak the configure args, PLIST, and options file to make that happen.
2011-12-10finance/libofx: Fix use of iconv on DragonFlymarino2-4/+4
2011-12-09PKGREV bump for libXp-less openmotifdrochner1-2/+2
2011-12-09Fix build without libXp. PKGREVISION -> 3 as a precaution.dholland5-3/+64
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd3-5/+6
2011-10-23Update to 2.4.8:wiz3-8/+8
Between 2.4.7 and 2.4.8, the following bugfixes were included: * Bug #655901 - Fix build with guile 2.0 * Fix handling a directory as a dataset file. * Bug #626970 - Crash when saving a transaction whose destination account was deleted in the meantime * Bug #661721 - Exposed Password * Bug #651522 - crash in query_free_compiled, gnc_query_list_reset_query * Use "Nimbus" gtk theme on Windows. A previous attempt failed to set this in the installer. * Bug #644977 - Add new Quicken Check 21 format. Thanks to Steve Holland <sholland@napervillegi.com> * Update Mac customizations for gtk-mac-integration-1.0.0. Mac integration has had a name and api change from ige-mac-integration as part of migration from Sourceforge to Gnome. * Bug #553432 - Status line of edit invoice page mixes invoice currency amount with default currency symbol * Bug #365928 - Jobs do not stick in Expense Vouchers * Find the python libraries and includes even if the path to them includes a symlink. When python is installed using MacPorts there is a symlink in the path. * Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes are not working. Subaccounts of income and expense are not always shown. * Make sure that exiting conn_test_dbi_library on a failure doesn't leave the locale at "C". * Bug #645216 - Fix wrong permissions on server result in bogus error message. * Change default post date: * customer invoices: post at the current date * bills/vouchers: post at the last date on the bill/voucher * Bug #658244 - Custom css stylesheet and logo in Tax Invoice report require protocol in exported HTML * Bug #655901 - Fix build with guile 2.0 Patch by Petr Gajdos * Fix critical error regarding the color tabs when trying to display the search results and also on the scheduled transactions template. * Patch by Robert Fewell In 2.4.8, the following languages had their translations updated: Japanese, Lithuanian, Latvian, Russian, Hungarian.
2011-09-12Update ruby-braintree package to 2.11.0.taca3-10/+11
Changes are unknown.
2011-09-12Update ruby-activemerchant package to 1.17.0.taca3-12/+12
== Version 1.17.0 (August 23, 2011) * Add Payflow Link integration [jduff] * Add CardSave gateway [MrJaba/jduff]] * Quickpay: Support protocal version 4 and fraud parameters [anderslemke/jduff] * Authorize.net: Add status_recurring [mm1/jduff] * Paypal Express: Support specifying :items with purchase [sivabudh/jduff] * ePay: Add Sweden and Norway to supported countries [ePay/jduff] * Brainreee: Support passing merchant_account_id parameter [braintreeps/jduff] * Paypal Express: Remove deprecated Address field in favor of ShipToAddress[jduff] * Add Optimal Payments gateway [jamie/jduff] * Documentation improvements [dasch/nhemsley/jstorimer/jduff] * Authorize.Net: Pass through first name, last name, and zip for refunds. [ntalbott]
2011-08-20Fix build with gcc-4.5.wiz9-5/+117
2011-08-16Update to 1.30, changes not documented.wiz2-7/+6
2011-08-14Revision bump after updating perl5 to 5.14.1.obache5-10/+10
2011-08-13Update finance/ruby-activemerchant package to 1.16.0.taca3-9/+16
== Version 1.16.0 (May 12, 2011) * Bogus: Support referenced transactions for #authorize, #purchase, #recurring and #credit [dasch/jduff] * Payment Express: Update gateway url [bayan/titanous] * Moneybookers: Send country and account_name if provided [Soleone] * Moneris: Add Diners Club and Discover [Soleone] * Cybersource: add auth_reversal support [jeberly/titanous] * WorldPay: Update endpoint URLs for offsite gateway [Soleone] * Worldpay: Add JCB and add Maestro [Soleone] * Authorize.net: Add Diners Club and JCB [Soleone] * Quickpay: Add testmode for subscribe and authorize [dasch/jduff] * Orbital: fix handling of phone numbers. [ntalbott] * Braintree: Add Diners Club [cody] * Add ePaymentPlans offsite payment [robertomiranda/Soleone] * Add Stripe gateway [boucher/titanous] * Add Paystation gateway [nikz/jduff] * Bump minimum ActiveSupport version to 2.3.11 [titanous] * Use securerandom from stdlib not active_support [phlipper/jduff]
2011-08-13Update finance/ruby-braintree package to 2.10.2.taca3-7/+10
Changes are unknown.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-1/+2
2011-07-12Update to 2.4.7:wiz2-7/+6
Between 2.4.6 and 2.4.7, the following bugfixes were included: [20804] Bug #653056: Fix menu accelerators not working, crash on save-while-quitting. [20800] Bug #646541: new invoice line items default to invoice open date instead of current date This commit partially reverts the changes in r19134 so that customer invoices and employee vouchers default to the current date. Vendor bills still default to the invoice open date. [20798] Fix report reload and options change that got broken by the previous commit. [20796] Force custom url handlers to lowercase to deal with Webkit 1.4's case sensitivity. For more details, consult this Fedora bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=712268 [20792] Bug #652257 - Memory leak in gnc-file.c Patch by Tim M [20786] Bug #652435 - Fancy invoice export has <generic> tags in it preventing html validation Patch by Bert Claesen [20785] Bug #652377 - XHTML 1.0 Transitional compliance for reports Patch by Tim M [20784] Bug #632931 - Advanced Portfolio: new income column shows negative amount Patch by Sebastien Alborini [20783] Bug #651889 - Using trading accounts, new non-expanded trading transaction shows inverted rates in exchange dialog When using trading accounts, the exchange rate dialog has a slightly different behavior. This patch fixes the behavior for transactions that are created in-line and are not expanded (single-line). It does not affect the expanded transactions or transactions created in the new transaction dialog. Patch by Mathieu De Zutter [20782] Bug #651992 - Exported invoices do not render correctly in Firefox Patch by Bert Claesen [20760] Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes are not working [20750] Windows build: change default gtk theme to work around a number of problems in the Ms-Windows theme we used before. Particularly, this prevents the crash caused by bug #614636 and fixes the black notebook tabs that appeared after Phil upgraded webkit and many related gnome dependencies. The new default theme is "Nimbus" following a suggestion by Kim Wood on the mailing list. [20746] Bug #652193 - Upcoming Scheduled Transactions Calendar Starting Month Error. Patch by Rich [20745] Replace deprecated xml tag in chart of accounts templates Between 2.4.5 and 2.4.6, the following bugfixes were included: Preserve selection around the call to gtk_editable_set_position. This lets us drop the racy gnucash_sheet_select_data_cb, which fixes problems with lost input. Add a gnc_quartz_set_menu call to main_window_new() so that newly created windows get their menus on the mac menu. Fix up the Mac shutdown process to give Gnucash a chance to clean up without spewing critical errors about the main loop already running (because of calling gnc_shutdown in an event handler). Bug #650241: Fix style for aging table in owner reports that has changed (after defining doctype) Prevent inheriting the parent tablestyle for aging table in owner-report. Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation This patch removes the wrong </btd> tags and closes the center tag in the footer and easy stylesheets. Bug #645221: Patch to show the headline as an h3 across all stylesheets The attached patch makes sure that the title fonts set through the options menu behaves consistently across all style sheets. Bug #620123: Patch to make account name a header cell, iso td in trial-balance Bug #648554: SQL backend doesn't correctly save taxable flag on bills. Bug #650163: Fix Technicolor style that outputs wrong tags <btd> instead of <b><td> Bug #650139: Fix missing doctype preventing HTML 4.01 transitional validation Exported reports lack a document type, preventing HTML validation. When exporting this may lead browsers to incorrectly read the reports generated by GnuCash. Bug #650138: Style plain: Fix incorrect <p> tag around <h3> preventing HTML 4.01 transitional validation Bug #649992: Let owner-report aging table include due date / post date options in aging. The attached patch patches the owner report to: *Allow a choice between the use of Due Date and Date Posted *Report with the current bucket Bug #649608: Skip non-enabled Scheduled Transactions for Future Txn report Update Slovak translation, copied from the Translation Project. Bug #646729: Create the lockfile with at least read write user permissions Bug #647945: Add sanity check to hopefully fix crash when running custom reports Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version. Bug #646268: Fix missing GWEN_SYNCIO initialization. Bug #644762: Deprecated __new__() call in function_class.py Bug #647360: Invoice entries in expense voucher are created in old voucher, not in new one. It worked fine for customer invoices, and vendor bills, but not expense vouchers, where the feature was broken all along. Bug #647242: Fix broken averaging for quarter or half-year step size Bug #647316: Fix crash when deleting custom report if no backup file existed. Before deleting the backup file by (delete-file), it must be checked whether the to-be-deleted file exists, otherwise the guile procedure will crash. Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch, which caused some total amounts in reports to disappear. Apparently gnc:account-get-trans-type-splits-interval didn't watch out for empty lists of accounts, and the resulting split list somehow was bogus. Now that we check for empty account list, all is fine again. This was broken for some months by now, maybe since r20404? Bug #628342 - Quick open on File menu deleted if failed Bug #629156 Recently Used Filenames incorrectly displayed In 2.4.6, translations for Japanese language were updated.
2011-06-19Update ruby-activemerchant package to 1.15.0.taca3-9/+54
= ActiveMerchant CHANGELOG == Version 1.15.0 (May 12, 2011) * DirecPay: Fix address to not include address2 twice in some cases [Soleone] * DirecPay: Send company if available [Soleone] * Realex: Fix hash signature [ntalbott/Soleone] * SecurePay AU: Update remote tests [ntalbott] * SecurePay AU: Fix method arity for #capture, #refund, #credit and #void [Soleone] * Barclays ePDQ: Make response parsing more robust [Soleone] * Payflow Express: Add line item support [wolframarnold] * Payflow Express: Add comment field support [wolframarnold] * Payflow: Add more optional fields [wolframarnold] * Beanstream/Paypal: Fix CREDIT_DEPRECATION_MESSAGE errors [Jonathan Rudenberg] * BraintreeBlue: Return a hash instead of a transaction object [braintreeps] * BraintreeBlue: Return proper AVS/CVV values [braintreeps] * Bogus: Add #recurring [trwomey] * Make Validateable compatible with ActiveModel [CodeMonkeySteve] * Add DirectEBanking offsite gateway [Gerwin Brunner/Soleone] * ActiveSupport 3.1 beta support [cgriego] == Version 1.14.0 (Apr 29, 2011) * SagePayForm: Implement #cancelled? for Return. [wisq] * Add #cancelled? to Integrations::Return [wisq] * Bogus gateway: Add refund support and better tests [wisq] * Beanstream: Add support for storing cards [duffomelia] * eWay: Add support for storing cards [duffomelia] * Add validation mode to update profile request [Ken Miller] * Authorize.net CIM: Add oldLiveMode [ntalbott] * Authorize.net CIM: Add extra transaction types [Ken Miller] * JetPay: gateway tweaks [ntalbott] * Deprecate a bunch more #credit methods [ntalbott] * RealEx: Add authorize/capture/credit/void [ntalbott] * SecurePay AU: Add authorize/capture/credit/void [ntalbott] * PayPal Express: Make response parsing more robust [ntalbott] * Test deprecation warnings; add deprecation line numbers [ntabott] * Add Orbital direct gateway [ntalbott] * Add WorldPay direct gateway [ntalbott] == Version 1.13.0 (Apr 19, 2011) * Add a Gemfile for optional bundler support [ssoroka] * Stop using has_rdoc= when rubygems version is 1.7.0 or greater, since it's deprecated [ssoroka] * Add tax field to braintree [wisq] * Quickpay: Also add Sweden as supported country [Soleone] * Adding refund method for gateways that are using the credit method for referenced based refunds, added deprecation worning to the credit method [John Duff] * Return the Braintree transaction id in the response for void and refund transaction calls [John Duff] * PayPal Express: Extract phone number from address if no contact phone was sent [Soleone] * Unify all offsite gateways that verify the signature of Returns or Notifications by always using the #acknowledge method and calling the secret :credential2 [Soleone] * Valitor: Change name of credential for Return and Notification from :password to :credential2 in symmetry with the other Integrations [Soleone] * Moneybookers: Add support for tracking token [Soleone] * Moneybookers: Require credential when creating Notifications instead of adding an argument to #acknowledge [Soleone] * Moneybookers: Fix Notification to return correct status [Soleone] * Support default Return class for all Integrations that don't use returns [Soleone] * Add support for passing additional options when creating a Notification to all Integrations [Soleone] * Update BraintreeBlue#refund to have consistent method signature [Jonathan Rudenberg] * Add rails/init.rb for gem campatability in Rails [Rūdolfs Ošiņš] * Fix Paypal Express response parser [Jonathan Rudenberg] * Braintree/Transax: Add tax field [wisq] == Version 1.12.1 (Mar 21, 2011) * Ogone: Make sure response.params is a real Hash [Soleone] * WorldPay: Fix service_url in production mode [Soleone] == Version 1.12.0 (Mar 1, 2011) * DirecPay: Send phone number as mobile phone by default [Soleone] * Support sending line items for PayPal Express transactions [Jonathan Rudenberg] * Update PayPal Express XML format to latest version [Jonathan Rudenberg] * Fix custom image header for PayPal Express [mwagg] * Add InvoiceID and OrderDescription to PayPal Express Authorize and Capture [cody] * Add Moneybookers integration [Alex Diakov] * Add QBMS (Quickbooks Merchant Services) gateway [ntalbott] * Add NMI gateway [ntalbott] * Make fully compatible with Rails 2 & 3, and Ruby 1.8 & 1.9 [ntalbott] * Authorize.Net: Only return AVS message for AVS-related reason codes. [ntalbott] * Add Federated Canada gateway [ntalbott] * Garanti: Fix text normalization for nil values [Selem Delul] * Valitor: Always send amount without any decimal places [Soleone] * Add WorldPay integration [Soleone] == Version 1.11.0 (Feb 11, 2011) * Bump dependency for activesupport from 2.3.2 to 2.3.8 [Soleone] * Garanti: Normalize text in xml fields for non-standard characters [Selem Delul] * Garanti: Make sure order number does not contain illegal characters [Soleone] * Fix ActionView tests for ActiveSupport 3.0.4 [Soleone] * DirecPay: Make address information editable by default [Soleone] * Fix ePDQ credit to expect and handle full authorization [Nathaniel Talbott] * Add Barclays ePDQ Gateway [Nathaniel Talbott] * Add default fixture for Garanti and don't use fixture for Garanti [cody] * Add cms param for ePay [ePay] * Add Valitor Integration [Nathaniel Talbott] == Version 1.10.0 (Jan 20, 2011) * PayPal Express: Support returning payer phone number [Soleone] * Fix ePay to correctly send order number [Soleone] * Add BluePay Gateway [Nathaniel Talbott] * Add Quantum Gateway [Joshua Lippiner] * Add iDEAL/Rabobank gateway [Jonathan Rudenberg] * SagePayForm: Added send_email_confirmation (default false) to enable confirmation emails [wisq] == Version 1.9.4 (Jan 5, 2011) * Update Garanti gateway to integrate with new API [Selem Delul] == Version 1.9.3 (December 17, 2010) * Fix BBS Netaxept to change transaction type from C (for MOTO: mail order telephone order) to M (for credit card orders) [Soleone] * Fix Iridium and ePay to work with any object that responds to credit card methods not only ActiveMerchant::CreditCard objects == Version 1.9.2 (December 9, 2010) * Add support for PayPal mobile payments [wisq] * Add ePay gateway [ePay, Jonathan Rudenberg] * Allow access to the raw HTTP response [Jonathan Rudenberg] == Version 1.9.1 (November 24, 2010) * PayPal Express and PayPal Pro: Send JPY currency correctly without decimals [Soleone] * Netaxept: Make sure password (token) is URL escaped and update remote tests for updated server behavior [Soleone] * DirecPay: Add support for additional options in Return class and add convenience method to get transaction status update [Soleone] * Add new alias credit_card.brand for credit_card.type and handle the brand correctly in Netaxept [Soleone] * Iridium: Do not depend on ExpiryDate class for credit_card [Soleone] * PayFlow: Use same timeout of 60 seconds in HTTP header and XML for all requests [Soleone] * PayPal Website Payments Pro CA no longer supports American Express cards [Soleone] * Updated BIN ranges for Discover to match recent documents [kaunartist] == Version 1.9.0 (October 14, 2010) * Add support for DirecPay gateway [Soleone] * Add SagePay Form integration gateway [wisq] * Allow Return class to include a Notification for gateways that treat the direct response as a notification [wisq] * Add support for PayboxDirect gateway [Donald Piret] * Add support for SecureNet gateway [Kal] * Add support for the Inspire gateway [ryan r. smith] == Version 1.8.0 (September 24, 2010) * PayPal Express: Add support for billing agreements [Nathaniel Talbott] * Allow comparing countries [Nathaniel Talbott] * Iridium: Fix country handling [Nathaniel Talbott] * Iridium: Fix missing billing address [Nathaniel Talbott] * Iridium: Do not pass CV2 if not present [Nathaniel Talbott] * Add Iridium support [Phil Smy] * Add Netaxept support [Nathaniel Talbott] * PaymentExpress: Use Card Holder Help Text for the response message [Nathaniel Talbott] * Sort the country name list [Duff OMelia] == Version 1.7.3 (September 14, 2010) * Fix SagePay special handling for Japanese YEN currency to not send fractional amounts [Soleone]
2011-06-19Add and enable ruby-braintree.taca1-1/+2
2011-06-19Importing ruby-braintree pacakge version 2.10.1. It is requierd by newtaca4-0/+122
ruby-activemerchant. Ruby library for integrating with the Braintree Gateway.
2011-06-10recursive bump from icu shlib major bump.obache1-1/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2