Commit Graph

1081 Commits (d62b6dedaa4f4228dc5f42f61009f8deadb097ce)

Author SHA1 Message Date
Dries Buytaert cddb517df6 - Updated CHANGELOG 2001-07-07 07:34:02 +00:00
Dries Buytaert 829d77df8e - Fixed bug in error.php 2001-07-06 07:44:44 +00:00
Dries Buytaert 121b5425c2 - Fixed tiny typo which broke the download link 2001-07-04 12:20:14 +00:00
Dries Buytaert 43db9cf86f - common.inc:
+ Made '$na' translatable on popular demand.

- node.module:
   + replaced a confusing configuration description, as suggested by
     Remco.

- statistics.module:
   + Added a 'most recent referers'-table sorted by timestamp.

- drupal.module:
   + Small update of the links.
2001-07-03 19:16:20 +00:00
Dries Buytaert 6a21940c76 - common.inc:
+ Made '$na' translatable on popular demand.

- node.module:
   + replaced a confusing configuration description, as suggested by
     Remco.

- statistics.module:
   + Added a 'most recent referers'-table sorted by timestamp.

- drupal.module:
   + Small update of the links.
2001-07-03 19:09:51 +00:00
Steven Wittens 712e38a852 Made the links bar at the top and bottom smaller, to accomodate for the longer link texts. 2001-07-03 12:32:53 +00:00
Dries Buytaert 8f2ef0760f - Added improvement locale.module, based on Gerhard K.'s implementation.
(Thanks Gerhard!)

- Various other small improvements.
2001-07-02 20:30:32 +00:00
Dries Buytaert 8674cf0953 - Small updates 2001-07-01 11:27:10 +00:00
Dries Buytaert 441e259888 - Updated CHANGELOG a bit. 2001-06-30 22:32:06 +00:00
Dries Buytaert 87575929a5 - Introduced caching support. 2001-06-30 20:23:33 +00:00
Dries Buytaert eacfc0425d - Added 'drupal' link to pages. 2001-06-30 17:51:04 +00:00
Dries Buytaert 52aa41171e - Rewrote box.module: the code size is twice as small, the interface looks
the same though.  The next step is to merge it into block.module - if we
  can figure out how this can be done.
2001-06-30 17:24:27 +00:00
Dries Buytaert 7021b763ad - Typo: missing quote in URL 2001-06-30 10:34:34 +00:00
Dries Buytaert cab3ac83f8 - statistics.module:
+ fixed small glitch
    + improved interface
2001-06-30 10:05:54 +00:00
Dries Buytaert e6a67118eb - Made search.php a module, being search.module.
- Updated the permission names to be more consistent.

- Small improvement to node.php.
2001-06-30 09:50:36 +00:00
Dries Buytaert 7c1b20fe49 - Forgot to update one user permission. 2001-06-30 08:00:38 +00:00
Dries Buytaert f70002b78f - Fixed typo. 2001-06-30 07:59:18 +00:00
Dries Buytaert f56e745350 - Tidied up node.inc and node.php a bit.
- Fixed annoyance in comment.inc.
2001-06-30 07:47:50 +00:00
Dries Buytaert 9c43e8fc7a Extremely large commit:
- Fixed tiny quote problem in account.php.

- Fixed tiny bug in comment.inc.

- Fixed tiny bug in comment.module.

- Fixed tiny bug in meta.module.

- Simplified user_access() API.

- Rewrote link system: still needs fine-tuning and testing so don't
  upgrade if you are running a production site. ;)

  Updated all modules and themes to reflect this change.  All other
  themes and modules need updating too!
2001-06-29 22:08:57 +00:00
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