⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

New version 1.4.1



web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 01 September 2013 - 11:34 AM

Hi all,

 

The new version of grocery CRUD version 1.4.1 is released. Thank you for all your contributions. This is just a maintenance version with bug fixes. Please feel free to download the latest version of grocery CRUD at: https://github.com/scoumbourdis/grocery-crud/archive/v1.4.zip

 

Thanks all

Johnny


davidoster

davidoster
  • profile picture
  • Member

Posted 03 September 2013 - 12:29 PM

And I was just about to mention that there is a new maintenance version!

For those you would like to know the new changes on versions 1.4.0 and 1.4.1, here they are:

 

v 1.4.1
    #231 - Read page not showing relations.
    #233 - File upload uniqueid not unique.
v 1.4.0
    #170 - Problem with more than one date inputs at the dialog.
    #148 - New theme twitter-bootstrap
    #150 - Optimizing the SELECT statement for counting rows.
    #144 - Unique fields as new functionallity for unique fields in the database.
    #129 - Small bug uploading images.
    #142 - Extras doesn't work properly when the field doesn't exist in the database
    #158 - New method name set_crud_url_path. This method is useful when the path is not specified correctly.
    #163 - Custom field type label for true_false. Like hidden, enum and set.
    Noty Jquery Plugin to load when you delete a record.
    Upgrading Jquery to Jquery 1.10.2
    Multiple grids in one page.
    New language: Catalan.
    Add "view" as new action.
    Small bug fixes:
        - #165 - add_action "url_has_http" issue
        - #166 - Improved file upload error handling
        - #167 - add_action method in Twitter_Bootstrap theme, doesn't update the dropdown properly

 

 

extract from the change log here.


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 03 September 2013 - 17:41 PM

Also one more thing to mention is that we have a landing page as well for the change logs at: http://www.grocerycrud.com/documentation/change_logs

 

Cheers

Johnny


chavamm

chavamm
  • profile picture
  • Member

Posted 03 September 2013 - 17:53 PM

Thank you very much!

 

Regards!


davidoster

davidoster
  • profile picture
  • Member

Posted 04 September 2013 - 03:16 AM

Also one more thing to mention is that we have a landing page as well for the change logs at: http://www.grocerycrud.com/documentation/change_logs

 

Cheers

Johnny

 

Forgot that!!! ;)


Jefer

Jefer
  • profile picture
  • Member

Posted 11 September 2013 - 04:25 AM

I am using 1.3.1, how can i upgrade to 1.4.1. Is there anything to consider or just replace the files for the new ones? Is there any guide?

 

Thanks for great work @web-johnny


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 11 September 2013 - 06:14 AM

well there surely are newer features with 1.4.1 - if you sufficed with 1.3.1 for your work.. will suggest keep using it. But to harness the power of latest GC 1.4.1 - will recommend you upgrade it.

1 thing - by default u may surprisingly start getting in ajax based forms ... and by default - additional feature to view / read for each record.

 

I have swapped over to the latest build and didn't have had much trouble with the same - except for some custom changes to the view that were merged with my older code / version.


shum

shum
  • profile picture
  • Member

Posted 14 May 2014 - 14:25 PM

 

Multiple grids in one page.

How can I do this?

TNX


edramirez

edramirez
  • profile picture
  • Member

Posted 12 July 2014 - 04:53 AM

Hi, Shum -

 

Seems like this post should have been in its own separate section.

 

You asked how to create multiple grids in one page.

 

I've worked with master-detail databases in CI/HMVC/GC and I haven't been able to do it using the least amount of code and headache.

 

If you want a fancy user interface with data being integrated in different grids, you need to use a javascript framework for that purpose.

 

Ed


Ali Kazmi

Ali Kazmi
  • profile picture
  • Member

Posted 24 December 2014 - 13:06 PM

Thank you so much for this update version.