Menu Content/Inhalt
Home

Login Form






Lost Password?
No account yet? Register

Who's Online

Welcome to MBCSoft!
Written by Michael Berger   
Thursday, 09 February 2006

MBCSoft specializes in custom software development.

The lead developer behind MBCSoft is Michael Berger, who has been a full-time corporate software developer for 20 years, developing large-scale order workflow management systems.

Last Updated ( Thursday, 07 February 2008 )
 
BORG 1.6.1 Final Released
Written by Michael Berger   
Saturday, 17 May 2008

BORG 1.6.1 Final has been released on SourceForge.

The changes since the last Beta release are:

Feature [1904725]  mark todos as done from reminder popup
Feature [1903141]  Add marker on calendar if appt has links 
Feature [1871712]  Show past non-timed todo reminders
Bug Fix [1959692]  can't drag appt from non-timed to timed 
Bug Fix [1951636]  cant change save a task after first entered
Bug Fix [1933587]  deleted repeats show up in todo list and popups
Bug Fix [1909656]  month and year view missing 1st
Bug Fix [1886138]  ClassCastException when savong changed subtask
Bug Fix [1873225]  Add New from Day/Week view broken in 1.6.1 b3

The only major problem that I know of is an annoying problem with Linux and Java6. If the program fails to start under Linux, the work-around is here: http://sourceforge.net/forum/message.php?msg_id=4043732

 

Last Updated ( Saturday, 17 May 2008 )
 
BORG 1.6.1 b3 Bug Fix
Written by Michael Berger   
Monday, 04 February 2008

File BORG_installer_02042008.jar has been released on Sourceforge under the 1.6.1 beta 3 release. The changes are:

  • Bug Fix [ 1886138 ] ClassCastException when savong changed subtask
  • Bug Fix [ 1873225 ] Add New from Day/Week view broken in 1.6.1 b3
  • Feature [ 1871712 ] Show past non-timed todo reminders
 
BORG 1.6.1 Beta 3 Released
Written by Michael Berger   
Sunday, 30 December 2007

BORG 1.6.1 Beta 3 has been released. This will be the last beta release for 1.6.1. 
 
The major features added are: 
 
- Links/Attachments (HSQLDB and MySQL only) 
- Year View 
 
The Links/Attachments feature lets you add URLs, Files, and links from BORG objects to appointments, tasks, projects, and addresses. 
A number of people asked for similar functionality. What has been added will not exactly match what anyone asked for, but should be useful. 
 
Please report bugs and suggestions on the 3 1.6.1 beta releases so that they can be incorporated into the final 1.6.1 release in a few months. 
 
MySQL users - see the release notes for upgrade SQL.

 
TicketMaven 1.3 is Available
Written by Michael Berger   
Saturday, 28 July 2007

TicketMaven 1.3.0.2 is available for download free of charge for all customers.

The new features in this release are:

  • Table Seating for Shows with a graphical layout editor to design your layouts
  • Discount Packages - to sell packages of shows at a discount
  • Profit/Loss Report for Shows based on Show cost and ticket sales
  • The ability to Print the auditorium seat grid screens
  • Placement of the main tabs on the left side of the screen for easier navigation (optional)
  • Bug fixes


The upgrade to release 1.3.0.2 is optional. It is recommended that all customers use either release 1.2.0.4 or release 1.3.0.2 Use the About TicketMaven menu item under the Help menu to check your current release. If you need a download for release 1.2.0.4, send email to This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

Last Updated ( Tuesday, 13 November 2007 )
Read more...
 
BORG 1.6.1 Beta 2 Released
Written by Michael Berger   
Tuesday, 04 December 2007

The major changes in this release are: 
 
1.6.1 Beta 2 
------------ 
- You can drag appointments around the month view 
- You can drag appointments to the non-timed sections of the day and week views 
- Projects can have sub-projects 
- You can set an option to have BORG backup your data as XML upon shutdown. This is off by default 
- Major and Minor bug fixes, including fixes for day and week printing and user colors 
 
1.6.1 Beta 
---------- 
- New simpler, cleaner Month View where each appointment is clickable. The new view is the default, but there is an option to go back to the old month view.  
- New Docked Windows - almost all windows will now default to being docked as tabs. Tabs now can be deleted and undocked. This feature can be turned off if you prefer having multiple windows instead of tabs. 
- New toolbar for easy access to the different views 
- New Project Tree for easier navigation of projects and tasks 
 
See the change log for other changes and bug fixes. 
 
There are database changes in this release. HSQLDB databases will transition automatically.  
 
MySQL databases need to be updated with the following SQL: 
 
alter table memos add private integer default '0' NOT NULL; 
alter table projects add parent integer default NULL; 
alter table projects add FOREIGN KEY (parent, username) REFERENCES projects ( id, username ) ON DELETE CASCADE; 
 
 
REPORTS 
------- 
In order to get reporting functionality, the reports libraries must be downloaded separately. 

 
BORG 1.6.1 Beta Released
Written by Michael Berger   
Friday, 16 November 2007

BORG 1.6.1 Beta has been released on Sourceforge.

The major changes in this release are:

- New simpler, cleaner Month View where each appointment is clickable. The new view is the default, but there is an option to go back to the old month view.
- New Docked Windows - almost all windows will now default to being docked as tabs. Tabs now can be deleted and undocked. This feature can be turned off if you prefer having multiple windows instead of tabs.
- New toolbar for easy access to the different views
- New Project Tree for easier navigation of projects and tasks

This is a first cut on the appearance and capabilities of the month view. Please post any suggestions and bug reports on the sourceforge project trackers.

See the change log for other changes and bug fixes.

There is a database change in this release. HSQLDB databases will transition automatically.

MySQL databases need to be updated with the following SQL:

alter table memos add private integer default '0' NOT NULL;

 

Last Updated ( Friday, 16 November 2007 )
 
Simple BORG Source Release
Written by Michael Berger   
Saturday, 14 July 2007
I have noticed more and more people interested in BORG's source code, lots of them are college students.
The BORG source is pretty complex and messy. It contains 5 eclipse projects and lots of extra code. Over the years, a few developers added all kinds of experimental features to what was supposed to be a simple calendar.
So, what would BORG have been if it just tried to stay as a simple calendar/task tracker?? 
Just for fun, I cleaned up the source code to create a new source release called "Simple BORG". I stripped out many of the features that were added because the developers were playing around, but that really deviate from the original simple program.
65 out of 175 source files were removed and the remaining code was reorganzied into a single eclipse project and a single source code tree.
The following features were removed:
  • Remote Server
  • Multi-User
  • Local Files
  • iCal/vCal
  • Palm Conduits (removed from the build, but conduits built with BORG 1.6 should work with simple BORG).
This source release will NOT lead to any official BORG binary release. It is mainly to demonstrate what BORG probably would have been if the developers hadn't kept piling on experimental features.
People interested in learning or hacking the source will find this release way easier to comprehend.
The above features are NOT being removed from the official BORG releases. 
The simple borg source can be downloaded here
Last Updated ( Saturday, 01 March 2008 )
 
BORG 1.6 Released
Written by Michael Berger   
Sunday, 06 May 2007

BORG 1.6 has been released.

This release contains minor changes from BORG 1.6 beta 2, but major changes since the last stable 1.5 release.

The major features since 1.5 are:

  • Major changes to the task tracker, including the addition of projects and subtasks
  • A memo capability that is compatible with Palm Memo Pad and can sync with Palm devices. BORG can now sync with Palm Datebook, Todo, Address Book, and Memo Pad.
  • HSQLDB is now the default database type
  • A new Portuguese translation was contributed by a user

There are no special update steps for new users or users already running 1.6 beta or 1.6 beta2 or Local Files users that want to remain Local Files users - although the new 1.6 features for the task tracker and memo pad are not available to Local Files users.

Please read the Release Notes BEFORE INSTALLING 1.6 if you are upgrading from 1.5.2 or earlier. There are some important steps that are not fully automated. This is very important

 Click on the BORG Changes/Roadmap Menu item for the full list of changes.

 A windows .exe launcher is available to launch the installer. It was created with launch4j and will guide the windows user to download Java if needed. It is one of the available downloads.

 More details follow:

 

Last Updated ( Monday, 28 May 2007 )
Read more...
 
BORG 1.6 Linux Issue
Written by Michael Berger   
Monday, 07 May 2007

The Installer that BORG uses is supposed to install a Linux version of the file jdic.jar in the BORG lib directory. If you are having problems starting BORG in Linux and you see a file in the BORG/lib directory called jdic-linux.jar,cd to the BORG/lib directory and do this:

mv jdic.jar jdic.win

mv jdic-linux.jar jdic.jar

=============================

 As of 5/7/2007 at 3:10PM EDT I have updated the installer with a fix. It may take some time for the fixed version to be distributed to all mirror sites.

If BORG still gives errors on start up concerning the system tray, disable the system tray icon from the BORG miscellaneous options tab by unchecking the Enable System Tray option and restarting. If you do this, then BORG will always exit when the main window is closed and will not try to create a system tray icon. This should get rid of errors at start up. 

 

Last Updated ( Tuesday, 08 May 2007 )
 
TicketMaven 1.2 Available
Written by Michael Berger   
Friday, 23 March 2007
TicketMaven 1.2 is available as of 3/15/07. This release contains many new features, including the ability to define custom special needs categories for seating and the ability to define multiple seating layouts, allowing each show to use any seating layout in the layout library.
 
Portuguese (Brazilian) Translation
Written by Michael Berger   
Monday, 09 April 2007

I have received a Portuguese translation from Abinoam Marques Jr. < This e-mail address is being protected from spam bots, you need JavaScript enabled to view it >.  A patch is available here, for those people who feel comfortable adding a file into the borg.jar file. The translation will be included in the next release.

This translation is compatible with the 1.6 releases. 

Last Updated ( Monday, 09 April 2007 )
 
BORG 1.6 Beta 2 Released
Written by Michael Berger   
Saturday, 03 February 2007

BORG 1.6 Beta 2 has been released.

This release contains minor changes from BORG 1.6 beta. There were 2 bugs that I felt necessary to release fixes for - a bug where the XML import would not work under certain conditions with the new project records, and a bug that caused unnecessary log records to be written to the task log whenever a task changed.

The features of note in this release:

  •  The remote DB server now supports the new task enhancements (subtasks and projects)
  •  There are some new task options
  • Projects, Tasks, and Subtasks can be seen on the todo list and can be opened and completed from there as well
  • I changed the look of the week and day views to be less boxy and more colorful.

Please read the news article for the first Release 1.6 beta if you are upgrading from 1.5.2 or earlier. There are some important steps that are not fully automated.

 Click on the Changes/Roadmap Menu item for the full list of changes.

 A windows .exe launcher is available to launch the installer. It was created with launch4j and will guide the windows user to download Java if needed. It is one of the available downloads.

Last Updated ( Saturday, 03 February 2007 )
 
BORG 1.6 Beta Released
Written by Michael Berger   
Wednesday, 27 December 2006
BORG 1.6 Beta has been released. The major new features are in the task tracker (projects,re-design of the subtasks) and the addition of a new memo capability that matches (and can sync with) the Palm MemoPad application.
 
The new 1.6 features have been tested and are more stable than beta. It is the transition from BORG 1.5.x to 1.6 that is beta. 
 
The database changes in 1.6 are considerable, and the "Local Files" database type that 99% of BORG users use simply is not capable of handling the new features. Therefore, the Local Files database is being deprecated and HSQLDB and MySQL are the database types that will be supported for future releases. 
 
New users are strongly encouraged to download the new 1.6 release and run. There should be no issues.
 
Existing users will have to use XML Export/Import to upgrade to 1.6. Please read the Release Notes carefully before upgrading. 
 
In order to upgrade, existing users will have to Export their DB to XML using BORG 1.5.x - so it is strongly suggested that BORG 1.6 not be installed over the existing 1.5.x installation. It is suggested that 1.5.x be left in place and 1.6 installed to a different location. Once the upgrade is done, 1.5.x can then be removed. 
 
Local Files users are encouraged to use Export/Import to switch to an HSQLDB database. See the Release Notes for details.  Local Files users can run BORG 1.6 against their existing local files database, but the new task features will not be available. In addition, the existing subtask checkboxes will be gone.
 
Screenshots of the new task window have been uploaded to the Screenshots page. 
 
Last Updated ( Wednesday, 27 December 2006 )
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 15 of 16