- 08 Dec, 2001 6 commits
-
-
Dries Buytaert 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 Buytaert authored
- Fixed a problem with the variable scopes. Thanks Natrak.
-
Dries Buytaert authored
- Fixed small form glitches.
-
Dries Buytaert authored
comment.module: - small improvements to the comment admin interface. - merged comment.inc and comment.module.
-
Dries Buytaert authored
- Working on the filter code: removed the "filter()" statemets from the 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.
-
Dries Buytaert authored
- cloud.module: + made the cloud module export some documentation - thanks Joe! + XHTML-ified the emitted HTML code and quotes array indeces to be compliant with our coding standards.
-
- 06 Dec, 2001 5 commits
-
-
Dries Buytaert authored
- book.module: + Added (1) support for "PHP pages" (dynamic pages), and (2) made it possible to link other node types into the book's tree/outline. It works just fine, yet the only (obvious) downside of (2) is that the navigation tree/links gets "interrupted" when you view non-book pages in the book. [SQL update required, see update.php] + Tidied up the book table. [SQL update required, see update.php] - various updates: + Fine-tuned the new node system. + Updated the inline/code documentation. + Improved teaser handling of all node types. + Made several small usability improvements to the node admin pages.
-
Dries Buytaert authored
- Removed annoying Windows end-of-line characters.
-
Dries Buytaert authored
- Improved teaser handling.
-
Dries Buytaert authored
- Fixed a small glitch in node_preview() which made adding PHP pages rather annoying.
-
Dries Buytaert authored
- Added the "add new comment" link to the forum module.
-
- 05 Dec, 2001 4 commits
-
-
Dries Buytaert authored
- Bugfix: you can no longer add non-existant node types. Thanks barry. - Moved all comment related logic from node.module to comment.module.
-
Dries Buytaert authored
- Made a small improvement to format_name()
-
Dries Buytaert authored
- Removed Windows line feeds ...
-
Dries Buytaert authored
- Upgraded the XML-RPC libraries to the latest version as suggested by Julian.
-
- 02 Dec, 2001 4 commits
-
-
Dries Buytaert authored
- Display the current node's title in the <title></title>-tag.
-
Dries Buytaert authored
- Tiny improvement to the order of the results.
-
Dries Buytaert authored
- Added "add new comment"-link (derived from a patch by Axel)
-
Dries Buytaert authored
- Added "add new comment"-link (derived from a patch by Axel)
-
- 01 Dec, 2001 2 commits
-
-
Dries Buytaert authored
Node and book updates: - Fixed a glitch in the book overview in the admin section. - When updating a book page through the admin section, no new revision is created unless explictely specified. - Improved the usability of the node and book pages a little.
-
Dries Buytaert authored
user.module: - Fixed the session support. Requires a database update. - Applied a tiny optimization suggested by deekayen.
-
- 30 Nov, 2001 1 commit
-
-
Dries Buytaert authored
- tiny visual change
-
- 28 Nov, 2001 1 commit
-
-
Dries Buytaert authored
- Fixed a glitch in the news feeds.
-
- 26 Nov, 2001 3 commits
-
-
natrak authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
Kjartan Mannes authored
passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
-
Dries Buytaert authored
- removed an unused variable
-
- 25 Nov, 2001 8 commits
-
-
Dries Buytaert authored
- By default, spaced the "Allowed HTML tags" so that they will wrap nicely without screwing with the site's layout.
-
Dries Buytaert authored
- Fixed a bug in node_submit() in that the user name was not always correctly updated.
-
Dries Buytaert authored
- rating module: + fixed the gravity math: it was broken due to the node system updates + XHMTL-ified the emited HTML code
-
Dries Buytaert authored
- Removed the "password words" setting: they are part of the user system now and where therefore listed twice.
-
Dries Buytaert authored
- marvin.theme updates: + Some improvements to make it look better on Windows. I don't have Windows though so I can't really test it. + Fixed the character encoding and the doctype, and polished on the XML well-formedness of the theme.
-
Dries Buytaert authored
- Small update wrt filters.
-
Dries Buytaert authored
- Made the search result of node.module context sensitive: it will only link to the admin pages if you searched from within the admin pages. - Added checks for "post content" permission (reported by Natrak).
-
Dries Buytaert authored
- Improvement/bugfix: added a function called "book_revision_load()" to load the most recent revision that matches the specified conditions. Like that we can load the last good revision of a book page using the line: book_revision_load($page, array("moderate" => 0, "status" => 1)).
-
- 24 Nov, 2001 6 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Tuned the blog updating logic: Updating your own blog entry will demote it (if promoted), and will queue it in the moderation queue for promotion. If a node administrator updates his own blog entry through the blog update mechanism that regular users use, then he will be treated as a regular user and his blog entry will be demoted. But when an administrator updates blog entries through the admin pages, they will not be changed unless explicitly specified.
-
Dries Buytaert authored
- Bugfix: when updating a book page, the name of the author did not change. - Bugfix: the "Edit comments" part of the node administration pages did not display the correct comments. - Bugfix: somethimes, update in a book page would mess up the book. - Improvement: when "node administrators" update a book page through the "update this book page"-link (like regular users do), their update will be subject to moderation. - Improvement: made some intermediate changes to the filter mechanism. Needs more work.
-
natrak authored
filters more specific.
-
Dries Buytaert authored
A set of updates to the "_link" system: - Made the /comment links/ jump to the comments instead of to the top of the page. - Replaced the "Add comment"-button by a "add new comment"-link. (This should make UnConeD jump up and down of wild excitement.) - Moved all comment related logic from theme.inc and node.module to comment.inc and comment.module (where they belong). - Added some links to ease the site's usability/navigation.
-
Dries Buytaert authored
- node module: + bugfix: made it possible for users to delete their blog entries
-