- 29 Apr, 2003 3 commits
-
-
Dries authored
- 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.
-
Dries authored
- Committed Adrian's item patch. It would be nice if one or more of the standard themes could be updated to demonstrate the possibilities.
-
- 28 Apr, 2003 5 commits
- 25 Apr, 2003 2 commits
- 24 Apr, 2003 1 commit
-
-
Dries authored
- Added title module; this brings back some old functionality. Thanks Moshe and Gerhard.
-
- 23 Apr, 2003 1 commit
-
-
Dries authored
- Forgot to commit the modified "includes/common.inc" when applying the htmlArea related modifications. Thanks Gordon.
-
- 22 Apr, 2003 3 commits
- 21 Apr, 2003 9 commits
-
-
Dries authored
- Fixed some PHP "notices".
-
Dries authored
- Update Xtemplate theme to support the onload attribute (was not included in Gordon's patch). - Updated CHANGELOG.
-
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 3 commits