summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Tiny improvement to the order of the results.Dries Buytaert2001-12-02
|
* - Added "add new comment"-link (derived from a patch by Axel)Dries Buytaert2001-12-02
|
* - Added "add new comment"-link (derived from a patch by Axel)Dries Buytaert2001-12-02
|
* Node and book updates:Dries Buytaert2001-12-01
| | | | | | | - 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.
* user.module:Dries Buytaert2001-12-01
| | | | | - Fixed the session support. Requires a database update. - Applied a tiny optimization suggested by deekayen.
* - tiny visual changeDries Buytaert2001-11-30
|
* - Fixed a glitch in the news feeds.Dries Buytaert2001-11-28
|
* - fixed pass by reference errors. PHP only allows declaration of &$vars, notnatrak2001-11-26
| | | | | passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
* - fixed pass by reference errors. PHP only allows declaration of &$vars, notKjartan Mannes2001-11-26
| | | | | passing them that way. For more info: http://no.php.net/manual/en/language.references.pass.php
* - By default, spaced the "Allowed HTML tags" so that they will wrap nicelyDries Buytaert2001-11-25
| | | | without screwing with the site's layout.
* - Fixed a bug in node_submit() in that the user name was not alwaysDries Buytaert2001-11-25
| | | | correctly updated.
* - rating module:Dries Buytaert2001-11-25
| | | | | + fixed the gravity math: it was broken due to the node system updates + XHMTL-ified the emited HTML code
* - Removed the "password words" setting: they are part of the user systemDries Buytaert2001-11-25
| | | | now and where therefore listed twice.
* - Small update wrt filters.Dries Buytaert2001-11-25
|
* - Made the search result of node.module context sensitive: it will onlyDries Buytaert2001-11-25
| | | | | | link to the admin pages if you searched from within the admin pages. - Added checks for "post content" permission (reported by Natrak).
* - Improvement/bugfix: added a function called "book_revision_load()" toDries Buytaert2001-11-25
| | | | | | 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)).
* - fixed new book pages in the queue showing up in the collaborative book.Kjartan Mannes2001-11-24
|
* - Tuned the blog updating logic:Dries Buytaert2001-11-24
| | | | | | | | | | | 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.
* - Bugfix: when updating a book page, the name of the author did not change.Dries Buytaert2001-11-24
| | | | | | | | | | | | | | - 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.
* A set of updates to the "_link" system:Dries Buytaert2001-11-24
| | | | | | | | | | | | | - 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.
* - node module:Dries Buytaert2001-11-24
| | | | + bugfix: made it possible for users to delete their blog entries
* - improved the watchdog messagesDries Buytaert2001-11-23
|
* - modified node_save so that revisions are not validated using check_input,Kjartan Mannes2001-11-23
| | | | | | | | as this breaks revisions. - modified link_node() to take a third parameter $main, which will be passed on to _link hooks. This lets modules decide which links a node will get when shown on the main page, or when not. - updated themes to use the new syntax.
* - fixed the line filter: it should not strip v's.Dries Buytaert2001-11-20
|
* - Revised and documented the "change author"-logic used in the node formsDries Buytaert2001-11-20
| | | | | of node administrators. Fixed a bug: it was not possible to change the name to "anoymous user" (or vice versa).
* - added a "line" filterDries Buytaert2001-11-20
|
* Applied patch by Moshe WeitzmanKjartan Mannes2001-11-19
| | | | | - fixes help text - adds better login failure messages to user and to watchdog.
* - Removed the limit on the blog searches (patch by Natrak). For now itDries Buytaert2001-11-18
| | | | | fixes some annoying issueus but this will need more work in future as it doesn't really scale too well.
* - re-enabled the weblogs.com notification codeDries Buytaert2001-11-18
|
* queue.module:Dries Buytaert2001-11-18
| | | | - small visual bugfix
* - fixed bug with minimum teaser/blog/story sizeDries Buytaert2001-11-18
|
* - Replaced some (if not all) "Nodes" by more meaningful names/texts.Dries Buytaert2001-11-18
|
* - node system:Dries Buytaert2001-11-18
| | | | | | | | + Made the filters work again! + There is one strange thing that I can't track down though: for some reason, "^M" characters (?) are padded after newline ("\n" and / or "\r") characters.
* - book.module:Dries Buytaert2001-11-18
| | | | | | + Re-introduced and re-wrote the book admin pages; there is a separate page for every book and a page with all "orphan pages" (= pages that got de-linked).
* jabber.module:Dries Buytaert2001-11-18
| | | | - removed some dull watchdog()s
* Experimental change:Dries Buytaert2001-11-17
| | | | - Blog entries get queued in the moderation queue for promotion.
* - Made a few improvements to the tracker module; the problems were reportedDries Buytaert2001-11-17
| | | | by ax.
* code-style.plKjartan Mannes2001-11-17
| | | | | | | - allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
* User module and DA modules:Dries Buytaert2001-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Updated the documentation to use a Jabber or Drupal IDs instead of Deplhi IDs (as delphi.module won't be part of the default distro). Drupal and Jabber authentication make a better example. + added missing localization / t() functions in user_validate_authmaps() + applied coding convention: * fixed indentation * removed "EOF"; and <<EOFs from user module * changed some HTML into XHTML: use small letters, quote attributes * quoted some array indices: $edit[foo] --> $edit["foo"] + removed some useless sprintf()'s + removed hard-coded references to drop.org. + I don't think the authentication methods should /know/ there help link. Instead, the user module should now where to find the help (it does by knowing the hook to look for), and it is the user module that should take care of exporting the help to the preferred location: * removed the "link" field from the $info field in drupal_info and jabber_info; it wasn't used anyway? + removed the "maintainer" and "maintaineremail" from the auth modules; we don't keep this info in the other modules either so I don't see a reason to do so here.
* - A couple of new node updatesDries Buytaert2001-11-12
|
* - node modules:Dries Buytaert2001-11-12
| | | | | | | | | | + made some improvements to the node access checks - queue module: + form()-ified the queue module and added some extra information or guidelines + added a few missing translations + ...
* - Made a small change to the submission rate throttleDries Buytaert2001-11-12
|
* - XHTML-ified the HTML code: it passes the ./scipts/code-style.pl testDries Buytaert2001-11-11
| | | | now
* - updated the "update help"-textDries Buytaert2001-11-11
|
* Changed the description for the types field when adding a collection. ↵Steven Wittens2001-11-10
| | | | Instead of an example list, it shows an actual list of the available nodetypes.
* Fixed typo/language errors in blog description (was this written at 3am by ↵Steven Wittens2001-11-10
| | | | any chance? :)
* - node system:Dries Buytaert2001-11-07
| | | | | | | | | | | | + Added the "delete node"-link: apparently it got lost during the last commit. Odd. + Changed "Edit node" to "Edit <node_name>" on the 'edit node'-page of the admin section. (There a 4 "Node"s that still need to be removed though.) + Updated the initial submission page (the old submit.php) to include some descriptions.
* - node.module:Dries Buytaert2001-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Changed node_form() to use good ol' tables instead of div/CSS-tags. + Revised the "revision API": I think we have both an easy and powerful API now that should make everyone happy. + Improved the usability of the rollback functionality a bit. + Removed the "view node" link from the "node overview" page in the admin section and added a "delete node" link instead. + Added a few missing translations; there might be missing more translations though. - book.module: + Made the book module use the "revision API" instead of having it poke and use the innards and underlying details of the revision system. - queue.module: + Made the queue module use the improved revision number. - module.inc: + Applied Moshe's patch: added more arguments to module_invoke() - mail-to-sql.pl: + Added support for more header fields and for folded fields Notes: - no database updates required
* - Another batch of updates. The most important bit is that the moderationDries Buytaert2001-11-04
| | | | | queue should be functional again. It's not ready yet but I'll be tuning it for the next two evenings or so.
* - node system:Dries Buytaert2001-11-04
| | | | | | | | | | | | | | | | | | + fixed a typo in node_load(): it should be faster now - book module: + removed the functions book_parent() and book_parent_query() as they were no longer needed. Gerhard & co: this should fix the occasional SQL errors you get, and should improve performance. + made the "next", "previous" and "up" links work correctly ... + XHTML-ified the code + added some missing translations I'm working on the book module now to make it possible to update book pages.