111
Dave_L
Re: What if it happens again?
  • 2007/6/8 16:37

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Personally, I'd like to see weekly reports published by each of the teams, stating briefly what was accomplished during the past week.

In an open-source project staffed by volunteers, it's perfectly understandable to expect an occasional report that says "No progress this week". But if there are ten of those reports in a row, then you know that something's wrong, and that team needs some help.



112
Dave_L
[XoopsTeam] Dave_L - Core Development - Member
  • 2007/6/8 15:50

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I've been working with XOOPS since 2003, and have been a software developer since the '70s.

For the past 1-1/2 years, I've been employed full-time by a company at which my job is to develop new XOOPS modules, and modify the core when required, to meet the requirements of the clients. I'm working with both XOOPS 2.2.5-RC2 and XOOPS 2.0.16. In addition to core hacks, I've written 10-12 modules; they haven't been published publicly.

Ideally, I'd like to work on core maintenance/development that fits both my customers needs and the XOOPS project's needs.

If it were up to me, I would first meet with the other developers to define goals, i.e., the team's direction. Then the goals would be translated into specific action items which could be assigned to individuals or small groups. But if the team leader has another approach in mind, I'm open to ideas.

I also think that the development process should be more visible. That is, the developers should communicate primarily in a publicly-readable venue (forum, mailing list, etc.). This would make it possible for additional people to help out, since they would be able to see what's going on and what needs to be done.

Dave Lerner (Dave_L)



113
Dave_L
Re: To force notifications on users?
  • 2007/6/8 14:56

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


You can subscribe a user for notification for an event, using the method XoopsNotification::subscribe (the function "subscribe" in kernel/notification.php).



114
Dave_L
Re: Can't check if a value is in an array
  • 2007/6/7 11:54

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I tried <{if 16|in_array:$xoops_usergroups}> and it seems to work properly, in spite of the warning message when the template is compiled.

But you could use another method.

.php file:

$xoopsTpl->assign('in_group'array_flip($xoopsUser->getGroups()));


template:

<{if isset($in_group[16])}>
In group 16
<{else}>
Not in group 16
<{/if}>



115
Dave_L
Re: Protector Install Issue Narrowed Down!
  • 2007/6/2 1:13

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I have XOOPS_TRUST_PATH parallel to XOOPS_ROOT_PATH without any problems, But you can locate XOOPS_TRUST_PATH anywhere you like, if your server doesn't permit that.



116
Dave_L
Re: Protector Install Issue Narrowed Down!
  • 2007/6/1 10:31

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Quote:
include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php'


That's normally a single line

include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php'


But that doesn't explain your problem. As JAVesey said, it's probably the wrong path. Or the server settings aren't letting XOOPS access the path.



117
Dave_L
Re: Look better, and more sexure
  • 2007/5/31 17:38

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Quote:
nachenko wrote:
This gonna sound weird, but i don't think protector should be in the core as it it now. The problem is XOOPS_TRUST_PATH. Its's a great idea, but it makes installation more complicated for newbies, and sure there will be servers that won't allow users to create this "trust path". Unless someone finds the way to automate this process and continue installation even in case of failure, I should not include it.


It's recommended that XOOPS_TRUST_PATH be outside the web root for optimal security. But it can be inside the web root, if you find that more convenient or if your hosting service requires it. If it's inside the web root, then it's best to include an .htaccess file or equivalent method to block web access. GIJOE confirmed this is possible in this thread:http://xoops.peak.ne.jp/md/d3forum/index.php?topic_id=2364

With that in mind, perhaps XOOPS_TRUST_PATH should default to a directory inside the web root, e.g. XOOPS_ROOT_PATH/trust, and the user could change it later if he's able to do so.



118
Dave_L
Re: cron jobs for dummies
  • 2007/5/30 13:15

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Quote:
* * * /full/path/to/file.php 2>&1


That will run once a minute from 00:00 to 00:59.

To run at midnight only:

Quote:
0 0 * * * /full/path/to/file.php 2>&1



119
Dave_L
Re: Xoops Version?
  • 2007/5/26 16:14

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I doubt there will be a new version within the next few days. If you have XOOPS 2.2.x, I recommend upgrading to 2.2.5-RC2, which you can get here.



120
Dave_L
Re: Parse error: parse error, unexpected T_STRING in /library/user.php on line 167
  • 2007/5/21 22:02

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


I don't think "library" is a core directory. Is that a module you added?

Could you post line 167 from that file, maybe with a few lines preceding and following that line?




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 212 »



Login

Who's Online

195 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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