Skip to content
Snippets Groups Projects
  1. Jan 26, 2001
  2. Jan 25, 2001
    • Dries Buytaert's avatar
      · f162723f
      Dries Buytaert authored
      - fixed ieni-wienie small bug in comment.inc (reported by NotZen)
      f162723f
    • Dries Buytaert's avatar
      · 76ce6580
      Dries Buytaert authored
      - fixed small typo
      76ce6580
  3. Jan 24, 2001
  4. Jan 23, 2001
  5. Jan 22, 2001
    • Dries Buytaert's avatar
      · 18f8246f
      Dries Buytaert authored
      - heck, I'll just remove that piece of code - it's no longer needed ;)
      18f8246f
    • Dries Buytaert's avatar
      - bugfix · 10a4f602
      Dries Buytaert authored
      10a4f602
    • Jeroen's avatar
      Another round of themeing and this is where I got, there are still some... · 15d5995e
      Jeroen authored
      Another round of themeing and this is where I got, there are still some "minor" box-gfx glitches, about which I will talk to Dries cuz I got them away, but then something else went wrong. It's an IMG vs. BACKGROUND thing. And if you click a read more link, I got some error in include.inc of which I don't I can help it... Well, apart from that everything should work. So try out http://jeroen.drop.org and let me know if anything weird happens...
      
      Jeroen.
      15d5995e
    • Dries Buytaert's avatar
      · a8df467f
      Dries Buytaert authored
      - polished the code by removing some redundant checks
      a8df467f
    • Dries Buytaert's avatar
      · 5345bd68
      Dries Buytaert authored
      - dumped stories are no longer accessible
      5345bd68
    • Dries Buytaert's avatar
      · 2c32276d
      Dries Buytaert authored
      - added initial locale support as discussed on the mailing list
      2c32276d
    • Dries Buytaert's avatar
      · 988aaf6b
      Dries Buytaert authored
      - Forgot to add the update file for those upgrading their live site.
      988aaf6b
    • Dries Buytaert's avatar
      · 36c18249
      Dries Buytaert authored
      - fixed one bug that only showed when up using 4.00 and not with 4.0.4
      - added extra checking
      36c18249
  6. Jan 21, 2001
    • Dries Buytaert's avatar
      · ea978885
      Dries Buytaert authored
      I know, I know, it is getting nasty lately but I have another large commit after nothing but code.
      
      This time I redid the "category"-stuff.  Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago).  By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
      ea978885
    • Dries Buytaert's avatar
      · 7cc7b405
      Dries Buytaert authored
      - fixed some bugs in the new comment/discussion code and added a few
        enhancements
      7cc7b405
  7. Jan 20, 2001
    • Dries Buytaert's avatar
      · ccb69d76
      Dries Buytaert authored
      - fixed MySQL bug in account.php
      ccb69d76
    • Dries Buytaert's avatar
      · 8b4181d0
      Dries Buytaert authored
      - 2 more bugfixes
      8b4181d0
    • Dries Buytaert's avatar
      · e25c50b9
      Dries Buytaert authored
      - 3 small bugfixes
      e25c50b9
    • Dries Buytaert's avatar
      · 7241d38e
      Dries Buytaert authored
      - removed old discussion.php
      - added new story.php
      7241d38e
    • Dries Buytaert's avatar
      · 2952d16f
      Dries Buytaert authored
      - updated/improved discussion engine: it needs additional fine-tuning
        though but I think this is stable enough for public consumption and
        real-life testing.
         ==> a first big step towards a flexible comment engine.
      
      IMPORTANT:
        - Required theme updatins:
      
          UnConeD: check your $theme->controls() as I added a very, very
                   dummy implementation
      
        - Required database updates:
      
          alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
          alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
          alter table comments add link varchar(16) DEFAULT '' NOT NULL;
          update comments set link = 'story';
      2952d16f
    • Dries Buytaert's avatar
      · 53b92a61
      Dries Buytaert authored
      - by default, keep the watchdog for one week rather then two weeks
        (http://drop.org/admin.php?op=watchdog is gets way to lengthy)
      53b92a61
    • Dries Buytaert's avatar
      · 312c625c
      Dries Buytaert authored
      - finally fixed the offset-by-one-day bug
      312c625c
  8. Jan 16, 2001
  9. Jan 15, 2001
    • Steven Wittens's avatar
      forgot a checkoutput() in article... · e6c85d87
      Steven Wittens authored
      e6c85d87
    • Dries Buytaert's avatar
      · 6e88265b
      Dries Buytaert authored
      - added drupal 1.00 final
    • Jeroen's avatar
      OK, check out this version of my theme. Everything "should" work now. Only it... · 6891448f
      Jeroen authored
      OK, check out this version of my theme. Everything "should" work now. Only it looks real buggy, at least in mozilla, so if you could (you don't have to) have a look at it in your own... I also indented differently, on one space but two each time I needed to indent. I thought it'd make it somewhat clearer with such a complicated/tabled theme as mine. Also when opening PHP I put the <? and ?> tags at the beginning of a new line. Again to make it more clear. All I have to do now it get the looks of the theme right. But do have a look at it.
      
      Jeroen.
      
      P.S.: I might even get this thing finished, imagine that. :)
      6891448f
  10. Jan 13, 2001
    • Dries Buytaert's avatar
      · 25ebb5e9
      Dries Buytaert authored
      - tiny update
      25ebb5e9
    • Dries Buytaert's avatar
      · c38cfa8b
      Dries Buytaert authored
      - Oops, forgot to remove a debug statement ;)
      c38cfa8b
    • Dries Buytaert's avatar
      · 8b4c95b2
      Dries Buytaert authored
      - rewrote the block placement stuff and updated the themes.
        IMPORTANT: you have to drop 2 tables "blocks" and "layout"
                   and you have to recreate them again with those
                   in database/database.mysql
      - integrated the documentation written by UnConeD
      8b4c95b2
    • Dries Buytaert's avatar
      · f9e5aa52
      Dries Buytaert authored
      - fixed "return to parent" glitch when a thread has more then 1 child
      f9e5aa52
Loading