| [ Total Views: 257 | Total Replies: 10 | Thread Id: 79828 ] |
|
|
Tom93
Member
Posts: 1
Threads: 1
Registered: December 22nd, 2009
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on December 22nd, 2009 at 09:47 PM |
|
|
I like it!
Its a really interesting project you have here Andrew I'll look forward to seeing it develop, and its great to see your doing it for OLPC.  |
|
|
vanderaj
A.k.a.: Andrew van der Stock
Super Administrator
Lead Developer
       
Posts: 67
Threads: 40
Registered: August 26th, 2002
Member Is Offline
Location: Geelong, Victoria
Theme: GaiaBB Pro Grey
Mood: In the family again
|
| posted on December 31st, 2009 at 11:51 AM |
|
|
Thanks. I'm knee deep in converting each page to DAO classes. That way, there will be no more dynamic queries in the application once I'm done. As a
bonus, the app will run fine on the OLPC without having to download and install MySQL. SQL Lite + APC will make the forum run fairly quickly on the
OLPC, and even with MySQL, the forum should be snappier as there is caching of previously loaded data into memory objects.
thanks,
Andrew
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on February 1st, 2010 at 11:09 PM |
|
|
Yes, me too. Like i see you continue developing UltimaBB. It's nice and if I could help you somehow, then I'm in.
Also I would like to have an installation files on this soft!
|
|
|
vanderaj
A.k.a.: Andrew van der Stock
Super Administrator
Lead Developer
       
Posts: 67
Threads: 40
Registered: August 26th, 2002
Member Is Offline
Location: Geelong, Victoria
Theme: GaiaBB Pro Grey
Mood: In the family again
|
| posted on February 10th, 2010 at 09:21 PM |
|
|
Hi there,
UltimaBB is - unfortunately - dead. John Briggs has washed his hands of all forum development as far as I am aware, and he owns the US trademark to
UltimaBB. So although this code is the spiritual successor to UltimaBB, it's not UltimaBB :-) I wish John all the best for the future. May be one day
in the future we can work together again, but that time is not now.
I am working on transitioning the forum to run on my OLPC's directly. As part of that, I want dev.gaiabb.com to run the latest code, and to do that,
I will upload what I have to SVN. Once it is in SVN, you can check the project out from Google Code (see the toolbar link). For now, you'll need to
do some hard work installing GaiaBB, but it should be relatively straight forward if you have basic MySQL and PHP skills.
I will be using a continuous integration server to monitor and pull the SVN tree when it changes, export it to the dev OLPC, and run the test suite
and make the results available somehow. The CI server will automatically re-install the dev forum when the schema.php file changes. stage.gaiabb.com
will run the upgrade path instead of fresh installs, but I will kick those efforts off manually.
thanks,
ANdrew
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on February 13th, 2010 at 09:06 PM |
|
|
Hi,
Thanks for reply!
Downloading files from SVN now and will try. Because i'm using ultima right now, does gaia and ultima have the same sql schema?
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on February 14th, 2010 at 01:44 AM |
|
|
Nice,
got it working with my existing database and works fine. Some things are buggy, but i hope you will fix them.
Because i'm not very good at programming, is it necessary to report existing bugs or you will write all modifications you need and then fix little
things?
|
|
|
vanderaj
A.k.a.: Andrew van der Stock
Super Administrator
Lead Developer
       
Posts: 67
Threads: 40
Registered: August 26th, 2002
Member Is Offline
Location: Geelong, Victoria
Theme: GaiaBB Pro Grey
Mood: In the family again
|
| posted on February 18th, 2010 at 01:49 PM |
|
|
It's necessary to report existing bugs. Can you do me a favor and send me via e-mail (vanderaj ( @ ) greebo . net ) the output of:
SELECT config_value FROM ubb_settings where config_name='schemaver';
It should be 41. If it is, there's nothing to do. If it's not 41, please provide me and the output of:
mysqldump -d -u -p
(Where username is the database username, and dbname is the database name)
This gives me a copy of your database schema with no data. That way I can work out the differences between your schema and the version GaiaBB uses.
I'll work out what schema changes (if any) you need to do. Once we have you on the right schema, most of your bugs should go away. But in case they
don't, please log them in the defect tracker (see header), and I will work on them.
thanks,
Andrew
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on April 8th, 2010 at 12:24 AM |
|
|
Did you get my schema? Were there any differences?
|
|
|
vanderaj
A.k.a.: Andrew van der Stock
Super Administrator
Lead Developer
       
Posts: 67
Threads: 40
Registered: August 26th, 2002
Member Is Offline
Location: Geelong, Victoria
Theme: GaiaBB Pro Grey
Mood: In the family again
|
| posted on April 8th, 2010 at 12:29 AM |
|
|
I just checked and there's nothing from your Gmail account since 22 Feb 2010.
Could you please re-send?
thanks,
Andrew
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on April 8th, 2010 at 12:33 AM |
|
|
Will send.
|
|
|
castor
Member
Posts: 26
Threads: 0
Registered: February 1st, 2010
Member Is Offline
Theme: GaiaBB Pro Blue
|
| posted on April 8th, 2010 at 12:42 AM |
|
|
Sent to your @greebo.net mail.
|
|
|