5791
redheadedrod
Re: The future of XOOPS?

MVC is what is being taught currently in school so ADR must be relatively new. We had extensive work in an MVC Java based environment last year and I expect it to be pushed further as I finish my degree. Doesn't mean schools can't be a little behind especially if the professors are not familiar with it either.

But in any manner. MVC, or whatever similar structure would be much better than the current structure.

As to modules... There really are significant changes that need to be made to them to take full advantage of 2.6. Things such as Smarty 3, Services Manager, Doctrine, Composer just to name a few...

So really, modules need to be better configured so they can be more easily updated to take advantage of what 2.6 has to offer.



5792
Mamba
Re: The future of XOOPS?
  • 2015/5/21 19:48

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
Please, you should be adopt MVC pattern.
Seriously, nobody gives a single f8cking sh*t for others patterns.

You obviously didn't read the articles in these links that I provided
Why should we use the classical MVC if there are improvements to it?

Quote:
Use namespace, instead long Class Name like ZF.

Yes, we're doing it - please check the code of XOOPS 2.6.0 on GitHub

Quote:
Use PHP-CS-Fixer to fix coding standards issues with PSR1 and PSR2.

We're doing it!

Quote:
Make an API with Samin

I am not aware of Samin, but it doesn't mean that Richard didn't look into it already.

Quote:
Use Pimple as DI library or similar.

Yes, Richard is a big proponent of DI

Modules
Quote:
Can you make a list of official modules supported for 2.5 and 2.6?
For now, I'd like to help update these modules.

Awesome! Thanks for the offer to help! Publisher will be definitely one going forward.
Others to be considered:
- NewBB
- XoopsTube
- WF-Downloads
- MyMenu
- xNewsletter
- Tag
- XoopsPoll
- Contact
- SmartFAQ
- extCal
- extGallery

This list is not final. The code is on GitHub, and you can fork and contribute there.

The modules that will move to 2.6.0, will be added to this GitHub repository

Quote:
2.5.x
In SVN, What is the main branch for 2.5.x?

Look in Branches. The current trunk is 2.5.8
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5793
Zirafka
ImageManager and group permissions
  • 2015/5/21 16:14

  • Zirafka

  • Just popping in

  • Posts: 70

  • Since: 2008/8/9 1


I solves the problem with ImageManager.
On my web registered user are have permission for imagemanager. It's OK. I want to anonymous users could not access imagemanager, but anonymous have access.
All groups have permission like this:

Resized Image


But anonymous see imagemanager like this:

Resized Image


Interestingly, the category XOOPS (cat_id=10) is working properly.

Do you have an idea for a solution?


XOOPS: XOOPS 2.5.7.1
PHP: 5.3.2-1ubuntu4.30
mySQL: 5.1.73-0ubuntu0.10.04.1-log
API: apache2handler
OS: Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 100M
max_input_time 60
output_buffering 4096
max_execution_time 30
memory_limit 128M
file_uploads On
upload_max_filesize 100M



5794
JulioNC
Re: The future of XOOPS?
  • 2015/5/21 14:52

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


Michael,

About Development

Please, you should be adopt MVC pattern.
Seriously, nobody gives a single f8cking sh*t for others patterns.

Use namespace, instead long Class Name like ZF.
Use PHP-CS-Fixer to fix coding standards issues with PSR1 and PSR2.
Make an API with Samin
Use Pimple as DI library or similar.

Modules
Can you make a list of official modules supported for 2.5 and 2.6?
For now, I'd like to help update these modules.

2.5.x
In SVN, What is the main branch for 2.5.x?





5795
fla-ts
Re: Menus Manager
  • 2015/5/20 16:54

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


Quote:

fla-ts wrote:
the system has something against me, added another item to downloads without success. Attach an article in the Home menu also can not.
It's like I have no permission to do so.
Setback double setback, just when I finally finished something new I can not disclose it without help


maybe some setting wrong, no idea, I never change anything



5796
fla-ts
Re: Menus Manager
  • 2015/5/20 7:58

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


the system has something against me, added another item to downloads without success. Attach an article in the Home menu also can not.
It's like I have no permission to do so.
Setback double setback, just when I finally finished something new I can not disclose it without help



5797
Mamba
Re: TDMCreate 1.91 alpha 2 for Testing
  • 2015/5/20 5:35

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I just looked at that after downloading your latest changes, and I have the same error as Goffy.

Also, I couldn't install it at first, because you've added:

INSERT INTO `tdmcreate_settings` (null, `set_name`,

instead:

INSERT INTO `tdmcreate_settings` (`set_id`, `set_name`,

As I suggested before, you really should add Codeception tests to it, so you can test the module after you make any changes. Otherwise, the issues will repeat again...

More errors:
1) When trying to build:
Quote:
Fatal error: Class 'TDMCreateStructure' not found in C:\wamp64\www\257tdmc191\modules\tdmcreate\class\files\TDMCreateArchitecture.php on line 29


2) The file /cache/classpaths.cache should NOT be uploaded with the source, as it is your individual file

3) I fix one, then another is popping up. I need to give up on testing, after I got this one:

Fatal error: Class 'TDMCreateFile' not found in C:wamp64www257tdmc191modulestdmcreateclassfilesadminAdminPages.php on line 28
Call Stack
#    Time    Memory    Function    Location
1    0.0004    292672    {main}( )    ...building.php:0
2    0.2501    7055192    TDMCreateArchitecture
->createFilesToBuilding( )    ...building.php:57
3    0.2586    7163864    
include('C:\wamp64\www\257tdmc191\modules\tdmcreate\class\files\admin\AdminPages.php' )    ...\TDMCreateArchitecture.php:218
None All Errors 
(2Deprecated (0Queries (26Blocks (0Extra (2Timers(5)
Errors
Unknown
Non-static method XoopsFile::getInstance() should not be called staticallyassuming $this from incompatible context in file /modules/tdmcreate/class/files/TDMCreateStructure.php line 62
Warning
copy(/modules/tdmcreate/assets/images/logos/tdmxoops_logo.gif): failed to open streamNo such file or directory in file /modules/tdmcreate/class/files/TDMCreateArchitecture.php line 146


Once again, think Codeception!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5798
timgno
Re: TDMCreate 1.91 alpha 2 for Testing
  • 2015/5/19 18:05

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
goffy wrote:
...
Fatal error: Class 'TDMCreateThemeForm' not found in C:\Homepages\Xampp\htdocs\xoops2571\htdocs\modules\tdmcreate\class\fields.php on line 115


Is a problem that I have not found because it does with all modules.

We will have to change the code within classes of creation...

New release with addings

Files added



5799
fla-ts
Re: Menus Manager
  • 2015/5/19 17:52

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


Quote:

fla-ts wrote:
I see it at the down, I would not have minded it
I saw that you had just logged on to the website, I also add an item which is not yet visible, maybe I should have some patience huh, or I did something not quit correct, added it with duplicate function.


Strange I did not recieve email notification of new post in this thread



5800
fla-ts
Re: Menus Manager
  • 2015/5/19 17:47

  • fla-ts

  • Friend of XOOPS

  • Posts: 204

  • Since: 2005/1/4 1


I see it at the down, I would not have minded it
I saw that you had just logged on to the website, I also add an item which is not yet visible, maybe I should have some patience huh, or I did something not quit correct, added it with duplicate function.




TopTop
« 1 ... 577 578 579 (580) 581 582 583 ... 29425 »



Login

Who's Online

628 user(s) are online (538 user(s) are browsing Support Forums)


Members: 0


Guests: 628


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits