summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - added update.php to replace the updates/* files to make future upgradesKjartan Mannes2001-11-15
| | | | | easier. Can be found by going to http://yoursite/update.php. Only the "super" user can access it (uid == 1) for security reasons.
* 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.
* - Added the MAINTAINERS file to CVS.Dries Buytaert2001-11-14
|
* - changed the PEAR version of db_query() to act similar to the MySQL one.Kjartan Mannes2001-11-13
| | | | If there is an SQL error db_query() will not return a result.
* - A couple of new node updatesDries Buytaert2001-11-12
|
* - fixed a typo in an English sentence.Dries Buytaert2001-11-12
|
* - removed trailing whitespacesDries 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
|
* Updated Goofy: added a few explicit styles such as "font-weight: normal;" ↵Steven Wittens2001-11-11
| | | | and "text-align: left" to make IE6 behave good again.
* 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.
* mail-to-sql.php:Dries Buytaert2001-11-07
| | | | | | - rewrote the script in PHP. - added support for mailing list. - made the parser better.
* - 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.
* - typoDries Buytaert2001-11-04
|
* - 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.
* - improved the upgrade scripts/file a bit and tested them against a coupleDries Buytaert2001-11-04
| | | | of older (PEAR-less) Drupal databases
* - small bugfixDries Buytaert2001-11-03
|
* - Made the node forms support "help texts": it is not possible to configureDries Buytaert2001-11-03
| | | | | | | | | | | | | | | | | | | | | | | 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.
* - Added error handling support to the <node>_form hook.Dries Buytaert2001-11-01
|
* - Changed the Druplicon logo (courtesey of UnConeD)Dries Buytaert2001-11-01
|
* - Another batch of updates/improvements:Dries Buytaert2001-11-01
| | | | | | | | | | | | | | | + 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.
* - Added first, preliminary version of mail-to-sql to CVS.Dries Buytaert2001-11-01
|
* - remamed the logoDries Buytaert2001-11-01
|
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
| | | | information available on the mailing list.
* - We'll no longer need submit.php: it is going to be replaced by functionsDries Buytaert2001-10-31
| | | | in the new node.module.
* - weblogs.module:Dries Buytaert2001-10-31
| | | | | + made it use the new node table scheme + added the site's slogan to the ping
* - Made some improvements/updates to the database abstraction layer.Dries Buytaert2001-10-31
|
* - added a logout link to the user menu.Kjartan Mannes2001-10-25
| | | | - fixed some untranslated strings in the user.module.
* - Updated the CHANGELOG; added a few notes about Drupal 3.0.1Dries Buytaert2001-10-23
|
* - small update to the INSTALL fileDries Buytaert2001-10-23
|
* - Added an ini_set(...) to conf.php to solve history/cache browsing issuesDries Buytaert2001-10-23
| | | | on some Drupal/PHP installations.
* - Updated the coding style checker. (patch by Alex)Dries Buytaert2001-10-23
|
* - added a path field to the blocks. Its a regexp to define which pages younatrak2001-10-22
| | | | | | | want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
* - added a path field to the blocks. Its a regexp to define which pages youKjartan Mannes2001-10-22
| | | | | | | want the blocks to show up on. - updated the help. - did some XMLification. - SQL update script has a new table collumn which needs to be applied.
* - added a new configuration option that lets you set various index.phpKjartan Mannes2001-10-20
| | | | | | | | | | | variables. Example: set site_frontpage to "node" and site_frontpage_extra to "$meta = 'news'" and only nodes with that meta tag will be displayed on your main page. This requires some internal knowledge of how the various modules work and what settings can be passed to <module>_page() functions.
* - missed a file in my last large $id$ commit.Kjartan Mannes2001-10-20
|
* - updated CHANGELOG.Kjartan Mannes2001-10-20
|
* - added the CVS keyword $Id$ to all files to make future version trackingnatrak2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - fixed an SQL errornatrak2001-10-20
|
* - Updated example.theme: it's being reduced to a minimum as it can inheritDries Buytaert2001-10-20
| | | | most/all of its functions from the BaseTheme.
* - Started a theme.inc clean-up.Dries Buytaert2001-10-20
|
* - fixed a problem with node retrival if several nodes had the same title but ↵natrak2001-10-20
| | | | | | only one was posted and the rest expired/dumped/queued.
* - modified the variable code so you can override site settings in the config ↵Kjartan Mannes2001-10-20
| | | | | | | | | | | file by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.
* - modified the variable code so you can override site settings in the config ↵natrak2001-10-20
| | | | | | | | | | | file by setting them in a $conf variable. This will let you host several domains off the same Drupal installation with the same databases with minor differences in settings. Note: the values can not be changed by users in a GET or POST string.