summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Fixed non-ANSI SQL query in path moduleDries Buytaert2003-11-27
|
* Patch by Jeremy:Dries Buytaert2003-11-27
| | | | | | | | - 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
* - Cleaned up user_settings(). Patch by Jeremy.Dries Buytaert2003-11-27
|
* - Doxygen improvements. Patch by Ax.Dries Buytaert2003-11-26
|
* Statistics module patch by Jeremy:Dries Buytaert2003-11-26
| | | | | | | | | | | - 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...)
* - Improved usability of the statistics module's setting page. Patch byDries Buytaert2003-11-25
| | | | Jeremy.
* Statistics module improvements by Jeremy:Dries Buytaert2003-11-25
| | | | | | - 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().
* - Fixed two typos. Reported by Jeremy.Dries Buytaert2003-11-25
|
* - Moved the "Who's online" block from the statistics module to the user moduleDries Buytaert2003-11-25
| | | | | 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.
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* - Rollbacked Ax's theme.inc changes as they failed to apply correctly.Dries Buytaert2003-11-24
|
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
| | | | | | | | | | | | * 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.
* - Made the Xtemplate theme degrade gracefully when CSS is disabled.Dries Buytaert2003-11-24
|
* - Made the help text sharable by removing incorrect use of $base_url. PatchDries Buytaert2003-11-23
| | | | by Goba.
* - Synchronized some page and link titles.Dries Buytaert2003-11-23
|
* - Updated the CHANGELOG fileDries Buytaert2003-11-23
|
* - Performance improvement: avoid copying/cloning arrays. Patch #155 by anarcat.Dries Buytaert2003-11-23
|
* - Committed patch #165 by Moshe.Dries Buytaert2003-11-23
|
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Menu fix by Jonathan.Dries Buytaert2003-11-21
|
* - Fixed menu problem so users can log in. Patch by Jonathan.Dries Buytaert2003-11-21
|
* - Improved theme configuration page. Modified version of Adrian.Dries Buytaert2003-11-20
|
* - Patch by JonBob:Dries Buytaert2003-11-20
| | | | | | | | 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.
* - Flush cache after changing user permissions. Patch by Gerhard.Dries Buytaert2003-11-20
|
* - Removed duplicate call to drupal_page_header(). Patch by Moshe.Dries Buytaert2003-11-20
|
* - Updated the INSERT statements at the bottom of the database schemes toDries Buytaert2003-11-19
| | | | reflect the bootstrap changes. Patch #152 by Tom Dobes.
* - Performance improvement: changed a LEFT JOIN to an INNER JOIN. Patch #157Dries Buytaert2003-11-19
| | | | by Gerhard.
* - Block and theme improvements. Patch by Ax.Dries Buytaert2003-11-19
| | | | | | | | | | | | | | | + 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.
* Xtemplate improvements. Patch #154 by CodeMonkeyX.Dries Buytaert2003-11-19
| | | | | | | * Made all theme functions return their output. * Removed sidebar configuration options. (Sidebar placement is not configured through the block configuration screen.)
* - Theme marvin improvements by CodeMonkeyX. Patch #155:Dries Buytaert2003-11-19
| | | | | | * Made all functions return their output. * Made theme compatible with three column layouts. * Fixed problem where blocks were not being rendered properly.
* - Fixes bug #4100: First visit to site results in 'access denied' page.Kjartan Mannes2003-11-18
| | | | | - Fixed sess_write(). - Removed dead code in index.php.
* - Admin module clean-up. Patch by Kjartan. (The status function should beDries Buytaert2003-11-18
| | | | a theme_ function really.)
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
| | | | - Used legend and fieldset tags for the configuration page.
* - Small improvement to the default style emitted by theme_form_element().Dries Buytaert2003-11-17
|
* - Improved form items: added <label> tags to improve accessibility and addedDries Buytaert2003-11-17
| | | | | theme_form_element() function to improve themeability. I left form_item() and the calls to form_item() intact for now.
* - Fixed FOUC problem using link tag. Patch by Eric Scouten.Dries Buytaert2003-11-16
|
* - Some CHANGELOG updatesDries Buytaert2003-11-16
|
* - Move the jabber module to the contributions repository.Dries Buytaert2003-11-15
|
* - Replaced the bloggerapi module by the blogapi module writen by James.Dries Buytaert2003-11-15
|
* - Moving the cloud module to the contributions repository.Dries Buytaert2003-11-15
|
* - Made the comment module themable. Patch by CodeMonkeyX.Dries Buytaert2003-11-15
|
* - Fixed theme glitch.Dries Buytaert2003-11-14
|
* - Fixed typo in theme Marvin. Patch by Goba.Dries Buytaert2003-11-14
|
* - Fixed theme problem.Dries Buytaert2003-11-13
|
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
|
* - Added missing print statements. Patch #144 by CodeMonkeyX.Dries Buytaert2003-11-12
|
* - Fixed bug #4080: comments shown against wrong node. Reported by chrish.Dries Buytaert2003-11-12
|
* - Made the revisions a separate page/tab.Dries Buytaert2003-11-11
|
* - Removed the output buffering from the Xtemplate theme.Dries Buytaert2003-11-11
|
* - Added missing break statements. Patch by Chris. Fixes bug 4055.Dries Buytaert2003-11-11
|