- Nov 24, 2001
-
-
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
-
- Nov 23, 2001
-
-
Dries Buytaert authored
- improved the watchdog messages
-
Kjartan Mannes authored
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.
-
natrak authored
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.
-
- Nov 20, 2001
-
-
Dries Buytaert authored
- fixed the line filter: it should not strip v's.
-
Dries Buytaert authored
- Revised and documented the "change author"-logic used in the node forms of node administrators. Fixed a bug: it was not possible to change the name to "anoymous user" (or vice versa).
-
Dries Buytaert authored
- added a "line" filter
-
- Nov 19, 2001
-
-
Kjartan Mannes authored
- fixes help text - adds better login failure messages to user and to watchdog.
-
- Nov 18, 2001
-
-
Dries Buytaert authored
- Removed the limit on the blog searches (patch by Natrak). For now it fixes some annoying issueus but this will need more work in future as it doesn't really scale too well.
-
Dries Buytaert authored
- re-enabled the weblogs.com notification code
-
Dries Buytaert authored
queue.module: - small visual bugfix
-
Dries Buytaert authored
- fixed bug with minimum teaser/blog/story size
-
Dries Buytaert authored
- Replaced some (if not all) "Nodes" by more meaningful names/texts.
-
Dries Buytaert authored
- node system: + 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.
-
Dries Buytaert authored
- book.module: + 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).
-
Dries Buytaert authored
jabber.module: - removed some dull watchdog()s
-
- Nov 17, 2001
-
-
Dries Buytaert authored
Experimental change: - Blog entries get queued in the moderation queue for promotion.
-
Dries Buytaert authored
- Made a few improvements to the tracker module; the problems were reported by ax.
-
Kjartan Mannes authored
- allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
-
Kjartan Mannes authored
more in tune with the rest of Drupal.
-
Steven Wittens authored
-
Dries Buytaert authored
- update.php: discovered and fixed a small thinko in update function #7.
-
Dries Buytaert authored
- update.php: * added a new update method to create the authmap table, to move the old 'jabber' and 'drupal' field in the users table to this new authmap table, and to remove users and node left-overs.
-
- Nov 15, 2001
-
-
Kjartan Mannes authored
easier. Can be found by going to http://yoursite/update.php. Only the "super" user can access it (uid == 1) for security reasons.
-
- Nov 14, 2001
-
-
Dries Buytaert authored
User module and DA modules: + 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.
-
Dries Buytaert authored
- Added the MAINTAINERS file to CVS.
-
- Nov 13, 2001
-
-
Kjartan Mannes authored
If there is an SQL error db_query() will not return a result.
-
- Nov 12, 2001
-
-
Dries Buytaert authored
- A couple of new node updates
-
Dries Buytaert authored
- fixed a typo in an English sentence.
-
Dries Buytaert authored
- removed trailing whitespaces
-
Dries Buytaert authored
- node modules: + 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 + ...
-
Dries Buytaert authored
- Made a small change to the submission rate throttle
-
- Nov 11, 2001
-
-
Dries Buytaert authored
- XHTML-ified the HTML code: it passes the ./scipts/code-style.pl test now
-
Dries Buytaert authored
- updated the "update help"-text
-
Steven Wittens authored
Updated Goofy: added a few explicit styles such as "font-weight: normal;" and "text-align: left" to make IE6 behave good again.
-
- Nov 10, 2001
-
-
Steven Wittens authored
Changed the description for the types field when adding a collection. Instead of an example list, it shows an actual list of the available nodetypes.
-
Steven Wittens authored
-
- Nov 07, 2001
-
-
Dries Buytaert authored
- node system: + 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.
-
Dries Buytaert authored
mail-to-sql.php: - rewrote the script in PHP. - added support for mailing list. - made the parser better.
-