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
Kjartan Mannes
d8d2d69b82
- Fixed missing pager_display -> theme('pager').
2003-12-08 19:32:06 +00:00
Dries Buytaert
712a30b520
- Improvements by Goba:
...
+ 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.
2003-12-08 18:30:20 +00:00
Dries Buytaert
ea1acde1d5
- Usability improvement: just print a status message after a node
...
submission/update instead of using a separate page. Patch 186 by Moshe.
2003-12-08 18:01:41 +00:00
Dries Buytaert
7c791a7c86
- Updated the database schemes: the default rows that are inserted into
...
the database did not have the throttle column. Patches by Matt and
Goba.
2003-12-08 17:57:03 +00:00
Dries Buytaert
427364a5f5
- Fixed visual glitch in "Who's online" block. Patch by Jeremy.
2003-12-08 17:46:21 +00:00
Dries Buytaert
8a3e9224da
- Update changelog
2003-12-08 10:01:40 +00:00
Dries Buytaert
3904790e03
- Tidied up the DoxyGen comments. Patch by Kjartan.
2003-12-08 06:32:19 +00:00
Dries Buytaert
bea3dbb775
- Patch 0185 by Jeremy: made it possible to automatically disable modules when
...
under heave load.
2003-12-07 18:25:09 +00:00
Dries Buytaert
71eac6dddc
- Made the who's online block adhere better to the max user setting.
2003-12-07 18:09:28 +00:00
Dries Buytaert
2ea6ad44a5
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
2003-12-07 10:29:43 +00:00
Dries Buytaert
223d1bad9b
- Fixed title problem with title module. Patch by Moshe.
2003-12-07 10:28:20 +00:00
Kjartan Mannes
0c80c55e91
- Fixed node_form() so it doesn't re-run node_validate() when there are no
...
errors and it has already been checked.
2003-12-06 19:15:38 +00:00
Dries Buytaert
1c45f07e57
- Only pad the table elements of certain tables.
2003-12-06 16:55:08 +00:00
Dries Buytaert
8c73699dfc
- Slightly increased padding of table elements.
2003-12-06 16:49:32 +00:00
Dries Buytaert
6f72a6bcae
- Small improvement to the watchdog table.
2003-12-06 16:39:40 +00:00
Dries Buytaert
3621d83fda
- Small improvement to the padding of static nodes.
2003-12-06 16:39:17 +00:00
Dries Buytaert
02f436b6cb
- 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.
2003-12-06 16:36:17 +00:00
Dries Buytaert
8e476307e8
- Fixed typo.
2003-12-06 15:08:16 +00:00
Dries Buytaert
32fc8d74a0
- Corrected the context-sensitive help of the error messages.
2003-12-06 15:06:20 +00:00
Dries Buytaert
8a50107bf7
- Fixed mission statement.
2003-12-06 13:11:17 +00:00
Dries Buytaert
237124c814
- Fixed bug #4416 : added status checks to user_pass() to prevent mailing
...
new passwords to blocked user accounts.
2003-12-05 08:20:28 +00:00