Timeline
07/04/09:
- 00:14 Changeset [18173] by plongstaff
- Fix pgsql files copied - remove pgsql/bin which doesn't exist
07/03/09:
- 13:49 Changeset [18172] by plongstaff
- Handle SPLIT_VALUE terms in split query. I'm not sure credit vs debit is …
- 12:16 Changeset [18171] by plongstaff
- Fix (I hope) installation of libpq
- 08:57 Changeset [18170] by warlord
- Make sure we copy the logfile even on error
07/02/09:
- 04:18 Changeset [18169] by cstim
- Add Korean translation by Jin-Hwan Jeong.
- 04:17 Changeset [18168] by cstim
- Decrease verbosity of libgwenhywfar debugging output.
- 04:04 Changeset [18167] by cstim
- Bug #582048: Fix missing GUI callbacks for online transfer.
07/01/09:
- 19:05 Changeset [18166] by cedayiv
- Bug #580968: Register: Keep track of the account when an exchange rate is …
- 08:33 Changeset [18165] by plongstaff
- Fix URL for pgsql library stuff
06/29/09:
- 17:10 Changeset [18164] by plongstaff
- Build pgsql libdbi driver
06/28/09:
- 18:54 Changeset [18163] by plongstaff
- Mark transaction dirty when setting enter-date
- 18:53 Changeset [18162] by plongstaff
- Add some doxygen routine headers
- 18:52 Changeset [18161] by plongstaff
- Fix 'make check'
06/25/09:
- 18:16 Changeset [18160] by plongstaff
- Build mysql client library and libdbi driver properly
06/24/09:
- 23:58 Changeset [18159] by plongstaff
- Add .def file to allow libmysql.dll to be built.
- 23:52 Changeset [18158] by plongstaff
- Install aqbanking patch even if AQBANKING_WITH_QT is no. This allows RC …
- 21:54 Changeset [18157] by plongstaff
- Remove call to backend from qof_commit_edit() and leave it to …
- 20:27 Changeset [18156] by plongstaff
- Fix bug 586768 – Opening transaction list takes a very long time with …
06/23/09:
- 19:54 Changeset [18155] by jsled
- s/en-dash/dash/ for crappy website non-encoding. :p
06/22/09:
- 17:32 Changeset [18154] by plongstaff
- Patch by Daniel Harding After renaming eguile-gnc.snc, I forgot to update …
- 17:29 Changeset [18153] by plongstaff
- Patch by Daniel Harding - update install.sh to handle new …
- 07:51 Changeset [18152] by plongstaff
- Rename eguile.scm to eguile-gnc.scm
06/21/09:
- 20:40 Changeset [18151] by plongstaff
- If session_begin contains initial 'xml://' or 'file://', remove it. Fixes …
- 18:22 Changeset [18150] by plongstaff
- Add eguile.scm written by Chris Dennis
- 13:41 Changeset [18149] by plongstaff
- Separate environment variable setup into common file
- 13:32 Changeset [18148] by plongstaff
- Fix more memory leaks
- 12:14 Changeset [18147] by plongstaff
- Fix memory leaks
- 12:11 Changeset [18146] by plongstaff
- Fix memory leak - string not freed when creating SELECT statement
- 10:38 Changeset [18145] by plongstaff
- Move debug lines printing SQL statements being executed before the actual …
- 09:29 Changeset [18144] by plongstaff
- r18143 needs Makefile.am changes
- 09:02 Changeset [18143] by plongstaff
- Fix bug 586296 – Generated gnucash-dbg and gnucash-valgrind scripts are …
06/20/09:
- 20:12 Changeset [18142] by plongstaff
- Fix bug 586419 – Install aborts unpacking SVN .exe package wget_unpacked …
- 19:44 Changeset [18141] by plongstaff
- Fix bug 585785 – setlocal command is not included in gnucash.bat generated …
- 19:39 Changeset [18140] by plongstaff
- When installing msys dtk, when moving files out of the way, check that the …
06/19/09:
- 23:44 Changeset [18139] by plongstaff
- Fix bug 339726 – Cannot set fractional discount rates in Billing …
- 20:52 Changeset [18138] by plongstaff
- 1) Fix bug 586425 - Patch by Gary Bartlett - update version of gnutls for …
- 20:05 Changeset [18137] by plongstaff
- Fix bug #586295 - Patch supplied by Daniel Harding. Use the executable …
- 12:50 Changeset [18136] by plongstaff
- Remove debugging line which used only single account.guid value - using 1 …
- 12:48 Changeset [18135] by plongstaff
- Implement QofQuery? for splits. At this point, the queries used by current …
06/15/09:
- 18:19 Changeset [18134] by plongstaff
- Simplify SQL when loading slots for all objects of a given type.
06/14/09:
- 19:08 Changeset [18133] by warlord
- Add the batch file for the win32 daily build.
- 18:58 Changeset [18132] by warlord
- Add start/stop build times. (Useful for build logs)
06/13/09:
- 23:36 Changeset [18131] by plongstaff
- Speed up account loading on mysql (especially) by creating an index on the …
- 19:35 Changeset [18130] by plongstaff
- Fix bug #415127 - gncCustomer, gncEmployee and gncVendor now listen …
- 17:50 Changeset [18129] by warlord
- Properly reconfigure AqBanking? 3.8.3 with the updated configure.ac
- 17:25 Changeset [18128] by warlord
- Fix the patch name. Oops.
- 15:49 Changeset [18127] by warlord
- Add AqB 3.8.3 patch for Win32
- 15:42 Changeset [18126] by warlord
- More updates the build-tags scripts: * fix the GLOBAL_DIR definition * …
- 09:42 Changeset [18125] by warlord
- Handle BUILD_FROM_TARBALL special for tag builds. (Don't put the svn # in …
- 00:43 Changeset [18124] by warlord
- it's "tagfile"
- 00:37 Changeset [18123] by warlord
- Use pwd instead of assuming $0 is a full path. Set URL in a variable
- 00:31 Changeset [18122] by warlord
- Refactor daily_build.sh into build_package.sh Create a build_tags.sh that …
06/10/09:
- 08:20 Changeset [18121] by plongstaff
- Patch for mysql driver to fix win32 compilation issue
06/09/09:
- 19:41 Changeset [18120] by plongstaff
- Build mysql libdbi driver and include it in the win32 build
- 19:02 Changeset [18119] by plongstaff
- Clean up a few small memory leaks
- 17:43 Changeset [18118] by plongstaff
- Change "lets" to "let's" where it means "Let us"
- 17:35 Changeset [18117] by plongstaff
- Fix bug 575894: Typo in Guide
- 08:07 Changeset [18116] by plongstaff
- Fix HTML tagging
06/08/09:
- 15:37 Changeset [18115] by cedayiv
- QIF Import: Documentation .txt file patch by Daniel Convissor. I've added …
06/07/09:
- 18:20 Changeset [18114] by plongstaff
- Tag 2.3.1
- 16:45 Changeset [18113] by plongstaff
- Add 2.3.1 NEWS entry
- 16:23 Changeset [18112] by plongstaff
- Update revision to 2.3.1
- 15:55 Changeset [18111] by plongstaff
- Fix all business exports to force file type QSF
- 15:51 Changeset [18110] by plongstaff
- When exporting, force file type to be QSF
06/06/09:
- 19:31 Changeset [18109] by plongstaff
- Fix SQL statement which calculates account balances by adding ORDER BY …
- 13:08 Changeset [18108] by plongstaff
- Fix port number, especially for postgresql
- 12:48 Changeset [18107] by plongstaff
- Clean up include files and code related to goffice. Includes patch by …
06/05/09:
- 19:58 Changeset [18106] by plongstaff
- Undo r18103 change - standard reports shouldn't refer to business …
- 19:55 Changeset [18105] by plongstaff
- Add qsf:// as a valid URI type
- 19:53 Changeset [18104] by plongstaff
- Fix handling of GObjects when deleting a report
06/04/09:
- 17:16 Changeset [18103] by plongstaff
- Fix bug #584819: Company name is not shown by default on some reports. …
Note: See TracTimeline for information about the timeline view.
