summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed a braino.Dries Buytaert2002-10-26
|
* - Applied a slightly modified version of breyten's weblogs.module patch.Dries Buytaert2002-10-26
|
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } }
* - Removed my superfluous check.Dries Buytaert2002-10-24
|
* - sort books by weight, then title in book_render().Kjartan Mannes2002-10-24
|
* - dont print empty row if there are no next or prev links to show in ↵Kjartan Mannes2002-10-24
| | | | admin_overview.
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
| | | | | | | | a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax.
* - Added missing t() function. Patch by Marco.Dries Buytaert2002-10-22
|
* - Fixed bug reported by Ax.Dries Buytaert2002-10-21
|
* - fixing an access bug in import.module.Kjartan Mannes2002-10-19
|
* - Applied Marco's poll.module patch.Dries Buytaert2002-10-18
|
* - removed function module_rehash().Kjartan Mannes2002-10-17
| | | | | - updated database dump. - removed tables modules, layout and referrer (don't forget to backup!).
* - fixing the logic for populating $node when adding a new node. Title, teaser,Kjartan Mannes2002-10-17
| | | | | body will now be set correctly, or be left unset if no values are included in the request.
* - Fixed bug with "jump to recent comment" link.Dries Buytaert2002-10-16
| | | | | | - Fixed bug with "nex topic" and "previous" topic links. - Removed "admin"-hook all together.
* - Small improvement to the forum module block.Dries Buytaert2002-10-16
|
* - Fixed missing filteringSteven Wittens2002-10-15
|
* - Fixed missing filteringSteven Wittens2002-10-15
|
* - submit page will now use $edit[teaser/body] if available in the initial ↵Kjartan Mannes2002-10-15
| | | | request.
* - Fixed bug in user_save().Dries Buytaert2002-10-13
| | | | - Added "Who's new" block. I accidentically removed it.
* - Made some usability improvements. Needs more work but I had my take forDries Buytaert2002-10-13
| | | | today ...
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
| | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php".
* - Applied Moshe's comment module patch to address some of the usabilityDries Buytaert2002-10-13
| | | | issues.
* - Made sure the tracker module does not list discarded comments. Patch byDries Buytaert2002-10-09
| | | | Moshe.
* - Fixed an HTML entity. Patch by Remco.Dries Buytaert2002-10-09
|
* - Fixed a "<br />". Patch by Remco.Dries Buytaert2002-10-09
| | | | (Note that I still plan to include Jeremy's statistics module.)
* - Fixed warning in user module.Dries Buytaert2002-10-07
|
* - Fixed HTML typo. Patch by Gerhard.Dries Buytaert2002-10-02
|
* - fixing block configuration not working when user is disabling all blocks.Kjartan Mannes2002-09-30
|
* - coding style improvements.Kjartan Mannes2002-09-30
|
* - fixing authored dated for new posts.Kjartan Mannes2002-09-27
|
* - Applied Marco's first regex patch.Dries Buytaert2002-09-26
|
* - Applied Axel's patch to sort blocks by weight.Dries Buytaert2002-09-26
|
* - fixing user registration and field validation.Kjartan Mannes2002-09-25
|
* - Fixed bug with queue module not displaying comments. Patch by Moshe.Dries Buytaert2002-09-18
|
* - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,Dries Buytaert2002-09-17
| | | | | fixed e-mail regex to accept IP addresses (eg. 127.0.0.1), changed some HTML to XHTML, fixed some cosmetic glitches, etc.
* - Applied Moshe's forum.module patch.Dries Buytaert2002-09-17
|
* - Applied Moshe's comment.module patch.Dries Buytaert2002-09-17
|
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
|
* - removing the blot it link when the blog module is not loaded and the userKjartan Mannes2002-09-14
| | | | does not have access to post content. (Patch by Pierre Gorissen)
* - fixing a typo (was missing a $).Kjartan Mannes2002-09-10
|
* - adding "Default theme" option to user_admin_edit()Kjartan Mannes2002-09-08
|
* - fixing creation of first user.Kjartan Mannes2002-09-08
| | | | | - password is now printed for uid 1. - made user_fields() always return something.
* - made default locale admin page the search page.Kjartan Mannes2002-09-08
|
* - use <?pjp instead of <?. //TODO: check other files to make sure they areKjartan Mannes2002-09-08
| | | | not using short tags.
* - Removed the bloggerapi_watchdog() function.Dries Buytaert2002-09-01
|
* - Another "SELECT... LEFT JOIN... GROUP BY... ORDER BY" by James.Dries Buytaert2002-08-26
|
* - Made two INSERT queries ANSI compliant. Patch by James, slightly modifiedDries Buytaert2002-08-26
| | | | by Dries.
* - Committed (a slightly modified version of) PiAir's Blogger API documentationDries Buytaert2002-08-22
| | | | patch.
* - Fixed statistics module.Dries Buytaert2002-08-22
|
* - Integrated Moshe's documentation (http://www.drupal.org/node.php?id) inDries Buytaert2002-08-20
| | | | the drupal.module. Fixed a couple of typos and small inconsistencies.