/[drupal]/contributions/modules/helpers/helpers.module
ViewVC logotype

Log of /contributions/modules/helpers/helpers.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.18.4.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 20:16:00 2008 UTC (14 months, 4 weeks ago) by nancyw
Branch: DRUPAL-6--1
Changes since 1.18.4.5.2.1: +126 -1 lines
Diff to previous 1.18.4.5.2.1 , to branch point 1.18.4.5 , to next main 1.18.4.9
#300820 by Grugnog2, NancyDru - add plural and singular functions.

Revision 1.18.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 20:15:44 2008 UTC (14 months, 4 weeks ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.8: +126 -1 lines
Diff to previous 1.18.4.8 , to branch point 1.18
#300820 by Grugnog2, NancyDru - add plural and singular functions.

Revision 1.18.4.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 17:43:30 2008 UTC (21 months, 1 week ago) by nancyw
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-1-beta1
Changes since 1.18.4.5: +69 -123 lines
Diff to previous 1.18.4.5
Initial 6.x version.

Revision 1.18.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 15:33:37 2008 UTC (21 months, 1 week ago) by nancyw
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.18.4.7: +37 -3 lines
Diff to previous 1.18.4.7 , to branch point 1.18
Added show_array and show_object functions

Revision 1.18.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 02:00:49 2008 UTC (21 months, 2 weeks ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.6: +24 -1 lines
Diff to previous 1.18.4.6 , to branch point 1.18
Added drupal_parse_html.

Revision 1.18.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 23:10:58 2008 UTC (22 months ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.5: +1 -111 lines
Diff to previous 1.18.4.5 , to branch point 1.18
Added dependency to helpers_form
Moved theme functions to separate module (per Ber)

Revision 1.18.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 15:18:32 2008 UTC (22 months ago) by nancyw
Branch: DRUPAL-5
Branch point for: DRUPAL-6--1
Changes since 1.18.4.4: +2 -2 lines
Diff to previous 1.18.4.4 , to branch point 1.18
Removed theme_none_option change.

Revision 1.18.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 13:56:22 2008 UTC (22 months ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.3: +2 -2 lines
Diff to previous 1.18.4.3 , to branch point 1.18
#213717 by nancyw - fixed <none> in theme_none_option

Revision 1.18.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 12:30:24 2008 UTC (22 months ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.2: +5 -5 lines
Diff to previous 1.18.4.2 , to branch point 1.18
corrected some comments

Revision 1.18.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 15:27:28 2008 UTC (22 months ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18.4.1: +2 -2 lines
Diff to previous 1.18.4.1 , to branch point 1.18
Corrected some coding standards violations

Revision 1.18.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 14:05:55 2008 UTC (22 months, 1 week ago) by nancyw
Branch: DRUPAL-5
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
#207147 by nancyw - Initial 5.x release
#207151 by nancyw - Coder standards fix

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 10:32:37 2007 UTC (2 years, 9 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.17: +1 -12 lines
Diff to previous 1.17
Adding helpers_node.module to the helpers. Contains all the node specific helpers.
Introduced one new function: node_load_current() to load current active node.
Moved is_node_page to helpers_node.module

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 07:05:54 2006 UTC (3 years, 3 months ago) by ber
Branch: MAIN
Changes since 1.16: +17 -1 lines
Diff to previous 1.16
Added user_has_role(): useful for checking whether a user is in (a) certain
role(s) or not.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 16:26:32 2006 UTC (3 years, 4 months ago) by ber
Branch: MAIN
Changes since 1.15: +4 -137 lines
Diff to previous 1.15
As per #53488 I am splittnig the module. Also did some general small fixes.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 14:19:39 2006 UTC (3 years, 4 months ago) by ber
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
incorrect name for hook_help()

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 3 08:48:59 2006 UTC (3 years, 4 months ago) by ber
Branch: MAIN
Changes since 1.13: +12 -1 lines
Diff to previous 1.13
Adding testfunction for a node page. is_node_page() Find out if the current page is a node page.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 18 12:50:43 2006 UTC (3 years, 5 months ago) by ber
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
added issue number for theme_read_more

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 18 12:43:26 2006 UTC (3 years, 5 months ago) by ber
Branch: MAIN
Changes since 1.11: +40 -3 lines
Diff to previous 1.11
Added a nifty function with thele function to format shortened strings.
Stuff in the form of "verylongstring" can easily be changed into "verylongst..."

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 12:31:30 2006 UTC (3 years, 5 months ago) by ber
Branch: MAIN
Changes since 1.10: +22 -5 lines
Diff to previous 1.10
Added whitespace and linebreaks in the definition lists. Else it wont wrap.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 12 16:12:59 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
previous commit had a bug: we no longer print pages, but return only content.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 12 16:05:08 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.8: +28 -1 lines
Diff to previous 1.8
Added a void_page with menu . Call yoursite.com/helpers/void to see empty content .

Very usefull for places where Drupal assumes a page, bu you dont want any, like the frontpage.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 12 12:01:12 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.7: +37 -1 lines
Diff to previous 1.7
Added two new functions and a new section: database functions.
 Functions are:
  db_fetch_all_as_objects
  db_fetch_all_as_arrays

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 11 12:07:59 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.6: +35 -14 lines
Diff to previous 1.6
Added a new theme function and a helper. Both are very usefull for rendering so called "empty placeholders". Stuff like "not available".

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 10:26:16 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.5: +23 -6 lines
Diff to previous 1.5
* Introduced a new theme fuction theme_name_and_value_pair
* Added some features to the theme_definition_list

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 16:54:16 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4
Fixed ugly doxygen. Oops.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 16:47:33 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.3: +109 -1 lines
Diff to previous 1.3
Adding country helpers and us states helpers.
Added some SELECT form helpers and a theme function to theme the <none> options in themes.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 14:32:58 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.2: +39 -1 lines
Diff to previous 1.2
Added theme_definition_list: Return a themed list of items
Patch pending at Patch pending at http://drupal.org/node/5489

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 10:27:49 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
added theme_read_more function

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 10:20:58 2006 UTC (3 years, 6 months ago) by ber
Branch: MAIN
As per http://drupal.org/node/61397#comment-117091. A new helpers
module. A library for developes with handy functions.
Initial import.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2