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

Log of /contributions/modules/dodge/dodge.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.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 13:42:49 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +79 -77 lines
Diff to previous 1.19
- small bug fixes
- changed theme function name for blocks
- added page with all dodges of a certain user
- added links to blocks for 'users' to all all user's dodges

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 12:12:54 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.18: +168 -38 lines
Diff to previous 1.18
- bug fix: typo $edit_user_dodge -> $user_dodge
- indexes are removed. there is a problem with them
- ADDED: FINALLY: a block where you can specify your dodge.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 11:35:25 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.17: +47 -20 lines
Diff to previous 1.17
- added: indexes on tables
- changed: profile module is used for displaying users if profile is enabled. otherwise a simple list of usernames is shown. overview of users for a dodge is now themable
- added: you can now specify how many dodges per page you want on the dodges overview pages.
- added: dodges in overview pages are now clickable

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 10:45:38 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16
- bug fix: t() applied to 'show all dodges'
- bug fix : all variables are now deleted in uninstaller

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 08:06:09 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.15: +12 -15 lines
Diff to previous 1.15
- added: permission 'administer dodge'

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 08:02:42 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.14: +41 -27 lines
Diff to previous 1.14
- refactored dodge/all
- added : user's dodge history is now displayed on his user page (hook_user 'view')

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 19:41:30 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.13: +14 -3 lines
Diff to previous 1.13
- Added 'show all dodges' to 'popular' and 'recent' block. You can specify if you want to show this link in the block configuration page.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 19:25:21 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.12: +30 -1 lines
Diff to previous 1.12
- Added page dodge/all. A list of all dodges.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 18:21:48 2008 UTC (19 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
- Dodge user category title is now translatable.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 10:22:05 2008 UTC (20 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- bug fix : spelling error : the word dodge was repeated two times in 'people having dodge dodge'

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 20 10:16:35 2008 UTC (20 months, 1 week ago) by davyvandenbremt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
- bug fix: block titles wheren't overrideable. now they are. http://drupal.org/node/235690

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 05:04:51 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.8: +133 -132 lines
Diff to previous 1.8
- changed: code has been formatted by the guidelines of the coder module

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 16:46:59 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.7: +58 -29 lines
Diff to previous 1.7
- added : some more documentation, formatting code for code style guidelines
- added: if the user hasn't set a dodge yet, his 'your history' block is set to 'you have not dodged yet...'

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 09:05:39 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.6: +238 -137 lines
Diff to previous 1.6
- added: CVS ID tag to all code files
- added: doxygen comments for some functions
- bug fix: _dodge_delete_user_history wasn't actually doing anything

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 18:51:05 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.5: +85 -51 lines
Diff to previous 1.5
- added: per block you can now specify if 'no dodge at this moment' should be displayed.
- added: dodges can expire after number of days specified by admin
- added: variables are now cleaned up by uninstaller
- bug fix: removed db_rewrite_sql because it's not usefull here (only taxonomy, nodes, users, ...)
- bug fix: dodges were inserted twice

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 09:25:24 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.4: +57 -45 lines
Diff to previous 1.4
- added : let admin choose if user can specify his own (free) dodges
- bug fix : form block is hidden because not feature complete yet
- added : allow maximum log size to be inifinte (-1)
- bug fix: in install file... sequence for dodge options is deleted because we set it in install (possible reinstall)
- bug fix : dodge_max_log_size setting wasn't used everywhere (used old constant)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 08:31:58 2008 UTC (20 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.3: +189 -167 lines
Diff to previous 1.3
- bug fix : there was a problem with free dodges after a fresh install
- bug fix : some { } wheren't appended to table names in queries
- added : you can now set the maximum number of dodges that will be recorded
- added : permission : can dodge
- bug fix : if there are no dodges to show in a block, the block shouldn't appear at all (= no titel, div, ...)
- bug fix : if you are on a user's profile it now say's $username was ... instead of you were
- bug fix / feature change : in the previous version an admin could dodge on other people's accounts = he could set the dodge for everyone. now only the logged in user can dodge in his own name.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 19:22:13 2007 UTC (23 months, 3 weeks ago) by davyvandenbremt
Branch: MAIN
Changes since 1.2: +7 -6 lines
Diff to previous 1.2
- fix bug history of user bug
- db_rewrite_sql

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 27 19:20:05 2007 UTC (2 years ago) by davyvandenbremt
Branch: MAIN
Changes since 1.1: +29 -26 lines
Diff to previous 1.1
- Added posibility to remove dodges (in settings).
- Several bug fixes

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 21:40:56 2007 UTC (2 years ago) by davyvandenbremt
Branch: MAIN
Initial commit. Working version.

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