- 10 Feb, 2001 1 commit
-
-
Dries Buytaert authored
- added a "search framework" which allows for easy searching (to be continued) - tidyied up some existing code
-
- 09 Feb, 2001 1 commit
-
-
Dries Buytaert authored
-
- 08 Feb, 2001 1 commit
-
-
Dries Buytaert authored
- fixed tiny bug in the user account administration page
-
- 07 Feb, 2001 1 commit
-
-
Dries Buytaert authored
- added new feature for evaluating purpose: user rating (mojo, karma)! - removed tabs from Jeroen's theme
-
- 06 Feb, 2001 3 commits
-
-
Dries Buytaert authored
- fixed English typo reported by Peter Abol <martin@abol.com>.
-
Dries Buytaert authored
- small fix for 4.0.4
-
Dries Buytaert authored
-
- 05 Feb, 2001 2 commits
-
-
Dries Buytaert authored
- documentation updates contributed by Michael O'Henly <michael@tenzo.com> and myself
-
Jeroen authored
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
-
- 04 Feb, 2001 1 commit
-
-
Dries Buytaert authored
-
- 26 Jan, 2001 6 commits
-
-
Dries Buytaert authored
-
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
-
- 25 Jan, 2001 2 commits
-
-
Dries Buytaert authored
- fixed ieni-wienie small bug in comment.inc (reported by NotZen)
-
Dries Buytaert authored
- fixed small typo
-
- 24 Jan, 2001 3 commits
-
-
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/
-
- 23 Jan, 2001 4 commits
-
-
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
-
- 22 Jan, 2001 8 commits
-
-
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
-
- 21 Jan, 2001 2 commits
-
-
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
-
- 20 Jan, 2001 5 commits
-
-
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';
-