Commit Graph

1624 Commits (2ec14f35ac7d5600e6d03b5cf79f717f43d1cfab)

Author SHA1 Message Date
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
Dries Buytaert 0c42ca27a0 - Small improvement to the forum module block. 2002-10-16 18:23:39 +00:00
Steven Wittens c238481f02 - Fixed missing filtering 2002-10-15 23:17:15 +00:00
Steven Wittens c5da43fa40 - Fixed missing filtering 2002-10-15 23:15:55 +00:00
Kjartan Mannes 1ff4da96e3 - submit page will now use $edit[teaser/body] if available in the initial request. 2002-10-15 09:40:40 +00:00
Kjartan Mannes 1e97129589 - fixing SQL queries. Do not append ; to SQL queries in PHP.
- fixing the statistics module SQL updates so they work for users that haven't
  used the statistics module before.
2002-10-15 09:20:25 +00:00
Dries Buytaert 4ad8996ff7 - Fixed bug in user_save().
- Added "Who's new" block.  I accidentically removed it.
2002-10-13 18:44:09 +00:00
Dries Buytaert 904a6172b0 - Made some usability improvements. Needs more work but I had my take for
today ...
2002-10-13 15:05:35 +00:00
Dries Buytaert fcae7030cc - Committed Jeremy's incarnation of the statistics module. Last minutes
changes include:

    * a couple of coding style changes, renamed some "stats" into
      "statistics", etc.

    * removed the "Who's online" block from the user module.

    * added db_affected_rows() to the resp. database abstraction
      layers and made the statistics module use db_affected_rows()
      instead.

    * added update logic to "update.php".
2002-10-13 12:00:50 +00:00
Dries Buytaert 30315c40c0 - Applied Moshe's comment module patch to address some of the usability
issues.
2002-10-13 09:18:58 +00:00
Dries Buytaert 501fb86f7e - Made sure the tracker module does not list discarded comments. Patch by
Moshe.
2002-10-09 20:20:49 +00:00
Dries Buytaert 7618747338 - Fixed an HTML entity. Patch by Remco. 2002-10-09 20:18:05 +00:00
Dries Buytaert 88e61f5f7b - Fixed a "<br />". Patch by Remco.
(Note that I still plan to include Jeremy's statistics module.)
2002-10-09 20:14:52 +00:00
Dries Buytaert f06239caf7 - Fixed warning in user module. 2002-10-07 20:40:19 +00:00
Kjartan Mannes 390b1e35a9 - changed format_date to allow W (week of year) in a custom format. 2002-10-04 17:10:16 +00:00
Dries Buytaert ebcd319d63 - Fixed HTML typo. Patch by Gerhard. 2002-10-02 19:30:05 +00:00
Kjartan Mannes 9e85e4b949 - fixing block configuration not working when user is disabling all blocks. 2002-09-30 09:19:50 +00:00
Kjartan Mannes ba75605e89 - coding style improvements. 2002-09-30 08:58:22 +00:00
Kjartan Mannes 87a6afbbd7 - fixed a bug in module_invoke_all , it will now also add 0's to the result
array. Thanks Moshe. (Didn't I commit this already?)
2002-09-30 08:55:45 +00:00
Kjartan Mannes 984dfaa7d8 - fixed a bug in module_invoke_all , it will now also add 0's to the result
array. Thanks Moshe.
2002-09-27 17:06:50 +00:00
Kjartan Mannes 564574ba07 - setting magic_quotes_gpc to 0 (off). IF it causes any problems please report. 2002-09-27 16:50:42 +00:00
Kjartan Mannes 9ec70dfa9e - fixing authored dated for new posts. 2002-09-27 16:49:19 +00:00
Dries Buytaert 56bd15ef4f - Applied Marco's first regex patch. 2002-09-26 16:12:09 +00:00
Dries Buytaert 2c165d0e2f - Applied Axel's patch to sort blocks by weight. 2002-09-26 16:10:35 +00:00
Kjartan Mannes 9347252fb9 - fixing user registration and field validation. 2002-09-25 22:05:47 +00:00
Kjartan Mannes 8457c4d2ff - serializing update_start variable. 2002-09-25 18:50:50 +00:00
Dries Buytaert e4d92b5892 - Some PostgreSQL improvements. Patch by James Arthur. 2002-09-22 10:01:03 +00:00
Dries Buytaert a3a5dd45a7 - Fixed bug with queue module not displaying comments. Patch by Moshe. 2002-09-18 05:06:33 +00:00
Dries Buytaert 50e4d79a3e - Fix problem of comments not showing when viewed through node.php. Patch
by Moshe.
2002-09-17 19:38:46 +00:00
Dries Buytaert 85c6e90543 - Made sure the sequence table is properly initialized for comments. 2002-09-17 18:39:16 +00:00
Dries Buytaert 2ba4c42ee1 - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,
fixed e-mail regex to accept IP addresses (eg. 127.0.0.1), changed some
  HTML to XHTML, fixed some cosmetic glitches, etc.
2002-09-17 18:32:00 +00:00
Dries Buytaert b2a5a897cb - Applied Moshe's forum.module patch. 2002-09-17 18:29:47 +00:00
Dries Buytaert fec23c52f0 - Applied Moshe's comment.module patch. 2002-09-17 17:55:05 +00:00
Dries Buytaert 92326261d1 - Commited Marco's new comment module and forum module!!! 2002-09-15 13:00:12 +00:00
Kjartan Mannes 7b155e5226 - removing the blot it link when the blog module is not loaded and the user
does not have access to post content. (Patch by Pierre Gorissen)
2002-09-14 13:51:57 +00:00