<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general">
    <title>gmane.comp.calendars.meeting-room-booking-system.general</title>
    <link>http://blog.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11492"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11491"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11490"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11489"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11488"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11487"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11486"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11485"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11484"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11483"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11482"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11481"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11500">
    <title>Re: mandatory fields query</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11500</link>
    <description>&lt;pre&gt;I've just tested a 1.4.6 installation and can confirm that this is a bug in
1.4.6.    The best solution is to upgrade to 1.4.9 if you can.    However if
you can't then a quick and dirty fix is to change line 579 in edit_entry.php
from

        $field = preg_replace('/^entry\./', 'f_', $field);

to

        $field = preg_replace('/^entry\./', '', $field);

and to change line 254 in edit_entry_handler.php from

    if ($value &amp;amp;&amp;amp; ($custom_fields[$field] == ''))

to

    if ($value &amp;amp;&amp;amp; ((isset($custom_fields[$field]) &amp;amp;&amp;amp; ($custom_fields[$field]
== '')) || 
                   (isset($field) &amp;amp;&amp;amp; ($field == ''))) )

I've tested these changes briefly and they seem to work, though you get a
pretty ugly error message in the JavaScript alert box if you are missing the
description.   You could always improve that.


Campbell





------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-05-21T08:00:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11499">
    <title>Re: mandatory fields query</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11499</link>
    <description>&lt;pre&gt;

Campbell - thanks for that reassurance.


I've only tried it with my default browser (Safari) in which Javascript is enabled and pop-up windows are not blocked .... I'll try some other browsers to see if they behave differently, but obviously I don't have control over what browser my users are using, so the ideal solution for me would be indifferent to browser choice.




On 20 May 2013, at 03:27, Neil Brown wrote:


I'll give that a try, but maybe that is only applicable to versions later than my 1.4.6?

Thanks for your responses.

in friendship

Rowland

| Rowland Carson          ... that's Rowland with a 'w' ...
| &amp;lt;rowlandcarson&amp;lt; at &amp;gt;gmail.com&amp;gt;            http://www.rowlandcarson.org.uk
| Skype, Twitter: rowland_carson      Facebook: Rowland Carson
| pictures: http://picasaweb.google.com/rowlandcarson


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Rowland Carson</dc:creator>
    <dc:date>2013-05-21T03:48:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11498">
    <title>SF.net SVN: mrbs:[2731]mrbs/trunk/web/functions_mail.inc</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11498</link>
    <description>&lt;pre&gt;Revision: 2731
          https://sourceforge.net/p/mrbs/code/2731/
Author:   cimorrison
Date:     2013-05-20 13:27:44 +0000 (Mon, 20 May 2013)
Log Message:
-----------
Fixed bug causing error messages when there are no mail recipients.   Thanks to Tuomas.  See SF Patches #37

Modified Paths:
--------------
    mrbs/trunk/web/functions_mail.inc
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>cimorrison&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-20T13:27:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11497">
    <title>SF.net SVN: mrbs:[2730] mrbs/trunk/web/lang/lang.fi</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11497</link>
    <description>&lt;pre&gt;Revision: 2730
          https://sourceforge.net/p/mrbs/code/2730/
Author:   cimorrison
Date:     2013-05-20 12:41:00 +0000 (Mon, 20 May 2013)
Log Message:
-----------
Updated Finnish translation.  Thanks to Tuomas.   See SF Patches #38

Modified Paths:
--------------
    mrbs/trunk/web/lang/lang.fi
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>cimorrison&lt; at &gt;users.sourceforge.net</dc:creator>
    <dc:date>2013-05-20T12:41:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11496">
    <title>Re: mandatory fields query</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11496</link>
    <description>&lt;pre&gt;You are doing the right thing.

Have you got JavaScript disabled?     I haven't test 1.4.6, but looking at
the code I can see that the code in edit_entry_handler.php looks as though
it will only work for custom fields (a bug).   However if you have
JavaScript enabled you shouldn't get that far and the JavaScript will pop up
an Alert box.   (Or possibly you've got JavaScript enabled but there's a
JavaScript error resulting in the JavaScript not being executed).

Everything works fine in the version in the trunk.


Campbell






------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-05-20T12:27:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11495">
    <title>bcrypt hashed passwords</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11495</link>
    <description>&lt;pre&gt;Hello Support Members,

Our MRBS uses external authentication for logging in.  Long story, but that
external database now uses bcrypt to hash passwords instead of md5.

Is there an "easy" patch that I can add to MRBS that will allow me to
change MRBS from using md5 hashing to bcrypt hashing so I can continue
using this external database?

Thanks for your help.

&lt;/pre&gt;</description>
    <dc:creator>Quinn Vanhorn</dc:creator>
    <dc:date>2013-05-20T12:01:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11494">
    <title>Quinn Vanhorn has invited you to use Google Talk</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11494</link>
    <description>&lt;pre&gt;

------------------------------------------------------------------------


Quinn Vanhorn has invited you to sign up for Google Talk so you can talk to each other for free over your computers.

To sign-up, go to:
http://www.google.com/accounts/NewAccount?service=talk&amp;amp;sendvemail=true&amp;amp;skipvpage=true&amp;amp;reqemail=mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net&amp;amp;continue=http://www.google.com/talk/service/handleinvite?p%3DTY5MkUABAAA.p6MdmZ6yuUX0Le5tYyqkkxuMAtRwg9_RtTQEpzy-AUX7dNhkzFFy7vO-lhwD4UYjFlj8CmU2Sd2r2Irf9zd6QitMTrNfiHNww24O12OxHy0.Qm-Q9m79cujCfgcFuL37cw&amp;amp;followup=http://www.google.com/talk/service/HandleEmailVerified?ee%3DTY5MkUABAAA.WuV3YSidv5moy2LSX3YtV3GlXfJKYs-YTA-MshwwWHeFa6Ndl0M4OBqmpxz23JrT.NzAooZWX4jkbjsZyLtYflQ%26p%3DTY5MkUABAAA.p6MdmZ6yuUX0Le5tYyqkkxuMAtRwg9_RtTQEpzy-AUX7dNhkzFFy7vO-lhwD4UYjFlj8CmU2Sd2r2Irf9zd6QitMTrNfiHNww24O12OxHy0.Qm-Q9m79cujCfgcFuL37cw

Google Talk is a downloadable Windows* application that offers:
- Free calls over your computer anytime, from anywhere, and for as long as you want
- A simple and intuitive user interface for sending instant messages or making calls--no clutter, pop-ups or ads
- Superior voice quality through just a microphone and computer speaker
- Fast file transfers with no restrictions on file type

After signing-up, download Google Talk and sign in with your new Google Account username and password.
You can then begin inviting anyone you want to talk to for free.

Google Talk works with any computer speaker and microphone, such as the ones built-in to many PC laptops today,
as well as with wired and wireless headsets and USB phones. Google Talk also works across all firewalls.

Google Talk is still in beta. Just like with Gmail, we're working hard to add features and make improvements,
so we might also ask for your comments and suggestions periodically. We appreciate your help in making it even better!

Thanks,

The Google Talk Team

To learn more about Google Talk before signing up, visit:

http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into the address bar of your browser).

* Not a Windows user? No problem. You can also connect to the Google Talk service from any platform using third-party clients
(http://www.google.com/talk/otherclients.html).

  ------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Quinn Vanhorn</dc:creator>
    <dc:date>2013-05-20T12:00:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11493">
    <title>Re: mandatory fields query</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11493</link>
    <description>&lt;pre&gt;

Could it be as simple as what you really want is:

$is_mandatory_field['description'] = true;
$is_mandatory_field['name'] = true;

I have the "description" one set for our 1.4.8 version, and it works as 
expected.

Neil
&lt;/pre&gt;</description>
    <dc:creator>Neil Brown</dc:creator>
    <dc:date>2013-05-20T10:27:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11492">
    <title>mobile css</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11492</link>
    <description>&lt;pre&gt;Hi,

Are there any themes for MRBS that  work well on smartphones? I saw https://library.rit.edu/m/srm/ . Something like that for the standard distro would be great.

cheers,

oli------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Oli Larkin</dc:creator>
    <dc:date>2013-05-20T10:15:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11491">
    <title>mandatory fields query</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11491</link>
    <description>&lt;pre&gt;I'd like to ensure that my users supply both a name and a description when creating bookings. Some don't, making report compilation difficult when one or other is missing.

I added the line:

$is_mandatory_field['entry.description'] = true;

to config.inc.php, but the effect was that no matter what data I key into that field in a new booking, when I click "save", I get a new page with the following message:

Invalid booking

You have not supplied a value for the mandatory field "description"

I find similar behaviour if I add the line:

$is_mandatory_field['entry.name'] = true;

Is there some different method that is needed to make any of the default fields mandatory? I already have the entry:

$is_mandatory_field['entry.contact_name'] = true;

for a custom field and it appears to work fine, leaving me on the booking creation page ready to fill in the missing data if I hit "Save" before anything is entered in that field.

I've only tried this on my localhost so far, but obviously if I can get something working, will want to deploy it on the live system.

My environments:

(localhost, test/development system)

Meeting Room Booking System:MRBS 1.4.6
Database:MySQL 5.0.45
PHP:5.3.15

(live host)

Meeting Room Booking System:MRBS 1.4.6
Database:MySQL 5.5.30-cll
PHP:5.3.21

Any suggestions welcome.

Rowland

| Rowland Carson          ... that's Rowland with a 'w' ...
| &amp;lt;rowlandcarson&amp;lt; at &amp;gt;gmail.com&amp;gt;            http://www.rowlandcarson.org.uk
| Skype, Twitter: rowland_carson      Facebook: Rowland Carson
| pictures: http://picasaweb.google.com/rowlandcarson


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Rowland Carson</dc:creator>
    <dc:date>2013-05-19T00:31:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11490">
    <title>Merging Sessions</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11490</link>
    <description>&lt;pre&gt;Hi Campbell,

 

I'm a big fan, but unfortunately a complete novice.  I opened a post on
edugeek here:

http://www.edugeek.net/forums/web-development/112800-mrbs-joining-sessions-a
cross-multiple-installs.html

 

Which basically asks whether it is possible to merge sessions over multiple
install of mrbs on the same server.

 

I have four installs and I'd like users to be able to just log in to one and
access each.  If that was possible I also enquired whether I could also
share this session to a simple ticketing system I built which is also on the
same sever.

 

Btw, one site stores and creates the users with md5 passwords and the other
three access that table.

 

I would really appreciate any help you could offer with this.

 

Regards,

Martin

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Martin Renel</dc:creator>
    <dc:date>2013-05-15T10:29:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11489">
    <title>printing error</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11489</link>
    <description>&lt;pre&gt;There is a funny error in output when printing a calendar view.

Screendump is here: www.oneill.dk/screen.png
Printed version is here: www.oneill.dk/print.pdf

As you'll notice some bookings dont extend to the actual end-time. E.g.
monday from 12:30 to 15:00. In the screen dump it looks all-right, but
in the print, the print, it stop 15 minutes short. Similarly for the
monday 09:00-11:30 booking. The wednedsday 09:00 to 15:00 stops a full
30 minutes short and similarly for friday booking from 08:00 to 15:00. 

It seems to me, there is a shortening which is relative to the actual
length of the booking -- compare the monday 12:30 booking to the friday
08:00 booking and note, how the 'slip' at the end is longer in the
friday booking ... longer in absolute size, but proportionally similar?


&lt;/pre&gt;</description>
    <dc:creator>Søren O'Neill</dc:creator>
    <dc:date>2013-05-14T13:01:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11488">
    <title>Re: mrbs_entry.myd damaged beyond repair</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11488</link>
    <description>&lt;pre&gt;I'm assuming you don't have any backups of your tables?

 

You could partially reconstruct the entry table from the repeat table by
writing an SQL query or PHP script to do so.     What you'd be missing are
any modifications to individual members of a series and also any entries
that weren't booked as a series.

 

The other possibility is that if your system was configured to email booking
details to the admin then you could reconstruct from those booking details
if you still have the emails.    Slightly easier if it was also emailing the
details as iCal attachments because then you could import the .ics file.

 

Campbell

 

 

 

From: Schleich, Curtis [mailto:cvschleich&amp;lt; at &amp;gt;lincolnchristian.edu] 
Sent: 08 May 2013 15:41
To: mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
Subject: [MRBS-general] mrbs_entry.myd damaged beyond repair

 

Is there any way to reconstruct any of that data from mrbs_repeat? The
mrbs_entry.myd file is 0 bytes. Everything else seems to be in order.


 

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

Curtis V. Schleich

Programmer Analyst

Lincoln Christian University

217-732-3168 ext. 2304

  &amp;lt;http://legacy.lincolnchristian.edu/images/CTlogoHorizontal.png&amp;gt; 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-05-08T15:47:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11487">
    <title>mrbs_entry.myd damaged beyond repair</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11487</link>
    <description>&lt;pre&gt;Is there any way to reconstruct any of that data from mrbs_repeat? The
mrbs_entry.myd file is 0 bytes. Everything else seems to be in order.

====================
Curtis V. Schleich
Programmer Analyst
Lincoln Christian University
217-732-3168 ext. 2304
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Schleich, Curtis</dc:creator>
    <dc:date>2013-05-08T14:40:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11486">
    <title>Re: Blank screen after new entry</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11486</link>
    <description>&lt;pre&gt;I would suggest upgrading to 1.4.9. 

 

However this is not a known problem in 1.4.8.   Have you made any
modifications to 1.4.8 (apart from config changes)?

 

Campbell

 

 

 

From: Schreibmaier Joachim [mailto:Joachim.Schreibmaier&amp;lt; at &amp;gt;hiway.at] 
Sent: 06 May 2013 18:10
To: mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
Subject: [MRBS-general] Blank screen after new entry

 

Hi,

 

I am using MRBS 1.4.8. I have two problems: When I add an entry I get a
blank screen after saving - when I go back to the main screen the entry was
saved in the database but obviously the reload of the startscreen is not
made correctly. 

 

Another problem is that I can multiselect rooms but after saving (also blank
screen) only the first room is stored.

 

Any hints or suggestions?

 

Best Regards,

 

Joachim

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-05-07T06:55:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11485">
    <title>Blank screen after new entry</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11485</link>
    <description>&lt;pre&gt;Hi,

 

I am using MRBS 1.4.8. I have two problems: When I add an entry I get a
blank screen after saving - when I go back to the main screen the entry was
saved in the database but obviously the reload of the startscreen is not
made correctly. 

 

Another problem is that I can multiselect rooms but after saving (also blank
screen) only the first room is stored.

 

Any hints or suggestions?

 

Best Regards,

 

Joachim

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe
&lt;/pre&gt;</description>
    <dc:creator>Schreibmaier Joachim</dc:creator>
    <dc:date>2013-05-06T17:10:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11484">
    <title>Re: Reporting dates and times separately</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11484</link>
    <description>&lt;pre&gt;Yes, probably a good idea to upgrade, though a solution would be possible
with 1.4.8.

By the way, if you don't like the ISO 8601 format you can construct your own
format which is both human readable and sortable by using the format options
for date - see http://php.net/manual/en/function.date.php

Campbell






------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-05-01T10:13:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11483">
    <title>Re: Reporting dates and times separately</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11483</link>
    <description>&lt;pre&gt;Thanks, Campbell. We're on 1.4.8 at the moment. report.php looks quite 
different, so I'm guessing an upgrade first would make sense.

Nick

On 29/04/13 17:11, Campbell Morrison wrote:

&lt;/pre&gt;</description>
    <dc:creator>Nick Holden</dc:creator>
    <dc:date>2013-05-01T09:47:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11482">
    <title>Re: Reporting dates and times separately</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11482</link>
    <description>&lt;pre&gt;Shouldn't be too difficult to do.  If you're using 1.4.9 and you're not
using periods then you need to change report.php as follows:

Change line 349 of report.php from

$date = time_date_string($value);

to 

$date = ($output_format == OUTPUT_CSV) ? date('c', $value) :
time_date_string($value);

which will produce output in ISO 8601 format, eg
'2004-02-12T15:19:21+00:00', which will be sortable.


Not tested though!

If you're using periods and need some help let me know.


Campbell





------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-04-29T16:11:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11481">
    <title>Reporting dates and times separately</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11481</link>
    <description>&lt;pre&gt;Hi

Has anyone done any work to make MRBS report outputs break down the 
start and end times into their components (i.e. year, month, date, day, 
time) rather than a single text string?

Unless I'm missing something, when the report is output as a CSV it 
isn't easy to then change the sort order of rows such that entries can 
be grouped by time or date.

Doing so would require additional report columns with the start and / or 
end times broken down into their components, or with the raw UNIXTIME 
also exported.

I'm thinking this must have been done before?

Nick

&lt;/pre&gt;</description>
    <dc:creator>Nick Holden</dc:creator>
    <dc:date>2013-04-29T15:14:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11480">
    <title>Re: Read only access</title>
    <link>http://permalink.gmane.org/gmane.comp.calendars.meeting-room-booking-system.general/11480</link>
    <description>&lt;pre&gt;Sorry, I don't think I can help at all.   Whatever you do is going to
require some understanding of MRBS and PHP, so you'll need to re-familiarise
yourself with MRBS first.

If you're using the 'db' auth type then another option is to set the
$max_level to 3 and make some minor changes to the MRBS code to do what you
want, but again you're going to need to delve into MRBS to do that.

Campbell






------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
mrbs-general mailing list
mrbs-general&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request&amp;lt; at &amp;gt;lists.sourceforge.net?subject=unsubscribe

&lt;/pre&gt;</description>
    <dc:creator>Campbell Morrison</dc:creator>
    <dc:date>2013-04-26T08:15:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.calendars.meeting-room-booking-system.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.calendars.meeting-room-booking-system.general</link>
  </textinput>
</rdf:RDF>
