Skip to content

Releases: mattimaier/bnote

BNote v3.1.0

04 Aug 15:37
Compare
Choose a tag to compare

Many bugfixes for version 3.0.0 and a few new things:

  • Add files to your songs
  • Create reminders for your band members
  • Update start screen look to make it easier to see the necessary actions
  • Add nickname to contacts
  • Show Google Map for locations when activated
  • Save username on App login
  • User registration from App

BNote v3.0.0

06 Jul 16:13
Compare
Choose a tag to compare

BNote 3 official release

BNote Patch 2.5.5

14 Aug 07:10
Compare
Choose a tag to compare

Bugfixes and important security update for PHP 5.6 compatibility

BNote Patch 2.5.3

28 Sep 10:48
Compare
Choose a tag to compare

Patch release fixing two critical issues.

BNote Patch 2.5.2

20 Aug 09:59
Compare
Choose a tag to compare

Bugfix #129: Programm Titelliste bearbeiten - nach Namen sortiert
Bugfix #131: Abstimmung nur mit Abstimmungsberechtigten
Bugfix #142: Proben werden wieder auf Startseite angezeigt
Bugfix #144: Einphasung neuer Nutzer
Bugfix #156: Encoding and Standardization of E-Mail-Handling
Bugfix #157: Quote-Handling dependent on Magic Quotes settings
Bugfix #164: Concert Edit Details - Programmauswahl
Bugfix #165: Benutzererstellung aus Kontakt wieder möglich

Enhancement #11: Teilnehmer sortiert nach Gruppe anzeigen (Kategorie/Instrument)
Enhancement #126: CSV Export von Konzertprogrammen
Enhancement #127: Link auf Startseite zu Programm für Berechtigte
Enhancement #132: Abstimmungsnavigation verbessert
Enhancement #141: Abstimmung bearbeiten nun möglich
Enhancement #161: Probenhistorie

BNote Patch 2.5.1

18 Apr 08:48
Compare
Choose a tag to compare

Bugfix #102: Absender-Emailadresse für Benachrichtigungen bei Diskussionen festlegen
Bugfix #106: User Bug Report: Logged in, but non numerical modul requested
Bugfix #108: Neu angelegte Proben werden nicht auf der Startseite publiziert
Bugfix #109: Umbenennung: Schnelligkeit in Tempo
Bugfix #111: BNA: Kontakte / Website wird nicht mitgegeben
Bugfix #113: Send E-Mail without group - Error message looks wrong
Bugfix #122: Encoding E-Mails
Bugfix #123: BNA addComment erzeugt keine E-Mail
Bugfix #125: Konzertlink auf Startseite öffnet Probe anstatt Konzert (bug)
Bugfix #134: Falscher Mail-Link in "Warum BNote?"

Enhancement #104: Anmeldung am System nicht mehr über Benutzernamen sondern über Email ermöglichen
Enhancement #110, #112, #124: Extension of the BNA interface

BNote Full-Release 2.5.0

27 Feb 15:32
Compare
Choose a tag to compare

BNote 2.5.0 Major Release

This release is the next big step in the BNote evolution. We have worked on 26 Tickets with improvements and bugfixes rangeing from simple spelling mistakes to discussion boards.

For details of this release please see the release_notes.txt file in the attached archive and review the tickets here. Information for the users can be found in the help module under "BNote News".

BNote Patch 2.4.3

25 Jan 15:19
Compare
Choose a tag to compare

Bugfix #56: BNote Interface Model Adaptation
Bugfix #86: iCal Export Dateformat

BNote Patch 2.4.2

17 Jan 16:24
Compare
Choose a tag to compare

Release Notes

Patch Release: Please see the readme.txt in the release archive for details.

Enhancement #74: Proben können einen Tag überdauern und die Probenlänge und das Probenende kann konfigurierbar angezeigt werden
Enhancement #77: Vielleicht-Option bei Zu/Absage von Proben und Konzerten kann ausgeschaltet werden (Konfiguration)
Enhancement #79: Ausstehende Zu/Absagen werden in Proben und Konzerten angezeigt
Enhancement #81: Auf Startseite werden die Teilnehmer einer Probe wieder angezeigt

Bugfix #72: Benutzer können ohne Kontakt angelegt werden
Bugfix #73: Auf der Startseite wurden keine Stücke zum üben angezeigt bzw. ein Fehler

BNote 2.4.1

30 Dec 14:42
Compare
Choose a tag to compare

BNote

by Matti Maier Internet Solutions

www.mattimaier.de

Release Version 2.4.1

Release Date 2013-10-xx

License GPLv3

Requirements

  • Apache2 Webserver with...
    • an accessible host configuration
    • modrewrite
    • htaccess activated
    • at least PHP 5.2 module
  • MySQL 5.x Database Server
  • preferrably Linux OS

How to install BNote?

  1. Create a new database user in your MySQL database server and give him access to a new database.
  2. Copy all files (including hidden ones like .htaccess files) from this folder, except readme.txt and release_notes.txt.
  3. If you are using Mac OS, Linux, Unix, BSD or system alike make sure the permissions on the files are correct. Here is an overview of how it should be:
    750 config/ with the group being the apache runtime user-group
    755 data/ with the group being the apache runtime user-group
    775 data/gallery recursively, with the group being the apache runtime user-group
    775 data/members with the group being the apache runtime user-group
    775 data/programs with the group being the apache runtime user-group
    775 data/share with the group being the apache runtime user-group
    775 data/gallery with the group being the apache runtime user-group
    664 data/gallery/* all files in this folder; with the group being the apache runtime user-group
  4. Access your newly created BNote instance. An installation script should come up where you can setup the system.
  5. Remove install.php from the document root of your BNote instance.

How to update an existing BNote instance?

  1. Copy all files (including hidden ones like .htaccess files) from this folder, except:
    • all files from the config/ folder including the folder itself
    • readme.txt
    • release_notes.txt
  2. Open the config/config.xml file in the subdirectory of this folder in an editor of your choice.
    Compare the config.xml file with the config.xml file of your current instance and add the missing tags.
  3. Execute update_db.php to update your database schema.