- 22 Dec, 2001 3 commits
-
-
Dries authored
- Fixed bug where saving a user account from within the admin section would redirect you to an empty page. - Tidied up the user_save() function a bit.
-
Dries authored
- Made some improvements to the line break filter/formater.
-
Dries authored
- Removed (the need for) the Comment-class: makes for cleaner code. - Fixed the comment preview function: the preview shown was not being an exact preview of the comment. Along the way, I polished the comment submission code. - XMTML-ified the code, and quoted all "string"-based array indices.
-
- 20 Dec, 2001 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
form_checkbox() was totally broken: a checkbox needs a value on top of being (un)checked. When it is checked, the value is sent as "name=value". When not checked, nothing is sent. Usually a value of "1" will suffice, but I added explicit separate $value and $checked parameters to make sure no mix-up occurs, and to allow more freedom.
-
- 18 Dec, 2001 1 commit
-
-
Dries authored
- Fixed preview glitch in node_preview() as reported by ax.
-
- 17 Dec, 2001 2 commits
-
-
Dries authored
- Back-ported Foxen/Revar's improved book_toc() function.
-
Dries authored
- Made the Drupal sites ping less often (only once every 6 hours), added some logic to prevent duplicate items at a best effort basis, and made the server-side watchdogs slightly less verbose (still in testing mode though).
-
- 16 Dec, 2001 5 commits
-
-
Steven Wittens authored
-
Dries authored
- Added some explanation to the top of the file and fixed a braino.
-
Dries authored
- Added new feature. Explanation will follow on the mailing list.
-
Dries authored
- Made the script 'code-clean.sh' ignore .psp files.
-
Kjartan authored
-
- 15 Dec, 2001 4 commits
-
-
Steven Wittens authored
-
Dries authored
- Fixed typo.
-
Dries authored
- Bugfix: don't display links that point to hidden/disabled pages.
-
Steven Wittens authored
- Updated BaseTheme and the Drupal themes to have header($title = "") as the header declaration and use title when provided. This is just a step towards having unique titles. In all themes, except Marvin which already had $title, I put the $title first, because it's usually the thing the page is about: "The future of weblogs? - Drop.org" "Your account settings - Drop.org" rather than the other way around, right?
-
- 12 Dec, 2001 9 commits
-
-
Steven Wittens authored
-
Dries authored
- Removed the old update files from the head version: they are still available in older version (use a tag) or in the Attic.
-
Steven Wittens authored
Added the Druplicon in two formats along with an explanation... one is PSP format, the other is a high-res PNG (1600x1600).
-
Dries authored
- Small mark-up improvement.
-
Dries authored
- Oops, this one does interfere with JC's patch.
-
Dries authored
- Added "help"-function for Drupal's "weblogs.com"-module.
-
Dries authored
- Fixed typo.
-
Dries authored
- Fixed typo.
-
Dries authored
- Fixed a small glitch in the "cron"-function. - Added a "help"-function: gravity documentation.
-
- 09 Dec, 2001 8 commits
-
-
Dries authored
- Fixed the links in one of the feeds.
-
Dries authored
- Fixed a few feed glitched reported by Mark. - Dropped a few database tables that where no longer needed.
-
Dries authored
- Added a "queue for moderation"-toggle to a node's admin form and updated the node modules to support this.
-
natrak authored
-
Kjartan authored
-
Dries authored
- Fixed a typo.
-
Dries authored
- Included the new documentation and renamed all "referer"s to "referrers" (including the SQL table name). Thanks Greg.
-
Dries authored
- Fixed typo in the "blog it"-link. Patch by Mark Cornick.
-
- 08 Dec, 2001 6 commits
-
-
Dries authored
- re-enabled the teasers
-
Dries authored
- re-enabled the teasers
-
Dries authored
- node system: + made a small change in the node overview page in the admin section such that it lists both new and updated pages by default. + reworked the filter-mechanism: it is not 100% finished yet but it sure is taking shape.
-
Dries authored
- Fixed a problem with the variable scopes. Thanks Natrak.
-
Dries authored
- Fixed small form glitches.
-
Dries authored
comment.module: - small improvements to the comment admin interface. - merged comment.inc and comment.module.
-