cimorrison | 2 Jul 2012 11:11
Picon

SF.net SVN: mrbs:[2310] mrbs/trunk/web/lang/lang.th

Revision: 2310
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2310&view=rev
Author:   cimorrison
Date:     2012-07-02 09:11:25 +0000 (Mon, 02 Jul 2012)
Log Message:
-----------
Updated Thai translation.  Thanks to Suthep

Modified Paths:
--------------
    mrbs/trunk/web/lang/lang.th

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Campbell Morrison | 2 Jul 2012 11:15
Picon

Re: Update Thai language

I have committed this in Rev 2310.    However I think there may be a problem with the string for “invalid_room_name”:

 

$vocab["invalid_room_name"]       = "ชื่อห้องนี้ถูกใช้ในพื้นที่นี้แล้ว!";

                                    "ถูกใช้ในพื้นที่นี้!";

 

I think the second line is either redundant or else it is meant to be part of the first line?    As it stands it will not be used, though it does not cause a PHP error.

 

 

Campbell

 

 

From: Suthep [mailto:suthep <at> rmuti.ac.th]
Sent: 25 June 2012 10:24
To: General purpose list (support/developers/users)
Subject: [MRBS-general] Update Thai language

 

 

Dear All

This is Thai Language file for Update 

 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
cimorrison | 2 Jul 2012 11:37
Picon

SF.net SVN: mrbs:[2311] mrbs/trunk/web

Revision: 2311
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2311&view=rev
Author:   cimorrison
Date:     2012-07-02 09:37:47 +0000 (Mon, 02 Jul 2012)
Log Message:
-----------
Moved session files into a separate directory

Modified Paths:
--------------
    mrbs/trunk/web/mrbs_auth.inc

Added Paths:
-----------
    mrbs/trunk/web/session/
    mrbs/trunk/web/session/session_cookie.inc
    mrbs/trunk/web/session/session_host.inc
    mrbs/trunk/web/session/session_http.inc
    mrbs/trunk/web/session/session_ip.inc
    mrbs/trunk/web/session/session_nt.inc
    mrbs/trunk/web/session/session_omni.inc
    mrbs/trunk/web/session/session_php.inc
    mrbs/trunk/web/session/session_remote_user.inc

Removed Paths:
-------------
    mrbs/trunk/web/session_cookie.inc
    mrbs/trunk/web/session_host.inc
    mrbs/trunk/web/session_http.inc
    mrbs/trunk/web/session_ip.inc
    mrbs/trunk/web/session_nt.inc
    mrbs/trunk/web/session_omni.inc
    mrbs/trunk/web/session_php.inc
    mrbs/trunk/web/session_remote_user.inc

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

cimorrison | 2 Jul 2012 12:15
Picon

SF.net SVN: mrbs:[2312] mrbs/trunk/web

Revision: 2312
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2312&view=rev
Author:   cimorrison
Date:     2012-07-02 10:15:14 +0000 (Mon, 02 Jul 2012)
Log Message:
-----------
Moved auth files into a separate directory

Modified Paths:
--------------
    mrbs/trunk/web/mrbs_auth.inc

Added Paths:
-----------
    mrbs/trunk/web/auth/
    mrbs/trunk/web/auth/auth_auth_basic.inc
    mrbs/trunk/web/auth/auth_config.inc
    mrbs/trunk/web/auth/auth_crypt.inc
    mrbs/trunk/web/auth/auth_db.inc
    mrbs/trunk/web/auth/auth_db_ext.inc
    mrbs/trunk/web/auth/auth_ext.inc
    mrbs/trunk/web/auth/auth_imap.inc
    mrbs/trunk/web/auth/auth_imap_php.inc
    mrbs/trunk/web/auth/auth_ldap.inc
    mrbs/trunk/web/auth/auth_nis.inc
    mrbs/trunk/web/auth/auth_none.inc
    mrbs/trunk/web/auth/auth_nw.inc
    mrbs/trunk/web/auth/auth_pop3.inc
    mrbs/trunk/web/auth/auth_smtp.inc

Removed Paths:
-------------
    mrbs/trunk/web/auth_auth_basic.inc
    mrbs/trunk/web/auth_config.inc
    mrbs/trunk/web/auth_crypt.inc
    mrbs/trunk/web/auth_db.inc
    mrbs/trunk/web/auth_db_ext.inc
    mrbs/trunk/web/auth_ext.inc
    mrbs/trunk/web/auth_imap.inc
    mrbs/trunk/web/auth_imap_php.inc
    mrbs/trunk/web/auth_ldap.inc
    mrbs/trunk/web/auth_nis.inc
    mrbs/trunk/web/auth_none.inc
    mrbs/trunk/web/auth_nw.inc
    mrbs/trunk/web/auth_pop3.inc
    mrbs/trunk/web/auth_smtp.inc

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

cimorrison | 2 Jul 2012 13:12
Picon

SF.net SVN: mrbs:[2313] mrbs/trunk/web

Revision: 2313
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2313&view=rev
Author:   cimorrison
Date:     2012-07-02 11:12:56 +0000 (Mon, 02 Jul 2012)
Log Message:
-----------
Moved css files into a separate directory

Modified Paths:
--------------
    mrbs/trunk/web/functions_mail.inc
    mrbs/trunk/web/style.inc

Added Paths:
-----------
    mrbs/trunk/web/css/
    mrbs/trunk/web/css/mrbs-ie-rtl.css
    mrbs/trunk/web/css/mrbs-ie.css
    mrbs/trunk/web/css/mrbs-ie8.css
    mrbs/trunk/web/css/mrbs-ielte6.css
    mrbs/trunk/web/css/mrbs-ielte7.css.php
    mrbs/trunk/web/css/mrbs-ielte8.css
    mrbs/trunk/web/css/mrbs-mail.css
    mrbs/trunk/web/css/mrbs-print.css.php
    mrbs/trunk/web/css/mrbs-rtl.css.php
    mrbs/trunk/web/css/mrbs.css.php

Removed Paths:
-------------
    mrbs/trunk/web/mrbs-ie-rtl.css
    mrbs/trunk/web/mrbs-ie.css
    mrbs/trunk/web/mrbs-ie8.css
    mrbs/trunk/web/mrbs-ielte6.css
    mrbs/trunk/web/mrbs-ielte7.css.php
    mrbs/trunk/web/mrbs-ielte8.css
    mrbs/trunk/web/mrbs-mail.css
    mrbs/trunk/web/mrbs-print.css.php
    mrbs/trunk/web/mrbs-rtl.css.php
    mrbs/trunk/web/mrbs.css.php

This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Campbell Morrison | 2 Jul 2012 15:07
Picon

Re: Translation for norwegian and IE9 problem

I’ve now made these changes, with the except of sorting out the JavaScript which I’ll look at later as it’ll take a bit more time.

 

Campbell

 

 

 

 

From: Thomas Haukland [mailto:thomas.haukland <at> gmail.com]
Sent: 27 June 2012 09:45
To: mrbs-general <at> lists.sourceforge.net
Subject: [MRBS-general] Translation for norwegian and IE9 problem

 

Hi, thank you for a great piece of software!

 

Attached is an updated norwegian translation-file.

 

Also, there is a problem with at least IE9 in norway.

With default configuration it does NOT send "no" as an accepted language,

but only "nb-NO".

 

I hardcoded the language, so no problem for me, but I suppose there

should be a mapping between "xx-XX" and "xx" in language.inc.

 

I made a lot of mods on the installation I worked on, and would like to propose

these small changes to make it easier to dive in as a new developer:

 

1. make folders "auth", "lang" and "session" and move files "auth*", "*.lang" and "session*" into them.

    (I did this on my install to get rid of some "ls-noise" ;-)

 

2. make folders for "js", "img"(rename images) and "css". (not terribly important, but would most

    web devs feel right at home ;-)

 

3. A LOT of generic javascript is baked into the "Themes/default/header.inc", making it difficult to customize layout.

    This ought to be factored out into a static file in js/. This will also help performance wise, since js-files are cached client side by default.

 

--
Thomas.Haukland <at> gmail.com, 90786985

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Roberto P.R. | 4 Jul 2012 10:39
Picon

Creatting a msql database with phpmyadmin

Hi,

lookin information about installing MRBS i founded your multiple solved erros.

I have a only one database in my server an only one I will have.

I had installed a joomla cms.

Now I have to install MRBS and I dont know howto create a database
using my one only database. (prefix or tables)?

I have to use phpmyadmin.

The mane of my data base is my_www.

Thanks.
Robert.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Diego Zuccato | 4 Jul 2012 11:28
Picon
Favicon

Re: Creatting a msql database with phpmyadmin

Il 04/07/2012 10:39, Roberto P.R. ha scritto:

> Now I have to install MRBS and I dont know howto create a database
> using my one only database. (prefix or tables)?
> I have to use phpmyadmin.
You don't have to create another db if you don't want (or can't). MRBS
tables have a 'mrbs_' prefix.
You can generate a "script" to create the db by using something like:
for T in $(seq 1 29); do
        sed 's/%DB_TBL_PREFIX%/mrbs_/' < $T/mysql.sql;
done
It have to be run from 'upgrade' folder and it's not optimized (it's
like having updated the db since the first release of mrbs) but should work.

--
Diego Zuccato
Servizi Informatici
Dip. di Astronomia - Università di Bologna
Via Ranzani, 1 - 40126 Bologna - Italy
tel.: +39 051 20 95786
mail: diego.zuccato <at> unibo.it

LA RICERCA C’È E SI VEDE:
5 per mille all'Università di Bologna - C.F.: 80007010376
http://www.unibo.it/5permille

Questa informativa è inserita in automatico dal sistema al fine esclusivo della realizzazione dei fini
istituzionali dell’ente.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe
Picon

Re: Creatting a msql database with phpmyadmin

On 04/07/12 10:28, Diego Zuccato wrote:
> Il 04/07/2012 10:39, Roberto P.R. ha scritto:
> 
>> Now I have to install MRBS and I dont know howto create a database
>> using my one only database. (prefix or tables)?
>> I have to use phpmyadmin.
> You don't have to create another db if you don't want (or can't). MRBS
> tables have a 'mrbs_' prefix.
> You can generate a "script" to create the db by using something like:

Eeek! This is unnecessary!

All you have to do (if you want to have different table names) is edit
tables.my.sql and change the table names to have whatever prefix you
want. Then you just add a line like below to your config.inc.php:
$db_tbl_prefix = "MY_PREFIX_";

However, if you have a whole database "my_www" you may as well use the
standard table names, and not edit tables.my.sql or add anything to
config.inc.php.

Just go to phpmyadmin and choose "Import". Upload the tables.my.sql and
away you go!

Alternatively you can use the "SQL" function, and just copy and paste
the contents of tables.my.sql.

John.

--

-- 
John Beranek - MRBS Developer <http://mrbs.sourceforge.net/>

To generalise is to be an idiot.
  -- William Blake

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Diego Zuccato | 4 Jul 2012 13:49
Picon
Favicon

Re: Creatting a msql database with phpmyadmin

Il 04/07/2012 12:30, John Beranek - MRBS Developer ha scritto:

> Eeek! This is unnecessary!
Thought so... but couldn't find tables.my.sql (probably I removed it
just after installing MRBS).

I'll have to look again at the install phase when I'll have time to
prepare the patch for capabilities support.

--
Diego Zuccato
Servizi Informatici
Dip. di Astronomia - Università di Bologna
Via Ranzani, 1 - 40126 Bologna - Italy
tel.: +39 051 20 95786
mail: diego.zuccato <at> unibo.it

LA RICERCA C’È E SI VEDE:
5 per mille all'Università di Bologna - C.F.: 80007010376
http://www.unibo.it/5permille

Questa informativa è inserita in automatico dal sistema al fine esclusivo della realizzazione dei fini
istituzionali dell’ente.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Want to unsubscribe: mailto:mrbs-general-request <at> lists.sourceforge.net?subject=unsubscribe

Gmane