Dries Buytaert
1080e6c04b
- Fixed bug 4722. Patch by James.
2003-12-22 11:28:07 +00:00
Kjartan Mannes
77a0d99c86
- Fixed bug #4722 : blogger.newPost not working. Patch by James Walker.
2003-12-20 11:57:40 +00:00
Kjartan Mannes
c96a130e36
- Getting the fix rght.
2003-12-19 13:44:08 +00:00
Kjartan Mannes
81565fda5d
- Fixing magic_gpc fix.
2003-12-19 10:52:37 +00:00
Dries Buytaert
e06cdc577e
- Fixed bug 4667: users with the deleted role are put back in the authenticated
...
users pool.
2003-12-18 21:33:04 +00:00
Dries Buytaert
23c7a4aa5d
- Fixed bug 4703: don't display the help text when the user has no access
...
rights for a page. That is, only return the help text if an active
handler exists.
2003-12-18 21:13:17 +00:00
Dries Buytaert
7bbf844073
- Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
2003-12-18 21:05:02 +00:00
Dries Buytaert
033b2e2c0d
- Direct 404s to Drupal. Suggested by Goba.
2003-12-18 18:53:11 +00:00
Kjartan Mannes
3d9e2f2c76
- Fixing wrong superglobal usage.
2003-12-18 13:58:59 +00:00
Dries Buytaert
09b660a608
- Small update
2003-12-18 08:18:06 +00:00
Dries Buytaert
aa2f6162b2
- Fixed typo: $outpout -> $output. Fixed bug 4690.
2003-12-18 05:54:59 +00:00
Dries Buytaert
d5c8026454
- Updated the calls to menu() to use MENU_HIDE instead of 1
2003-12-17 22:27:23 +00:00
Dries Buytaert
928c113b82
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.
2003-12-17 22:15:35 +00:00
Dries Buytaert
b4a19a5656
- Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.
2003-12-17 19:10:15 +00:00
Dries Buytaert
a591cc5fb3
- Fixed typo: MoveableType --> MovableType
2003-12-17 18:13:41 +00:00
Kjartan Mannes
3e3f397202
- Type in comment block.
2003-12-16 21:18:51 +00:00
Dries Buytaert
670a292277
- 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.
2003-12-16 21:06:34 +00:00
Dries Buytaert
595c790a9c
- CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row
...
padding, more subtle color to watchdog special messages.
2003-12-16 07:41:40 +00:00
Dries Buytaert
ce5d3a06e4
- Added some Apache 2 specific instructions.
2003-12-15 23:37:54 +00:00
Dries Buytaert
9c96417b84
- Updated the CHANGELOG.
2003-12-15 21:05:04 +00:00
Dries Buytaert
4a526ca752
- Added a new theme derived from Kristjan's styleswitcher theme.
2003-12-15 20:47:18 +00:00
Dries Buytaert
eadda128aa
- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
2003-12-15 20:27:56 +00:00
Dries Buytaert
f229a8c04c
- Patch 161 by Gordon: adds new form_button() function with a more generic version
...
of form_submit() which allows the creation of HTML buttons.
2003-12-15 19:58:53 +00:00
Dries Buytaert
cc80cdf215
- Replaced the tables used to structure the threaded comment view by div's.
...
Patch by Goba.
2003-12-15 19:41:24 +00:00
Dries Buytaert
451bc9482f
- Fixed capitalization.
2003-12-14 19:23:11 +00:00
Dries Buytaert
56c1521743
- Excessive CSS tags were generated for feeds and bundles.
2003-12-14 13:02:11 +00:00
Dries Buytaert
632bb2ac07
- Moved theme UnConeD to the contributions repository.
2003-12-13 19:13:56 +00:00
Dries Buytaert
801dd782f5
- 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.
2003-12-13 18:50:09 +00:00
Dries Buytaert
fa2ec338dc
- Made sure all status messages start with a capital letter as we don't prefix
...
them with 'Status:'.
2003-12-13 18:00:51 +00:00
Dries Buytaert
e728cfbabd
- The 'my account' link is already part of the navigation block.
2003-12-13 17:59:49 +00:00
Dries Buytaert
67fe17164a
- Bugfix: removed incorrect print statements from theme.inc.
2003-12-13 17:52:50 +00:00
Dries Buytaert
4d54978a4b
- Small change to the default theme.
2003-12-13 17:46:44 +00:00
Dries Buytaert
c4871f0672
- Added a bullet.
2003-12-13 17:44:21 +00:00
Dries Buytaert
8927151381
- Some first theme Marvin improvements: better CSS, less tables. Borrowed some from
...
marvin_2k and styleswitcher. More to come.
2003-12-13 17:37:02 +00:00
Dries Buytaert
d33f3973f7
- Committed Gerhard's user hook patch. Patch 143.
2003-12-13 15:22:29 +00:00
Dries Buytaert
009b1afe5c
Patch by Kjartan:
...
+ 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.
2003-12-13 14:59:55 +00:00
Dries Buytaert
af69e63653
- Patch by Kjartan:
...
+ 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.
2003-12-13 14:10:23 +00:00
Dries Buytaert
1c0155bc9d
- Fixed race condition in session handler. Patch by Kjartan.
2003-12-13 13:00:47 +00:00
Dries Buytaert
f153bcb9bb
- Simplified the way the 'real path' is resolved.
2003-12-12 19:44:57 +00:00
Dries Buytaert
ee92242333
- Bugfix: got rid of the double titles on the import module pages.
...
TODO: get rid of the custom import specific navigation menu.
2003-12-11 21:35:52 +00:00
Dries Buytaert
53167d2e51
- Small improvement to make request_uri() work on multiple platforms.
2003-12-11 21:28:49 +00:00
Dries Buytaert
c096d42568
- Patch 187: made taxonomy module take advantage of breadcrumb navigation.
...
Modified patch by Moshe.
2003-12-11 21:21:16 +00:00
Dries Buytaert
b1ef96931a
- Moved the watchdog() function to the bootsrap file. Patch by Moshe.
2003-12-10 23:09:31 +00:00
Dries Buytaert
35fb889776
- Show the top nodes on admin/statistics. Patch by James Walker.
2003-12-10 06:43:32 +00:00
Kjartan Mannes
84c7e91a2d
- Fixed <title> extraction deleting body.
...
- 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.
2003-12-09 23:38:32 +00:00
Dries Buytaert
970ff02f28
- No Tahoma please.
2003-12-09 21:36:41 +00:00
Dries Buytaert
9bd9540856
- Bugfix: the location of comment submission form was incorrect. Patch by
...
Bart.
2003-12-09 20:15:18 +00:00
Dries Buytaert
d79d01f363
- Path module documentation updates.
2003-12-09 20:13:48 +00:00
Dries Buytaert
62aa06872c
- Bugfix: don't show any links in case of a container. Patch by Bart.
2003-12-09 18:57:05 +00:00
Dries Buytaert
82233fc076
- Xtemplate improvements by Ax. Patch 190.
2003-12-09 18:55:36 +00:00