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
Dries Buytaert
61780d8516
- Fixed bug in cache_get(). Patch by Anarcat.
2003-04-13 14:12:43 +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
45276202cc
Patch by Ax:
...
- Bugfix: xtemplate.inc removed "$xx" from content.
- Improvement: changed a high ascii char to low ascii to be able to debug
xtemplate.inc.
2003-04-04 06:08:53 +00:00
Dries Buytaert
3ab5709af5
- Changed pconnect() to connect().
2003-04-03 22:18:47 +00:00
Dries Buytaert
62f5ae01f6
- Some coding style fixes.
2003-04-03 22:18:27 +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
Kjartan Mannes
e73a163dbd
- Rollback: $cid in cache_set() is not required to be numerical.
2003-03-29 18:08:56 +00:00
Dries Buytaert
4742ba3549
- Fixed some SQL query directives.
2003-03-29 16:30:40 +00:00
Dries Buytaert
6857ab3dbb
- Some updates/additions.
2003-03-29 08:06:19 +00:00
Dries Buytaert
b3225af15a
- Fixed typo in the block delete link. Reported by Paul C.
2003-03-29 08:05:37 +00:00