51
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/10 8:42

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I think to a very precise work to trap the cells, however, it's fine for now,
if we can make them more responsive would be better.

Thanks anyway!



52
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/8 12:10

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
But please merge your last version with master on github...

You must rename or download the new fork

https://github.com/txmodxoops/TDMCreate-1.91



53
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/7 14:21

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
I will check it


Ooops!

Check well I think I made a mess!

I would not have canceled your fork

If so redo pull request!

sorry



54
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/7/6 22:23

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I've fixed these issues

Anyone can help me to html tables alignement type css or jquery code?

In tables and fields I see like this:
Resized Imagealigned_subtables_tables by Txmod Xoops, su Flickr

Resized Imagealigned_subtables by Txmod Xoops, su Flickr



55
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/29 12:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I've released a patch



56
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/28 20:46

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Release alpha 3.3 is available

Test code passed by scrutinizer with quality 7,47

Refactoring code.

Needed more tests



57
timgno
Re: force password change
  • 2015/6/22 6:40

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I think may be simple

Just create a counter based on the date of the first registration or last time you changed the password and jump to form send back to resend password after a certain time

Using profile/preloads/core.php



58
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/21 5:54

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
what do you think about my suggestions b.3 and c.4 in post #71


Suggestion b.3 certainly, but not in this version, this should change all the code elements fields and would work a little longer, maybe in the next version.

Suggestion c.4, you can do if you can put in your personal copy by default the type of editor, we take the code from the core to determine the type of editor, why bother?



59
timgno
Smarty Plugin Table
  • 2015/6/18 21:29

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Peering between plugin smarty I found html table
smarty_function_html_table
Examples:
 * <
pre>
 * {
table loop=$data}
 * {
table loop=$data cols=4 tr_attr='"bgcolor=red"'}
 * {
table loop=$data cols="first,second,third" tr_attr=$colors}
 * </
pre>


I went on the website and smarty syntax is different, or at least I think it is the latest version?

{html_table loop=$data cols="first,second,third,fourth" tr_attr=$tr}


It is to update this plugin?



60
timgno
Re: TDMCreate 1.91 alpha 3 for Testing
  • 2015/6/18 15:25

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I'm studying the docs of codeception 2.0 from GitHub with these methods

<?php
class TestTest extends CodeceptionTestCaseTest
{
    public function 
testBaseOne()
    {
        return 
'hey';
    }

    
/**
     * @depends testBaseOne
     */
    
public function testDependentOne($hey)
    {
        
$this->assertEquals('hey'$hey);
    }

    public function 
testReportedInterface()
    {
        
$this->assertInstanceOf('\Codeception\TestCase\Interfaces\Reported'$this);
        
$this->assertEquals(array(
            
'file' => __FILE__,
            
'name' => 'testReportedInterface',
            
'class' => 'TestTest',
            
'feature' => 'test reported interface',
        ), 
$this->getReportFields());
    }

}


I do not know how to link the code to the modules, I will get there soon?




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 113 »



Login

Who's Online

264 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 264


more...

Donat-O-Meter

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

Latest GitHub Commits