Dries Buytaert
57c7d7b43b
- The page_footer() function was always called twice due to the introduction
...
of the "footer" hook (and because of the existence of the page module).
This caused the node view counter to be incremented twice per page view,
the cache being set twice, etc. Quite a bug.
2003-05-18 09:48:49 +00:00
Dries Buytaert
494aa87e37
- Small change that reduces the number of SQL queries when a certain role has
...
no permissions set.
2003-05-18 09:10:17 +00:00
Dries Buytaert
9c43f5440e
- Fixed some PostgreSQL issues. Reported by Michael.
...
- Removed some dead wood.
2003-05-18 07:01:37 +00:00
Dries Buytaert
07ab3915c4
- Only export the "who is online" block when the access log is enabled.
...
Patch by Al. Fixed bug #1692 .
- Only export the "top nodes" block when the node counters are enabled.
2003-05-17 19:57:52 +00:00
Dries Buytaert
badf1ca458
- Fixed bug #1665 : teaser is not trimmed when creating static pages.
...
Patch by Marco.
2003-05-17 13:56:53 +00:00
Dries Buytaert
8d50bab9f9
- Specified the charset such that the administration pages would validate.
...
Is this an OK thing to do?
2003-05-13 21:36:57 +00:00
Dries Buytaert
460b902d70
- Added a couple of checks to avoid pg_atoi problems using PostgreSQL.
...
Reported by Michael Frankowski.
2003-05-13 21:34:39 +00:00
Dries Buytaert
bf300292da
- Made the teaser work for HTML book pages. Patch by Nick.
2003-05-13 20:17:14 +00:00
Dries Buytaert
0215c5032f
- The book_admin_orphan() function is using the table() function to render
...
the orphan pages. Patch by Nick.
- The "printer-friendly link" is only shown when the book page is not on
the main page. Patch by Nick.
2003-05-13 19:05:02 +00:00
Dries Buytaert
c2d2fb7309
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.
...
- Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski.
- Removed dependency on "register_globals = on"! Patches by Michael Frankowski.
Notes:
+ Updated the patches to use $foo["bar"] instead of $foo['bar'].
+ Updated the INSTALL and CHANGELOG files as well.
- Tiny improvement to the "./scripts/code-clean.sh" script.
2003-05-13 18:36:38 +00:00
Dries Buytaert
73d5cf8644
*** empty log message ***
2003-05-10 16:13:17 +00:00
Dries Buytaert
b523de70d3
- Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.
2003-05-10 15:22:38 +00:00
Dries Buytaert
167cf56aa6
- Fixed warning when creating a vocabulary with no types. Reported by Gerhard,
...
patch by Marco.
2003-05-10 14:56:23 +00:00
Dries Buytaert
a31c329735
- Patch by Marco:
...
+ Fixed bug 1544: comment_mod_matrix() was broken.
+ Emit tables using the table rendering functions.
+ Fixed a typo in the documentation/comments.
(Welcome back Marco!)
2003-05-10 14:43:22 +00:00
Dries Buytaert
7aa28ea114
- Added an option to make "node previews" optional. Patch by n8. See
...
"site configuration > modules > node".
2003-05-10 13:54:38 +00:00
Dries Buytaert
a161110a6b
- Applied Michael Caerwyn's "%s -> %d" patch.
...
- Changed all occurences of '%d' to %d as suggested on the mailing list.
2003-05-07 21:00:36 +00:00
Dries Buytaert
c60e3b13fa
- Added missing t() function. Patch ba Al.
2003-05-06 06:42:01 +00:00
Dries Buytaert
5632464104
- Fixed bug #1336 : profile module problem. Patch by Al.
2003-05-03 05:44:25 +00:00
Dries Buytaert
3672ce2cf3
- Fixed typo.
2003-05-02 22:44:11 +00:00
Dries Buytaert
54459cc01a
- Fixed the function prototypes of the newly introduced theme_user_list(),
...
theme_node_list(), and theme_menu_list(). This will fix the excessive
gap between lists and avoids generating empty <b></b> constructs.
2003-05-02 20:44:14 +00:00
Dries Buytaert
8a95b9b87e
- Fixed critical bug #1539 ; incorrect use of pager_query().
2003-05-02 19:36:59 +00:00
Dries Buytaert
2d6408dff3
- Committed Adrian's item patch. It would be nice if one or more of the
...
standard themes could be updated to demonstrate the possibilities.
2003-04-29 20:48:50 +00:00
Dries Buytaert
5ce6e015d0
- Fixes bug #1336 and #1473 .
2003-04-29 20:31:21 +00:00
Dries Buytaert
db04650411
- Added support for user registration guidelines. Patch by Al. Feature request #1109 .
2003-04-28 21:36:43 +00:00
Dries Buytaert
4a9e233d75
- News items are now filtered using node_filter() instead of filter(). This stops the other filters (such as textile) from kicking in and messing with the data. Reported by Gary.
2003-04-28 21:23:11 +00:00
Dries Buytaert
50b5fa0459
- Simplified blogger API module thanks to node API changes. Patch by Moshe.
2003-04-28 20:54:39 +00:00
Dries Buytaert
4ca11cab45
- Fixed the grammer of the Who's online block. Patch by Al. Fixes bug #1541 .
2003-04-28 20:54:14 +00:00
Dries Buytaert
fe4b713b68
- Added title module; this brings back some old functionality. Thanks
...
Moshe and Gerhard.
2003-04-24 21:56:12 +00:00
Dries Buytaert
4c0d7da02f
- Added admin description suggested by Gunnar (slightly modified).
2003-04-22 20:10:23 +00:00
Dries Buytaert
e0166988fa
- Drop some unneeded table-name qualifiers. Patch by Gary.
2003-04-22 18:50:59 +00:00
Dries Buytaert
c32f544df9
- Fixed type: whos -> who's
2003-04-22 06:39:13 +00:00
Dries Buytaert
a956de78b9
- Fixed some PHP "notices".
2003-04-21 14:55:03 +00:00
Dries Buytaert
b505b5ab65
- Committed Gordon's htmlarea patch.
2003-04-21 13:56:09 +00:00
Dries Buytaert
9c3bca068d
- Added some missing quotes.
2003-04-21 12:20:25 +00:00
Dries Buytaert
c7fc340e83
- Added some missing quotes.
2003-04-21 12:15:12 +00:00
Dries Buytaert
e6cf829ece
- Bugfix: show the 'printer-friendly version' link for everybody not just for
...
people with the update book permission. Patch by Nick Berendsen.
2003-04-21 07:29:26 +00:00
Dries Buytaert
3c2dc18c82
- Fixed bug #1545 : incorrect sequence tables on PostgreSQL. Patch by Neil.
...
In addition, I have updated update.php so it makes the corresponding
changes for MySQL users.
2003-04-20 20:33:28 +00:00
Dries Buytaert
b85cf71962
- Applied modified version of Al's "block delta" patch. I left out the
...
blogroll feature as I think it would get very confusing. I don't mind
to add it but it need some thought and documentation as it somewhat
conflicts with the existing cloud module.
These changes require you to run update.php.
2003-04-19 16:42:42 +00:00
Dries Buytaert
6bc00ed3b3
- Fixed bug with empty <title>-tags. Reported by Gary Lawrence Murphy.
...
- Fixed bug with "add new feed" and "add new bundle" forms. It would
display the edit forms as well due to a missing break-statement.
2003-04-19 08:37:49 +00:00
Dries Buytaert
9f82fee1b7
- Fixed broken query in the statistics module. Fix by Gary Lawrence Murphy.
2003-04-19 07:22:51 +00:00
Dries Buytaert
2bbd9c0c7c
- Small fix.
2003-04-16 21:07:46 +00:00
Dries Buytaert
2de4c1c643
- Node API improvements by Moshe:
...
"implemented pieces of kjartan's original nodeAPI patch. the mingling
of other modules into node.module logic decreases (a good thing). for
example, the string "taxonomy" now appears nowhere in node.module
- moved the saving of taxonomy terms when submitting a node out of
node.module and into taxonomy.module
- moved the deletion of comments while deleting a node out of
node.module and into comment.module
- improved usability of node forms by including node type in the title
of the box and page"
2003-04-15 19:50:04 +00:00
Dries Buytaert
86ddee8dc5
- I have added an option to enable/disable cron support.
...
- Updated the cache system's documentation - it was no longer current.
2003-04-15 19:10:02 +00:00
Dries Buytaert
bbab043785
- Made book_tree_recurse() emit code that validates as XHTML. Patch by Nick
...
Berendsen.
2003-04-14 21:03:59 +00:00
Dries Buytaert
70f5b8649b
A batch of changes:
...
- Renamed '---' to '<!--break-->'.
- Removed hard-coded call to the statistics module from the node module.
Patch by Gerhard.
- Removed tables from poll module. Modified patch by Al. Changes to Al's
patch are:
"polltext" -> "poll-text"
"pollfg" -> "poll-foreground"
"pollbg" -> "poll-background"
- Changed some 'statistics.foo's to 's.foo's. Patch by Gary.
[If this closes any bug reports, please update them on drupal.org.]
2003-04-14 18:44:59 +00:00
Dries Buytaert
2efb83ee57
- Changed 'empty()' to '!isset()' to fix a caching bug. Patch by Garry.
2003-04-13 18:33:01 +00:00
Dries Buytaert
02f437a2f4
- Renamed 'validate_email_address' to 'valid_email_address'.
...
- Added a 'form_radio' function.
2003-04-13 13:42:51 +00:00
Dries Buytaert
b7ddc3a407
- Bugfix: removed 'width="100%"' attributes from table tags. Patch by Al.
...
"IE has a bug with tables inside divs with width=100%. I see no reason why
the forum tables should be 100% - they are pretty much naturally padded to
100% as soon as anyone puts any content in them. Removing them doesn't
affect functionality and improves layout compatibility on IE."
2003-04-04 06:26:00 +00:00
Dries Buytaert
cb2d27c78d
- Patch by Ax. Fixed some syntax errors:
...
- case t("whatever");
+ case t("whatever"):
2003-04-04 06:17:02 +00:00
Dries Buytaert
1f70473a1e
- Fixed bug in taxonomy module. Patch by Gerhard.
2003-04-02 20:39:44 +00:00
Dries Buytaert
3ad7449bc7
- Various improvements to the menu system.
...
- Changed the import and taxonomy module to use better URLs. Patches by
Al.
- Fixed locale module weirdness. Patch by Kjartan.
2003-04-01 06:05:15 +00:00
Dries Buytaert
a92bfba707
- Fixed bug #1336 : http://drupal.org/node/view/1336 . Thanks Marky.
2003-03-29 20:19:37 +00:00
Dries Buytaert
ec5aff0a0b
- Fixed a bug in the "comment votes" _and_ "comment filters" page. Reported
...
by Paul C.
TODO: someone should look into 'comment_mod_matrix()' - it uses a global
variable $rid that is not set anywhere..
2003-03-29 20:05:07 +00:00
Dries Buytaert
4742ba3549
- Fixed some SQL query directives.
2003-03-29 16:30:40 +00:00
Dries Buytaert
b3225af15a
- Fixed typo in the block delete link. Reported by Paul C.
2003-03-29 08:05:37 +00:00
Dries Buytaert
ab04177d6f
- Fixed the broken access log pages.
...
- Changed some '%s's to '%d's - there are more of these left to fix.
- Added pager support to the access log pages.
- Tried to improve the usability of the access log pages.
2003-03-28 11:38:08 +00:00
Dries Buytaert
d1be768b28
- Moved the logic of email validation from user_validate_mail to a new function
...
in common.inc. Modified patch from Gerhard.
2003-03-28 10:55:27 +00:00
Dries Buytaert
8e9d557ac8
- Bugfix by Al.
2003-03-27 18:48:48 +00:00
Dries Buytaert
3c1d5b9f3f
- Added missing title description. Patch by Stefan.
2003-03-25 20:18:00 +00:00
Dries Buytaert
0e19200443
- Added missing title description. Patch by Stefan.
2003-03-25 20:16:28 +00:00
Dries Buytaert
ad2d4d8496
- Bugfix. Reported by Gunnar
2003-03-23 19:14:26 +00:00
Dries Buytaert
9836201e7f
- Bugfix. Reported by Gunnar
2003-03-23 19:12:38 +00:00
Dries Buytaert
3b840abec8
- Fixed some broken links in the taxonomy help. Reported by Moshe at
...
http://drupal.org/node/view/299#2255 .
2003-03-23 13:17:05 +00:00
Dries Buytaert
016b8336f8
- Bugfix: ignore "textinput" and "image" tags, for now. Reported by Al Maw.
2003-03-23 11:48:53 +00:00
Dries Buytaert
e2ab17fbae
- Refactored the import module: it will now use PHP's built-in XML parser
...
rather then a set of regular expressions. Solves Debian bug #184252 :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184252
- Fixes some invalid db_query_range() queries. This solves bug #1287 :
http://drupal.org/node/view/1387
- Fixed the use of '%d' and '%s' in some queries.
- Fixed some translation bugs.
- Improved error/status reporting.
2003-03-23 09:35:32 +00:00
Dries Buytaert
65b6203700
- Another improvement to the e-mail address validation code. Fixed Debian
...
bug #185217 . Patch by Gerhard.
2003-03-19 17:34:27 +00:00
Dries Buytaert
31fce3f08c
- Fixed glitch in e-mail verification code. Patch by Gerhard.
2003-03-18 19:18:30 +00:00
Dries Buytaert
ff6976f619
- Fixed broken URL in the blog module's feed. Reported by Gunnar.
2003-03-17 20:09:34 +00:00
Dries Buytaert
2c0f3c9457
- Cache improvement: only flush cache when told to.
2003-03-16 21:49:33 +00:00
Dries Buytaert
297bc73f81
- Bugfix: deleting a node should flush the cache.
2003-03-16 21:47:15 +00:00
Dries Buytaert
583104ce28
- Fixed typo: 'writeable' -> 'writable'
2003-03-16 12:36:07 +00:00
Dries Buytaert
bf3dec3e0d
- Fixed typo: 'messagess' -> 'messages'
2003-03-16 12:34:10 +00:00
Dries Buytaert
59d36699d5
- Fixed 3 typos.
2003-03-16 12:33:18 +00:00
Dries Buytaert
603f604113
- Added a pager to the tracker page.
2003-03-16 07:38:39 +00:00
Dries Buytaert
170b674a09
- All LIMIT queries must go through the pager or through db_query_range().
...
The syntax for db_query_range() was enhanced so it matches db_query(). So
you may pass extra arguments of the SQL statement which are checked via
check_query() and then substituted into the SQL statement. After these
optional arguments, you always pass $from and $count parameters which
define your range. Most often, the $from is 0 and the count is the max
number of records you want returned. Patch by Moshe.
- The pager_query() function for PEAR was enhanced so that it adds proper
GROUP BY statement counting the number of records to be paged. Patch by
James Arthur.
- MSSQL database scheme by Moshe.
2003-03-16 07:02:20 +00:00
Dries Buytaert
717a9d9e78
- Some visual improvements. More suggestions welcome.
2003-03-15 20:00:17 +00:00
Dries Buytaert
b87c83b319
- Fixed coding style issues. Patch by Ax.
2003-03-14 22:21:23 +00:00
Dries Buytaert
dc19b22fb8
- Modified patch of Moshe. Enhances the tracker module so it displayes recent
...
*nodes* in addition to comments. This will be helpful for tracking down new
book nodes, blog posts, news items, and other stuff which isn't interesting
enough to be promoted to the home page.
2003-03-14 20:41:27 +00:00
Dries Buytaert
1f2d2b73dd
- Fixed a CSS glitch. Thanks Al.
...
- Removed extraneous %uri's.
2003-03-14 20:33:53 +00:00
Dries Buytaert
d0a8e9221b
- Removed target attribute from <a href="">. Patch by Al.
2003-03-13 21:19:36 +00:00
Dries Buytaert
df75067205
Patch by Ax:
...
- the index link ("View this book's table of contents.") which pointed
to http://drupal/book instead of to ... this book's table of contents.
- it doesn't print "previous", "next", "up", "index" if there are no
"previous", "next", "up", "index"
- it doesn't print "index" if "up" /is/ the "index"
- it swaps the order of "up" and "index", ie. "up" is in the row above
"index", between "previous" and "next" now. this is more logical and the
way all tree-browsing apps (python doc, info, ...) do it.
2003-03-13 20:09:47 +00:00
Kjartan Mannes
9a57a20732
- Fixes invalid link generation in import module (wouldn't work with
...
clean urls enabled).
- Changed the logic in blog module to handle "blog it" links.
2003-03-13 14:02:44 +00:00
Dries Buytaert
4ad174c411
- Eliminated system_init(), the session stuff, and made it possible to
...
rebuild the menu.
2003-03-12 21:46:14 +00:00
Dries Buytaert
127c6fd465
- Fixed translation bug.
...
- Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil.
- Fixed broken URLs in e-mails. Reported by Stefaan.
2003-03-12 21:31:09 +00:00
Dries Buytaert
e1cd7e0836
- The name of a forum node is a "forum topic", not a "discussion forum".
2003-03-12 20:17:14 +00:00
Dries Buytaert
4079abab3b
- Ported Neil Ernst's patch to CVS: prefix a columname with a qualification
...
to make things work using PostgreSQL.
NOTE: Neil's "&&"-patch will be part of Moshe's MSSQL patch.
2003-03-11 22:49:16 +00:00
Kjartan Mannes
7c63dbccc8
- Fixing typos.
2003-03-11 08:43:59 +00:00
Dries Buytaert
cd31f11348
- Fixed request 583. Patch by Al.
2003-03-10 21:08:35 +00:00
Dries Buytaert
34aeff6c6c
- Fixed typo: maxumum -> maximum. Patch by Al.
2003-03-10 20:34:40 +00:00
Dries Buytaert
1a647c573b
- Committed Ax' book patch to "fix" the "next/prev" navigation.
2003-03-10 20:18:38 +00:00
Kjartan Mannes
1f81d0e222
- Fixing bug reported by Alastair Maw. My paranoia got a little bit too much
...
apparently.
2003-03-10 18:13:45 +00:00
Kjartan Mannes
5689a98529
- Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and related
...
terms.
- Added feature #1299 : Order of related terms and parent in taxonomy
admin.
2003-03-10 14:07:14 +00:00
Kjartan Mannes
b5ba5e22e1
- Added another security layer.
...
- Modified some moderation logic to make it more workable.
2003-03-10 12:01:26 +00:00
Kjartan Mannes
9649350004
- Fixed log views so that the menu doesn't dissapear. (Note: don't use exit()
...
in Drupal unless you really need to!)
2003-03-09 21:40:01 +00:00
Kjartan Mannes
5a646024db
- Ahem , trailing spaces.
2003-03-09 17:21:22 +00:00
Kjartan Mannes
1421c878d1
- Moved moderation logic back into node module.
...
* After having a chat with Dries we have agreed on the logics (or
more specifically he told me how its supposed to work). The queue
module is just a method to make moderation public, but its not
necessarily the only way. This brings the power back.
- Minor interface tweaks (names, case changes, etc).
- Fixed error that would show when you tried to view the profile of a
blocked user.
2003-03-09 17:19:50 +00:00
Dries Buytaert
738cebbaf2
- Moved some block up to avoid the user module duplicating data.
2003-03-09 15:50:26 +00:00
Dries Buytaert
accb30677c
- Emit the menu after the actual content; this makes it possible to rebuild
...
the menu when some action changed the system table.
2003-03-09 13:03:32 +00:00
Kjartan Mannes
c2866848d1
- Removing some trailing whitespace I forgot to clean up.
2003-03-09 10:19:16 +00:00
Kjartan Mannes
a0deb476fa
- Changed _nodeapi("conf") to _nodeapi("settings").
...
- Changed node settings page to use table().
- Minor code beautification here and there.
2003-03-08 14:35:42 +00:00
Dries Buytaert
491b0b59ec
- Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work.
...
Patch by Trent.
2003-03-08 00:20:47 +00:00
Kjartan Mannes
831ee21303
- Renamed "form.admin" to "form admin".
...
- Added node_admin_settings() to let users set node defaults.
* Added _nodeapi("conf")
- Modified form_checkbox() to unset options. (Modified the patch from Ax.)
- Removed the _save() hook.
- Fixed a logical flaw in field_get() and field_set() which would break
moderation.
- Moved some admin menus around and cleaned up some typos.
2003-03-07 22:11:44 +00:00
Dries Buytaert
d659fedb38
- Removed the path_uri() function in favor of the $base_url variable and
...
fixes a handful of bugs introduced by the clean URL patch.
2003-03-07 06:37:30 +00:00
Dries Buytaert
d5fe0cfe20
- Fixed bug in search.module: slashes where escaped twice.
2003-03-06 22:03:36 +00:00
Dries Buytaert
25c5e5977a
- Fixed broken URL in comment form. Patch by Ax.
2003-03-06 08:19:01 +00:00
Dries Buytaert
a15bf99e46
- Fixed the links in the admin menu. Patch by Ax.
2003-03-05 18:56:57 +00:00
Dries Buytaert
f26d8807fc
- Two small fixes.
2003-03-04 17:41:11 +00:00
Dries Buytaert
cf2802a761
- Fixed typo: $node->tid -> $node->tid[].
2003-03-04 15:32:26 +00:00
Dries Buytaert
ae88a6def7
- Corrected coding style and fixed some "undefined index/variable" warnings.
...
Patch by Ax.
2003-03-04 06:20:18 +00:00
Dries Buytaert
db9d442483
- Fixed typo in system module. Patch by Ax.
2003-03-04 06:13:44 +00:00
Dries Buytaert
3f90aff045
- Various system module improvements. Patch by Al.
2003-03-02 20:58:12 +00:00
Dries Buytaert
6ccb8438bc
- Fixed the "adminster" link at the bottom of every node's display. Patch
...
by Al.
2003-03-02 20:51:57 +00:00
Dries Buytaert
55a449f972
- This commit fixes URLs, and makes the "edit book outline" link at the bottom
...
of an "/admin/node/edit/n" page work properly. Patch by Al.
2003-03-02 20:50:40 +00:00
Dries Buytaert
223c224d43
- Grammar fix. Patch by Al.
2003-03-02 20:33:20 +00:00
Dries Buytaert
0b7cecd5b6
- Some fixes and improvements to the taxonomy module. Patch by Al.
2003-02-27 23:43:50 +00:00
Dries Buytaert
3c61a382bb
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al.
2003-02-27 22:49:59 +00:00
Dries Buytaert
64cc473d6d
- Removed <?php ?> tags from documentation and made sure the important links are
...
at the top. Patch by Al.
2003-02-27 07:26:54 +00:00
Dries Buytaert
dadf09d8c8
- Fixed bug in comment_num_replies() causing problems in the tracker module
...
(and potentially in the forum module).
2003-02-26 22:19:24 +00:00
Dries Buytaert
8ae2520965
- Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel/2003-February/022233.html . Patch by Ax.
2003-02-26 22:02:46 +00:00
Dries Buytaert
bca66646f0
- Performance improvement. Patch by Zbynek.
...
1) Even when string is not translated, put it in the cache and save a
query for each untranslated string.
2) When there is no cache, create one.
2003-02-26 21:54:35 +00:00
Dries Buytaert
91dfef65af
- Fixed some typos spotted by Al Maw.
2003-02-25 19:52:32 +00:00
Dries Buytaert
fd6f209de0
- Fixed some broken links.
2003-02-24 19:19:12 +00:00
Dries Buytaert
b1f4758455
- Fixed typo. Patch by Garym. (Something went wrong with my earlier commit.)
2003-02-23 21:36:29 +00:00
Dries Buytaert
20e8bc12ca
*** empty log message ***
2003-02-23 21:30:52 +00:00
Dries Buytaert
277ceae515
- New menu houskeeping. Prototyped by Zbynek.
...
The following modules need updating:
* glossary module
* feed module (Breyten's version)
* mailhandler module
* notify module
* project module
* smileys module
* admin module
* style module
* taxonomy_dhtml module
To avoid unexpected problems menu_add() is deprecated (it will print an
error message when used) and menu() should be used instead.
2003-02-20 22:44:51 +00:00
Dries Buytaert
52314ddc32
- Theme options patch. See mailing list.
2003-02-17 22:33:31 +00:00
Dries Buytaert
465a598770
- Fixed off-by-one bug in the search module. Patch by Brad. (Still looking
...
into the blog module patch.)
2003-02-16 17:47:53 +00:00
Kjartan Mannes
dd329e1d95
- Added function node_invoke_all($hook, &$node, $op, $arg = 0).
...
- Added a _nodeapi hook that in time will replace the _node hook. Trying
to make as few changes to existing code as possible until the new api
is stabilized.
- Modified node_form() to add administration options from other modules
using the _nodeapi hook.
- Modified node_save() to fetch which fields should be saved to the node
table from the _nodeapi hook.
- Moved comment and queue options from node_form() and node_save() to
the modules _nodeapi hooks.
2003-02-16 14:57:35 +00:00
Dries Buytaert
b29f1bff7f
- Removed from the main repository. See 'contrib/modules/devel' for a more
...
advanced development module maintained by Moshe.
2003-02-16 08:25:07 +00:00
Kjartan Mannes
a76151351e
- Modifying user_validate_mail() to accept more e-mail addresses.
2003-02-15 20:52:28 +00:00
Dries Buytaert
83f5d82876
- Everything is using theme("function") now instead of $theme->function().
2003-02-15 11:39:56 +00:00
Dries Buytaert
d038729797
- Clean URLs.
2003-02-14 19:52:45 +00:00
Kjartan Mannes
d154836125
- Applied patch from Axel: missing cid in comment search results.
2003-02-12 21:39:07 +00:00
Kjartan Mannes
32989e14db
- Fixed blog.module to accept blog/name URLs as well as blog/id
...
- Changed the RewriteRule in .htaccess.
- Fixed form_select() matching incorrectly.
- Added missing $Id$ to menu.inc
2003-02-12 21:37:56 +00:00
Dries Buytaert
e90f3b883b
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html .
2003-02-11 20:01:17 +00:00
Dries Buytaert
3d3a60740a
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Requi
...
red for Drupal to work on new versions of PostgreSQL. Patch by James.
2003-02-09 18:06:31 +00:00
Dries Buytaert
e5aae050a7
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Required for Drupal to work on new versions of PostgreSQL. Patch by James.
2003-02-09 18:01:32 +00:00
Dries Buytaert
f3c093f638
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Requi
...
red for Drupal to work on new versions of PostgreSQL. Patch by James, backported to CVS by me.
2003-02-09 17:58:56 +00:00
Dries Buytaert
9281d0cdd7
- Applied Alastair's date patch.
...
- Removed all instances of '$user->nodes'.
- Committed Moshe's taxonomy patch - minus the node_compact_list() bit. It needs a bit more thought/work. This patch changes the links of taxonomy pages/feeds so update your custom code and themes accordingly!
Themes should now use "taxonomy_link("taxonomy terms", $node)" to get an array of taxonomy term links. The old construct is deprecated and should be changed.
// old theme blob:
if (function_exists("taxonomy_node_get_terms")) {
foreach (taxonomy_node_get_terms($node->nid) as $term) {
$terms[] = l($term->name, NULL, array(), "or=$term->tid");
}
}
// new theme blob:
if (module_exist("taxonomy")) {
$terms = taxonomy_link("taxonomy terms", $node);
}
// old URL:
http://foo.com/index.php?or=1,2
// new URL:
http://foo.com/?q=taxonomy/page/or/1,2
2003-02-09 17:39:40 +00:00
Dries Buytaert
6953d95b2d
- Fixed bug #1133 : disabled comments are no longer shown. Thanks Gerhard.
2003-02-09 14:38:20 +00:00
Dries Buytaert
10cb57a0b7
- Removed redundant code.
2003-02-02 21:05:34 +00:00
Dries Buytaert
6fcadb8ef5
- Made it possible to print forum submission guidelines. Patch by Moshe.
2003-02-02 10:02:37 +00:00
Dries Buytaert
c23f53f786
- Fixed typo: '$node->nide' -> '$node->nid'. Patch by Alastair.
2003-02-01 20:04:00 +00:00
Dries Buytaert
6746ee41f5
- Added some caching. Patch by Moshe.
2003-02-01 20:01:43 +00:00
Dries Buytaert
74a3318ca9
- Bugfix; we got redirected to the wrong URL.
2003-01-29 23:33:50 +00:00
Dries Buytaert
2e6e1efbae
- Renamed "Allow HTML tags" to "Filter HTML tags" for clarity. Reported by
...
Ax.
2003-01-29 23:15:10 +00:00
Dries Buytaert
5b720be335
- Corrected misplaced quote. Reported by Gerhard.
2003-01-29 18:40:47 +00:00
Dries Buytaert
a32e3d1408
- Added sitemap feature to administration pages. Requested by various
...
people including Michael and Moshe.
2003-01-26 13:27:59 +00:00
Dries Buytaert
4028362fda
- Applied Moshe's _exit patch (slightly modified).
...
- Fixed bug in system.module.
2003-01-26 13:22:02 +00:00
Dries Buytaert
ad9b03033a
- Some first changes to the system.module; tidied up some code, preparations
...
for theme settings and borrowing some ideas from Kjartan's long-awaited
system.module patch.
2003-01-26 12:54:56 +00:00