Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Patch by Kjartan: | Dries Buytaert | 2003-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 Buytaert | 2003-12-17 |
| | |||
* | - Fixed typo: MoveableType --> MovableType | Dries Buytaert | 2003-12-17 |
| | |||
* | - Type in comment block. | Kjartan Mannes | 2003-12-16 |
| | |||
* | - Reworked 404 (page not found) handling. Patch by walkah. You can specify a | Dries Buytaert | 2003-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 Buytaert | 2003-12-16 |
| | | | | | | table row padding, more subtle color to watchdog special messages. | ||
* | - Added some Apache 2 specific instructions. | Dries Buytaert | 2003-12-15 |
| | |||
* | - Updated the CHANGELOG. | Dries Buytaert | 2003-12-15 |
| | |||
* | - Added a new theme derived from Kristjan's styleswitcher theme. | Dries Buytaert | 2003-12-15 |
| | |||
* | - Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax. | Dries Buytaert | 2003-12-15 |
| | |||
* | - Patch 161 by Gordon: adds new form_button() function with a more generic ↵ | Dries Buytaert | 2003-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 Buytaert | 2003-12-15 |
| | | | | Patch by Goba. | ||
* | - Fixed capitalization. | Dries Buytaert | 2003-12-14 |
| | |||
* | - Excessive CSS tags were generated for feeds and bundles. | Dries Buytaert | 2003-12-14 |
| | |||
* | - Moved theme UnConeD to the contributions repository. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Don't display a breadcrumb trail and title when there is no acitve page title. | Dries Buytaert | 2003-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 prefix | Dries Buytaert | 2003-12-13 |
| | | | | them with 'Status:'. | ||
* | - The 'my account' link is already part of the navigation block. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Bugfix: removed incorrect print statements from theme.inc. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Small change to the default theme. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Added a bullet. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Some first theme Marvin improvements: better CSS, less tables. Borrowed ↵ | Dries Buytaert | 2003-12-13 |
| | | | | | | some from marvin_2k and styleswitcher. More to come. | ||
* | - Committed Gerhard's user hook patch. Patch 143. | Dries Buytaert | 2003-12-13 |
| | |||
* | Patch by Kjartan: | Dries Buytaert | 2003-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 Buytaert | 2003-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 Buytaert | 2003-12-13 |
| | |||
* | - Simplified the way the 'real path' is resolved. | Dries Buytaert | 2003-12-12 |
| | |||
* | - Bugfix: got rid of the double titles on the import module pages. | Dries Buytaert | 2003-12-11 |
| | | | | TODO: get rid of the custom import specific navigation menu. | ||
* | - Small improvement to make request_uri() work on multiple platforms. | Dries Buytaert | 2003-12-11 |
| | |||
* | - Patch 187: made taxonomy module take advantage of breadcrumb navigation. | Dries Buytaert | 2003-12-11 |
| | | | | Modified patch by Moshe. | ||
* | - Moved the watchdog() function to the bootsrap file. Patch by Moshe. | Dries Buytaert | 2003-12-10 |
| | |||
* | - Show the top nodes on admin/statistics. Patch by James Walker. | Dries Buytaert | 2003-12-10 |
| | |||
* | - Fixed <title> extraction deleting body. | Kjartan Mannes | 2003-12-09 |
| | | | | | | | | | | - 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. | ||
* | - No Tahoma please. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Bugfix: the location of comment submission form was incorrect. Patch by | Dries Buytaert | 2003-12-09 |
| | | | | Bart. | ||
* | - Path module documentation updates. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Bugfix: don't show any links in case of a container. Patch by Bart. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Xtemplate improvements by Ax. Patch 190. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Fixed missing pager_display -> theme('pager'). | Kjartan Mannes | 2003-12-08 |
| | |||
* | - Improvements by Goba: | Dries Buytaert | 2003-12-08 |
| | | | | | | + 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. | ||
* | - Usability improvement: just print a status message after a node | Dries Buytaert | 2003-12-08 |
| | | | | submission/update instead of using a separate page. Patch 186 by Moshe. | ||
* | - Updated the database schemes: the default rows that are inserted into | Dries Buytaert | 2003-12-08 |
| | | | | | the database did not have the throttle column. Patches by Matt and Goba. | ||
* | - Fixed visual glitch in "Who's online" block. Patch by Jeremy. | Dries Buytaert | 2003-12-08 |
| | |||
* | - Update changelog | Dries Buytaert | 2003-12-08 |
| | |||
* | - Tidied up the DoxyGen comments. Patch by Kjartan. | Dries Buytaert | 2003-12-08 |
| | |||
* | - Patch 0185 by Jeremy: made it possible to automatically disable modules when | Dries Buytaert | 2003-12-07 |
| | | | | under heave load. | ||
* | - Made the who's online block adhere better to the max user setting. | Dries Buytaert | 2003-12-07 |
| | |||
* | - Fixed the taxonomy title of taxonomy pages. Patch by Moshe. | Dries Buytaert | 2003-12-07 |
| | |||
* | - Fixed title problem with title module. Patch by Moshe. | Dries Buytaert | 2003-12-07 |
| | |||
* | - Fixed node_form() so it doesn't re-run node_validate() when there are no | Kjartan Mannes | 2003-12-06 |
| | | | | errors and it has already been checked. |