Commit Graph

1053 Commits (6cde632962a461d2dc2acef0917b592823e123f8)

Author SHA1 Message Date
Dries Buytaert 6cde632962 - book.module: fixed "/admin.php" bug reported by Gerhard.
- search.module: made the search categories translatable.
2001-09-27 18:30:36 +00:00
Dries Buytaert f9a84cd216 - Enhancement: added better help and translations to node.module.
(patch by Alex)
2001-09-26 20:50:12 +00:00
Dries Buytaert b0cf3a3929 - fixed a HTML typo as reported by Alexander 2001-09-26 19:43:15 +00:00
Kjartan Mannes f6f04a82fa Bug fixes mostly
- fixed book.module not generating next/prev links properly
- re-added default node options to the admin page
- fixed a potential bug in node.php. Nodes with same titles were confusing it
  at times, should fix the bug reported by Gerhard Killesreiter.
2001-09-26 18:28:10 +00:00
natrak b146513e07 Bug fixes mostly
- fixed book.module not generating next/prev links properly
- re-added default node options to the admin page
- fixed a potential bug in node.php. Nodes with same titles were confusing it
  at times, should fix the bug reported by Gerhard Killesreiter.
2001-09-26 18:28:09 +00:00
Kjartan Mannes ff2ae1855d - added node_page() to list what index.php used to list.
- made the front page of the system configurable. Now any <node>_page()
  can be set as the default page. Default is node_page().
2001-09-25 22:13:34 +00:00
Dries Buytaert 72188675d7 - Upgraded the XML-RPC libraries to version 1.01:
http://groups.yahoo.com/group/xml-rpc/message/3626
2001-09-25 21:40:46 +00:00
Kjartan Mannes a9d2e12419 - modified theme_block() to ignore blocks that have no content. 2001-09-25 21:26:20 +00:00
Dries Buytaert 858a5cec34 - removed some death code that is no longer needed due to the fact
node_del() got updated.
2001-09-25 18:11:04 +00:00
Dries Buytaert c6833b5f9e - improvement: got rid of the "failed to delete node: set node status to
'dumped' first."
  (patch by Alex)
2001-09-25 17:17:16 +00:00
Dries Buytaert 9ef955b6e0 - bugfix #1: fixed the line that accidentically got cut off by incorrectly
applying a patch.  Mea culpa.
  (reported by Axel)

- bugfix #2: incorrect deactivation of the delete link in node_links().
  (patch by Axel)

- improvement: added confirmation page upon deletion of a node ("Do you
  really want to delete this node?"), and removed the old and confusing
  "node has to be blocked first".
  (patch by Axel)
2001-09-25 17:10:44 +00:00
Dries Buytaert 9792206895 - Fixed bug in forum.module: when you enable locales you were unable
to create a new forum.  (patch by Alexander)
2001-09-25 17:01:30 +00:00
Dries Buytaert a1222d6430 - Fixed translation bugs (reported by Alexander Schwartz) 2001-09-24 18:46:07 +00:00
Dries Buytaert d264b4fc2b - fixed bug in poll.module (patch by alex) 2001-09-23 19:25:51 +00:00
Dries Buytaert ef3de8e1ec - fixed bug in theme unconed 2001-09-23 06:36:27 +00:00
Dries Buytaert dc5064c463 - updated the CHANGELOG (on a sunny sunday morning) 2001-09-23 06:35:25 +00:00
Dries Buytaert 6c7b845b34 - improved search module (vaguely derived from axel's code) 2001-09-22 21:01:39 +00:00
Dries Buytaert 5a6a4206b9 - fixed HTML/XHTML typos 2001-09-21 21:10:47 +00:00
Dries Buytaert 7a1aee87c2 - added a new tracker.module (everybody kept nagging about the missing
"your drupal" feature). Tracker.module will be improved and expanded
  during the process.

- renamed a link in user.module
2001-09-20 20:57:35 +00:00
Dries Buytaert 9239aaea39 - Fixed bug reported by Kristjan and Mike: anonymous users can post
comments now.

- Improved the comment system so that anonymous users can change the
  comment settings.
2001-09-20 20:07:46 +00:00
Dries Buytaert 57c399a00f - got rid of some unused warning / error messages 2001-09-20 18:57:21 +00:00
Dries Buytaert d0452dd5f6 - don't hash the password 2001-09-20 18:46:56 +00:00
Dries Buytaert a278b11a27 - added a password hash 2001-09-20 18:44:14 +00:00
Dries Buytaert dfa44f2f3d - fixed language bug in user.module 2001-09-19 17:31:23 +00:00
natrak ff3cf1321d - fixed comments using the timestamp of the comment, and not the timestamp
of the user. (Should stop using * in SQL queries :-)
2001-09-19 16:26:45 +00:00
Kjartan Mannes 288f198655 - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to be
less reliant on php config.
2001-09-18 21:25:38 +00:00
Dries Buytaert 75982edbd2 - fixed another bug in the new user.module (reported by Remco). 2001-09-18 21:13:52 +00:00
Dries Buytaert 7bcd338292 - an attempt to work around a getenv() problem 2001-09-18 20:50:03 +00:00
Dries Buytaert 2c12496a04 - fixed bug in new user system 2001-09-18 20:44:16 +00:00
natrak 21dd55a763 - set session.save_handler to user. required to use
session_set_save_handler() in user.module.
2001-09-18 20:36:28 +00:00
Dries Buytaert ae7e03a24b - small bugfix 2001-09-18 20:18:21 +00:00
Dries Buytaert ca85a56f1b - Fixed 2 typos in the user module. Thanks Axel and Remco.
- Applied (modified versions of) Alexander's patches on the development
  branch.
2001-09-18 18:39:15 +00:00
Dries Buytaert c5a349ca51 - added the "Log in" block 2001-09-16 16:05:16 +00:00
Dries Buytaert e2f249878e - improved the search system by making it context sensitive 2001-09-16 14:05:10 +00:00
Dries Buytaert 64a6fbc790 - added the search functionality 2001-09-16 13:53:45 +00:00
Dries Buytaert 22b8be2c9e - fixed the access_get_role() problem reported by Remco 2001-09-16 13:15:28 +00:00
Dries Buytaert 2d1e9126cb - Added the new user module! 2001-09-16 11:33:14 +00:00
Dries Buytaert f358893b52 - Added the new user module! 2001-09-16 11:29:46 +00:00
Dries Buytaert fec8d92848 - Updated the CHANGELOG 2001-09-16 11:27:52 +00:00
Dries Buytaert 3f0d37484f - added UnConeD's drupal.png to the development branch 2001-09-16 11:25:08 +00:00
Steven Wittens 2c0d8e0190 - Updated with new logo 2001-09-15 23:54:18 +00:00
Dries Buytaert a5816d8fb8 - removed depricated file 2001-09-13 19:23:57 +00:00
Dries Buytaert e4b5f30abc - added a 3.00-to-x.xx.sql file : do _NOT_ apply these yet 2001-09-13 19:22:54 +00:00
Dries Buytaert 676475d9ea - Fixed a bug in theme UnConeD 2001-09-13 06:54:06 +00:00
Dries Buytaert ec1fa56a22 - Added new Drupal logo made by UnConeD. 2001-09-12 20:38:10 +00:00
Dries Buytaert 1b7510eebf - Added an XML-RPC server. Modules that want to export remote procedure
calls can implement the new 'xmlrpc' hook.

  Example:

   function mymodule_xmlrpc() {
     return array("drupal.myfunction" => array("function" => "mymodule_myfunction"));
   }
2001-09-09 16:47:10 +00:00
Dries Buytaert 8df2ec0e21 - Updated CHANGELOG at a best effort basis. If someone would like to go
over it to check for typos, missing information or confusing entries -
  don't hesitate to do so.
2001-09-09 16:28:16 +00:00
Dries Buytaert 7dd34c6a7f - Fixed a HTML typo in the blocks: the <a href="">-tags where not closed. 2001-09-09 08:16:10 +00:00
Dries Buytaert b9947121d6 - fix a _bug_ in "max threaded" mode 2001-09-07 15:56:15 +00:00
Dries Buytaert 19ff3e28fe - fixed HTML typo in search.inc which confused Mozilla - thanks Carl and
Keith.
2001-09-06 07:43:48 +00:00