| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
friend.
|
| |
|
| |
|
|
|
|
|
| |
custom 404 page in the administration page. As a result, error.php could be
removed.
|
| |
|
|
|
|
|
|
| |
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
|
| |
|
|
|
|
| |
configured to be disabled when under excessive load. Patch by Jeremy.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Stefan.
|
|
|
|
|
|
| |
by Gerhard.
- Forum module improvements. Patch #138 by Ax.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
changes are taken from Drupal 4.2.0. Patch by Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- comment.module: fixed an ambigous 'timestamp' query
- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL
- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moshe.
- Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe.
- Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch
by Gobar. I think this might be more intuitive and consistent code-wise; I don't
want to introduce small hacks.
- Cache improvement: small cache improvement to prevent SQL errors. Patch by
Jeremy.
|
|
|
|
| |
changes.
|
|
|
|
| |
parameter from the menu() function.
|
|
|
|
|
|
| |
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
|
| |
|
|
|
|
| |
information.
|
| |
|
|
|
|
|
| |
hook. See mailing list for details; search for a mail with the subject:
'[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
improvements. Requires a database update.
|
|
|
|
| |
in update.php though.)
|
|
|
|
| |
Keith.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Made sure the 'Topic' title is only shown above the topics, not the icons.
- Automatically shorten the username when it is too long. I implemented this
as part of format_name() and could therefore nuke some code in the
statistics module. This is change is somewhat experimental and I'm willing
to revert or change this if a number of people aren't too happy with this
behavior.
- Left align the dates and authors: makes it easier/faster to scan.
- Made the little tablesort arrows clickable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
because those of Moshe where not identical.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wittens.
- Renamed some column titles in the forum module as per Moshe's suggestion.
- Introduced a 'more-link' class to position the 'more' links. Removed
hard-coded markup from the modules.
- Fixed bug in import module: the theme functions called a non-existing
function.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Fixes bug #2329.
|
| |
|
|
|
|
| |
This update requires you to run update.php!
|
|
|
|
| |
by me.
|
|
|
|
| |
joins". Patch by Gerhard.
|
| |
|
|
|
|
| |
Patch #68 by Stefan.
|
|
|
|
|
|
|
|
| |
Stefan.
- Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54.
- Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176.
|
| |
|