| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
table row
padding, more subtle color to watchdog special messages.
|
| |
|
| |
|
| |
|
|
|
|
| |
This stops the Xtemplate theme from displaying a 'Home' link on the front page.
|
|
|
|
| |
them with 'Status:'.
|
| |
|
|
|
|
|
|
| |
some from
marvin_2k and styleswitcher. More to come.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sf, etc.
|
|
|
|
|
|
|
| |
Contributed themes and modules need to be updated:
- modules: status() is no more; use drupal_set_message() instead.
- themes: use drupal_get_message() to check for status messages and
visualize them.
|
|
|
|
|
| |
them from non-static nodes and to make the visitor scroll down for fresh
content.
|
|
|
|
|
| |
them from non-static nodes and to make the visitor scroll down for fresh
content.
|
| |
|
| |
|
|
|
|
|
| |
define titles and breadcrumbs for their pages, and updates the theme
system to display them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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.
|
|
|
|
|
|
|
| |
* Made all theme functions return their output.
* Removed sidebar configuration options. (Sidebar placement is not configured
through the block configuration screen.)
|
|
|
|
|
|
| |
* Made all functions return their output.
* Made theme compatible with three column layouts.
* Fixed problem where blocks were not being rendered properly.
|
|
|
|
| |
- Used legend and fieldset tags for the configuration page.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Some TODO's:
* The sidebars of theme Marvin and theme UnConeD look unstyled.
* CSS-ify theme UnConeD so we can remove the class around the functions.
* Rewrite theme_init() not to use a class and simplify theme()
accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
some of the configuration settings.
- Improvement: removed a left-over from Drupal 4.2.0 (dead code).
- Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon".
- Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now).
- Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings().
- Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX.
- Fixed bug #2617: editing user information does not work. Patch by Kjartan.
|
| |
|
|
|
|
|
| |
- Remove dead code from Marvin theme.
- cleaner node html in Marvin.
|
| |
|
|
|
|
| |
information.
|
|
|
|
| |
on the left. This is what people seem to expect.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
> no changes in presentation, just a structure changes
>
> - removed inline styles from .xtmpl
> - removed duplicated #header class reference, renamed second one to #content as context$
> - simplified some CSS selectors (tested on IE and mozilla, please test on Opera, if pos$
> - some .class -> #class
Note: tested on Opera; couldn't spot any differences.
|
|
|
|
|
|
|
| |
- Changed 'pubdate' to 'pubDate'. Patch by Kristjan.
- Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut.
Patch by me.
|
|
|
|
| |
Chaffer.
|
| |
|
| |
|
|
|
|
|
| |
(a blue - message - and a grey - footer - one) if my site doesn't have neither
of them set."
|
|
|
|
| |
Keith.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PostgreSQL and MSSQL database scheme as well.
- Made sure the update script updates the correct tables when database
prefixing is enabled. Patch by Bart Jansens.
- Improved the breadcrumb navigation of the book and the forum module as per
Keith Instone's suggestions.
- Updated page titles (or block titles) and links to match. Suggested by
Keith Instone.
- Added missing 'thread' field to the comment table of the MySQL database scheme.
Fixes bug #2590.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
comments show on the topic overview page.
2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup. This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/.
3) Reorganized forms and links (interactive elements) to improve usability. Also ensured that the link names and page titles match.
4) Temporary removed container functionality: this simplified the work and eliminated some usability issues.
|
|
|
|
|
|
|
|
|
| |
- Applied modified version of mathias' 0073 patch: node form name.
$params["options"] is now an array so some contrib modules might
need minor changes.
- Applied mathhias' 0074 patch: missing access check on who is new
block.
|
|
|
|
|
|
| |
- Added a permalink to the Xtemplate theme. Requested by Scott.
- Added pager support to the locale module.
|
|
|
|
| |
page" changes. Patch by Ax.
|