Commit Graph

862 Commits (124694ee4dbcc1df5dfc2d419ed2393619883071)

Author SHA1 Message Date
Dries Buytaert 124694ee4d - Fixed bug node.module bug:
+ the node scheduler did not un-schedule a node!

- Fixed comment bugs (as a result of the formification):

    + no signatures where being attached to the comments.

    + check_input was used where is should have been check_output,
      with broken filters as the immediate result.
2001-06-27 18:06:36 +00:00
Steven Wittens df30ccb061 The ever persistant typo..... 2001-06-26 15:43:29 +00:00
Steven Wittens 8d46b18892 Updated calendar.module:
- Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday".

 - Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards.

 - Made the selected date always appear in bold.

 - Prevented all skipping into the future. This was still possible by skipping whole months.
2001-06-26 15:40:03 +00:00
natrak 564e3ed30f - Fixed some HTML errors in the help. 2001-06-26 14:58:00 +00:00
Dries Buytaert 73b855f707 - Fixed typo in comment.inc as result of form-ification. Replying to
a node was not possible: clicking the Preview button redirected you
  the main page.
2001-06-26 06:59:46 +00:00
Dries Buytaert b8a31dba9b - Fixed a few tiny bugs in comment.inc (introduced by the form-ification). 2001-06-25 20:39:04 +00:00
Dries Buytaert 56b35360ed - Fixed problem with book.module (reported by Jared).
- Fixed problem with forum.module (reported by Jared).
2001-06-25 20:06:06 +00:00
Dries Buytaert 168db4c99e - Fixed problem with book.module (reported by Jared).
- Fixed problem with forum.module (reported by Jared).
2001-06-25 19:36:04 +00:00
Dries Buytaert ca6af5ad76 - Fixed conf_save bug in node.module (reported by Jared). 2001-06-25 06:47:55 +00:00
Dries Buytaert bd8e9dd0af - Fixed bug in export module when exporting books to HTML. 2001-06-24 19:12:30 +00:00
Kjartan Mannes 3381307367 - Changed field_get/set() to be more efficent. 2001-06-24 18:33:13 +00:00
Dries Buytaert 0743b2cdbc - XHTML-ified search-related code. 2001-06-24 16:47:20 +00:00
Dries Buytaert 9443139a27 - Updated CHANGELOG 2001-06-24 15:58:14 +00:00
Dries Buytaert 3f6a8a2288 - Small visual improvement to statistics.module. 2001-06-24 15:53:36 +00:00
Dries Buytaert 1ba4d52f5d - Small visual improvement to statistics.module. 2001-06-24 15:52:25 +00:00
Dries Buytaert d0496d2e7c - Fixed bug in SQL query in one of the sanity checks of book.module. 2001-06-24 14:02:49 +00:00
Dries Buytaert 4c50ea2776 - Small updates to statistics.module. 2001-06-24 12:06:40 +00:00
Steven Wittens 4ace70a120 Updated my themes: added [ and ] around node-links. 2001-06-24 11:48:28 +00:00
Dries Buytaert 4477efef71 - Added simple referer module, for sake of fun 2001-06-24 11:39:28 +00:00
Dries Buytaert d29684a664 - Added simple referer module, for sake of fun. 2001-06-24 11:38:08 +00:00
Dries Buytaert 5ff9dd653f - Made it possible to enter longer username such as 'Gerhard K*llesreit'.
- Updated database.mysql.
2001-06-23 14:59:15 +00:00
Dries Buytaert f890592b2f - Removed conf.module. 2001-06-23 12:49:49 +00:00
Dries Buytaert 3754a54ed6 - Small but significant improvements to block and box.module which
makes the ever-confusing "rehash modules" (see module.module) no
  longer needed, hence making module.module redundant.  :-)

- Removed module.module.

- Renamed conf.module to system.module, and added some information
  about the available modules to system.module.

- Various small changes.
2001-06-23 11:09:40 +00:00
Dries Buytaert 3e075294fe - Added locale documentation: written by Gerhard, revised by Dries.
- Added import documentation: written by Gerhard, revised by Dries.

TODO:

- A quick introduction on content syndication needs to be written
  for import.module.

- If some one who is native English could go over the these text,
  please do.
2001-06-23 10:33:38 +00:00
Dries Buytaert d565b6f34a - Made the search result sort from new to old, instead of from old to new. 2001-06-22 19:41:30 +00:00
Dries Buytaert b6820fe44a - Fixed typo in node.php (patch by Simone).
- Fixed type in 2.00-to-x.xx.sql (patch by Simone).
2001-06-22 11:41:33 +00:00
Dries Buytaert 6d107b084c - Fixed bug in account.module (reported by Gerhard and Kristjan).
- Incorporated some of the suggestions.  More to come.
2001-06-21 21:35:03 +00:00
Dries Buytaert 7c34f8f4cf - Added a brand-new access.module which allows you to manage 'roles'
(groups) and 'permissions' ... (inspired by Zope's system).

    + Once installed, click the help-link for more information.

    + See updates/2.00-to-x.xx.sql for the SQL updates.

- Modified loads of code to use our new access.module.  The system
  still has to mature though: new permissions have to be added and
  existing permissions need stream-lining.  Awaiting suggestions.

- As a direct result of the new access system, I had to rewrite the
  way the top-level links in admin.php are rendered and displayed,
  and xhtml-ified admin.php while I was at it.

TODO

- Home-brewed modules need updating, home-brewed themes not.
  (Examples: file.module, trip_link.module)

- As soon we *finished* the refactoring of the user system (KJ has
  been working on this refactoring already) we should consider to
  embed this role and permission code into account.module ...
2001-06-20 20:24:46 +00:00
Dries Buytaert 72065fb835 - Added a brand-new access.module which allows you to manage 'roles'
(groups) and 'permissions' ... (inspired by Zope's system).

    + Once installed, click the help-link for more information.

    + See updates/2.00-to-x.xx.sql for the SQL updates.

- Modified loads of code to use our new access.module.  The system
  still has to mature though: new permissions have to be added and
  existing permissions need stream-lining.  Awaiting suggestions.

- As a direct result of the new access system, I had to rewrite the
  way the top-level links in admin.php are rendered and displayed,
  and xhtml-ified admin.php while I was at it.

TODO

- Home-brewed modules need updating, home-brewed themes not.
  (Examples: file.module, trip_link.module)

- As soon we *finished* the refactoring of the user system (KJ has
  been working on this refactoring already) we should consider to
  embed this role and permission code into account.module ...
2001-06-20 20:00:40 +00:00
Dries Buytaert 7752dc4c7c - Fixed small bug in account.php with some usernames not being tolerated. 2001-06-19 20:21:04 +00:00
Dries Buytaert d67486f79b - Changed '?meta=' to 'index.php?meta='. Patch by Simone. 2001-06-19 19:13:17 +00:00
Dries Buytaert 8d31134d62 - Fixed small fix in poll.module. Patch submitted by Simone. 2001-06-19 09:28:11 +00:00
Dries Buytaert 29e0e0fc66 - Made it so that usernames can contain spaces. Like that, people can
use their full name as their username.
2001-06-19 06:55:19 +00:00
Kjartan Mannes 8367d662fc Changes
- Modifed form_select() to accept an optional 6th parameter which is appeneded
  to the select tag. $value can now also be an array. This allows for multiple
  selects:
  form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\"");
- Updated account.module to use the extended form_select() functionality.
2001-06-18 20:51:58 +00:00
natrak 542b60a19a Changes
- Modifed form_select() to accept an optional 6th parameter which is appeneded
  to the select tag. $value can now also be an array. This allows for multiple
  selects:
  form_select($header, $name, $values, $options, $help, "multiple=\"true\" size=\"10\"");
- Updated account.module to use the extended form_select() functionality.
2001-06-18 20:51:57 +00:00
natrak 6e64691450 Changes
- Moved account_password() and account_validate() to user.inc.
- Greatly reduced the number of SQL calls in account_save() when editing an
  account. Now uses one db_query() call instead of 1 + (2 * # of access
  granted).
- Fixed access not being saved when account was added.
- Should now be possible to edit and add accounts. There were certain bugs
  before that would cause odd errors.
2001-06-18 20:29:36 +00:00
Dries Buytaert e381f5b34a - Removed the default "Your search yielded no results." message as
suggested by Kristjan.
2001-06-18 20:27:14 +00:00
Dries Buytaert 9f2eec079c - block.module:
+ renamed 'overview' to 'preview' as suggested by Kristjan.

- meta.module:
    + renamed 'verify' to 'preview' to make it consistent with
      block.module.
    + fixed comma-bug with attribute list reported by Kristjan.

- node.module:
    + fixed typo: "id$nid" should have been "id=$nid"
2001-06-18 18:00:13 +00:00
Dries Buytaert 59176da94c - Removed index.module. 2001-06-18 06:46:45 +00:00
Dries Buytaert 3d73a48edc - Merged "system settings" and "module settings" into one page. IMHO
it wasn't a good idea to split them up in first place, and it turned
  out to be quite hard to decide where to put some variables.

  Also moved some variables around and even renamed a few variables
  while doing so.

- Added a page_header() and page_footer() to all top-level .php pages.
2001-06-17 20:35:48 +00:00
Dries Buytaert 03c06a86eb Oops, a rather large commit:
- Changed meta.module, node.module and index.php to use comma-seperated
  lists of attributes rather then "foo=a,bar=b" lists.  This makes it a
  a lot easier to use both modules.  In addition, error handling can be
  discarded as it can't be made any simpler, really ...

  It fits rather nicely in Drupal's design so I'm getting more and more
  happy with this meta.module (but we are not 100% there yet).

- node.module, node.inc:

   + Improved the node-related admin interface so that navigating back
     and forth the administrative menus is made both easier and faster.

   + Removed some redundant database fields from the node table.  See
     2.00-to-x.xx.sql!

   + Added 2 news hooks called "node_insert" and "node_update".  Just
     like this is the case with the existing hook "node_delete" these
     new hooks will automatically get called when a node has been
     inserted or udpated.  Note that this is an optional call-back that
     only needs to be implemented when required.  With the addition of
     these two hooks, the node mechanism (version 1) is pretty well
     completed.

- watchdog.module:
   + Fixed bug whit the 'regular messages' query in the watchdog.module.

- book.module:
   + Fixed bug in book.module: the 'parent' was not set properly when
     updating a book page.
   + Made it so that older versions of a book page are automatically
     reactived upon deletion of the most recent version, i.e. when
     doing a version roll-back.

- comment.inc:
   + Undid Remco's patch to comment.inc; it does not work in some cases.


- conf.module:
   + Fine-tuned some of the options in conf.module a bit.

- marvin.theme:
   + Visual changes to make it look better on Windows browsers.  Mind
     to give some feedback on this?
   + Fixed 3 HTML typos/bugs.
   + XHTML-ified the theme at a best effort basis; I didn't carry the
     XHTML specification with me.
   + Made use of the theme_slogan variable to display the site's slogan.
   + As soon we have at least one valid XHTML theme we can wonder on how
     to integrate other XML namespaces (cfr. MathML story at drop.org).

- database.mysql:
   + Updated database.mysql so that it contains all the latest "database
     patches".
2001-06-17 18:31:25 +00:00
natrak d388033eb2 - Minor bug fix in node_links(). 2001-06-17 13:25:52 +00:00
natrak dc4a5bfc55 - Fixed a bug while editing an account it would loose the account info along
the way.
2001-06-16 17:42:21 +00:00
natrak d23ea5043c - Fixed the help text for attributes (Reported by Kristjan). 2001-06-15 17:20:10 +00:00
natrak a7fddeb85a Changes
- Modified comment.inc to use form_*() functions. Might have some
  side-effects I haven't found yet. Report any problems.
2001-06-15 12:09:37 +00:00
natrak 21386979e7 Changes
- Added a conf option to disable/enable user registrations.
- Added a add account feature to account.module.
- Moved some functions from account.php to account.module.

Todo
- Move most (all?) of account.php to account.module.
2001-06-15 11:34:06 +00:00
Kjartan Mannes 7f58ef2970 Changes
- Added a conf option to disable/enable user registrations.
- Added a add account feature to account.module.
- Moved some functions from account.php to account.module.

Todo
- Move most (all?) of account.php to account.module.
2001-06-15 11:34:05 +00:00
Dries Buytaert f07b8961e2 - Changed 'drop' to 'drupal'; a left-over from the old days, I guess. 2001-06-15 11:07:27 +00:00
Dries Buytaert d547957b38 - Small visual update to watchdog.module.
- Updated CHANGELOG
2001-06-15 11:04:59 +00:00
Dries Buytaert 1045715f44 - Added very basic 'filters' to the watchdog.module which should make it
easier to sort through all the watchdog "noise".  I'm sure the current
  filters will do for 99% of all the Drupal sites though.

  (Sorry for the awful color scheme, Coney but I can't do any better.)
2001-06-15 10:43:39 +00:00