Skip to content
  1. Feb 28, 2001
    • Jeroen's avatar
      I say Unconed's little drops and said: "Damn, how come that he, with so few... · c1edcf5d
      Jeroen authored
      I say Unconed's little drops and said: "Damn, how come that he, with so few pixels can create something that smooth...". That's why I went down in my .gif archive and smoothed the drop in  footerleft.gif, (the pipe with the open end in which you see a drop). It looks better now, maybe you won't see it but I do. :) I have drawn every gif pixelbased and that's why it's difficult to smoothen edges and stuff. I can't work well with the gimp and if you want certain cool effects you have to know how. Since creating a cool effect with the gimp takes like 15 weird tricks and layershuffles and filters and merges and keep transparancies and you don't get any result before you do that final step which suddenly gives you this wonderful thing. I think it's just too hard for me...
      Nevertheless, here's the new footerleft.gif, you might want to check out htpp://jeroen.drop.org before Dries loads it up, otherwise you'll probably think I'm crazy :)
      
      Jeroen.
      c1edcf5d
    • Jeroen's avatar
      Fixed a small bug, there was a ';' too much in a echo "" which would just be... · 45d8ee3e
      Jeroen authored
      Fixed a small bug, there was a ';' too much in a echo "" which would just be printed like normal HTML text in the abstracts' and articles' headers...
      
      Jeroen.
      45d8ee3e
    • Steven Wittens's avatar
      Updated the stupid fonts issue (the conclusion was to use *EVEN* font sizes... · df852366
      Steven Wittens authored
      Updated the stupid fonts issue (the conclusion was to use *EVEN* font sizes and not uneven as Dries recommended... bah! :)
      
      I also added a small icon (like marvin.theme) to spice it up a bit.
      df852366
    • Steven Wittens's avatar
      Removed useless images (that stupid theme.gif that looked cool, but was... · daaa729c
      Steven Wittens authored
      Removed useless images (that stupid theme.gif that looked cool, but was unimplementable in NS) and added a cool icon.gif
      daaa729c
    • Jeroen's avatar
      OK I wrote a lengthy text with my previous commit, but due to an Up-to-date... · 994869d5
      Jeroen authored
      OK I wrote a lengthy text with my previous commit, but due to an Up-to-date check failure it got aborted. So here it is in short. I added the translation functionality and fixed a bug that would cause the comment's subjects not to display. Apparantly it's comment->subject instead of just subject. I also wanted to make something in the comment header a bit more clear I already changed some colors but I would want the comment's rating/score to display black. It's grey now and on a grey background it isn't so clear to read (lisible in decent english?). So I added something that I thought would paint it black, but obviously it didn't. It's still grey. I didn't remove the code, it's only two lines, because it also works this way. For the rest I don't think that anything changed.
      
      Jeroen.
      
      P.S.: Dries, I think we can release it tomorrow, but wait and upload it to http://jeroen.drop.org first so I can check. And at noon we'll let it out. It's yearning to, I can here it growl and make roaring noises in my laptop...
      994869d5
  2. Feb 27, 2001
    • Dries Buytaert's avatar
      · 6f140c2a
      Dries Buytaert authored
      - removed the "colour sets" from my theme: the color variables (except for
        $link) are no longer needed by the engine so I decided to tidy them up -
        I recommand you to do same if you feel like it (and if you haven't
        already done so).
      6f140c2a
    • Dries Buytaert's avatar
      · 57e5f6a4
      Dries Buytaert authored
      - fixed bug in block placement when (1) using a theme with 2 side bars
        and (2) being logged out.
        (reported by Jeroen)
      - themed "Editor's note" in theme marvin.
        (reported by Jeroen)
      57e5f6a4
    • Jeroen's avatar
      <MINDOFEVERYONE>Oh, no not again, not him.</MINDOFEVERYONE> · 3207add7
      Jeroen authored
      OK, now it's finished, really. Fixed a small gfx glitch, and the categories seem to be called sections now...
      
      It's done, and ready for release. Really.
      
      Jeroen.
      3207add7
    • Jeroen's avatar
      Ehm, of course I had to forget something. · 40ddbc95
      Jeroen authored
      I placed all the blocks left, regardless if their region was left or right, what I did was this:
      theme_blocks("all", $this);
      in my left <TD>.
      
      Now I changed it to
      theme_block("left", $this);
      in the left <TD> and
      theme_blocks("right", $this);
      in the right. If everything was this easy.
      
      OK, really, this theme is NS4.7 NS4.76 mozilla (but mozilla 0.8 cuz he's buggy as hell with the BACKGROUNDS in TDs) and IE comliant or compatible, whatever it's being called.
      
      Jeroen. -- Happy.
      40ddbc95
    • Jeroen's avatar
      Houston, we have a theme. · 83156639
      Jeroen authored
      Jeroen.
      83156639
    • Dries Buytaert's avatar
      - added comment index for performance sake · 4d31d27f
      Dries Buytaert authored
      - improved comment module - code revision
      - improved backend module - moreover headlines now work
      - (automatically) stripped tabs and trailing whitespaces from
        Jeroen's theme.
      4d31d27f
  3. Feb 26, 2001
    • Jeroen's avatar
      This solves the _my_footer_pipe_was_one_pixel_too_low_ problem. It should... · 3364e843
      Jeroen authored
      This solves the _my_footer_pipe_was_one_pixel_too_low_ problem. It should display OK now. For the weird upper-right navigation box Dries, I really wouldn't know what goes wrong. I don't have the problem. Haven't changed a thing on the boxes, My winme's IE doesn't have the problem... Maybe netscape 4.7 just displayed it wrong only once. Try it again, and if it keeps going wrong. I'll download NS 4.7 and will try to fix it. (That'll be my fourth browser then)
      
      Jeroen.
      
      P.S.: I think my theme is completed... Of course the code might need some cleaning up but I think it is ready to be used by droppies without giving away the code. That'll be in the next drupal release.
      3364e843
    • Jeroen's avatar
      Deleting redundant .gifs since now I work with that table in table thing to... · 2aed0d94
      Jeroen authored
      Deleting redundant .gifs since now I work with that table in table thing to create borders around boxes. Nothing has changed with newsmiddle.gif so don't expect the backgrounds behind the stories' titles to differ.
      
      Jeroen.
      2aed0d94
    • Jeroen's avatar
      Small bug fixes, added some NOWRAPs and other stuff. This is also an attempt... · ff2d2760
      Jeroen authored
      Small bug fixes, added some NOWRAPs and other stuff. This is also an attempt to fix the widths of the boxes on the sides... I don't know if it'll work, and frankly I doubt if it would... Let me elaborate... You know that I have three colums, one for the left boxes, the middle for the stories and one for the right boxes... I didn't provide a width for any of these <TD>s. That's why it chose it's width randomly. Then I set them to these values, respectively 20 60 and 20%. That went OK, but another problem occurred. We only have boxes on the main page. And on the other pages. e.g. faq, submit news, search... we only have the <user>'s account box on the right. This results in a large white border on the left (lost space). That's why I did the following... but I am afraid it won't work... I set the widths to: <no width> 100% 20% So, now, when we have boxes on the left it'll display them, when there aren't any, the middle <TD> will take up the rest op the space, being 100%, it worked fine on my computer with my browsers... But since I use the kind of browser no-one else uses (linux mozilla 0.8 which sucks and linux NS6.01) it is no reference. I would want to stress again that my theme isn't mozilla compatible or how do you say that, in fact it'd better be mozilla isn't jeroen.theme compatible, it's buggy as hell with the backrounds. OK enough for now, let's see if anything good happens to my theme.
      Dries, be so kind to get my jeroen.theme working at http://jeroen.drop.org.
      
      Jeroen.
      ff2d2760
    • Jeroen's avatar
      Made some "major" changes in how I display comments, articles, abstracts. It... · 4511ddbf
      Jeroen authored
      Made some "major" changes in how I display comments, articles, abstracts. It won't show much different but the ones that know my theme a bit will se a small change. I don't use .gifs anymore to display the borders of the articles e.g. but a table in a table, so you get a small black border. It looks nicer, and you need less .gifs, which is, in my theme an improvement :) I also themed the comments, they weren't yet, and I didn't know it was my thing to do. I still ain't happy with the comment's headers, but it's a start. Just check it out at http://jeroen.drop.org . Things to do, get the footer's navigation bar display nicely and find a better way to display the comment's header. Nevertheless I think it's doable. It's 01.40 now I think I'm going to sleep. But first commit and delete some .gifs from zind.net.
      
      Jeroen.
      4511ddbf
  4. Feb 25, 2001
    • Dries Buytaert's avatar
      · 57ca3f13
      Dries Buytaert authored
      - added some documentation
      57ca3f13
  5. Feb 23, 2001
  6. Feb 22, 2001
  7. Feb 21, 2001
    • Steven Wittens's avatar
      changed small/big fontsizes to uneven · a66fb3a9
      Steven Wittens authored
      a66fb3a9
    • Dries Buytaert's avatar
      · 86e315e2
      Dries Buytaert authored
      - locale module: added documentation (first draft)
      - locale module: improved administration interface
      - headline module: fixed small visual glitch in export function
      - account: small improvements
      86e315e2
  8. Feb 18, 2001
    • Dries Buytaert's avatar
      - fixed 2 bugs and 1 confusing issue in modules/account.module: · 9b3cd997
      Dries Buytaert authored
          * last access field should not be updated when admin edits stuff
          * saving empty access list caused warning message
          * clicking the access links was confusing (no more links)
      9b3cd997
    • Dries Buytaert's avatar
      · 4371b627
      Dries Buytaert authored
      - added fine-grained user permission system which allows us to give
        certain users access to specific administration sections only.
          Ex. a FAQ maintainer can only edit the FAQ, and members of an
              "editorial board" can only edit comments, diaries and
               stories, ..
      - code review => rewrote include/user.inc which is much easier now
      - fixed 4 small bugs
      4371b627
  9. Feb 17, 2001
    • Dries Buytaert's avatar
      *** empty log message *** · c93bcff8
      Dries Buytaert authored
      c93bcff8
    • Dries Buytaert's avatar
      - added submission.module · 33930b56
      Dries Buytaert authored
      33930b56
    • Dries Buytaert's avatar
      · da8aaa76
      Dries Buytaert authored
      - improved layout story.module
      - fixed bug in translation
      da8aaa76
    • Dries Buytaert's avatar
      · a60edc75
      Dries Buytaert authored
      - improved the "menu" hook
      - replaced the "open submission queue" (submission.php and submission.inc)
        with an optional module (submission.module).
      - tidied up the HTML code of some files
      a60edc75
    • Dries Buytaert's avatar
      · 52a1d1bb
      Dries Buytaert authored
      - More updates on the translation support
      52a1d1bb
  10. Feb 14, 2001
  11. Feb 12, 2001
    • Dries Buytaert's avatar
      · db554e85
      Dries Buytaert authored
      - initial import of the preliminary translation code.
      - added timer.inc for benchmarking purpose
      - bugfix for php-clean
      - bugfix for account.php
      - removed redundant format_data
      - ...
      db554e85
  12. Feb 10, 2001
    • Dries Buytaert's avatar
      · 3ba9cb5d
      Dries Buytaert authored
      - small updates
      3ba9cb5d
    • Dries Buytaert's avatar
      · 282fbfd2
      Dries Buytaert authored
      - fixed problem with user_permission (reported by Kirstjan)
      282fbfd2
    • Dries Buytaert's avatar
      · 171479fc
      Dries Buytaert authored
      - a 2nd batch of various updates
      171479fc
    • Dries Buytaert's avatar
      · d6ce51e4
      Dries Buytaert authored
      - added a "search framework" which allows for easy searching
        (to be continued)
      - tidyied up some existing code
      d6ce51e4
  13. Feb 09, 2001
  14. Feb 08, 2001
    • Dries Buytaert's avatar
      · bff5ffea
      Dries Buytaert authored
      - fixed tiny bug in the user account administration page
      bff5ffea