| /[drupal]/contributions/modules/bookmaker/bookmaker.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Update to new Form API
More updates for D6 upgrade
Add hook_theme()
Remove call to db_num_rows(), remove unnecessary watchdog entries
Replace call to hook_submit() which has been removed
Porting to D6
More updates for Drupal 6.x
Update hook_access() and more Coding Standards
Conform to Drupal's Coding Standards
Conform to Drupal's Coding Standards
Whitespace cleanup and Coding Standards
Change my last name
Change my last name
Converted some texts to start with an uppercase letter
Fix db_rewrite_sql() issue with MySQL 5. Closes: #88677
Fix db_rewrite_sql() issue with MySQL 5. Closes: #88677
Include nid in the query result (i18n issue)
Include nid in the query result (i18n issue)
Fix ambiguous field name "status" (Closes: #88330)
Fix ambiguous field name "status" (Closes: #88330)
Update code for new API of drupal_get_form()
Update strings to new variable substitution mechanism
Update to new API of hook_link()
Update code for new hook_view() API
Remove hook_help() and update hook_node_info()
Note that this version is compatible with Drupal 5
Remove module description from hook_help(), it's now in the .info file
Prepare the initial release for Drupal 4.7
Include required file with drupal_get_path()
Show the outcome of a bet
Change some cosmetic issues
Fix typo
Show results for bet offers after the closing date
Fix syntax error in points calculation
Remove SQL from custom theme function
Only calculate points for users if there are bets placed
Add title to the ORDER BY clause as well
Create a list of all open bet offers as an entry point
Better grammar for block title
Fail gracefully if no node id is specified for the bet placement
Fix typo
Rewrite of the point calculation, now acts on all users at once instead of each user on their own
Enable point calculation for correct tendency
Initial support for points calculation
Some code cleanups
Remove too strict access control
Fix bug with node type access rights
Use fix_gpc_magic() instead of custom code
Better conforming with watchdog messages
Remove user bets when the bet offer is deleted
Support for watchdog module: Logging actions on user bets
Change link text if there is already a user bet placed
Check that the users still can create, edit, or delete their bet
Enable users to remove their bets
Include a comment about the purpose of the module for doxygen
Show number of placed bets in the offer information
Change the custom node type from "bet" to "bet offer" to better distinguish between created bet offers and placed bets by users.
Change empty string to null for the breadcrumbs
Conform to core SQL-99 by replacing REPLACE with UPDATE and INSERT
Table column "bid" has been removed
Change column name "result" to "outcome"
Better wording
Simplify the access control check
Make sure the user can access content before creating blocks
Remove title from bookmaker path in the menu
Better integration of bet placement form into nodes
Provide a link to the bet placement instead of the actual form
Some comments and small fixes in the code
Don't rely on user input for configuration
Better output if no points have been assigned to a bet
New block, showing the latest additions to bets
Renamed block contents with a better name ("Shortly closing bets")
Make the block configurable with the number of recent bets
Created a block which shows the most recent bets
Initial commit
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |