Jeroen Bensch
8315663966
Houston, we have a theme.
...
Jeroen.
2001-02-27 16:23:34 +00:00
Dries Buytaert
4d31d27ff0
- added comment index for performance sake
...
- improved comment module - code revision
- improved backend module - moreover headlines now work
- (automatically) stripped tabs and trailing whitespaces from
Jeroen's theme.
2001-02-27 07:45:03 +00:00
Jeroen Bensch
3364e84317
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.
2001-02-26 18:37:50 +00:00
Jeroen Bensch
2aed0d94f1
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.
2001-02-26 16:00:54 +00:00
Jeroen Bensch
ff2d276021
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.
2001-02-26 15:43:42 +00:00
Jeroen Bensch
4511ddbfc3
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.
2001-02-26 00:39:47 +00:00
Dries Buytaert
57ca3f132f
- added some documentation
2001-02-25 17:17:26 +00:00
Dries Buytaert
19408c6199
- small fix in account.php
...
- updated CHANGELOG
2001-02-23 22:05:01 +00:00
Dries Buytaert
a1a96ca29e
- small changes to the watchdog module to make it more conform with other
...
modules
- small changes to the account module to make it more conform with other
modules
- users can be deleted
2001-02-23 17:53:51 +00:00
Dries Buytaert
42ad4065a8
*** empty log message ***
2001-02-23 15:40:14 +00:00
Dries Buytaert
e903ec86a8
- diary module: fixed date-display-problem reported by Jeroen
...
- diary module: added "delete" functionality
2001-02-23 15:25:09 +00:00
Dries Buytaert
5b1451ce29
- a small improvement to the "track drop.org" page
2001-02-23 14:15:17 +00:00
Dries Buytaert
d00469cd05
- improved RDF backend class to support more backend formats
2001-02-22 23:44:53 +00:00
Dries Buytaert
0505e7b999
- removed one redundant "."
2001-02-22 16:46:01 +00:00
Steven Wittens
a66fb3a902
changed small/big fontsizes to uneven
2001-02-21 15:47:18 +00:00
Dries Buytaert
86e315e2b4
- locale module: added documentation (first draft)
...
- locale module: improved administration interface
- headline module: fixed small visual glitch in export function
- account: small improvements
2001-02-21 08:25:21 +00:00
Dries Buytaert
9b3cd99736
- fixed 2 bugs and 1 confusing issue in modules/account.module:
...
* 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)
2001-02-18 17:05:57 +00:00
Dries Buytaert
4371b627d5
- 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
2001-02-18 15:14:56 +00:00
Dries Buytaert
c93bcff8b8
*** empty log message ***
2001-02-17 16:26:48 +00:00
Dries Buytaert
33930b56b7
- added submission.module
2001-02-17 15:56:59 +00:00
Dries Buytaert
da8aaa7672
- improved layout story.module
...
- fixed bug in translation
2001-02-17 15:52:40 +00:00
Dries Buytaert
a60edc7508
- 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
2001-02-17 15:38:37 +00:00
Dries Buytaert
52a1d1bbe8
- More updates on the translation support
2001-02-17 12:59:24 +00:00
Dries Buytaert
e7f043c30a
- updates
2001-02-14 09:32:33 +00:00
Dries Buytaert
db554e857d
- 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
- ...
2001-02-12 20:40:43 +00:00
Dries Buytaert
3ba9cb5d72
- small updates
2001-02-10 17:54:51 +00:00
Dries Buytaert
282fbfd26a
- fixed problem with user_permission (reported by Kirstjan)
2001-02-10 17:52:21 +00:00
Dries Buytaert
171479fcfa
- a 2nd batch of various updates
2001-02-10 14:36:49 +00:00
Dries Buytaert
d6ce51e4ce
- added a "search framework" which allows for easy searching
...
(to be continued)
- tidyied up some existing code
2001-02-10 11:59:06 +00:00
Dries Buytaert
b26c49d3d8
- last night's fix
2001-02-09 14:13:00 +00:00
Dries Buytaert
bff5ffeac4
- fixed tiny bug in the user account administration page
2001-02-08 16:57:26 +00:00
Dries Buytaert
77ed531035
- added new feature for evaluating purpose: user rating (mojo, karma)!
...
- removed tabs from Jeroen's theme
2001-02-07 22:01:57 +00:00
Dries Buytaert
dac719a3ba
- fixed English typo reported by Peter Abol <martin@abol.com>.
2001-02-06 09:01:59 +00:00
Dries Buytaert
9d36ccaca1
- small fix for 4.0.4
2001-02-06 08:48:09 +00:00
Dries Buytaert
4237a77f6a
- bugfix + enhancements
2001-02-06 08:30:25 +00:00
Dries Buytaert
429c8a0022
- documentation updates contributed by Michael O'Henly <michael@tenzo.com>
...
and myself
2001-02-05 16:42:38 +00:00
Jeroen Bensch
72e8fa574f
OK, this is the third time I'm trying to get my theme submitted. It should 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
2001-02-05 13:21:11 +00:00
Dries Buytaert
de2e393933
- various updates, bugfixes and improvements
2001-02-04 22:09:38 +00:00
Dries Buytaert
b1d395d52d
- fixed small bug in story.php (reported by martin@abol.com)
2001-01-26 14:48:52 +00:00
Dries Buytaert
32c89442d3
- removed all tabs
2001-01-26 14:41:44 +00:00
Dries Buytaert
f974e58dbf
*** empty log message ***
2001-01-26 13:58:01 +00:00
Dries Buytaert
d386c110f4
- removed redundant spaces
2001-01-26 13:38:46 +00:00
Dries Buytaert
34a927e6e3
- fixed 2 small bugs (reported by martin@abol.com)
2001-01-26 13:31:41 +00:00
Dries Buytaert
abe57bbb42
- added port + directory patch for loading configuration files
2001-01-26 10:03:59 +00:00
Dries Buytaert
f162723fe4
- fixed ieni-wienie small bug in comment.inc (reported by NotZen)
2001-01-25 15:29:45 +00:00
Dries Buytaert
76ce6580ae
- fixed small typo
2001-01-25 13:33:15 +00:00
Dries Buytaert
4de98fce8c
- fixed bug in story.php
...
Unc: never mind about the removed link to $theme->article()
2001-01-24 20:23:47 +00:00
Dries Buytaert
0363ca0a4a
- fixed search.php problem reported by visitor
2001-01-24 15:30:18 +00:00
Dries Buytaert
e87e7816c8
- fix for the "block problem" reported by martin@abol.com:
...
it only happened when you hosted drupal in a subdirectory a la
http://yourserver.com/drupal/
2001-01-24 08:24:37 +00:00
Dries Buytaert
9d108b4071
- removed warning in theme unconed when using 4.0.4
2001-01-23 22:39:24 +00:00