summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Patch by Goba:Dries Buytaert2003-12-22
| | | | | | | | | | | | - put text directly into t(), which also means that multipart help text becomes a multiline string - use modern XHTML tagging, no <b> and <i> - put links and URLs out of the translated text where appropriate - let referred menu items and form elements get the same name as in the menu / form, so only one translation would be needed - use %variable instead of $variable when variables need to go into the string - add translation to form items previously untranslated - use example.com in example URLs
* - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used toDries Buytaert2003-12-22
| | | | indicated the current page.
* - Updated documentation, small bug fix and small improvements to the <label>Dries Buytaert2003-12-22
| | | | | | | | tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now.
* - Removed the "img { border: 0; }"s from the CSS files as this is now part ofDries Buytaert2003-12-22
| | | | drupal.css.
* - Improvement: made it so that by default, images have no borders.Dries Buytaert2003-12-22
|
* - Fixed password field.Dries Buytaert2003-12-22
|
* - Accessibility improvement: made the search box use the alt-tag.Dries Buytaert2003-12-22
|
* - Accessibility improvements: made the <label>-tags use the 'for'-attribute.Dries Buytaert2003-12-22
|
* - The introduction of the $page parameter for the node _view() hooks andDries Buytaert2003-12-22
| | | | | | | | the theme functions left the poll module's poll_view() function in a state where it does not display the poll results or vote forms on their own pages, since it uses another (proprietary) $block parameter to handle the case when the poll is rendered to be displayed in a block. Patch by Goba.
* - Usability improvements to the 'create content' section. Patch by Goba.Dries Buytaert2003-12-22
|
* - Don't display the title when there is no title.Dries Buytaert2003-12-22
|
* - Fixed bug 4722. Patch by James.Dries Buytaert2003-12-22
|
* - Fixed bug #4722: blogger.newPost not working. Patch by James Walker.Kjartan Mannes2003-12-20
|
* - Getting the fix rght.Kjartan Mannes2003-12-19
|
* - Fixing magic_gpc fix.Kjartan Mannes2003-12-19
|
* - Fixed bug 4667: users with the deleted role are put back in the authenticatedDries Buytaert2003-12-18
| | | | users pool.
* - Fixed bug 4703: don't display the help text when the user has no accessDries Buytaert2003-12-18
| | | | | rights for a page. That is, only return the help text if an active handler exists.
* - Fixed bug 4652: node loses its terms after getting promoted, declined or ↵Dries Buytaert2003-12-18
| | | | expired.
* - Direct 404s to Drupal. Suggested by Goba.Dries Buytaert2003-12-18
|
* - Fixing wrong superglobal usage.Kjartan Mannes2003-12-18
|
* - Small updateDries Buytaert2003-12-18
|
* - Fixed typo: $outpout -> $output. Fixed bug 4690.Dries Buytaert2003-12-18
|
* - Updated the calls to menu() to use MENU_HIDE instead of 1Dries Buytaert2003-12-17
|
* Patch by Kjartan:Dries Buytaert2003-12-17
| | | | | | | - Adds possibility to hide menu item when it has no children. (Fixes the node/add problem when user doesn't have access to create any node types.) - More doxygen comments.
* - Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.Dries Buytaert2003-12-17
|
* - Fixed typo: MoveableType --> MovableTypeDries Buytaert2003-12-17
|
* - Type in comment block.Kjartan Mannes2003-12-16
|
* - Reworked 404 (page not found) handling. Patch by walkah. You can specify aDries Buytaert2003-12-16
| | | | | custom 404 page in the administration page. As a result, error.php could be removed.
* - CSS improvements by Kristjan: <hr />-tag styling, better fieldset and ↵Dries Buytaert2003-12-16
| | | | | | table row padding, more subtle color to watchdog special messages.
* - Added some Apache 2 specific instructions.Dries Buytaert2003-12-15
|
* - Updated the CHANGELOG.Dries Buytaert2003-12-15
|
* - Added a new theme derived from Kristjan's styleswitcher theme.Dries Buytaert2003-12-15
|
* - Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.Dries Buytaert2003-12-15
|
* - Patch 161 by Gordon: adds new form_button() function with a more generic ↵Dries Buytaert2003-12-15
| | | | | | version of form_submit() which allows the creation of HTML buttons.
* - Replaced the tables used to structure the threaded comment view by div's.Dries Buytaert2003-12-15
| | | | Patch by Goba.
* - Fixed capitalization.Dries Buytaert2003-12-14
|
* - Excessive CSS tags were generated for feeds and bundles.Dries Buytaert2003-12-14
|
* - Moved theme UnConeD to the contributions repository.Dries Buytaert2003-12-13
|
* - Don't display a breadcrumb trail and title when there is no acitve page title.Dries Buytaert2003-12-13
| | | | This stops the Xtemplate theme from displaying a 'Home' link on the front page.
* - Made sure all status messages start with a capital letter as we don't prefixDries Buytaert2003-12-13
| | | | them with 'Status:'.
* - The 'my account' link is already part of the navigation block.Dries Buytaert2003-12-13
|
* - Bugfix: removed incorrect print statements from theme.inc.Dries Buytaert2003-12-13
|
* - Small change to the default theme.Dries Buytaert2003-12-13
|
* - Added a bullet.Dries Buytaert2003-12-13
|
* - Some first theme Marvin improvements: better CSS, less tables. Borrowed ↵Dries Buytaert2003-12-13
| | | | | | some from marvin_2k and styleswitcher. More to come.
* - Committed Gerhard's user hook patch. Patch 143.Dries Buytaert2003-12-13
|
* Patch by Kjartan:Dries Buytaert2003-12-13
| | | | | | | | | | | | + Simplified cache logic in drupal_get_path_map(). + Added check to see if errors should be reported to error_handler(). + Use proper db_query() syntax in throttle(), and use $_ENV instead of getenv(). + Changed fix_gpc_magic() to use array_walk (C functions will always be faster), and renamed _fix_gpc_magic_array() to _fix_gpc_magic(). + Renamed $node in array2object() to $array. + Renamed $node in object2array() to $object. + Minor other coding method tweaks.
* - Patch by Kjartan:Dries Buytaert2003-12-13
| | | | | | | | + Changed drupal_page_header(): converts the If-Modified-Since header into a timestamp and compares against the cache data. Ignore If-Modified-Since and ETag headers if they are present but empty. + Few minor other code cleanups.
* - Fixed race condition in session handler. Patch by Kjartan.Dries Buytaert2003-12-13
|
* - Simplified the way the 'real path' is resolved.Dries Buytaert2003-12-12
|