- 13 Dec, 2003 5 commits
-
-
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.
-
- 12 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Simplified the way the 'real path' is resolved.
-
- 11 Dec, 2003 3 commits
-
-
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.
-
- 10 Dec, 2003 2 commits
-
-
Dries Buytaert authored
- Moved the watchdog() function to the bootsrap file. Patch by Moshe.
-
Dries Buytaert authored
-
- 09 Dec, 2003 6 commits
-
-
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.
-
Dries Buytaert authored
- Bugfix: don't show any links in case of a container. Patch by Bart.
-
Dries Buytaert authored
- Xtemplate improvements by Ax. Patch 190.
-
- 08 Dec, 2003 7 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
+ 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.
-
Dries Buytaert authored
- Usability improvement: just print a status message after a node submission/update instead of using a separate page. Patch 186 by Moshe.
-
Dries Buytaert authored
- Updated the database schemes: the default rows that are inserted into the database did not have the throttle column. Patches by Matt and Goba.
-
Dries Buytaert authored
- Fixed visual glitch in "Who's online" block. Patch by Jeremy.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Tidied up the DoxyGen comments. Patch by Kjartan.
-
- 07 Dec, 2003 4 commits
-
-
Dries Buytaert authored
- Patch 0185 by Jeremy: made it possible to automatically disable modules when under heave load.
-
Dries Buytaert authored
- Made the who's online block adhere better to the max user setting.
-
Dries Buytaert authored
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
-
Dries Buytaert authored
- Fixed title problem with title module. Patch by Moshe.
-
- 06 Dec, 2003 9 commits
-
-
Kjartan Mannes authored
errors and it has already been checked.
-
Dries Buytaert authored
- Only pad the table elements of certain tables.
-
Dries Buytaert authored
- Slightly increased padding of table elements.
-
Dries Buytaert authored
- Small improvement to the watchdog table.
-
Dries Buytaert authored
- Small improvement to the padding of static nodes.
-
Dries Buytaert authored
- Improved the way the "Who's online" block is visualized when the list of online users is truncated by to maximum user list length setting.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Corrected the context-sensitive help of the error messages.
-
Dries Buytaert authored
-
- 05 Dec, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed bug #4416: added status checks to user_pass() to prevent mailing new passwords to blocked user accounts.
-
Dries Buytaert authored
- Fixed broken status message. Patch by Gerhard.
-
- 04 Dec, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed bug #4457: make sure to cut of the teaser after the </p> tag, not before the </p> tag.
-