/[drupal]/contributions/modules/signup/includes/no_views.inc
ViewVC logotype

Log of /contributions/modules/signup/includes/no_views.inc

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.15.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 17:45:53 2009 UTC (3 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC5, DRUPAL-6--1-0-RC6
Changes since 1.15.2.1: +2 -2 lines
Diff to previous 1.15.2.1 , to branch point 1.15 , to next main 1.17
#544882 by dereine: Fixed a few places that called node_load() so that
they can now make use of the node caching feature.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 17:45:47 2009 UTC (3 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#544882 by dereine: Fixed a few places that called node_load() so that
they can now make use of the node caching feature.

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:24:35 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.15: +7 -3 lines
Diff to previous 1.15
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:24:25 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.15: +7 -3 lines
Diff to previous 1.15
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 04:14:04 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0-RC3
Branch point for: DRUPAL-6--1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#330828 by dww: Renamed includes/views.none.inc to includes/no_views.inc.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 04:12:23 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
#330828: Renamed from includes/views.none.inc to includes/no_views.inc

Revision 1.13
Thu Nov 6 10:20:48 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.12: +35 -26 lines
FILE REMOVED
#222217 by dww, deadwood.module and coder.module: Initial port to D6.
Date, Event, Token, Views, and Panel integration are all untested.
There are a few other known bugs, but the bulk of the code now works.

Revision 1.12
Fri Oct 31 23:17:55 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.11: +19 -10 lines
FILE REMOVED
Fixed more code style problems and improved PHP doc comments.

Revision 1.11
Fri Oct 31 23:11:00 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.10: +4 -1 lines
FILE REMOVED
Fixed some code style problems with the help of the coder_format script.

Revision 1.10
Fri Oct 31 22:18:03 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.9: +3 -3 lines
FILE REMOVED
#328647 by dww: Removed all mention of 'event' in the UI and code
unless it refers specifically to the event.module.  User-facing text
now uses the human-readable node type name, instead.

Revision 1.9
Fri Oct 31 16:45:59 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.8: +19 -1 lines
FILE REMOVED
#328181 by dww: Reorganized the whole date/event backend code so that
sites can have both event.module and date.module enabled simultaneously.

Revision 1.8
Fri Oct 31 16:40:40 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.7: +2 -2 lines
FILE REMOVED
#327726 by dww: Fixed a spot where signup.theme was being included
from its old location instead of from theme/signup.theme.

Revision 1.7
Wed Oct 29 21:01:38 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.6: +2 -2 lines
FILE REMOVED
#327726: Reorgnaized the directory layout: fixed paths to .js and .inc files.

Revision 1.6
Wed Oct 29 20:58:22 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.5: +1 -1 lines
FILE REMOVED
#327726: Renamed from signup_no_views.inc to includes/views.none.inc

Revision 1.5
Fri Aug 1 04:16:06 2008 UTC (15 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.4: +4 -4 lines
FILE REMOVED
#233512 by dww and tcocca: Added code to cancel all signups of users
that are deleted from the site.

Revision 1.4
Sat Jan 26 03:02:39 2008 UTC (22 months ago) by dww
Branch: MAIN
Changes since 1.3: +1 -0 lines
FILE REMOVED
Code style cleanup from coder.module.

Revision 1.3
Tue Dec 11 09:56:55 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.2: +1 -1 lines
FILE REMOVED
Removing stray whitespace.

Revision 1.2
Tue Dec 11 02:15:39 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.1
Sat Oct 13 23:24:36 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
FILE REMOVED
#137911 by dww: Added signup_no_views.inc and moved all hard-coded UI
functionality there. This allows more flexibility for sites using
views, since the default views for the same things can be customized
without conflicting with the non-views UI.

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