Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Latest SVN - getting ready for 1.0.5 alpha (1 viewing) (1) Guest
Go to bottom Favoured: 6
TOPIC: Re:Latest SVN - getting ready for 1.0.5 alpha
#53387
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
how long it'll take you to release fb 2.0? will it take months? or days?
Stasys (User)
Junior Boarder
Posts: 72
graphgraph
User Offline Click here to see the profile of this user
LithuanianJoomla.com
Logged Logged
 
 
The administrator has disabled public write access.  
#53388
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
fxstein wrote:
fxstein wrote:

Also: These nightly builds ARE NOT FOR PRODUCTION SITES! Please stay clear of them for production use. There is no guarantee that you will be able to upgrade from a nightly build to the full release



I realize that it is almost impossible to predict when this will be a stable version, ready to use on production sites, but can you please give at least some idea on how much longer do you think until the 1.0.5 beta
zuze (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53390
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
Racoon and I are working hard to close out 1.0.5

I just updated the roadmap for the site. It will take a few more weeks to close out everything around 1.0.5 - remember we want to make this a really stable final 1.0.x release. Something folks can install without issues and hopefully without many known bugs.

As soon as we are done here, Racoon and I will take on the pre-alpha code for the 2.0 release that danialt and great pixels have been working on for the past several weeks. We will work with you guys to make it bullet prove. I expect it will take us until Fall to package a release build for it.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#53391
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
what you mean "until Fall" ?
Stasys (User)
Junior Boarder
Posts: 72
graphgraph
User Offline Click here to see the profile of this user
LithuanianJoomla.com
Logged Logged
 
 
The administrator has disabled public write access.  
#53392
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
Stasys wrote:
what you mean "until Fall" ?

Fall = Autumm = Herbst ...

Lets get this thread back on track please. Clear reports of bugs and bugfixes only please. Any other topics please start a new thread of post in an existing thread. Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#53393
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
RTNawaz wrote:
fxstein wrote:
RTNawaz wrote:
fxstein wrote:
RTNawaz wrote:
The Language File was missing some definitions so I added them these were missing definitions:

Code:



DEFINE('_EDIT_TITLE', 'Edit Personal Info');
DEFINE('_YOUR_NAME', 'Your Name:');
DEFINE('_EMAIL', 'Your Email:');
DEFINE('_PASS', 'Password:');
DEFINE('_VPASS', 'Retype Password:');




I'm also attaching the language file with the additions you can copy from here or use the language file.
File Attachment:
File Name: english-7eb06e4e9b2a3659c6a5b29bd8e5023c.zip
File Size: 24629


Sorry but these are NOT FireBoard constants. They are defined in Joomla for com_user. If you define them for FireBoard it will create warnings for duplicate definitions.

Why do you need them defined in the FireBoard language file? Need to understand if there is a real need to rename them all over FIreBaord and use private defines instead of the ones currently shared with Joomla.

Thx!


Yaah you are right! They are already defined in Joomla 1.0.x Actually I was testing on Joomla 1.5 and Joomla 1.5 DOES NOT define them. So the possible solution would be to rename them all over Fireboard and let fireboard use it's own constants for them instead of Joomla's.
Look at the image with fireboard v1.0.5NB2_b156_2008-07-08 and Joomla 1.5.4


I see. Private language constants it it will be then....



If you haven't already worked on it, I added the Private Constants these were required in two files

/template/default/plugin/myprofile/myprofile_menu.php


and

/template/default/plugin/myprofile/myprofile_userdetails_form.php

I've renamed

_EDIT_TITLE To _FB_EDIT_TITLE
_YOUR_NAME To _FB_YOUR_NAME
_EMAIL To _FB_EMAIL
_PASS To _FB_PASS
_VPASS To _FB_VPASS



Check the attached zip file it contains 3 files

myprofile_userdetails_form.php
myprofile_menu.php

and updated: english.php

I hope this will save you some time! (If you haven't already done so. )
File Attachment:
File Name: FB_MyProf_Edit_Const_Eng.zip
File Size: 27871


Awesome! Thank you very much!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#53401
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
Hi use the latest pakage (v1.0.5NB2_b156_2008-07-08)
but the MOVE/DELETE option does not work with/without sef enabled on J1.5.3.
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/08 22:57 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#53402
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
kingBT wrote:
Hi use the latest pakage (v1.0.5NB2_b156_2008-07-08)
but the MOVE/DELETE option does not work with/without sef enabled on J1.5.3.


Can you show us your "Forum Administration" list in your backend?
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53404
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
@racoon FireBoard Administration ?


sory
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/08 23:24 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#53406
Re:Latest SVN - getting ready for 1.0.5 alpha 4 Months, 3 Weeks ago  
wrong Path in more smileys Button ??

in pop up window the smileys wont shown

Path that is shown :
template/default_gray/images/germani/emoticons/icon_idea.gif

i think the Path to show the Smileys corrext must be:
template/default_gray/images/germani/emoticons/idea.gif

or i am wrong
JerryLeeLewis (User)
Senior Boarder
Posts: 258
graphgraph
User Offline Click here to see the profile of this user
Gender: Male My 'Page jerryleelewis@live.de Birthdate: 1971-11-07
Logged Logged
 
The administrator has disabled public write access.  
Go to top