Getting started with MyBB 1.9 development - Composer
#11
(2018-06-18, 08:46 AM)Shade Wrote: Thanks. You can also run composer install in your local machine and then upload the generated files to your server afterwards. This should drop the allow_url_fopen requirement.

Shade you're right, Today I was able to test how you say and it's much simpler and faster...  Big Grin

I notice that my dependencies have been updated correctly, for example:
Quote:- Installing illuminate/filesystem (v5.6.12)
   Downloading: 100%        

 - Installing illuminate/session (v5.6.12)
   Downloading: 100%        

 - Installing illuminate/pipeline (v5.6.12)
   Downloading: 100%        

 - Installing illuminate/http (v5.6.12)
   Downloading: 100%        

 - Installing illuminate/routing (v5.6.12)
   Downloading: 100%        

 - Installing twig/twig (v2.4.7)
   Downloading: 100%        

 - Installing hamcrest/hamcrest-php (v2.0.0)
   Downloading: 100%        

 - Installing mockery/mockery (1.0)
   Downloading: 100%        

 - Installing webmozart/assert (1.3.0)
   Downloading: 100%    


Example of my test folders, show the file size change
[Image: Captura_de_pantalla_2018_06_24_a_las_7_50_58_p_m.png]

I see that the theme is not lost default, look at the photo of my tests
[Image: Captura_de_pantalla_2018_06_24_a_las_8_03_05_p_m.png]

You can look at the second test here



Nota: When i try to Log in the Admin Panel, the URL cannot Login because Relink Bad for example:

xxx.com/mybb-test-1.9//index.php

To enter correct to admin panel, must write the correct:
xxx.com/mybb-test-1.9/admin/index.php


I upload all this information in case someone needs a basic guide.
I hope more people will be encouraged to test.

Shade you're right... and Thank You For the Support!

bye

Big Grin
Reply
#12
The admin login url issue you have mentioned has been fixed lately. Not yet merged tho...
https://github.com/mybb/mybb/pull/3275
Reply
#13
(2018-06-25, 01:43 AM)effone Wrote: The admin login url issue you have mentioned has been fixed lately. Not yet merged tho...
https://github.com/mybb/mybb/pull/3275

I do not know where I should write this... so post here... sorry

that was my Resume of Testing today, maybe some are Ready Fixed how did he write effone in the last post

1. Registration.
there are html  <abbr title=, and some boxes are not aligned, and Display some text of:
[Image: registro.png]

2. when try to Register display error SQL: 1054 - fid4.
[Image: sql_error.png]

3. the user cannot enter to the showthread.php?tid=2 via Threads but Yes in default home with Last Post

4. When Delete a post display some green window but if Not information
[Image: verde.png]

5. when send via email a post not display the (Remitente Desconocido).
[Image: Captura_de_pantalla_2018_06_24_a_las_10_09_18_p_m.png]

6. Get More Smiles, Not Display More Smiles.  Javascript:void(0)

7. User Control Panel, Display <span title="
[Image: Captura_de_pantalla_2018_06_24_a_las_10_31_44_p_m.png]

this week I'm still testing....

looks very good!
Reply
#14
Yep, there are still a few issues.

The issue for the registration date (and other dates) should be fixed when this PR is merged and dates are moved to use the "my_date" Twig filter: https://github.com/mybb/mybb/pull/3274
Reply
#15
(2018-06-25, 06:24 PM)Euan T Wrote: Yep, there are still a few issues.

The issue for the registration date (and other dates) should be fixed when this PR is merged and dates are moved to use the "my_date" Twig filter: https://github.com/mybb/mybb/pull/3274

Ok, Eaun T,  Well today I had the opportunity to test again and I want to put the few mistakes I found.
I think many are already reported via Github, I just want to put the report of the tested maybe he can help someone.


Template Conversion to Twig Format

announcement:
1. announcement: Not Display in Forums
2. announcement_edit: Work Perfect in Admin CP but in Mod CP not Display
3. announcement_quickdelete:  Work Perfect in Admin CP but in Mod CP not Display

attachment:
attachment icon: work perfect
almost everything works well with the Attachment 

Calendar:
1. calendar: Work Perfect
2. calendar_addevent: Work Perfect
3. alendar_addeventlink: Work Perfect
4. calendar_addevent_calendarselect: Work Perfect
5. calendar_addevent_calendarselect_hidden: Work Perfect
6. calendar_addprivateevent: Work Perfect
7. calendar_addpublicevent: Work Perfect
8. calendar_day:: Work Perfect
9. calendar_dayview:: Work Perfect
10. calendar_dayview_birthdays : no testeado
11. calendar_dayview_birthdays_bday: no testeado
12. calendar_dayview_event: Work Perfect

almost everything works well with the calendars except the moderation part

Resume Another Text on the Software
1. forumdisplay_thread_rating  Not Display.
[Image: rating.png]


2. /stats.php lost style

3. Much Memory Used in Statistics Report on mybb 1.9
example Report MyBB1.9: home ACP/ Generated in 214 ms with 17 queries. Memory Usage: 6 MB
example Report MyBB1.8: home ACP/  mybb 1.8.x : Generated in 862 ms with 17 queries. Memory Usage: 2 MB

4. Search Results, When Used search the prefix display: &nbsp;
[Image: prefix.png]

5. that happened when try to loggin in MyBB 1.9
You have entered an invalid username/password combination. <br /><br />If you have forgotten your password please <a href="member.php?action=lostpw">retrieve a new one</a>.

7. Buddy request received, when try to respon via pm display:
One or more of the recipients you specified are not registered usernames. Invalid recipients: Array
[Image: array.png]


I'll wait a little longer to test again  Big Grin
Reply
#16
Regarding memory usage: note that we have Twig running in debug mode at the moment which is likely having an impact, but makes it easier for us during development.

Prefixes probably need a "|raw" applied, or the rendering moved into a Twig function.

Thanks for the testing for definite though, I've created an issue: https://github.com/mybb/mybb/issues/3294
Reply
#17
(2018-07-02, 07:32 PM)Euan T Wrote: Regarding memory usage: note that we have Twig running in debug mode at the moment which is likely having an impact, but makes it easier for us during development.

Prefixes probably need a "|raw" applied, or the rendering moved into a Twig function.

Thanks for the testing for definite though, I've created an issue: https://github.com/mybb/mybb/issues/3294

Thank You for the support.

Just waiting for new relased to test...

I will like to test over the new code... but cant test... 

Take your time... 

Best regards.
Reply
#18
(2018-03-14, 05:29 AM)snakeoilos Wrote: I'm on website only hosting. Already on PHP7, but no shell to speak of. Can I work around this by executing the commands via a cron job in  Rachat prêt  CPanel...

Will it work?

Or should I move to a VPS in order to use 1.9?

It will work Smile
Reply
#19
hi guys,

I've a question about 1.9.x: will mybb 1.9 be responsive by default?
My  Plugins: See all
Reply
#20
(2019-03-07, 09:56 PM)itsmeJAY Wrote: hi guys,

I've a question about 1.9.x: will mybb 1.9 be responsive by default?

Go to this THREAD for more information.
I'm Serpius and You're Not    ¯\_(ツ)_/¯
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)