Log of /contributions/modules/flexinode/flexinode.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.80 -
(
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
Changes since
1.79: +6 -678 lines
Diff to
previous 1.79
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!
Revision
1.77.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 22 12:11:32 2006 UTC
(3 years, 3 months ago)
by
ber
Branch:
DRUPAL-4-7
Changes since
1.77: +4 -8 lines
Diff to
previous 1.77
#76904 by radev. This fixes a critical bug introduced by a change in form ID handling in Drupal 4.7.3.
Thanks for all the reviews and the patches.
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 29 18:44:11 2006 UTC
(3 years, 6 months ago)
by
ber
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.76: +13 -10 lines
Diff to
previous 1.76
#58202 by samc et al. Allow proper read more generation. We now compare body and teaser, to create a readmore only when
needed.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 18 19:37:20 2006 UTC
(3 years, 7 months ago)
by
ber
Branch:
MAIN
Changes since
1.71: +1 -1 lines
Diff to
previous 1.71
Ververting previous commit. wo people found issues with them. Untill they are
confirmed to be fixed, tablesort queries are not yet supported.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 3 23:58:45 2006 UTC
(3 years, 7 months ago)
by
torenware
Branch:
MAIN
Changes since
1.67: +8 -8 lines
Diff to
previous 1.67
Made it possible for someone with admin content privileges to create and edit instances of types (#55614)
Revision
1.46.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 14 01:21:53 2005 UTC
(4 years, 2 months ago)
by
killes
Branch:
DRUPAL-4-6
Changes since
1.46.2.2: +2 -2 lines
Diff to
previous 1.46.2.2
, to
branch point 1.46
fixing #29708, Users with non-english locale cannot add events.
This was caused by a t($ctype->name) in flexinode_node_name.
The code has changed in HEAD, so I do not think we need this fix there.
In general we do not translate user (even admin) contributed strings.
A lot of t()s should be removed from flexinode. I am to lazy.
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 13 15:13:19 2005 UTC
(4 years, 2 months ago)
by
ber
Branch:
MAIN
Changes since
1.51: +135 -30 lines
Diff to
previous 1.51
fixed an issue with node names my previous fix introduced.
I reintroduced flexinode_node_name, now as a private flexinode API function
Revision
1.46.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 26 05:12:20 2005 UTC
(4 years, 7 months ago)
by
crunchywelch
Branch:
DRUPAL-4-6
Changes since
1.46: +59 -8 lines
Diff to
previous 1.46
sync 4.6 branch with head
add rss feed at flexinode/feed/$ctype
implement flexinode_nodeapi to allow field types to include rss information in feeds
thanks to jonbob for commit go ahead
Revision
1.47 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 20 02:30:21 2005 UTC
(4 years, 8 months ago)
by
crunchywelch
Branch:
MAIN
Changes since
1.46: +59 -8 lines
Diff to
previous 1.46
add rss feed at flexinode/feed/$ctype
implement flexinode_nodeapi to allow field types to include rss information in feeds
thanks to jonbob for commit go ahead
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 13 16:32:24 2005 UTC
(4 years, 10 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.41: +6 -10 lines
Diff to
previous 1.41
- Fixed a DB prefixing bug.
- Fixed error in table view pager.
- Labels for empty text areas do not show.
- Corrected overly-permissive node access rights.
- Corrected duplicated listings when using node access modules.
Revision
1.36.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 13 16:31:51 2005 UTC
(4 years, 10 months ago)
by
JonBob
Branch:
DRUPAL-4-5
Changes since
1.36.2.1: +6 -10 lines
Diff to
previous 1.36.2.1
, to
branch point 1.36
- Fixed a DB prefixing bug.
- Fixed error in table view pager.
- Labels for empty text areas do not show.
- Corrected overly-permissive node access rights.
- Corrected duplicated listings when using node access modules.
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:32 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.37: +2 -1 lines
Diff to
previous 1.37
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 16 21:41:53 2004 UTC
(5 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.33: +9 -1 lines
Diff to
previous 1.33
- Added new hook for field types to produce settings page elements.
- Added Imagemagick location to settings page.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 16 15:40:05 2004 UTC
(5 years, 3 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.31: +3 -3 lines
Diff to
previous 1.31
- Updated for filter format support.
- Fixed an incorrect node access table query in tabular view.
- Fixed "edit this node" links.
- Provide alt attribute for images.
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 8 21:01:38 2004 UTC
(5 years, 4 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.28: +67 -66 lines
Diff to
previous 1.28
- Updated for new hook_form() and form_set_error() syntax.
- Updated to handle standardized "required field" marker.
- Added drupal_goto() calls in the admin interface to provide better post-action
user experience and simplify code.
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 17 18:13:31 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.23: +2 -2 lines
Diff to
previous 1.23
- Merged in some of Gerhard's changes to the image module, which will hopefully
fix image upload problems.
- Fixed names of "add" menu items (again).
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 17 11:24:26 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.22: +23 -14 lines
Diff to
previous 1.22
- Restores truncating behavior fot the teaser. Now every field is run through
node_teaser() before being inserted in the teaser, so <!--break--> can be used
if desired.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 16 16:37:42 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.21: +126 -109 lines
Diff to
previous 1.21
- Proper handling of multiple error messages for one field.
- Better default theme functions for CSS styling.
- Better error checking in hook_file_download().
- Administrator can determine which fields show up in the table.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 16 13:12:28 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.20: +92 -30 lines
Diff to
previous 1.20
- Field types are now scanned automatically inside the modules/flexinode folder.
- Separated displayed names of node types from the file names.
- "Description" field deprecated; instead, use a text area field. This
allows the field to be reordered or removed entirely.
- Added a database updating function. Run this to upgrade from old versions.
- Default values of text areas can now span multiple lines.
- "Read More" link shows up again like it used to.
- Drupal indexed search should work now, since the body now contains the
rendered node.
- Administrator can determine which fields show up in the teaser.
More later today!
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 15 15:50:57 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.19: +140 -56 lines
Diff to
previous 1.19
- Better comments throughout.
- Added checks for missing arguments in URLs, to prevent SQL errors being thrown.
- Fixed table handling for empty cells.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 14 21:20:07 2004 UTC
(5 years, 5 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.18: +217 -226 lines
Diff to
previous 1.18
- Fixed separator module name and content type.
- Added short filter tips to body field.
- Single quotes to double quotes
- Changed permission strings to avoid backslash escaping
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 2 14:05:01 2004 UTC
(5 years, 7 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.8: +29 -11 lines
Diff to
previous 1.8
Applied patch for permissions changes in 4.4 RC.
Fixed regression due to not-yet-committed menu system changes.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 9 16:48:42 2004 UTC
(5 years, 9 months ago)
by
JonBob
Branch:
MAIN
Changes since
1.2: +113 -299 lines
Diff to
previous 1.2
Significant updates, including an improved (and likely future-proof) SQL
schema and refactoring of much code into include files for maintainability.
See CHANGELOG.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 6 17:55:35 2004 UTC
(5 years, 9 months ago)
by
JonBob
Branch:
MAIN
Releasing in main contributions repository. The SQL schema has been greatly
modified for future flexibility.
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.