-
- Downloads
* Added Jeremy's pager: "This is a simple, generic pager for Drupal-CVS. It is designed to be easily themeable and expandable. The code is highly-commented to enhance readability." "Pagers are constructed by combining the provided pieces (all of which can be easily modified to display the text or image you prefer) into your custom pager." * Statistics module fixes by Jeremy: - removed superfluous check for existence of watchdog() - saving changes in admin page displays status and returns same page - no longer return 1971/01/01 in "view statistics" table - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as max_timestamp" moving towards ANSI-SQL compliance. * Added a "theme_item_list" function to format itemized lists. Also changed a couple of modules to take advantage of it. Makes for a more consistent UI.
parent
29adfb40
No related branches found
No related tags found
Showing
- includes/common.inc 1 addition, 0 deletionsincludes/common.inc
- includes/pager.inc 310 additions, 0 deletionsincludes/pager.inc
- includes/theme.inc 17 additions, 1 deletionincludes/theme.inc
- modules/blog.module 3 additions, 3 deletionsmodules/blog.module
- modules/blog/blog.module 3 additions, 3 deletionsmodules/blog/blog.module
- modules/forum.module 8 additions, 5 deletionsmodules/forum.module
- modules/forum/forum.module 8 additions, 5 deletionsmodules/forum/forum.module
- modules/node.module 9 additions, 6 deletionsmodules/node.module
- modules/node/node.module 9 additions, 6 deletionsmodules/node/node.module
- modules/statistics.module 50 additions, 70 deletionsmodules/statistics.module
- modules/statistics/statistics.module 50 additions, 70 deletionsmodules/statistics/statistics.module
- modules/user.module 24 additions, 23 deletionsmodules/user.module
- modules/user/user.module 24 additions, 23 deletionsmodules/user/user.module
Loading
Please register or sign in to comment