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
c886dfd05e
- Fixed "undefined variable" warning. Patch by Ax.
2003-05-10 13:10:26 +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
9a62873a4b
- Added <base href=""> to default theme. Patch by Al, though I had to add
...
a 'global $base_url;'. Fixes bug #1533 .
2003-05-07 20:39:27 +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
c2f3cb2b63
- Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when
...
PHP's XML-RPC library is enabled.
- Renamed 'xmlrpc_encode' to '_xmlrpc_encode' to avoid redeclaration when
PHP's XML-RPC library is enabled.
- Removed 'if (funcion_exist("xmlrpc_encode"))' check from common.inc.
2003-04-29 22:02:02 +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
fd37c0db4b
- Added default table values to MSSQL database scheme. Patch by Moshe. Fixes bug #1571 .
2003-04-28 20:53:42 +00:00
Dries Buytaert
31d8b14969
- A one line patch to theme.inc which adds a missing page title variable to
...
the header() function. Patch by Moshe.
2003-04-25 20:10:36 +00:00
Dries Buytaert
648f1e00a7
- Applied Ax's Xtemplate footer patch though shuffled around a bit with the
...
variable names.
2003-04-25 19:41:00 +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
709d9ec592
- Forgot to commit the modified "includes/common.inc" when applying the
...
htmlArea related modifications. Thanks Gordon.
2003-04-23 18:58:43 +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
716e833a6e
- Update Xtemplate theme to support the onload attribute (was not included in
...
Gordon's patch).
- Updated CHANGELOG.
2003-04-21 14:03:57 +00:00
Dries Buytaert
b505b5ab65
- Committed Gordon's htmlarea patch.
2003-04-21 13:56:09 +00:00
Dries Buytaert
cfb4d31f65
- Added missing quotes, initialized a variable an improved the error reporting
...
a little.
2003-04-21 12:36:09 +00:00
Dries Buytaert
81b05c6795
- Don't report duplicate entries - it is an OK thing to do.
2003-04-21 12:31:51 +00:00
Dries Buytaert
6db29f35e9
- Made cron.php add a watchdog entry upon completion.
2003-04-21 12:23:16 +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
39bed948ae
- Made sure that update.php enables the newly created admin module.
...
This should fix the other half of bug #1508 .
- Removed some dead wood: we don't need the menu table any more.
2003-04-18 22:42:59 +00:00
Dries Buytaert
9d5fb1029a
- Made sure the admin menu is enabled after a fresh install. This is
...
required to make the menu show up.
This partly fixes bug #1508 .
2003-04-18 22:33:15 +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
a53e34e80e
- Removed the deprecated function menu_add().
2003-04-14 20:29:31 +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
2116f7a017
- Changed error.php to use $base_url instead.
...
(Gary, would this close bug #1378?)
2003-04-14 18:15:11 +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
fd9635e63a
- Some MSSQL related fixes by Moshe.
2003-04-13 17:12:52 +00:00
Dries Buytaert
615f5bb921
- Made it so that the xtemplate engine can only be included once. Patch by
...
Ax.
2003-04-13 16:06:24 +00:00
Dries Buytaert
164003ed91
- Added missing tid-column to the forum table. Patch by Anarcat.
2003-04-13 15:26:52 +00:00