Log of /contributions/modules/flexinode/flexinode_admin.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 20 07:51:25 2007 UTC
(2 years, 7 months ago)
by
ber
Branch:
DRUPAL-4-7
Changes since
1.5.2.2: +3 -11 lines
Diff to
previous 1.5.2.2
, to
branch point 1.5
#59731 by ahoeben.
- The 'Help text' field in admin/node/type/N and the 'admin/settings/content-types/flexinode-1' in admin/settings/content-types/flexinode-N are overlapping functionality. For clarity, the latter should be removed (or it should mirror the text of admin/node/type/N).
- This change features an upgrade path.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 27 11:18:31 2007 UTC
(2 years, 9 months ago)
by
ber
Branch:
MAIN
Changes since
1.3: +3 -3 lines
Diff to
previous 1.3
flexinode_admin_save_field no longer checks for $_POST directly.
I don't know when, why or how that was added, its not nessecary at all. Therefore removing this.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 25 17:25:36 2006 UTC
(2 years, 11 months ago)
by
ber
Branch:
MAIN
Changes since
1.2: +1 -1 lines
Diff to
previous 1.2
Another issue: somehow the fields were not stored with the correct fieldtype mapping. The $_POST variable called in the last patch was actually the wong value. We need to digg one deeper: This commit looks for the $_POST['edit'] value.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 25 17:08:19 2006 UTC
(2 years, 11 months ago)
by
ber
Branch:
MAIN
Changes since
1.1: +3 -3 lines
Diff to
previous 1.1
A wrong parameter was passed to the form builder. This resulted in a warning. I now extract the proper variable from $_POST. Which, if understand chx correctly, is a deadly sin in Drupal-land. Lets look for even better Form API usage.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 25 12:25:34 2006 UTC
(2 years, 11 months ago)
by
ber
Branch:
MAIN
I have split Flexinode up in three modules.
* Flexinode.module, handles fields, hooks and the node management.
* flexinode_admin.module. handles the administrative interface and procedures. This module is required only when you want to change
anything in your flexinode configuration. On a production site, it can most certainly simpy be disabled. Less code during runtime is
better performance
* Flexinode_miniviews. NOT a views implementation, but the tables, lists and search in flexinode moved to a separate module: enable
only if you want to use this feature to build flexinode pages.
Lets get this code clean, so ze can get a GOOD 5.0 version out of the door!
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.