1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
ChangeLog for FibuSQL.
----------------------
Changes without eMail address were made by the original author Martin Pitt
<martin@piware.de>.
Please include your name, email and a short description of your changes if
you change anything.
------
Version 0.4.1
-------------
* bugfix release to work with PHP 4.1 and older browsers
Version 0.4.1
-------------
* configuration: logindata.php is superseded by ini-file fibusql.conf with
some additional settings
* all files: lots of small bugfixes
* all files: conversion to UTF-8 output
* all files: all formatting thrown out of HTML, consequently use CSS
* all files: separation of database backend code to backend/*.inc
* booking.php: now merges functionality of former new.php, change.php, and
changerep.php
* journal.php, repeated.php, ledger.php: different sort orderings
* ledger.php: 0.00 is now displayed at the correct side (according to
account type)
* admin.php: XML export and import of journal, repeated, and accounts
* index.php: language is now selectable at login
* about.php: now also commits due repeated bookings
* ledger.php: now optionally displays cumulative balance
* ledger.php: XML export
* ledger.php: bookings on accounts are now links for changing it
* ledger.php: show account number before subaccount names
* ledger.php, statistics.php: merged statistics into ledger
* all files: currency number format is now configurable at login and in
fibusql.conf
Version 0.3.2
-------------
* admin.php: creating root account: apostrophes were missing
* accdef.php: fixed creation of root subaccounts
* statistics.php: fixed year/month sorting
Version 0.3.1
-------------
* change.php: bugfix: now both old and new accounts are invalidated, thus
preventing wrong ledger
* admin.php: restoring functions now print failing id for easier location
of failures in csv files
Version 0.3.0
-------------
* all files: separated language-dependent strings from code and rest of
output
* directory lang/: added English and German translations
* translated README, German version is now LIESMICH
* translated documentation: not split up to doc-de/ and doc-en/
* doc-{de,en}/install.html: describe required db privileges now
* new.php, change.php, changerep.php: it is not possible to book against
root account any more
* small bugfixes
Version 0.2.3
-------------
* changelog: changed indentation, added notice, reversed sort order
* change.php bugfix: deleted accountings not cause ledger update
* login.php: replaced http-refresh to about.php with HTTP header Location
* renamed login.php to index.php: saves one redirection for web servers
supporting this
* added new login method to index.php: if logindata.php is present and
contains data, these values are used instead of web form login
* index.php: added Informix, dBASE, and Frontbase to db type
Version 0.2.2
-------------
* login.php: password is not printed for the redirection time any more
* accdef.php: prevented to delete root account if DB is empty
* accdef.php: now supports account names containing '
* accdef.php: changed layout, added account modification (name and type, not
yet number)
* new.php, change.php, changerep.php: hours can be specified with only one digit
* all account lists are sorted by account number
Version 0.2.1
-------------
* changed SQL commands to work with mySQL: this makes FibuSQL a lot more
inefficient, since mySQL does not even support the simplest ANSI SQL
(interpretation and format of TIMESTAMP, concatenation operator ||,
specification of time invervals, etc.)
* HTTP variables are now fully checked
* minor bugfixes
Version 0.2
-----------
* complete rewrite of the PHP part
* now uses PEAR::DB
* better error handling with own handler mechanism
* added statistics
* does not rely on register_globals = On any more
Version 0.1
-----------
* initial release
|