21
ouioui
Xoops and workflow
  • 2004/10/5 8:19

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

Today there is a lot of open source projects, standards and commercial tools on business process management and workflow.
http://jbpm.org/article.html#wftk

Is XOOPS team (or other team) will interrest in a XOOPS integration of a workflow management using a open source projects ?

Xoops is a serious candidat :
- the user group management is well design
- the data access use a class model where a interface could be used....


Best regards



22
ouioui
Is session_cache_limiter('private') a probleme ?
  • 2004/9/27 12:01

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

Is session_cache_limiter('private') a probleme ?

I use FPDF to generate PDF file in module xoops.
To correct a ie probleme, the FAQ N°5 i inhttp://www.fpdf.org/?lang=en is

Quote:
5. When I use a PHP session, IE doesn't display my PDF any more but asks me to download it any more but asks me to download it.

It's a problem affecting some versions of IE. To work around it, add the following line before session_start():

session_cache_limiter('private');


I added the session_cache_limiter('private'); in the common.php file befor session_start() like that
session_set_save_handler(array(&$sess_handler'open'), array(&$sess_handler'close'), array(&$sess_handler'read'), array(&$sess_handler'write'), array(&$sess_handler'destroy'), array(&$sess_handler'gc'));
    
session_cache_limiter('private');
    
session_start();



As i can't logout ....I suppose it cound be the responsability of this hack.
I have difficulties to change user login.

Is this session_cache_limiter('private') can alter the XOOPS user management ?

Best regard



23
ouioui
4. Simple workflow engine
  • 2004/6/23 7:18

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I'm really interrest in a workflow engine based on PHP. Worflow have 3 parts : Data, User, Processus.
Xoops is a serious candidat :
- the user group management is well design
- the data access use a class modele where a interface could be used.

But for the processus i'm not really agree with you when you write : "You export it to XMI and load it into your XOOPS Workflow engine". Today there no standard for the modeling of executable business processes but BPML/BPEL4WS will be best candidat. XMI is realy complex and too rich.

A structured idea is to used web service. Web Services is becoming increasingly popular for use as the integration infrastructure.

Best regard
Bruno




24
ouioui
Re: Weird chars in News notification message
  • 2004/4/6 15:07

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I have the same probleme with " ' " when i use xoopsmailer with the methode assign.
Is someone can help me ?

Best regards
Bruno



25
ouioui
XoopsFormTextDateSelect "undefined Nan"
  • 2004/2/9 13:20

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,
I use XoopsFormTextDateSelect like that :
new XoopsFormTextDateSelect("date", "date_creation", 15, 20041001);

I have the folowing problem, when the calendar is firt call, it isn't well defined. I have in the title something like : "undefined Nan". If i select a date, the data back is "NaN-NaN-NaN".
BUT (I have found the solution), for the second time, after closing and re-open the calendar, everything is all right.

Do you know why ?
Is there is a documentation about XoopsFormTextDateSelect ?

NB : I have test it with IE 6.0 and Mozzila in french language.
Thank for the reponse



26
ouioui
Does anybody know the report generator for xoops ? for php?
  • 2004/1/20 11:07

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I'm looking for a report generator like Crystal report writing in php/mysql.

Best regard
Bruno



27
ouioui
Is it xoops or smarty who generate 1 new line beetween each line
  • 2003/10/28 17:05

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I use smarty and xoopsTpl to generate a file starting from a template. When i edit my generated file with a editor there is a new line between each line.

How can i suppres this ?
It is a XOOPS or Smarty who generated this new line ?

Best regard



28
ouioui
2 new lines for 1 ? what append ?
  • 2003/10/23 13:01

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I use smarty and xoopsTpl to generate a file strating from a template. When i edit my generated files with a editor there is 2 new lines in my file for 1 new line in my template.

for example :
Xoops
Toto
in my template become
Xoops

Toto
In my file

How can i have 1 for 1 ?



29
ouioui
Re: Smarty templace with space
  • 2003/10/20 12:17

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Thank for your response...

I used a text editor ?

Best reagard bruno

NB : I used smarty to generate Php file. My purpuse is to generate a basic class. For example, classe/toto.php for a db table call toto.



30
ouioui
Smarty templace with space
  • 2003/10/17 15:20

  • ouioui

  • Just popping in

  • Posts: 32

  • Since: 2003/7/11


Hi,

I use smarty and xoopsTpl to generate a file.
Everything is all-right but smarty generate 2 new lines in my file for 1 new line in my template.

for example :
Xoops
Toto
in my template become
Xoops

Toto
In my file

How can i have 1 for 1 ?

Best regards




TopTop
« 1 2 (3)



Login

Who's Online

161 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 161


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