source: sipes/modules_contrib/panels/D6UPDATE.txt @ 4f375e3

stableversion-3.0
Last change on this file since 4f375e3 was 4f375e3, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el modulo panels

  • Propiedad mode establecida a 100644
File size: 1.6 KB
Línea 
1CHANGES DURING D6 UPDATE TO PANELS 3
2
3ALL PLUGINS
4===========
5
6Function to advertise directory for plugins:
7  hook_ctools_plugin_directory($module, $plugin)
8
9LAYOUTS
10=======
11
12All layouts should use templates
13'icon' now uses the defined path and should no longer have path built in.
14'css' now uses defined path and should no longer have path built in.
15DOCUMENTATION NOTE: You can just copy any layout css file directly to your theme. It should no longer be in theme/layouts directory.
16administrative view of a layout can now have its own theme function.
17
18CONTENT TYPES
19=============
20
21panels_node_legacy module renamed to panels_node_content.module
22-- NEED UPDATE TO RENAME IN SYSTEM TABLE.
23
24'title callback' now has $subtype as the first argument.
25'render' now has $subtype as the first argument.
26'content_types' now 'content types'.
27New 'content type' to fetch information a single content type so we don't have
28to load all of them all the time.
29New 'defaults' array in either the type or subtype declaration to provide
30defaults for the add form.
31
32CONTEXTS
33========
34
35Function signature on submit and validate handlers now: ($form, &$form_values, &$form_state)
36Moved to CTOOLS
37
38RELATIONSHIPS
39========
40
41Function signature on submit and validate handlers now: ($form, &$form_values, &$form_state)
42Moved to CTOOLS
43
44ARGUMENTS
45========
46
47Function signature on submit and validate handlers now: ($form, &$form_values, &$form_state)
48Moved to CTOOLS
49
50When argument plugins fail to load a context at runtime, they must now return
51error codes instead of FALSE or NULL (previously the practice). The error codes,
52and their respective documentation, can be found at the top of panels.module.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.