Commit Graph

1858 Commits (4dac201e7c447a1f7e09d7972a14f517bbbf3edc)

Author SHA1 Message Date
Dries Buytaert b3abbc4b54 Patch by Natrak:
- Modules and themes now use the same functions to find and administer
  files.
- Modules can now be placed in sub-directories.
- Theme descriptions can no longer be edited. This will be handled by
  Dries' theme_conf patch.
- Update required to keep old modules enabled.
2002-11-08 13:19:12 +00:00
Dries Buytaert 1ef7f58e8e - Improved UI of profile module. Patch by Natrak.
NOTE: it is a first improvement but it isn't good enough yet ...
2002-11-08 13:13:25 +00:00
Dries Buytaert 86a3ebefd3 - Made the forum module work with PostgreSQL. Patch by Gordon Kerr, verified
by James Arthur.
2002-11-08 13:11:42 +00:00
Dries Buytaert ea6ce100a1 Patch by Kjartan:
- Fixed empty fields being displayed.

- Fixed some coding standard discrepancies.

- Fixed the birthday date formatting.
2002-11-08 11:39:27 +00:00
Dries Buytaert 4fb3ccebb3 - Applied Stefan's t() function patch. 2002-11-08 11:27:04 +00:00
Dries Buytaert 2fe5a68baf - Removed the hard-coded font scaling. 2002-11-08 11:20:55 +00:00
Kjartan Mannes 1ed032bbf4 - missing $Id$ string. 2002-11-07 18:25:01 +00:00
Dries Buytaert 3a7c6b68cf Patch by Jeremy:
- addressed one of Ax's issues:
 > = there are quite some "$output .= " which should be "$output
 > = "
 > (whenever $output hasn't been initialized before)

 - combined a few lines that could be accomplished in one step

 - changed "!" to "." in comment "This site is currently
   sustaining..." as if a low number, it looks silly.
2002-11-06 18:56:11 +00:00
Kjartan Mannes 601d34ec31 - removing whitespace (+testing still). 2002-11-06 14:18:45 +00:00
Kjartan Mannes fed4628545 - adding $Id$ (and testing loginfo script). 2002-11-06 13:54:08 +00:00
Kjartan Mannes 719efd05ba - testing new loginfo script. 2002-11-06 13:50:59 +00:00
Kjartan Mannes 50af2e7632 - testing new loginfo script. 2002-11-06 13:47:10 +00:00
Kjartan Mannes d817a6993f - testing new loginfo script. 2002-11-06 13:45:45 +00:00
Kjartan Mannes 0324b1ecd7 - testing new loginfo script. 2002-11-06 13:44:26 +00:00
Kjartan Mannes c1edad4dee - testing new loginfo script. 2002-11-06 13:42:23 +00:00
Kjartan Mannes 98825b8b8c - testing new loginfo script. 2002-11-06 13:41:29 +00:00
Dries Buytaert 0fa133dd2d - Added missing filter. Patch by Marco. 2002-11-03 20:57:15 +00:00
Dries Buytaert 2028586824 - Sometimes nodes where being displayed when they shouldn't. Patch by
Marco.
2002-11-03 20:56:16 +00:00
Dries Buytaert cc381c1461 - Fixed glitch in block module: the admin links were not composed
correctly.  Patch by Stefan.

- Added missing t() functions and improved the %x directives for
  better readability and to ease the process of translating your
  site.  Patches by Stefan.

- Made two small additions to the 'code-clean.sh' script; it will
  now remove patch related junk.

NOTES:

- I removed the · related bits.  Let's tackle these later on
  in a separate patch after we got some sort of consensus.

- I removed the 'module_exist("drupal")' check in the user module;
  I *think* it is incomplete and therefore incorrect.

- Stefan, try using quotes in your translations and check whether
  everything still works.  Example: translate the "Create account"
  button to "Create \"haha\" account \'hihi\'" and see if you can
  still create new accounts.  Maybe automate this using a quick
  hack in the locale module ...
2002-11-01 10:47:20 +00:00
Dries Buytaert 74c722502b - Applied a PostgreSQL patch from James. 2002-11-01 09:37:31 +00:00
Dries Buytaert 9cb1bc4c22 - Substituted the weblogs module with a more generic ping module. We're
now pinging http://blo.gs/ as well as support the new Weblogs.com RSS
  format.  Thanks Breyten.
2002-11-01 09:31:59 +00:00
Dries Buytaert c9157a233b - Made sure blocks are sorted by weight. Patch by Ax. 2002-10-30 08:12:28 +00:00
Dries Buytaert aa28ec5230 - Applied db_query() fix. Thanks Gerhard and Marco. 2002-10-30 08:02:52 +00:00
Dries Buytaert b2c6a9b0b6 - Applied Stefan's locale patches. 2002-10-29 19:41:08 +00:00
Dries Buytaert 54aba8d561 - Applied Stefaan's locale patches. The statistics.module patch failed to
apply.
2002-10-29 19:39:19 +00:00
Dries Buytaert 38c6aeafad - Made sure we switching using $delta. Thanks Marco and Gerhard. 2002-10-29 19:30:13 +00:00
Dries Buytaert a430d5de03 - Added Jeremy. 2002-10-29 19:22:41 +00:00
Kjartan Mannes 8eed5abd86 - Fixing blocks for forum, queue and statistics. 2002-10-28 19:36:37 +00:00
Kjartan Mannes acd0cb0607 - blocks != boxes. Sorry :) 2002-10-26 21:50:39 +00:00
Kjartan Mannes 18eb8f050a - making sure the type field is set right for blocks: 1 -> 0, 2 ->1. 2002-10-26 21:47:55 +00:00
Kjartan Mannes 470d763bdc - setting the right date for block update. 2002-10-26 21:43:17 +00:00
Dries Buytaert 18a18a0efa - Fixed a braino. 2002-10-26 20:27:01 +00:00
Dries Buytaert 1b452ef507 - Applied a slightly modified version of breyten's weblogs.module patch. 2002-10-26 16:46:26 +00:00
Dries Buytaert 8d103a0898 - Committed Marco's block rewrite:
+ Blocks are not longer called if not rendered: major performance
     improvement.
   + Fixed some bugs (preview option was broken, path option was broken).
   + Removed "ascii"-type blocks.
   + Added permission to for "PHP blocks"
   + ...

  NOTES:

   + You'll want to run "update.php":

       ALTER TABLE blocks DROP remove;
       ALTER TABLE blocks DROP name;

   + You'll want to update your custom modules as well as the modules in
     the contrib repository.  Block function should now read:

       function *_block($op = "list", $delta = 0) {
         if ($op == "list") {
           return array of block infos
         }
         else {
           return subject and content of $delta block
         }
       }
2002-10-26 15:17:26 +00:00
Dries Buytaert 2ec14f35ac - Removed my superfluous check. 2002-10-24 17:45:37 +00:00
Dries Buytaert 2512ce7697 - Killed a warning. Reported by ax. 2002-10-24 17:44:39 +00:00
Kjartan Mannes c65cfcabb5 - sort books by weight, then title in book_render(). 2002-10-24 15:39:24 +00:00
Kjartan Mannes 2afb09563d - dont print empty row if there are no next or prev links to show in admin_overview. 2002-10-24 14:29:00 +00:00
Dries Buytaert 1e5813d4f4 - Made it possible to connect to mysql databases running on non-standard
ports.  Patch by Alastair.
2002-10-23 20:09:29 +00:00
Dries Buytaert 66c5b70736 - Wrapped some hardcoded colors in "theme_invoke()"s; we can still create
a drupal_error() later on but I think we better get used to theme_invoke().

- Fixed translation bug.  Patch by Moshe.

- Fixed PHP warning.  Patch by ax.
2002-10-22 18:46:43 +00:00
Dries Buytaert 88d6ef3a2a - Added missing t() function. Patch by Marco. 2002-10-22 18:39:56 +00:00
Dries Buytaert 4efe2c887b - Fixed bug reported by Ax. 2002-10-21 19:47:41 +00:00
Kjartan Mannes 7d1c1fcc16 . fixing what I did earlier. Not sure how that happend. 2002-10-20 19:17:17 +00:00
Kjartan Mannes 0b323c0d8a - applying patch from Ax. Bug #389:
"Notice: Undefined variable: conf" in common.inc on line 779
2002-10-20 11:59:34 +00:00
Kjartan Mannes ed8d88435e - fixing an access bug in import.module. 2002-10-19 23:31:11 +00:00
Dries Buytaert 2e43215bbb - Removed dead code. 2002-10-18 10:05:46 +00:00
Dries Buytaert 30447b05be - Applied Marco's poll.module patch. 2002-10-18 05:26:01 +00:00
Kjartan Mannes b60b9ca828 - removed function module_rehash().
- updated database dump.
- removed tables modules, layout and referrer (don't forget to backup!).
2002-10-17 18:34:38 +00:00
Kjartan Mannes 623397d6dd - fixing the logic for populating $node when adding a new node. Title, teaser,
body will now be set correctly, or be left unset if no values are included in
  the request.
2002-10-17 09:21:03 +00:00
Dries Buytaert 980f0700a1 - Fixed bug with "jump to recent comment" link.
- Fixed bug with "nex topic" and "previous" topic links.

- Removed "admin"-hook all together.
2002-10-16 18:38:33 +00:00