MRBS 1.12.1 released
MRBS 1.12.0 released
MRBS 1.11.6 released
MRBS 1.11.6 released
Please see https://mrbs.sourceforge.io/contact.php or https://sourceforge.net/projects/mrbs/support - both tell you how to get support.
I need to add a custom field and make it compulsory like host_department when creating an entry
how to get help regarding MRBS. i cannot post ticket. it is disabled. Befor I could post. not very complicated. when i logged in i cant create a ticked.
MRBS 1.11.5 released
MRBS 1.11.4 released
MRBS 1.11.4 releases
MRBS project support change
Cross-Site-Scripting (XSS)
This is now tracked at https://github.com/meeting-room-booking-system/mrbs-code/issues/744
MRBS 1.11.3 released
Hiding of hashing password stored in plain text in config.inc.php
MRBS 1.11.2 released
With the bug i found, can you give me the cve or the bounty?
Now fixed (temporarily - there may be a better fix) in bc1f24f.
With the bug i found, can you give me the cve or the bounty?
Thanks. I can reproduce the problem and am working on a fix.
Here is it.
oke.
oke.
Could you post the relevant extract from the document here please, so I don't have to open an unknown docx file?
Cross-Site-Scripting (XSS)
Thank you!
Try function print_report_link(User $user) { echo '<a href="https://mydomain.com/account">Your text</a>'; }
alter the menu "Username" / report link button
The shell will look something like this: $(document).on('page_ready', function() { $('form#main #rooms').on('change', function() { // Get the rooms that have been selected // If one of the rooms is one you care about then add the checkbox and text // and disable the Submit button until the checkbox is checked. }).trigger('change'); }); You'll need to fill in the gaps yourself with some jQuery.
Thanks. Now fixed in 2e4fcb8.
clean_address_list() doeas not trim the entries in the argument
OK, the containing directories are back too, for both zip and tar.gz.
Hi Can you please provide a very basic sample?
It's missing the mrbs-1.11.1 topdir, but this is already much better, thanks !
mrbs tarballs on SF are tar, not tar.gz
Files gzipped and re-uploaded. Have also fixed the bug in the release script.
Oh wow, well spotted. That will be caused by a bug in my release script since MRBS moved to Git. I'll take a look.
new version?
MRBS 1.11.1 has just been released.
Dummy comment after properly login in, sorry for the noise...
mrbs tarballs on SF are tar, not tar.gz
MRBS 1.11.1 released
You can set a number of policies on the area administration page. Login to MRBS as an admin, go to the Rooms page, select the area in question and then scroll down to the policies section. You can set limits on the maximum duration of any single booking, the maximum number of bookings and the total dutation of bookings. You can't set limits on the number of meeting rooms used, but you can prevent someone booking more than one room at the same time by setting in config.inc.php: $prevent_simultaneous_bookings...
You can't. But you can prevent bookings being made for past dates. Login to MRBS as an admin, go to the Rooms page, select the area in question and under "Booking policies - creation" set "Advance booking - minimum" to zero. Then click Save.
booking time
date
If you are running MRBS 1.11.0 then you need to modify the function getWritable() in mrbs_auth.inc.
I'd go further and suggest that if you make changes to MRBS you'd be best off either: * Maintaining a fork of the repository, so you can merge future changes more easily. * Looking at whether you could structure your changes in a way that makes them generic enough to offer back to the project.
In either case, you're looking for https://github.com/meeting-room-booking-system/mrbs-code/fork
I'd go further and suggest that if you make changes to MRBS you'd be best off either: * Maintaining a fork of the repository, so you can merge future changes more easily. * Look at whether you could structure your changes in a way that makes them generic enough to offer back to the project.
many thx für you great support :-)
Book a specific room for a user
Thank you !!! Le 26 juin 2023 à 18:46, Campbell Morrison cimorrison@users.sourceforge.net a écrit : I've committed a fix for this in dae1dfb https://github.com/meeting-room-booking-system/mrbs-code/commit/dae1dfbb617ae83b5d2a88e2c7ffd7a9c9daf8fc. Not the best fix, but it should be OK for the moment. [feature-requests:#455] https://sourceforge.net/p/mrbs/feature-requests/455/ Joomla 4 authentication Status: closed Group: Created: Thu Dec 01, 2022 12:40 PM UTC by Frederic Bosset Last Updated: Mon Apr...
I've committed a fix for this in dae1dfb. Not the best fix, but it should be OK for the moment.
Yes, it can be done. The simplest way to do it is to add some custom JavaScript in a custom .js file (see systemdefaults.inc.php) and then arrange for the text and checkbox to be added when those two rooms are selected and for the Save button to be disabled until the checkbox is checked.
How to add an info-box with text (and a checkbox) above the save button for specific rooms only?
I'm not sure when the next version will be released, but if you are making changes then I recommend you download the latest development code from here by following the green Code button.
new version?
You need to download the code from https://sourceforge.net/projects/mrbs/ by following the green Download button and then follow the instructions in the INSTALL document. You should be able to transfer your bookings from the old server to the new by exporting then in .ics format from the Report page on the old server and then importing them to the new server from the Import page.
You don't need to worry about that. It's just for information and perfectly normal.
hola revisando veo que aparece este error /! jQuery Migrate v1.2.1 | (c) 2005, 2013 jQuery Foundation, Inc. and other contributors | jquery.org/license /
Hola buenos días he estado averiguando en que servidor estaba alojada esa informacion y no he logrado encontrar respuesta alguna. Es posible que me asesoren de como puedo volver a instalar el programa, porque no veo otra solución. gracias
I am afraid that is not possible. If it were you would be able to delete an existing booking simply by editing it and changing the date.
How to only disable deletion without disabling editing.
By modifying the non administrator deletion agreement in this way, it can be turned off, but the changed function is also disabled. How can I modify it to only turn off deletion?
Login to MRBS as an admin, go to the Rooms page, select the area in question and under Booking policies -> Booking deletion set "Advance booking - minimum" to zero.