Jump to:

7921 Posts in 1359 Topics by 933 members

DataObjectManager Module

SilverStripe Forums » DataObjectManager Module » Bug Reports

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Go to End
Author Topic: 38549 Views
  • UncleCheese
    Avatar
    4085 Posts

    Re: Bug Reports Link to this post

    Update to r366.

  • -p>
    Avatar
    Community Member
    1 Post

    Re: Bug Reports Link to this post

    Hi UncleCheese, and thanks for the great module!

    I got an problem with DOM (r366) and latest SS2.4beta1 release. Datepickerfield didn't work properly ( pop-up appeared, but clicking the date did nothing). Firebug's diagnose was "jQuery.datepicker is undefined".

    I updated the line 69 from
    Requirements::javascript($this->BaseHref() . "dataobject_manager/javascript/jquery-ui-1.6.js");
    to
    Requirements::javascript($this->BaseHref() . "dataobject_manager/javascript/jquery-ui.1.7.js");

    and it fixed the datepicker field. Not yet sure, if I messed something else up, but I hope this helps somebody with similar problems. Maybe this could be fixed in svn also?

  • UncleCheese
    Avatar
    4085 Posts

    Re: Bug Reports Link to this post

    Yeah, DOM isn't ready for 2.4 yet. There's a whole bunch of changes that have to be made especially in regards to javascript dependencies.

  • Zauberfisch
    Avatar
    Community Member
    30 Posts

    Re: Bug Reports Link to this post

    the german translation of the dataobject manager doesn't work!

    but i found the problem:

    dataobject_manager/lang/deDE3.php

    i don't know qhy it is called deDE3.php but if you rename it to de_DE.php it works!

  • yurigoul
    Avatar
    Community Member
    200 Posts

    Re: Bug Reports Link to this post

    Hi UncleCheese,

    Do you have any idea when a 2.4 version of DOM will be ready - or do you wait until the first stable release?

  • UncleCheese
    Avatar
    4085 Posts

    Re: Bug Reports Link to this post

    I've been fortunate enough to have one of the Silverstripe team developers patch the DOM module for 2.4, as he was using it on a 2.4 project and really needed it done. I have his diff files, but I just have to go through them. Hopefully it won't be too bad of an upgrade. I do plan on waiting for a stable release, though, because I don't want to make updates for a moving target.

  • Harley
    Avatar
    Community Member
    147 Posts

    Re: Bug Reports Link to this post

    Hi Uncle Cheese,

    not a bug to report as such but in the configuration tab of the image gallery there is a slight spelling error "Max files allowed in upload quue", one too many u's.

    Regards

  • theAlien
    Avatar
    Community Member
    131 Posts

    Re: Bug Reports Link to this post

    Hi UncleCheese,

    Unfortunately, r366 didn't fix this bug for me

    Still: FileDataObjectManager shows the file-icons in the grid-view, but ManyManyFileDataObjectManager does not.
    And... well... isn't the marvellous grid-view the reason we all love the FDOM?

    38549 Views
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.