- 21 Apr, 2003 7 commits
-
-
Dries authored
- Committed Gordon's htmlarea patch.
-
Dries authored
- Added missing quotes, initialized a variable an improved the error reporting a little.
-
Dries authored
- Don't report duplicate entries - it is an OK thing to do.
-
Dries authored
- Made cron.php add a watchdog entry upon completion.
-
Dries authored
- Added some missing quotes.
-
Dries authored
- Added some missing quotes.
-
Dries authored
- Bugfix: show the 'printer-friendly version' link for everybody not just for people with the update book permission. Patch by Nick Berendsen.
-
- 20 Apr, 2003 1 commit
-
- 19 Apr, 2003 3 commits
-
-
Dries authored
- 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.
-
Dries authored
- 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.
-
Dries authored
- Fixed broken query in the statistics module. Fix by Gary Lawrence Murphy.
-
- 18 Apr, 2003 2 commits
-
- 16 Apr, 2003 1 commit
-
-
Dries authored
-
- 15 Apr, 2003 2 commits
-
-
Dries authored
- 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"
-
Dries authored
- I have added an option to enable/disable cron support. - Updated the cache system's documentation - it was no longer current.
-
- 14 Apr, 2003 4 commits
-
-
Dries authored
- Made book_tree_recurse() emit code that validates as XHTML. Patch by Nick Berendsen.
-
Dries authored
- Removed the deprecated function menu_add().
-
Dries authored
- 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.]
-
- 13 Apr, 2003 6 commits
-
-
Dries authored
- Changed 'empty()' to '!isset()' to fix a caching bug. Patch by Garry.
-
Dries authored
- Some MSSQL related fixes by Moshe.
-
Dries authored
- Made it so that the xtemplate engine can only be included once. Patch by Ax.
-
Dries authored
- Added missing tid-column to the forum table. Patch by Anarcat.
-
Dries authored
- Fixed bug in cache_get(). Patch by Anarcat.
-
Dries authored
- Renamed 'validate_email_address' to 'valid_email_address'. - Added a 'form_radio' function.
-
- 04 Apr, 2003 3 commits
-
-
Dries authored
"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."
-
Dries authored
- case t("whatever"); + case t("whatever"):
-
Dries authored
- Bugfix: xtemplate.inc removed "$xx" from content. - Improvement: changed a high ascii char to low ascii to be able to debug xtemplate.inc.
-
- 03 Apr, 2003 2 commits
- 02 Apr, 2003 1 commit
-
-
Dries authored
- Fixed bug in taxonomy module. Patch by Gerhard.
-
- 01 Apr, 2003 1 commit
-
-
Dries authored
- Changed the import and taxonomy module to use better URLs. Patches by Al. - Fixed locale module weirdness. Patch by Kjartan.
-
- 29 Mar, 2003 6 commits
-
-
Dries authored
- Fixed bug #1336: http://drupal.org/node/view/1336. Thanks Marky.
-
Dries authored
- 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..
-
Kjartan authored
-
Dries authored
- Fixed some SQL query directives.
-
Dries authored
- Some updates/additions.
-
Dries authored
- Fixed typo in the block delete link. Reported by Paul C.
-
- 28 Mar, 2003 1 commit
-
-
Dries authored
- 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.
-