summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Made the "http://foo.com/blog/username" URL syntax work again. Patch byDries Buytaert2001-12-30
| | | | Foxen.
* - Revised the comment links: when a user does not have the requiredDries Buytaert2001-12-27
| | | | | | | | | permissions to post comments, the "reply to this comment"-link is no longer shown. Also, when a user is a "comment administrator", an "administer"-link will be displayed. - Revised the threaded_min and threaded_max code: it makes rendering pages with more than 15 comments 200% times faster.
* - Merged 3 tiny include files into "common.inc".Dries Buytaert2001-12-27
|
* - "fixed" the code's indentation.Dries Buytaert2001-12-27
|
* - Removed theme "Trillian": it sucked.Dries Buytaert2001-12-27
|
* - Small improvement.Dries Buytaert2001-12-24
|
* - Fixed a problem with the expiration of news items. Requires a SQLDries Buytaert2001-12-24
| | | | update (update.php).
* - changed the references to drop in conf.php with drupal. Its just nicer ↵Kjartan Mannes2001-12-24
| | | | that way.
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
| | | | code/patch.
* - Fixed bug where saving a user account from within the admin sectionDries Buytaert2001-12-22
| | | | | would redirect you to an empty page. - Tidied up the user_save() function a bit.
* - Made some improvements to the line break filter/formater.Dries Buytaert2001-12-22
|
* - Removed (the need for) the Comment-class: makes for cleaner code.Dries Buytaert2001-12-22
| | | | | | | | - 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.
* Replaed incorrect "<p />" tag in form_item with a better <p> ... </p> ↵Steven Wittens2001-12-20
| | | | combination.
* form_checkbox() was totally broken: a checkbox needs a value on top of being ↵Steven Wittens2001-12-20
| | | | (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.
* - Fixed preview glitch in node_preview() as reported by ax.Dries Buytaert2001-12-18
|
* - Back-ported Foxen/Revar's improved book_toc() function.Dries Buytaert2001-12-17
|
* - Made the Drupal sites ping less often (only once every 6 hours), addedDries Buytaert2001-12-17
| | | | | | 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).
* Fixed typo: "email addrress"Steven Wittens2001-12-16
|
* - Added some explanation to the top of the file and fixed a braino.Dries Buytaert2001-12-16
|
* - Added new feature. Explanation will follow on the mailing list.Dries Buytaert2001-12-16
|
* - Made the script 'code-clean.sh' ignore .psp files.Dries Buytaert2001-12-16
|
* - fixed a parse error in the marvin themeKjartan Mannes2001-12-16
|
* - Reversed the $title - $sitename order in the title to be the same as the ↵Steven Wittens2001-12-15
| | | | other themes.
* - Fixed typo.Dries Buytaert2001-12-15
|
* - Bugfix: don't display links that point to hidden/disabled pages.Dries Buytaert2001-12-15
|
* - Updated BaseTheme and the Drupal themes to have header($title = "") as the ↵Steven Wittens2001-12-15
| | | | | | | | | | | 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?
* - this one has an alpha-channelSteven Wittens2001-12-12
|
* - Removed the old update files from the head version: they are stillDries Buytaert2001-12-12
| | | | available in older version (use a tag) or in the Attic.
* Added the Druplicon in two formats along with an explanation... one is PSP ↵Steven Wittens2001-12-12
| | | | format, the other is a high-res PNG (1600x1600).
* - Small mark-up improvement.Dries Buytaert2001-12-12
|
* - Oops, this one does interfere with JC's patch.Dries Buytaert2001-12-12
|
* - Added "help"-function for Drupal's "weblogs.com"-module.Dries Buytaert2001-12-12
|
* - Fixed typo.Dries Buytaert2001-12-12
|
* - Fixed typo.Dries Buytaert2001-12-12
|
* - Fixed a small glitch in the "cron"-function.Dries Buytaert2001-12-12
| | | | - Added a "help"-function: gravity documentation.
* - Fixed the links in one of the feeds.Dries Buytaert2001-12-09
|
* - Fixed a few feed glitched reported by Mark.Dries Buytaert2001-12-09
| | | | - Dropped a few database tables that where no longer needed.
* - Added a "queue for moderation"-toggle to a node's admin form andDries Buytaert2001-12-09
| | | | updated the node modules to support this.
* - tweaked some of the php settings.natrak2001-12-09
|
* - strip HTML tags from comment subjects.Kjartan Mannes2001-12-09
|
* - Fixed a typo.Dries Buytaert2001-12-09
|
* - Included the new documentation and renamed all "referer"s toDries Buytaert2001-12-09
| | | | "referrers" (including the SQL table name). Thanks Greg.
* - Fixed typo in the "blog it"-link. Patch by Mark Cornick.Dries Buytaert2001-12-09
|
* - re-enabled the teasersDries Buytaert2001-12-08
|
* - re-enabled the teasersDries Buytaert2001-12-08
|
* - node system:Dries Buytaert2001-12-08
| | | | | | | | + 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.
* - Fixed a problem with the variable scopes. Thanks Natrak.Dries Buytaert2001-12-08
|
* - Fixed small form glitches.Dries Buytaert2001-12-08
|
* comment.module:Dries Buytaert2001-12-08
| | | | | - small improvements to the comment admin interface. - merged comment.inc and comment.module.
* - Working on the filter code: removed the "filter()" statemets from theDries Buytaert2001-12-08
| | | | | | | node.module; I'll move this to the individual modules as they are the only one's who know what to do best with it. - Merged node.inc and node.module.