summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
...
* Improved <label> patch: got rid of ID's by implicit association, and made ↵Steven Wittens2004-02-24
| | | | radio/check labels non-bold again.
* Removing very old leftover.Steven Wittens2004-02-22
|
* - Patch #5569 by mathias: fixed jumpy menu behavior with konqueror.Dries Buytaert2004-02-07
|
* - Small CSS improvements to help fix bug 5145.Dries Buytaert2004-01-17
|
* - Usability improvement: added a book navigation block.Dries Buytaert2004-01-14
|
* - Bugfix: fixed incorrect placement of book module navigation.Dries Buytaert2004-01-12
| | | | - Made some of the menu styles reusable by other lists.
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
| | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
* Aggregator module improvements:Dries Buytaert2004-01-10
| | | | | | | | | | | | | + Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg
* - Fixed bug #4922: made misc/drupal.css validate by removing some MozillaDries Buytaert2004-01-06
| | | | specific code.
* - Removed some dead code from drupal.css.Dries Buytaert2004-01-06
|
* - Removed some dead CSS code.Dries Buytaert2003-12-29
|
* - Improvement: made it so that by default, images have no borders.Dries Buytaert2003-12-22
|
* - Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.Dries Buytaert2003-12-17
|
* - CSS improvements by Kristjan: <hr />-tag styling, better fieldset and ↵Dries Buytaert2003-12-16
| | | | | | table row padding, more subtle color to watchdog special messages.
* - Small improvement to the watchdog table.Dries Buytaert2003-12-06
|
* - Patch 0178 by eafarris: moved the watchdog colors to CSS so they are ↵Dries Buytaert2003-12-03
| | | | themeable.
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | 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.
* - Fixed positioning of fieldset elements in IE.Dries Buytaert2003-12-01
|
* - 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.
* - Avoid fieldsets being rendered one below another. Patch by Ax.Dries Buytaert2003-11-07
|
* - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emittedDries Buytaert2003-10-21
| | | | twice. Patch by Jim Riggs.
* - Fixed prefix problem with the book module. Patch by Moshe.Dries Buytaert2003-10-13
| | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al.
* - Another inorrect Id tag.Kjartan Mannes2003-09-28
|
* - Fixing the Id tagKjartan Mannes2003-09-28
|
* - Rewrote the most of the menu system; this fixes Al's problem with theDries Buytaert2003-09-28
| | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s.
* - Patch by Kjartan:Dries Buytaert2003-09-26
| | | | | | | + Fixed CSS to use the same format as the rest of drupal.css. + Added fallback routine for menu icons. + Fixed anonymous users not seeing the menu. + Added proper access checks for admin and help menu items.
* - Committed the admin menu integration patch. Thanks Adrian, Stefan and others.Dries Buytaert2003-09-26
|
* - Added $Id$ tags. Patch by Chris.Dries Buytaert2003-09-25
|
* - Book module improvements. This commit changes the behavior of the "view"Dries Buytaert2003-09-15
| | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick.
* Implemented more suggestions by Keith:Dries Buytaert2003-08-22
| | | | | | | | | | | | | | - 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.
* - Swapped the arrow images: takes care of bug #2591 reported by Al.Dries Buytaert2003-08-22
|
* - Removed left-overs from the rating module. Patch by Gerhard. Updated theDries Buytaert2003-08-22
| | | | | | | | | | | | | | | | 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.
* - Applied Moshe's tablesort patch! Note that I changed the arrow imagesDries Buytaert2003-08-21
| | | | because those of Moshe where not identical.
* - Rewrote handling of forum icons and added default icons made by StevenDries Buytaert2003-08-16
| | | | | | | | | | | | 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.
* 1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no ↵Dries Buytaert2003-08-15
| | | | | | | | | | 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 0007.almaw.home-link-using-l.patchKjartan Mannes2003-08-11
| | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable.
* - Improvement: made it possible to translate the forum module. Patch #53 by ↵Dries Buytaert2003-07-02
| | | | | | | | 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.
* - Improvement: moved hard-coded CSS from user module to drupal.css. PatchDries Buytaert2003-06-26
| | | | #57 by Kristjan.
* - Improvement: SQL improvements to the user module. Patch #44 and #45 byDries Buytaert2003-06-23
| | | | | | | | | | Gerhard. - Improvement: CSS improvements. Patch #40 by Al. (TODO: we might be able to simplify admin.css now both drupal.css and admin.css are included to render administration pages. Tags like "body" and friends can probably be inherited.)
* - Some CSS improvements. Patch #23 by Al.Dries Buytaert2003-06-20
|
* - Made <pre> wrap. Patch #21 by Al.Dries Buytaert2003-06-17
|
* - Bugfix: fixed glitch with "blog it" images. Patch #15 by Al.Dries Buytaert2003-06-15
|
* - Bugfix: charset fixes/clean-up. Patch #52 by Al.Dries Buytaert2003-06-12
| | | | | | | | | | - Improvement: renamed some theme functions of the forum module for sake of consistency/readability. Patch #2 by Kristjan. - Improvement: usability improvements to the Xtemplate theme. Patch #3 by Kristjan. - Improvement: CSS'ified the book module pages. Patch #3 by Al. (I simplified the "l ocation" part. Al's approach gave you a bit more power but I'm not sure anyone wants to change that. Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be ↵Dries Buytaert2003-06-11
| | | | | | | | | | | | | | | | | | | | | | | | prefixed with GO for some obscure reason. Patch by Kjartan. - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values. Patch by Kjartan. - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes. Example: <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" /> IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion. - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions. Patch by Matt Westgate. - Improvement: improved the error checking and the error messages in the profile module. Updated the code to match the Drupal coding conventions. Modified patch from Matt Westgate. - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head(). Patch by Kristjan. - Improvement: don't execute any SQL queries when checking the permissions of user #1. Patch by Kjartan. - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes. Part of patch #51 by Al. - Improvement: removed some redundant print statements from the comment module. Modified patch from Craig Courtney.
* - A new 'blog it' image by Al.Dries Buytaert2003-06-11
|
* - Documentation improvements: improved and updated the block module ↵Dries Buytaert2003-06-10
| | | | | | | | | | | | | | | | documentation. Patch #44 by Al. We should add some real-life path examples! - Fixed the "blog it" image size. Patch #49 by Al. - Some SQL performance improvements to the forum module. This should also be more PostgreSQL safe. Patch by me. mysql> SELECT n.nid, n.created AS timestamp, u.name AS name, u.uid AS uid FROM forum f, node n LEFT JOIN users u ON n.uid = u.uid WHERE f.tid = 2 AND n.nid = f.nid AND n.type = 'forum' AND n.status = 1 ORDER BY timestamp DESC LIMIT 1, 0; ==> 0.63 sec changed to: mysql> SELECT n.nid, n.created AS timestamp, u.name AS name, u.uid AS uid FROM forum f LEFT JOIN node n ON n.nid = f.nid LEFT JOIN users u ON n.uid = u.uid WHERE f.tid = 2 AND n.nid = f.nid AND n.type = 'forum' AND n.status = 1 ORDER BY timestamp DESC LIMIT 1, 0; ==> 0.00 sec
* - Fixes CSS for archive calendar so that you can make non-link days paddedDries Buytaert2003-06-08
| | | | | in a sensible fashion. Also removes table width 100% and puts that in css. Patch #48 by Al.
* - CSS fixes by Al. Patch #45.Dries Buytaert2003-06-08
|