| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
| |
+ Fix modules help to read better and be accurate
+ Add groups to throttle_settings()
+ Provide much more detailed information in all _settings options
+ Fix links in module's "Throttle status" block
|
| |
|
|
|
|
|
|
|
|
| |
- removed statistics_init() -- auto-throttle logic moved to
statistics_exit()
- renamed internal-only update_throttle() to _update_throttle()
- removed some odd white spaces
- fixed 'Popular content' block's subtitles to actually display
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- removed custom user-page configuration
- added user-page configuration as group into statistics_settings()
- inlined logic to display user-page within statistics_page()
- changed references of "top content" to "most popular content"
- updated help to reflect recent changes
- removed references to title/subtitle text configuration
- properly load _settings data for popular content block
- fix admin pages to display referrers and top nodes (don't return...)
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
- Remove custom configuration of "admin/system/block/top nodes block".
- Three remaining configuration options moved to "admin/system/modules/statistics".
- Move simple logic to display block within statistics_block().
|
| |
|
|
|
|
|
| |
as the code no longer relies on the statistics module. In addition, some
code has been simplified and other bits have been removed. Patch by Jeremy.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes all doxygen warnings [#]_ in the current code base
+ changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
+ documents all undocumented parameters
+ escapes / fixes html warnings
+ fixes @defgroup in theme.inc
* adds more groupings [#]_
+ drupal_{set|get}_title, drupal_{set|get}_breadcrumb
+ pager.inc: pager_api (pager_query(), pager_display()), pager pieces
* adds a new group "themeable" which contains all themeable functions.
|
|
|
|
| |
by Goba.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
define titles and breadcrumbs for their pages, and updates the theme
system to display them.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
|
| |
|
|
|
|
| |
by Gerhard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ block_list() (in block.module): returns an array of block objects for
$region.
+ theme_blocks() (in theme.inc): uses block_list() and theme("block") to
actually render them.
Advantages:
+ Decouples blocks content and layout, allows block_list() to be used
for non-output purposes (think "pull").
+ Unifies naming in theme.inc: render_blocks()) didn't really fit there.
+ Puts block_list() in blocks.module where it logically belongs.
- Removed some cruft from the Xtemplate theme. Patch by Ax.
|
|
|
|
|
| |
- Fixed sess_write().
- Removed dead code in index.php.
|
|
|
|
| |
a theme_ function really.)
|
|
|
|
| |
- Used legend and fieldset tags for the configuration page.
|
|
|
|
|
| |
theme_form_element() function to improve themeability. I left form_item()
and the calls to form_item() intact for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Optimized user_external_load(), only need to fetch the data once.
- Removed unused functions:
user_get()
user_set()
theme_menu_list()
- Fixed user_validate_name() to not accept \.
- Modified user_validate_name() to use alnum, which varies depending on
the system locale.
- Optimized user_validate_name() to not use unnecessary regular
expressions.
- Optimized user_access() by using less logic to fetch permissions and
cache.
- Removed uncessary logic from user_deny().
- Fixed user_fields() to properly cache $fields.
- Optimized user_set_authmaps() to not perform unnecessary queries.
- Removed return value from user_set_authmaps().
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Patch by Goba.
- Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba.
- Translation fix: the ping module's help text was translated twice. Patch by Goba.
|
| |
|
| |
|
|
|
|
| |
Patch by Stefan.
|
|
|
|
|
|
|
|
| |
Patch by Stefan.
- Usability improvement: introduced a form_group() function and updated
the node and comment module to take advantage of it. Patch #149 by
Eric Farris.
|
|
|
|
|
|
| |
by Gerhard.
- Forum module improvements. Patch #138 by Ax.
|
|
|
|
| |
- Bugfix: fixed menu glitch in book module. Patch by Kjartan.
|