- 18 Nov, 2001 5 commits
-
-
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
-
- 17 Nov, 2001 7 commits
-
-
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.
-
- 15 Nov, 2001 1 commit
-
-
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.
-
- 14 Nov, 2001 2 commits
-
-
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.
-
- 13 Nov, 2001 1 commit
-
-
Kjartan Mannes authored
If there is an SQL error db_query() will not return a result.
-
- 12 Nov, 2001 5 commits
-
-
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
-
- 11 Nov, 2001 3 commits
-
-
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.
-
- 10 Nov, 2001 2 commits
-
-
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
-
- 07 Nov, 2001 2 commits
-
-
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.
-
- 05 Nov, 2001 1 commit
-
-
Dries Buytaert authored
- node.module: + 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
-
- 04 Nov, 2001 4 commits
-
-
Dries Buytaert authored
- Another batch of updates. The most important bit is that the moderation queue should be functional again. It's not ready yet but I'll be tuning it for the next two evenings or so.
-
Dries Buytaert authored
-
Dries Buytaert authored
- node system: + 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.
-
Dries Buytaert authored
- improved the upgrade scripts/file a bit and tested them against a couple of older (PEAR-less) Drupal databases
-
- 03 Nov, 2001 2 commits
-
-
Dries Buytaert authored
- small bugfix
-
Dries Buytaert authored
- Made the node forms support "help texts": it is not possible to configure Drupal to display submission guidelines, or any other kind of explanation such as "NO TEST POSTS", for example. - Added node versioning: it is possible to create revisions, to view old revisions and to roll-back to older revisions. You'll need to apply a SQL update. I'm going to work on the book module now, so I might be changing a few things to enable collaborative, moderated revisions - but feel free to send some first feedback, if you like. - Added some configuration options which can be used to set the minimum number of words a blog/story should consist of. Hopefully this will be usefull to stop the (almost empty) test blogs. - Various improvements: + Fine-tuned new node permission system. + Fine-tuned the functions in node.inc. + Fine-tuned some forms. + XHTML-ified some code.
-
- 01 Nov, 2001 5 commits
-
-
Dries Buytaert authored
- Added error handling support to the <node>_form hook.
-
Dries Buytaert authored
- Changed the Druplicon logo (courtesey of UnConeD)
-
Dries Buytaert authored
- Another batch of updates/improvements: + introduced basic node permissions ("create", "delete", "update" and "view") at the node level: it's up to the "<$node->type>_module" to hide gory details (if any). + made the "blog it"-feature in the blog and import module work with the new node system, in specific with the new centralized forms. + made it possible to update blogs. + made the page module work with the new node system. + various smaller improvements.
-
Dries Buytaert authored
- Added first, preliminary version of mail-to-sql to CVS.
-
Dries Buytaert authored
-