81
trabis
Re: XOOPS 2.6 Internationalization/Local support
  • 2013/1/5 0:16

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

irmtfan wrote:
Now there is no standard for it too.
definitions are just definitions and it should be a rule for new developed modules that nothing is allowed like this:
define('_MD_USER_POSTS''Posts: %s');



Why not?
Isn't the use of sprintf() better then doing concatenations? I though this was recommended by all other cms.

Quote from wordpress
http://codex.wordpress.org/Translating_WordPress
Quote:

Messages With Placeholders
Many messages contain special PHP formatting placeholders, which allow the insertion of untranslatable dynamic content into the message after it is translated. The PHP placeholders come in two different formats:

%s
When only one placeholder is present, this marker is used.
%1$s, %2$s, %3$s, …
Numbered placeholders, which allow translations to rearrange the order of the placeholders in the string while maintaining the information each is replaced with.




82
trabis
Re: Bug in last svn Publisher with permissions
  • 2013/1/4 19:24

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


@flaggada

I detected a problem in the category page(perhaps also on blocks, did not test). It was not showing the articles list.
It should be fixed now on svn. Please test it(again).



83
trabis
Re: Bug in last svn Publisher with permissions
  • 2013/1/4 18:56

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

flaggada wrote:

To see them, I must edit every articles and define permissions on the 3rd sheet. Quite a long work.


It should be the opposite because I removed item permissions in publisher, there is only category permissions.
If you have access to a category you should have access to all items inside it.
I'll look to see if there is a bug or not.



84
trabis
Re: XOOPS 2.6.0 Alpha 1 Testing
  • 2013/1/4 0:12

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

sabahan wrote:
in XOOPS 2.6 admin

- language "There is no modules installed actually" should be changed to currently
- missing language def for ext/mod pref image button : _OXYGEN_SITEPREF

Done.
We could use someone to review the language files :)

ps:
"there are no modules installed currently" or "there is no module installed currently"



85
trabis
Re: Latest Publisher module?
  • 2013/1/4 0:01

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

sabahan wrote:
Hye trabis

i create the /uploads/publisher/content/ and that fix it

can this folder be create automatically next time ?


Do you have write permissions on uploads folder?
I did not tested under linux.



86
trabis
Re: Latest Publisher module?
  • 2013/1/3 21:00

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I found a memory usage bottleneck in the method getLastPublishedByCat();
It was loading one item by cat not regarding permissions or pagination. If you had 3000 categories, it would load 3000 items even if you were listing only 15 cats.

This is now fixed on latest svn. Please test it.



87
trabis
Re: Bug in last svn Publisher with permissions
  • 2013/1/3 19:33

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

flaggada wrote:
Hello,

I've installed the last svn Publisher version, on xoops 2.5.5, with a thousand news, and it seems to be some issues on permissions.


Thanks for testing publisher.
This issue was fixed on latest svn version. Please update.



88
trabis
Re: X2.6 new modules
  • 2013/1/1 18:04

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

irmtfan wrote:

Also many of them still have large dependencies on core. for example there is a "xcaptcha" extension but the captcha in register page will work with or without install that xcaptcha. the captcha class is still in core.


We need to remove the hardcoded dependencies on core. Work is in progress.



89
trabis
Re: XOOPS 2.6.0 Alpha 1 Testing
  • 2012/12/31 17:02

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

timgno wrote:
I did not think there were such problems, during a clean install with the cache.

Just let me say that it is not a clean Install, it is a reinstall. If it was clean then there would be no files in the cache folders!

Quote:

In this regard, I would suggest to create a script that, during a new installation, delete the cache before.

Done!
I fixed the install dependencies on xoops_lib classes and added a cleanCache method to avoid the trouble of cleaning caches during test procedures.



90
trabis
Re: XOOPS 2.6.0 Alpha 1 Testing
  • 2012/12/29 14:06

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

With the install program as it is if the lib and data directories are not available it will error stop the program instead of just stating it can't find them on the page.
If I have the files in the main directory and where I want to put them it won't stop and I can change them on the page. Looks to simply be an error trapping issue or not checking for the existence of the file.


The Xoops class is used on the early stage of the install process. This class is on xoops_lib folder now, so if the folder is moved, the class will not be found.

We need to solve this, either by assuming xoops_lib is on public folder and not ask the user for the folder path, or by asking for the folder location on an early stage(before start using the Xoops class).

Notice that in the future all Xoops classes will be on xoops_lib folder so the first page of install should not use any core methods.

Quote:

The new admin GUI has lots of good ideas but is very kludgy in how it works.

Yes, there are some navigation issues to take care on the admin side.




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 190 »



Login

Who's Online

253 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 253


more...

Donat-O-Meter

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

Latest GitHub Commits