- Dec 18, 2003
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo: $outpout -> $output. Fixed bug 4690.
-
- Dec 17, 2003
-
-
Dries Buytaert authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
Dries Buytaert authored
Patch by Kjartan: - 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.
-
Dries Buytaert authored
- Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.
-
Dries Buytaert authored
-
- Dec 16, 2003
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a custom 404 page in the administration page. As a result, error.php could be removed.
-
Dries Buytaert authored
- CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row padding, more subtle color to watchdog special messages.
-
- Dec 15, 2003
-
-
Dries Buytaert authored
- Added some Apache 2 specific instructions.
-
Dries Buytaert authored
- Updated the CHANGELOG.
-
Dries Buytaert authored
- Added a new theme derived from Kristjan's styleswitcher theme.
-
Dries Buytaert authored
- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
-
Dries Buytaert authored
- Patch 161 by Gordon: adds new form_button() function with a more generic version of form_submit() which allows the creation of HTML buttons.
-
Dries Buytaert authored
- Replaced the tables used to structure the threaded comment view by div's. Patch by Goba.
-
- Dec 14, 2003
-
-
Dries Buytaert authored
- Fixed capitalization.
-
Dries Buytaert authored
- Excessive CSS tags were generated for feeds and bundles.
-
- Dec 13, 2003
-
-
Dries Buytaert authored
- Moved theme UnConeD to the contributions repository.
-
Dries Buytaert authored
- Don't display a breadcrumb trail and title when there is no acitve page title. This stops the Xtemplate theme from displaying a 'Home' link on the front page.
-
Dries Buytaert authored
- Made sure all status messages start with a capital letter as we don't prefix them with 'Status:'.
-
Dries Buytaert authored
- The 'my account' link is already part of the navigation block.
-
Dries Buytaert authored
- Bugfix: removed incorrect print statements from theme.inc.
-
Dries Buytaert authored
- Small change to the default theme.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Some first theme Marvin improvements: better CSS, less tables. Borrowed some from marvin_2k and styleswitcher. More to come.
-
Dries Buytaert authored
- Committed Gerhard's user hook patch. Patch 143.
-
Dries Buytaert authored
+ 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.
-
Dries Buytaert authored
+ 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.
-
Dries Buytaert authored
- Fixed race condition in session handler. Patch by Kjartan.
-
- Dec 12, 2003
-
-
Dries Buytaert authored
- Simplified the way the 'real path' is resolved.
-
- Dec 11, 2003
-
-
Dries Buytaert authored
TODO: get rid of the custom import specific navigation menu.
-
Dries Buytaert authored
- Small improvement to make request_uri() work on multiple platforms.
-
Dries Buytaert authored
- Patch 187: made taxonomy module take advantage of breadcrumb navigation. Modified patch by Moshe.
-
- Dec 10, 2003
-
-
Dries Buytaert authored
- Moved the watchdog() function to the bootsrap file. Patch by Moshe.
-
Dries Buytaert authored
-
- Dec 09, 2003
-
-
Kjartan Mannes authored
- Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and blogger.getRecentPosts. - Fixed coding style deviations. - Fixed access checks, now requires maintain personal blog. - Fixed taxonomy integration. - Fixed blogger.getUserInfo - Improved user login/access error messages.
-
Dries Buytaert authored
- No Tahoma please.
-
Dries Buytaert authored
- Bugfix: the location of comment submission form was incorrect. Patch by Bart.
-
Dries Buytaert authored
- Path module documentation updates.
-