Skip to content
Snippets Groups Projects
  1. May 15, 2001
    • Dries Buytaert's avatar
      · a669485b
      Dries Buytaert authored
      - Renamed ./themes/jeroen2/ in ./themes/yaroon/ (again).
      a669485b
    • Dries Buytaert's avatar
      · 14ddbc47
      Dries Buytaert authored
      - Created 2 new functions:
          + path_uri(): returns the fully-qualified URI of your drupal site.
          + path_img(): returns the image directory or http://image-server.com/
                        in case you prefer to load-balance bandwidth usage.
      
        Replaced all occurences of the variable "site_url" with path_uri()
        and removed "site_url" from "setting.module".
      
      - Drastically simplified the node_save() API, which should make the
        node-forms more secure.  Updated "story.module", "book.module",
        "forum.module", "page.module" and "node.module" to reflect this
        change.  This is needs more testing so hit it, beat it, tease it.
      
      - Fixed an occasional glitch in the configuration file loading logic.
      
      - Made "queue.module" display an informative notice when an anonymous
        user tries accessing the moderation queue.
      
      - Updated the hard-coded information in drupal.module a bit.
      14ddbc47
    • Jeroen's avatar
      Hey, · 1da587a9
      Jeroen authored
      I updated the theme a bit, changed some variables and the drop down menu... I hope it works because frankly I haven't tested it... I mean, I tested it but not that toroughly. Hope with me :)
      
      I'll write a short story about it.
      
      Jeroen.
      1da587a9
    • Dries Buytaert's avatar
      · 05676ba0
      Dries Buytaert authored
      - Fixed bug in theme Yaroon: the image-path was set to ./themes/jeroen2/
        instead of ./themes/yaroon/.
      05676ba0
  2. May 14, 2001
    • Steven Wittens's avatar
      This is a major rewrite of the Goofy-theme.... the major problem with it was... · bd76632b
      Steven Wittens authored
      This is a major rewrite of the Goofy-theme.... the major problem with it was that it required a *lot* of overhead for a simple box, due to the fancy borders. To counter this, I've added simple functions in JavaScript to output the actual boxes, while the PHP functions themselves output simple function calls to them.
      
      The result is an incredible loss of size, especially on larger pages.... on a typical drupal page (header/footer, 1 story box, 1 comment mod box, 4 comments and 1 side box) the difference was 23K vs 15K, which I find quite good. You should also notice how big some pages were in the old version, which are still tiny in the new version.
      
      There are a few problems though:
       - You can't use it in some parts of the admin section (preview a story), since admin.php leaves out the header(), so the html-generating functions are not included there.
       - Because drop can occasionally insert HTML directly, without going through themes, I have to wrap each box in its own <script> tag. The optimization would benefit even more if i could group all function calls in one <script> tag, but it's not possible at the moment.
      
      I suggest you take a snapshot of an original goofy-page (drop.org) and compare it with the output of this one (cvs-version) to see how it works exactly. And finally, it works on both IE5 and NS4, so I assume it does on most browsers.
      bd76632b
    • Steven Wittens's avatar
    • Steven Wittens's avatar
      I've restored it to its previous condition... apparently the database.mysql is... · 2baf9ac1
      Steven Wittens authored
      I've restored it to its previous condition... apparently the database.mysql is terribly outdated (didn't know this), so we should probably just wait till the final release to update it.
      2baf9ac1
    • Steven Wittens's avatar
      Hmmm the "promote" column was missing... · 1e8b5a92
      Steven Wittens authored
      1e8b5a92
    • Steven Wittens's avatar
      Typo · 9164b903
      Steven Wittens authored
      9164b903
    • Steven Wittens's avatar
      I think I've fixed the "chicken and egg"-problem when creating the first user... · 9790dc10
      Steven Wittens authored
      I think I've fixed the "chicken and egg"-problem when creating the first user account. I've made a snippet that deducts the host/path combo from $HTTP_HOST and $REQUEST_URI, which seems to be working OK over here. Try it out...
      9790dc10
    • Dries Buytaert's avatar
      · bb3ccea5
      Dries Buytaert authored
      - Fixed typo: "$language" should have been "$languages".
      bb3ccea5
    • Dries Buytaert's avatar
      · e9295e20
      Dries Buytaert authored
      - Small improvement (by Natrak) to display the correct CVS username.
      e9295e20
    • Dries Buytaert's avatar
      · e22f1042
      Dries Buytaert authored
      - Renamed "hostname.conf" to "setting.php" (cfr. "setting.module").
        Note that - when upgrading - you have to rename all your existing
        configuration files to reflect this change:
      
           yourdomain.com.conf -> yourdomain.com.php
      
        By default, i.e. if no configuration file is found, setting.php
        will be used instead.  Using the ".php"-extension will fix most
        configuration/security issues with .htaccess-files ...
      
      - Removed some dead code from forum.module.
      e22f1042
    • Steven Wittens's avatar
      Updated headline.module: · 8ec10183
      Steven Wittens authored
       - Added edit capabilities (allows you to view the backend-file url as well, wasn't possible before)
       - Docs: replaced "http://yourname.com/export/headlines.rdf" with the correct URL (using the site_url setting).
      8ec10183
    • Kjartan Mannes's avatar
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · 95195155
      Dries Buytaert authored
      - Removed the <PRE></PRE>-tags from cvs.module to make the CVS log
        messages wrap nicely on all browsers.  (requested by Steven)
      95195155
  3. May 13, 2001
  4. May 12, 2001
    • Dries Buytaert's avatar
      · 6772d695
      Dries Buytaert authored
      - Update CHANGELOG
      6772d695
    • Dries Buytaert's avatar
      · dcb7816c
      Dries Buytaert authored
      - Updated CHANGELOG
      dcb7816c
    • Dries Buytaert's avatar
      · 86bb9a10
      Dries Buytaert authored
      - Made the main page display sub-topics when a specific topic
        is selected.
      
      - Made theme_link() less "hard coded", we still have to make
        it fully configurable though.
      
      - Fixed glitch in story submission: the warning messages were
        not displayed.
      
      - Tidied up block.module a bit.
      86bb9a10
  5. May 10, 2001
    • Dries Buytaert's avatar
      · dda4e903
      Dries Buytaert authored
      CHANGES:
      
      - Added moderator support to topics.
      dda4e903
    • Dries Buytaert's avatar
      · c1c39439
      Dries Buytaert authored
      CHANGES:
      
      - "Formified" node.module and structure.module.
      
      - Added moderator capabilities to topics in structure.module; you can
        define the default moderators.
      c1c39439
  6. May 09, 2001
  7. May 07, 2001
    • Dries Buytaert's avatar
      · fae651d7
      Dries Buytaert authored
      - Fixed submission bug in book.module. (reported by Remco)
      fae651d7
    • Dries Buytaert's avatar
      · 42081ec0
      Dries Buytaert authored
      - Fixed bug in calendar.class: the calendar showed the current day as a
        non-clickable field.  (reported by Remco)
      42081ec0
    • Dries Buytaert's avatar
      · 27c0f490
      Dries Buytaert authored
      - Fixed problem in setting.module: some settings showed up twice.
        (reported by Remco)
      27c0f490
  8. May 06, 2001
    • Dries Buytaert's avatar
      · 64f0be06
      Dries Buytaert authored
      - Fixed a bug in the book submission part.
      - Fixed a bug in navigation through book pages.
      - Fixed a bug in sorting books by weight.
      64f0be06
    • Dries Buytaert's avatar
      · 25c379fb
      Dries Buytaert authored
      - Added custom PHP error handler to track down warnings and errors.
        (Jeroen: let's sit back and wait until that warning bites again.)
      
      - Simplified drupal.module.  We still need a feature list, anyone?
      25c379fb
  9. May 05, 2001
    • Dries Buytaert's avatar
      · be8e898d
      Dries Buytaert authored
      - Uhm.  Rewrote the module system: less code clutter, less run-time
        overhead, and a lot better (simpler) module API.  I had to edit a
        LOT of files to get this refactored but I'm sure it was worth the
        effort.
      
        For module writers / maintainers:
      
        None of the hooks changed, so 95% of the old modules should still
        work.  You can remove some code instead as "$module = array(...)"
        just became obsolete.  Also - and let's thank God for this - the
        global variable "$repository" has been eliminated to avoid modules
        relying on, and poking in drupal's internal data structures.  Take
        a look at include/module.inc to investigate the details/changes.
      
      - Improved design of the content modules "story", "book" and "node"
        (to aid smooth integration of permisions + moderate.module).  I'm
        still working on the permissions but I got side tracked for which
        I "Oops!".
      be8e898d
  10. May 03, 2001
    • Dries Buytaert's avatar
      · 16818777
      Dries Buytaert authored
      CHANGES:
      
      - Added moderator information to forum.module.
      
      - Simplified story.module, page.module, forum.module and book.module
        by removing redundant code, and by doing other small house-keeping
        tasks.
      16818777
    • Steven Wittens's avatar
      fixed typoe · 97ec8e0c
      Steven Wittens authored
      97ec8e0c
    • Steven Wittens's avatar
      locale update · 0f27761e
      Steven Wittens authored
      0f27761e
Loading