summaryrefslogtreecommitdiff
path: root/themes/jeroen
Commit message (Collapse)AuthorAge
...
* - added comment index for performance sakeDries Buytaert2001-02-27
| | | | | | | - improved comment module - code revision - improved backend module - moreover headlines now work - (automatically) stripped tabs and trailing whitespaces from Jeroen's theme.
* This solves the _my_footer_pipe_was_one_pixel_too_low_ problem. It should ↵Jeroen Bensch2001-02-26
| | | | | | | | 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.
* Deleting redundant .gifs since now I work with that table in table thing to ↵Jeroen Bensch2001-02-26
| | | | | | create borders around boxes. Nothing has changed with newsmiddle.gif so don't expect the backgrounds behind the stories' titles to differ. Jeroen.
* Small bug fixes, added some NOWRAPs and other stuff. This is also an attempt ↵Jeroen Bensch2001-02-26
| | | | | | | | 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.
* Made some "major" changes in how I display comments, articles, abstracts. It ↵Jeroen Bensch2001-02-26
| | | | | | 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.
* - added new feature for evaluating purpose: user rating (mojo, karma)!Dries Buytaert2001-02-07
| | | | - removed tabs from Jeroen's theme
* OK, this is the third time I'm trying to get my theme submitted. It should ↵Jeroen Bensch2001-02-05
| | | | | | | | | work now. It's ready for public release and can be added the the drupal CVS releases. First however, make sure you check htpp://jeroen.drop.org first and let me know if you find any more bugs. I still have to change a bit one a .gif before my footer is correct but that won't be a problem. And thanks to Dries for solving some theme-problems. Jeroen
* - removed all tabsDries Buytaert2001-01-26
|
* *** empty log message ***Dries Buytaert2001-01-26
|
* - removed redundant spacesDries Buytaert2001-01-26
|
* Another round of themeing and this is where I got, there are still some ↵Jeroen Bensch2001-01-22
| | | | | | "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.
* OK, check out this version of my theme. Everything "should" work now. Only ↵Jeroen Bensch2001-01-15
| | | | | | | | 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. :)
* I removed my theme.class.php, now if someone changes my Jeroen dir into ↵Jeroen Bensch2001-01-10
| | | | | | jeroen everything should be back in order. I don't think it would be a good idea to remove all of Jeroen and commit all of jeroen, would it. :) Now you can release rc2. :)
* As I wrote in the mail, this is my .theme for now. Rather than sending the ↵Jeroen Bensch2001-01-10
| | | | | | | | screenshot to all of you seperately, maybe you could just add a line for my theme in your <hostname>.conf and test it. This for example: "Jeroen" => array( "themes/jeroen/jeroen.theme", "piped theme, grey/rusty, pretty nifty"));
* Over the last 2 days I redid and reorganized an afwul lot of code andDries Buytaert2000-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made quite a lot of additions. The most remarkable addition is the diary server, which I slapped together in less then 40 minutes. Most of the other changes are however `unvisible' for the user but add much value to a better maintainability from a developer's objective. Like always, I fixed quite a number of small bugs that creeped into the code so we should have a bigger, better and more stable drop.org. Unfortunatly, some theme update _are_ required: REQUIRED THEME UPDATES: ======================= * use format_username() where usernames are used * use format_date() where timestamps/dates are used * use format_email() where e-mail addresses are displayed * use format_url() where url are displayed * replace 'formatTimestamp' with format_date * replace 'morelink_*' with 'display_morelink' [most of these functions are in function.inc or template.inc] ___PLEASE___ (<- this should get your attention ;) update your themes as soon as possible - it only takes 30 min. to get in sync with the other themes. Don't start whining about the fact you don't know what to change ... either eat the source cookie, or ask me to elaborate on a few changes. Just let me know what's puzzling you and I'll try to help you out! TODO LIST FOR NEXT WEEK ======================= * Add checks for max. text length in textarea's? Is there an HMTL attribute for this or ...? * Comment moderation + mojo * Edit/admin user accounts: block, delete, change permissions, ... * E-mail password, change password, change e-mail address -> extra checks and routines to validate such `special' changes. * Input checking - input filter: bad words, html tags, ...
* Updates:Dries Buytaert2000-07-13
| | | | | | | | | | | | | | | | | | | -------- * URI/URL enhancements to make the URLs more comprehensive and shorter. * Fixed a bug in submit.php that slipped in during the latest commit. * Changed a few tidbits on the calendar. * Fixed a bug in most themes: $tid --> $cid COUNT(tid) --> COUNT(cid) Updated most themes except for UnConeD's. * Fixed a handful of problems with Jeroen's theme. However, Jeroen's theme is still not working yet - some features are completly missing, making the theme not very useful ... Any known bugs left? If not, I'll head on tonight and add some new features. I'll probably add basic admin tools to edit articles and such. Once done, we can start on the comment moderation.
* for the third time...Jeroen Bensch2000-06-23
|
* *** empty log message ***Jeroen Bensch2000-06-22
|
* This is a logo being randomly generated, if it appears there is a cork stuckJeroen Bensch2000-06-22
| | | | in the pipe and no drop will leak out of it.
* Changed my theme so you could vote submissions.Jeroen Bensch2000-06-13
|
* renamed my theme.classJeroen Bensch2000-06-05
|
* My theme with the calendar...Jeroen Bensch2000-06-04
|
* like this?Jeroen Bensch2000-06-04
|
* Removed the NOWRAP tag in the subheader but I have to find a better way, itJeroen Bensch2000-06-04
| | | | doesnt look good in NS.
* Found a floating colored pixel in the logo + I typed the text in courier...Jeroen Bensch2000-06-04
| | | | I think this looks a bit better.
* This is the theme.class that I tried to change so it'd work under IE.Jeroen Bensch2000-06-04
|
* hope and pray my friends, I shuffled my theme.class around a bit and i hopeJeroen Bensch2000-06-03
| | | | this is the good one.
* Uploaded 3 .giffies for the navigation bar at the bottom I left borders on 1Jeroen Bensch2000-06-03
| | | | | because i still have to check out some table problems with that navigation bar.
* sorry wrong font sizeJeroen Bensch2000-06-03
|
* theme.class update, added a stylesheet to avoid font size problems betweenJeroen Bensch2000-06-03
| | | | | | browser, but now the Status box show in 9pt too and I dont want that, does anyone know how to break out a stylesheet so you still can assign font sizes within the body, without them being overruled by the stylesheet?
* - Tweaked my logo a teeny bit.Jeroen Bensch2000-05-29
| | | | | - Fixed some table errors in the article and comment-control section form theme.class.
* The three leftover gifs are removed...Jeroen Bensch2000-05-28
|
* Removed all the old giffies if it still works now it is a miracle.Jeroen Bensch2000-05-28
| | | | Hope and pray...
* A load of renamed giffies...Jeroen Bensch2000-05-28
|
* A pretty final version of the theme.class...Jeroen Bensch2000-05-28
| | | | | | I replaced much of the giffies filenames with more human-readable ones. Yes this implies a lot of removing and replacing giffies. Expect some more cvs updates. :)
* the giffies to come with the updated theme.classJeroen Bensch2000-05-28
| | | | too bad you cant see it yet
* - Added:Jeroen Bensch2000-05-28
| | | | | | | more random thingies... comment control... themed webboard... themed comments...
* Mes excuses mais c'est la derniere fois...Jeroen Bensch2000-05-27
|
* Another two giffies...Jeroen Bensch2000-05-27
|
* - Errrr... kinda forgot one giffie...Jeroen Bensch2000-05-27
|
* - removed all of my old giffies...Jeroen Bensch2000-05-27
| | | | - hope and pray my people.
* - Another load of gifs...Jeroen Bensch2000-05-27
| | | | - I'll remove the ones of my first theme.
* Uploaded the theme.classJeroen Bensch2000-05-27
|
* All the giffies.... againJeroen Bensch2000-05-26
|
* Another final commitment, this time factor 10 as good.Jeroen Bensch2000-05-26
| | | | Enjoy.
* - I uploaded all of my .giffies, most of the theme should work now.Jeroen Bensch2000-05-26
| | | | | - Only the webboard is still ugly and you cant read/post comments for now. - I still have to copy/paste the comment thing.
* - Uploaded my final theme.class (for now)Jeroen Bensch2000-05-26
| | | | - I especcially left one buggy thing in it... if you find it tell me...
* Uploaded the .gifs for my themeJeroen Bensch2000-05-25
|
* I uploaded a pretty final version of my theme... some minor errors though.Jeroen Bensch2000-05-25
| | | | Let me know how it looks in IE ok? *being frightened*
* Removed old .php files and added some gifsJeroen Bensch2000-05-25
|