Skip to content
Snippets Groups Projects
  1. May 03, 2001
  2. May 02, 2001
    • Jeroen's avatar
      Hey, · e10572d7
      Jeroen authored
      Deleted jeroen2.theme from /yaroon/
      
      Jeroen.
      e10572d7
    • Dries Buytaert's avatar
      · 343e71c8
      Dries Buytaert authored
      CHANGES:
      
      - Added moderator permissions to nodes.
      
      - Added moderator support to structure.module.
      
      - Added new moderate.module.
      
      - Renamed moderation.module to queue.module to avoid confusing.
        Updated theme yaroon as it seems to have a hard-coded reference
        to moderation.module.
      
      - Polished on:
         + account.module: improved access list
         + fixed HTML typo in node.module
      
      ACTIONS:
      
      - Jeroen: can jeroen2.theme be removed from ./themes/yaroon?
      343e71c8
  3. Apr 30, 2001
    • Dries Buytaert's avatar
      · 853141a9
      Dries Buytaert authored
      - fixed small glitch in forum.module
      853141a9
    • Dries Buytaert's avatar
      · bb66fa5f
      Dries Buytaert authored
      Welp.  Large commit ahead.
      
      CHANGES:
      
      - Added "read" and "write" permissions into drupal but removed
        it again because - when finished after 3 hours of work - it
        was considered nothing but added complexity that didn't buy
        us anything. :I
      
        (I'll explain this in detail on the mailing list, I guess.)
      
      - Added a very simple help.module to group all available
        documentation on a single page.
      
      - Fixed bug in node_control(), book.module: UnConeD forgot to
        global $user when updating the combobox code.
      
      - Removed static wishlist.module: in future, the wishlist can
        be maintained as a page in our collaborative book.
      
      - Revised most of settings.module: tidied up the code and the
        descriptions to accompany the settings and introduced a new
        "default maximum number of nodes to display on the main page"
        variable.
      
      - Revised most of comment.module: the administration interface
        looks better now, integrated node permissions, and -finally-
        made it possible to delete comments.
      
      - Polished on:
         + account.module
         + structure.module
         + locale.module
         + module.module
         + forum.module
      
      - Form-ified:
         + account.php
         + account.module
         + setting.module
         + cvs.module
         + submit.php
         + comment.module
         + forum.module
         + book.module
         + page.module
         + locale.module
      
      - Updated CHANGELOG
      
      
      INFO:
      
      - Designed a "generic tracker system with optional backends"
        on paper.  The idea is to allow registered users to hot-list
        certain topics, individual nodes or threads (comments) and
        to "plug-in" output backends like - for instance - an e-mail
        digest.  The design requires "intelligent blocks" though.
      
      
      TODO:
      
      - I want to tidy up the headline.module and backend.class as
        well as merge in headlineRSS10.module.  Julian spent quite
        some time working on headline.module but I'm not sure what
        he changed and whether he'd contribute it back?
      bb66fa5f
    • Dries Buytaert's avatar
      · fead09a8
      Dries Buytaert authored
      Welp.  Large commit ahead.
      
      CHANGES:
      
      - Added "read" and "write" permissions into drupal but removed
        it again because - when finished after 3 hours of work - it
        was considered nothing but added complexity that didn't buy
        us anything. :I
      
        (I'll explain this in detail on the mailing list, I guess.)
      
      - Added a very simple help.module to group all available
        documentation on a single page.
      
      - Fixed bug in node_control(), book.module: UnConeD forgot to
        global $user when updating the combobox code.
      
      - Removed static wishlist.module: in future, the wishlist can
        be maintained as a page in our collaborative book.
      
      - Revised most of settings.module: tidied up the code and the
        descriptions to accompany the settings and introduced a new
        "default maximum number of nodes to display on the main page"
        variable.
      
      - Revised most of comment.module: the administration interface
        looks better now, integrated node permissions, and -finally-
        made it possible to delete comments.
      
      - Polished on:
         + account.module
         + structure.module
         + locale.module
         + module.module
         + forum.module
      
      - Form-ified:
         + account.php
         + account.module
         + setting.module
         + cvs.module
         + submit.php
         + comment.module
         + forum.module
         + book.module
         + page.module
         + locale.module
      
      - Updated CHANGELOG
      
      INFO:
      
      - Designed a "generic tracker system with optional backends"
        on paper.  The idea is to allow registered users to hot-list
        certain topics, individual nodes or threads (comments) and
        to "plug-in" output backends like - for instance - an e-mail
        digest.  The design requires "intelligent blocks" though.
      
      
      TODO:
      
      - I want to tidy up the headline.module and backend.class as
        well as merge in headlineRSS10.module.  Julian spent quite
        some time working on headline.module but I'm not sure what
        he changed and whether he'd contribute it back?
      fead09a8
  4. Apr 29, 2001
    • natrak's avatar
      Fixes · c8d16d76
      natrak authored
       - Changed include "includes/common.inc"; to include_once
         "includes/common.inc"; Including the common file more than once will
         cause bad things.
      c8d16d76
    • Dries Buytaert's avatar
      · ef7d5e12
      Dries Buytaert authored
      CHANGES:
      
      - Added new form_* functions to common.inc, used for building
        forms: it should improve 'stability' (no form typos, every-
        thing properly escaped/unescaped) and should help providing
        a very consistent user interface (wrt forms).
      
      - Adjusted node.module to use the new form functions.
        (Can be used as an example.)
      
      - Adjusted book.module to use the new form functions.
        (Can be used as an example.)
      
      - Merged function.inc into common.inc!
      
      - Slowly removing all global $status and $rstatus variables:
        use node_status() instead.
      
      TODO:
      
      - Apart from implementing the permission system, I'll spend
        some time updating most modules today and tomorrow to use
        the new form functions.
      ef7d5e12
    • Dries Buytaert's avatar
      · 828f36cd
      Dries Buytaert authored
      - Addition: added a new, tiny forum module: I will use this forum
        module to develop and test the permission system along with the
        regular nodes.  And hopefully, this forum module will grow into
        a very useable piece of code for drop.org.
      
        Requires a new SQL table "forum", see 2.00-to-x.xx.sql.
      
      - Removed 1 unused hook from page.module.
      
      - Removed 1 unused function from comment.inc.
      828f36cd
  5. Apr 27, 2001
    • Kjartan Mannes's avatar
      CHANGES · 95f92686
      Kjartan Mannes authored
      - Modified conf_init() to use default.conf if nothing else can be found.
      - Added some comments to hostname.conf to reflect the changes and
        provide more information on how to rename the file.
      
      TODO
      - The Drupal handbook should be updated once the CVS version is released.
      - Should try to remove the remainder of info from hostname.conf and go for a
        completely web-based administration if possible.
      - Does having all the settings in a SQL database make Drupal add more
        overhead than including a .conf file? If nobody knows for sure some tests
        should be done. If yes, concider having the admin interface generate an
        include file in addition to saving to the database.
      95f92686
    • natrak's avatar
      CHANGES · 4f6b2151
      natrak authored
      - Modified conf_init() to use default.conf if nothing else can be found.
      - Added some comments to hostname.conf to reflect the changes and
        provide more information on how to rename the file.
      
      TODO
      - The Drupal handbook should be updated once the CVS version is released.
      - Should try to remove the remainder of info from hostname.conf and go for a
        completely web-based administration if possible.
      - Does having all the settings in a SQL database make Drupal add more
        overhead than including a .conf file? If nobody knows for sure some tests
        should be done. If yes, concider having the admin interface generate an
        include file in addition to saving to the database.
      4f6b2151
  6. Apr 23, 2001
    • Kjartan Mannes's avatar
      Changes · bd8952eb
      Kjartan Mannes authored
      - Fixed an error in module_rehash_blocks() that didn't handle '-symbols.
      - Removed some module depencies. Drupal will now run (sorta) even if there
        are no modules installed.
      - Changed theme_link() to check if certain modules are installed before
        offering a link to them.
      
      Todo
      - Check all SQL queries to make sure they are addslashes'ed correctly.
      - Check the effects of changing the PHP magic_quotes setting.
      - Make the theme_link() function to be customizable either via the admin
        page and/or in the module itself.
      bd8952eb
    • natrak's avatar
      Changes · 78def048
      natrak authored
      - Fixed an error in module_rehash_blocks() that didn't handle '-symbols.
      - Removed some module depencies. Drupal will now run (sorta) even if there
        are no modules installed.
      - Changed theme_link() to check if certain modules are installed before
        offering a link to them.
      
      Todo
      - Check all SQL queries to make sure they are addslashes'ed correctly.
      - Check the effects of changing the PHP magic_quotes setting.
      - Make the theme_link() function to be customizable either via the admin
        page and/or in the module itself.
      78def048
  7. Apr 22, 2001
    • natrak's avatar
      - Fixed the update sql file. Changes have to start with the oldest and progress · 78bee959
      natrak authored
        to the newest. It would try to change tables that had not yet been created
        causing major problems to the node module. (NOTE: if you are doing a x.xx
        update to another x.xx version you might have to force MySQL to perform it
        using the -f flag. Remember to always backup your data before making
        changes).
      - Prevented 2.00-to-x.xx.php from executing. It would simply give a PHP error
        and not execute. Will wait for Dries to return before attempting to make it
        functional or remove it.
      78bee959
  8. Apr 21, 2001
  9. Apr 19, 2001
    • Dries Buytaert's avatar
      · 3f1979aa
      Dries Buytaert authored
      - Addition: made it so that comments can be enabled/disabled on
        a node per node basis, rather then on a category per category
        basis.  The default settings for each individual category can
        be changed though.
      
        Example: it can be setup so that - by default - all stories
        posted to the category "article" will have comments enabled
        but stories submitted to "announcement" not.
      
        Different configuration schemes can easily be added later.
      
        Requires a SQL update, see 2.00-to-x.xx.sql/database.mysql.
      
      - Addition: made submit.php only use categories that users can
        actually submit new content to.
      3f1979aa
    • Dries Buytaert's avatar
      · a6e6dfb9
      Dries Buytaert authored
      - Addition: added 2 new functions check_mail() and check_name()
        to functions.inc useful for resp. verifying an e-mail address
        and username: currently used by account.php - but reusable by
        Julian's refer.module for example (prepares integration).
      a6e6dfb9
    • Dries Buytaert's avatar
      · 78cd8cda
      Dries Buytaert authored
      - Addition: added a new function "module_hook($module, $hook)" to check
        wether a module implements a certain hook or not.
      78cd8cda
    • Dries Buytaert's avatar
      · 11666090
      Dries Buytaert authored
      - Addition: added new "cvs.module" to display and mail drupal's
        CVS log messages.  Our additional Perl script that hooks into
        the CVS repository is also provided in ./scripts.  Requires a
        SQL update, see 2.00-to-x.xx.sql.
      11666090
    • Dries Buytaert's avatar
      · d001c733
      Dries Buytaert authored
      - Updated CHANGELOG and fixed a few typos.
      d001c733
    • Dries Buytaert's avatar
      · 7eb6d653
      Dries Buytaert authored
      - Updated CHANGELOG and fixed a few typos.
      7eb6d653
    • Dries Buytaert's avatar
      · a380938f
      Dries Buytaert authored
      - Updated CHANGELOG
      a380938f
    • Dries Buytaert's avatar
      · 45ed041b
      Dries Buytaert authored
      - structure.inc: added category_name($cid) and topic_name($tid).
        They both return a linked string with the respective category,
        or topic name.  Updated all themes to use these new functions.
      
      - (stripped tabs from emsa files, nevermind)
      45ed041b
  10. Apr 18, 2001
  11. Apr 17, 2001
    • Dries Buytaert's avatar
      · 73ad4c76
      Dries Buytaert authored
      - fixed bug in page.module: $theme->header() got called twice.
      73ad4c76
    • Jeroen's avatar
      Hey, · 16c316c8
      Jeroen authored
      I also applied UnConeD's remark about the PHP_SELF. And remover jeroen2.theme, added yaroon.theme and commit it now. Dries, if you have 5 minutes, just move the jeroen2 directory to yaroon.
      
      Jeroen.
      16c316c8
    • Dries Buytaert's avatar
      · 19f85e99
      Dries Buytaert authored
      - fixed sub-directory problem reported by UnConeD
      19f85e99
  12. Apr 16, 2001
    • Jeroen's avatar
      I updated my theme, and changed something about the update Dries did. I think... · cedbefc9
      Jeroen authored
      I updated my theme, and changed something about the update Dries did. I think you left a <a href> there... But now it's OK. Also when I first looked at my theme it looked real ugly in NS .76, but then after some fiddling around, but restoring everything I changed it looked OK again. Weird. I haven't changed a thing. We'll see, if anything else happens make sure to let me know.
      cedbefc9
Loading