/[drupal]/drupal/modules/poll/poll.test
ViewVC logotype

Log of /drupal/modules/poll/poll.test

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.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 00:43:42 2009 UTC (8 days, 7 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +5 -24 lines
Diff to previous 1.25
#633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode().

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 23:48:37 2009 UTC (6 weeks, 1 day ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 11 03:07:19 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.23: +5 -3 lines
Diff to previous 1.23
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 07:56:08 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:16 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.21: +14 -7 lines
Diff to previous 1.21
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:33 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 21:51:11 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.19: +17 -9 lines
Diff to previous 1.19
#500866 by boombatower: Remove t() from getInfo in tests.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 03:33:28 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 11:18:37 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.17: +148 -8 lines
Diff to previous 1.17
- Patch #474308 by stella: new tests for poll module. New tests:

    * that the Recent Poll block outputs the block layout rather than page layout.
    * that users can vote on polls via the block
    * that the 'older polls' link in the recent poll block works.
    * that node is output correctly, including 'Cancel your vote' button appearing
    * that only users with appropriate permission can cancel their votes
    * that the 'poll' page contains the correct data.
    * that polls can be edited
    * the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 16:31:23 2009 UTC (7 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.16: +13 -8 lines
Diff to previous 1.16
- Patch #440894 by brianV: code style and documentation clean-up.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 01:49:53 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 06:48:15 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 14:38:37 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.13: +54 -1 lines
Diff to previous 1.13
- Patch #331708 by chx: convert poll_choice_js to FAPI2.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 23:57:33 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.12: +30 -1 lines
Diff to previous 1.12
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove  from hook_block().

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 22:18:45 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
- Patch #324313 by catch et al: load multiple nodes and terms at once.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 09:33:51 2008 UTC (11 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'.  For real now.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 07:07:01 2008 UTC (12 months ago) by webchick
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Reverting #337820 once more, as it causes mysterious test failures.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 13:16:39 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 13:14:28 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.7: +1 -8 lines
Diff to previous 1.7
- Patch #338403 by drewish: code comments clean-up.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 04:22:02 2008 UTC (12 months ago) by webchick
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 21:17:48 2008 UTC (12 months ago) by webchick
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 18:07:14 2008 UTC (15 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.4: +2 -4 lines
Diff to previous 1.4
- Patch #276200 by catch, Damien, cwgordon7 et al: fixed problem with poll module tests.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 17:12:55 2008 UTC (18 months ago) by dries
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
- Patch #101543 by webchick: document all constants.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 22 19:24:32 2008 UTC (18 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.2: +75 -32 lines
Diff to previous 1.2
- Patch #260492 by Damien: fixed/improved poll module tests.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 18:26:02 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
- Patch #251263 by catch: fixing up many code style issues in the tests.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 18:23:28 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
- Added a test framework to Drupal along with a first batch of tests for
  Drupal core!  This is an important milestone for the project so enable
  the module and check it out ... :)

  Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
  Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
  Lal, Moshe Weitzman, and the many other people that helped with testing
  over the past years and that drove this home.

  It all works but it is still rough around the edges (i.e. documentation
  is still being written, the coding style is not 100% yet, a number of
  tests still fail) but we spent the entire weekend working on it in Paris
  and made a ton of progress.  The best way to help and to get up to speed,
  is to start writing and contributing some tests ... as well as fixing
  some of the failures.

  For those willing to help with improving the test framework, here are
  some next steps and issues to resolve:

    - How to best approach unit tests and mock functions?
    - How to test drupal_mail() and drupal_http_request()?
    - How to improve the admin UI so we have a nice progress bar?
    - How best to do code coverage?
    - See http://g.d.o/node/10099 for more ...

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