Skip to content

Commit

Permalink
add entityform
Browse files Browse the repository at this point in the history
  • Loading branch information
drupart committed Feb 11, 2013
1 parent 208f391 commit 0107d17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drupartcms.make
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ projects[features][subdir] = contrib
projects[browserclass][subdir] = contrib
projects[nice_menus][subdir] = contrib
projects[zen][subdir] = contrib

; Form
projects[entityform][subdir] = contrib

3 comments on commit 0107d17

@peterharaszin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Először is köszi a jó kis példakódot! :)
Egy javaslatom lenne jelentős egyszerűsítésre a sok-sok "contrib" helyett, amit a Drush-hoz mellékelt example.make fájlban találtam (pl. Windows-on: "C:\ProgramData\Drush\examples\example.make"):

; To include the most recent views module:

projects[] = views

; If all projects or libraries share common attributes, the `defaults`
; array can be used to specify these globally, rather than
; per-project.

defaults[projects][subdir] = "contrib"

Ebből természetesen a defaults[projects][subdir] = "contrib" a lényeg, ami szerint a letöltendő modulok/sminkek alapértelmezett könyvtára a contrib lesz. A projects[] = views meg persze a legfrissebbet tölti le, mint a jelenlegi kódod is, csak jelentősen egyszerűbben nézhetne ki az egész, ha ilyen szintaktikával lennének beírva a letöltendő projektek.
Teszteltem, és tényleg működik a defaults tömb használata! :)

Ja igen, és ezt természetesen lehet kombinálni azzal is, hogy mondjuk adott projektnél konkrét verziószámot adsz meg! :) (Pl. projects[ctools][version] = 1.4, de a subdir kulcsot nem kell megadni, mert az marad a default contrib úgyis.)

@csakiistvan
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Igen, valoban mukodik ugyis, mi is ugy roviditettok a ceges profiljainkban. Majd csinalok ide egy 2.x es branchet egyszer, es frissitgetek dolgokat :)

@peterharaszin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jó gyorsan válaszoltál! :) Közben pont készítettem egy pull requestet az egyszerűsítéssel, gondoltam hátha úgy egyszerűbb. :) (Voltak benne duplikátumok is, azokat is kiszedtem, igazából mást nem változtattam rajta. Ja, és persze teszteltem push előtt, hogy még mindig jól működik-e, és igen. :) )

Please sign in to comment.