- Jan 26, 2001
-
-
Dries Buytaert authored
- removed all tabs
-
Dries Buytaert authored
-
Dries Buytaert authored
- removed redundant spaces
-
Dries Buytaert authored
- fixed 2 small bugs (reported by martin@abol.com)
-
Dries Buytaert authored
- added port + directory patch for loading configuration files
-
- Jan 25, 2001
-
-
Dries Buytaert authored
- fixed ieni-wienie small bug in comment.inc (reported by NotZen)
-
Dries Buytaert authored
- fixed small typo
-
- Jan 24, 2001
-
-
Dries Buytaert authored
Unc: never mind about the removed link to $theme->article()
-
Dries Buytaert authored
- fixed search.php problem reported by visitor
-
Dries Buytaert authored
- 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/
-
- Jan 23, 2001
-
-
Dries Buytaert authored
- removed warning in theme unconed when using 4.0.4
-
Dries Buytaert authored
-
Dries Buytaert authored
- add ienie-wiene of information
-
Dries Buytaert authored
- removed redundant options from hostname.conf
-
- Jan 22, 2001
-
-
Dries Buytaert authored
- heck, I'll just remove that piece of code - it's no longer needed ;)
-
Dries Buytaert authored
-
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.
-
Dries Buytaert authored
- polished the code by removing some redundant checks
-
Dries Buytaert authored
- dumped stories are no longer accessible
-
Dries Buytaert authored
- added initial locale support as discussed on the mailing list
-
Dries Buytaert authored
- Forgot to add the update file for those upgrading their live site.
-
Dries Buytaert authored
- fixed one bug that only showed when up using 4.00 and not with 4.0.4 - added extra checking
-
- Jan 21, 2001
-
-
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.
-
Dries Buytaert authored
- fixed some bugs in the new comment/discussion code and added a few enhancements
-
- Jan 20, 2001
-
-
Dries Buytaert authored
- fixed MySQL bug in account.php
-
Dries Buytaert authored
- 2 more bugfixes
-
Dries Buytaert authored
- 3 small bugfixes
-
Dries Buytaert authored
- removed old discussion.php - added new story.php
-
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';
-
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)
-
Dries Buytaert authored
- finally fixed the offset-by-one-day bug
-
- Jan 16, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Harry Zink reported that 'administrate' is not entirely correct English so I renamed "administrate xxx" to "administer xxx".
-
- Jan 15, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- added drupal 1.00 final
-
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. :)
-
- Jan 13, 2001
-
-
Dries Buytaert authored
- tiny update
-
Dries Buytaert authored
- Oops, forgot to remove a debug statement ;)
-
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
-
Dries Buytaert authored
- fixed "return to parent" glitch when a thread has more then 1 child
-